You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OutOfMemoryError when writing BigDecimal In Jackson Core before version 2.7.6.
When enabled the WRITE_BIGDECIMAL_AS_PLAIN setting, Jackson will attempt to write out the whole number, no matter how large the exponent.
Fix Resolution: Replace or update the following files: GeneratorBase.java, WriterBasedJsonGenerator.java, TestJsonGeneratorFeatures.java, UTF8JsonGenerator.java, VERSION
Step up your Open Source Security Game with WhiteSource here
The text was updated successfully, but these errors were encountered:
ℹ️ This issue was automatically closed by WhiteSource because it is a duplicate of an existing issue: #682
mend-bolt-for-githubbot
changed the title
WS-2018-0125 Medium Severity Vulnerability detected by WhiteSource
WS-2018-0125 Medium Severity Vulnerability detected by WhiteSource - autoclosed
Feb 20, 2021
WS-2018-0125 - Medium Severity Vulnerability
Vulnerable Libraries - jackson-core-2.5.1.jar, Jackson-core-2.2.3.jar, jackson-core-2.6.2.jar, jackson-core-2.5.4.jar
jackson-core-2.5.1.jar
Core Jackson abstractions, basic JSON streaming API implementation
path: /root/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.5.1/jackson-core-2.5.1.jar,2/repository/com/fasterxml/jackson/core/jackson-core/2.5.1/jackson-core-2.5.1.jar
Dependency Hierarchy:
Jackson-core-2.2.3.jar
Core Jackson abstractions, basic JSON streaming API implementation
path: 2/repository/com/fasterxml/jackson/core/jackson-core/2.2.3/jackson-core-2.2.3.jar
Library home page: http://wiki.fasterxml.com/JacksonHome
Dependency Hierarchy:
jackson-core-2.6.2.jar
Core Jackson abstractions, basic JSON streaming API implementation
path: 2/repository/com/fasterxml/jackson/core/jackson-core/2.6.2/jackson-core-2.6.2.jar
Library home page: https://github.com/FasterXML/jackson-core
Dependency Hierarchy:
jackson-core-2.5.4.jar
Core Jackson abstractions, basic JSON streaming API implementation
path: /root/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.5.4/jackson-core-2.5.4.jar
Library home page: https://github.com/FasterXML/jackson
Dependency Hierarchy:
Vulnerability Details
OutOfMemoryError when writing BigDecimal In Jackson Core before version 2.7.6.
When enabled the WRITE_BIGDECIMAL_AS_PLAIN setting, Jackson will attempt to write out the whole number, no matter how large the exponent.
Publish Date: 2018-06-24
URL: WS-2018-0125
CVSS 2 Score Details (5.5)
Base Score Metrics not available
Suggested Fix
Type: Change files
Origin: FasterXML/jackson-core@9664297
Release Date: 2016-08-25
Fix Resolution: Replace or update the following files: GeneratorBase.java, WriterBasedJsonGenerator.java, TestJsonGeneratorFeatures.java, UTF8JsonGenerator.java, VERSION
Step up your Open Source Security Game with WhiteSource here
The text was updated successfully, but these errors were encountered: