CVE-2017-7525
published 2018-02-06CVE-2017-7525: A deserialization flaw was discovered in the jackson-databind, versions before 2.6.7.1, 2.7.9.1 and 2.8.9, which could allow an unauthenticated user to perform…
PriorityP276critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
EPSS
37.92%
98.4th percentile
A deserialization flaw was discovered in the jackson-databind, versions before 2.6.7.1, 2.7.9.1 and 2.8.9, which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readValue method of the ObjectMapper.
Affected
87 ranges· showing 25
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | debian_linux | — | — |
| debian | debian_linux | — | — |
| debian | jackson-databind | < jackson-databind 2.9.4-1 (bookworm) | jackson-databind 2.9.4-1 (bookworm) |
| debian | jackson-databind | < jackson-databind 2.9.5-1 (bookworm) | jackson-databind 2.9.5-1 (bookworm) |
| debian | jackson-databind | < jackson-databind 2.9.1-1 (bookworm) | jackson-databind 2.9.1-1 (bookworm) |
| debian | libjackson-json-java | < jackson-databind 2.9.1-1 (bookworm) | jackson-databind 2.9.1-1 (bookworm) |
| fasterxml | jackson-databind | < 2.6.7.3 | 2.6.7.3 |
| fasterxml | jackson-databind | < 2.7.9.3 | 2.7.9.3 |
| fasterxml | jackson-databind | < 2.6.7.1 | 2.6.7.1 |
| fasterxml | jackson-databind | — | — |
| fasterxml | jackson-databind | >= 0 < 2.9.4-1 | 2.9.4-1 |
| fasterxml | jackson-databind | >= 0 < 2.9.1-1 | 2.9.1-1 |
| fasterxml | jackson-databind | >= 0 < 2.9.5-1 | 2.9.5-1 |
| fasterxml | jackson-databind | >= 0 < 2.9.4-1 | 2.9.4-1 |
| fasterxml | jackson-databind | >= 0 < 2.9.1-1 | 2.9.1-1 |
| fasterxml | jackson-databind | >= 0 < 2.9.5-1 | 2.9.5-1 |
| fasterxml | jackson-databind | >= 0 < 2.9.4-1 | 2.9.4-1 |
| fasterxml | jackson-databind | >= 0 < 2.9.1-1 | 2.9.1-1 |
| fasterxml | jackson-databind | >= 0 < 2.9.5-1 | 2.9.5-1 |
| fasterxml | jackson-databind | >= 0 < 2.9.4-1 | 2.9.4-1 |
| fasterxml | jackson-databind | >= 0 < 2.9.1-1 | 2.9.1-1 |
| fasterxml | jackson-databind | >= 0 < 2.9.5-1 | 2.9.5-1 |
| fasterxml | jackson-databind | >= 2.0.0 < 2.6.7.2 | 2.6.7.2 |
| fasterxml | jackson-databind | >= 2.0.0 < 2.6.7.3 | 2.6.7.3 |
| fasterxml | jackson-databind | >= 2.7.0 < 2.7.9.2 | 2.7.9.2 |
Detection & IOCsextracted from sources · hover to see the quote
- →CVE-2017-7525 is exploitable by sending maliciously crafted input to the readValue method of the ObjectMapper in jackson-databind; trigger requires enableDefaultTyping() to be active for polymorphic deserialization ↗
- →The vulnerability requires global polymorphic deserialization to be enabled via objectMapper.enableDefaultTyping(); absence of this call significantly reduces exploitability ↗
- →CVE-2017-7525 has been repeatedly bypassed via new gadget chains not covered by the blacklist; monitor for follow-on CVEs (CVE-2017-15095, CVE-2017-17485, CVE-2018-5968, CVE-2018-7489) as indicators of the same attack surface ↗
- →c3p0 libraries on the classpath can be used as a gadget to bypass the jackson-databind blacklist and achieve RCE via CVE-2017-7525 follow-on; audit classpath for c3p0 presence ↗
- ·Exploitation of CVE-2017-7525 requires enableDefaultTyping() to be called on the ObjectMapper; applications that do NOT call this globally are not directly vulnerable even if running an affected version ↗
- ·JBoss EAP 7.x exposure is limited to marshalling/unmarshalling of JSON objects passed to JAX-RS webservices; review JAX-RS endpoint configurations specifically ↗
CVSS provenance
nvdv3.19.8CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
nvdv2.07.5HIGHAV:N/AC:L/Au:N/C:P/I:P/A:P
ghsa9.8CRITICAL
osv9.8CRITICAL
vendor_debian9.8CRITICAL
vendor_redhat9.8CRITICAL
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
Deserialization of Untrusted Data in org.codehaus.jackson:jackson-mapper-asl
ghsa·2022-05-24·CVSS 9.8
CVE-2019-10202 [CRITICAL] CWE-502 Deserialization of Untrusted Data in org.codehaus.jackson:jackson-mapper-asl
Deserialization of Untrusted Data in org.codehaus.jackson:jackson-mapper-asl
A series of deserialization vulnerabilities have been discovered in Codehaus 1.9.x implemented in EAP 7. This CVE fixes CVE-2017-17485, CVE-2017-7525, CVE-2017-15095, CVE-2018-5968, CVE-2018-7489, CVE-2018-1000873, CVE-2019-12086 reported for FasterXML jackson-databind by implementing a whitelist approach that will mitigate these vulnerabilities and future ones alike.
OSV
Deserialization of Untrusted Data in org.codehaus.jackson:jackson-mapper-asl
osv·2022-05-24·CVSS 9.8
CVE-2019-10202 [CRITICAL] Deserialization of Untrusted Data in org.codehaus.jackson:jackson-mapper-asl
Deserialization of Untrusted Data in org.codehaus.jackson:jackson-mapper-asl
A series of deserialization vulnerabilities have been discovered in Codehaus 1.9.x implemented in EAP 7. This CVE fixes CVE-2017-17485, CVE-2017-7525, CVE-2017-15095, CVE-2018-5968, CVE-2018-7489, CVE-2018-1000873, CVE-2019-12086 reported for FasterXML jackson-databind by implementing a whitelist approach that will mitigate these vulnerabilities and future ones alike.
GHSA
Deserialization of Untrusted Data in jackson-databind
ghsa·2020-06-30·CVSS 9.8
CVE-2018-5968 [CRITICAL] CWE-184 Deserialization of Untrusted Data in jackson-databind
Deserialization of Untrusted Data in jackson-databind
FasterXML jackson-databind through 2.8.11 and 2.9.x through 2.9.3 allows unauthenticated remote code execution because of an incomplete fix for the CVE-2017-7525 and CVE-2017-17485 deserialization flaws. This is exploitable via two different gadgets that bypass a blacklist.
OSV
Deserialization of Untrusted Data in jackson-databind
osv·2020-06-30·CVSS 9.8
CVE-2018-5968 [CRITICAL] Deserialization of Untrusted Data in jackson-databind
Deserialization of Untrusted Data in jackson-databind
FasterXML jackson-databind through 2.8.11 and 2.9.x through 2.9.3 allows unauthenticated remote code execution because of an incomplete fix for the CVE-2017-7525 and CVE-2017-17485 deserialization flaws. This is exploitable via two different gadgets that bypass a blacklist.
GHSA
jackson-databind vulnerable to remote code execution due to incorrect deserialization and blocklist bypass
ghsa·2018-10-18·CVSS 9.8
CVE-2017-17485 [CRITICAL] CWE-502 jackson-databind vulnerable to remote code execution due to incorrect deserialization and blocklist bypass
jackson-databind vulnerable to remote code execution due to incorrect deserialization and blocklist bypass
FasterXML jackson-databind through 2.8.10 and 2.9.x through 2.9.3 allows unauthenticated remote code execution because of an incomplete fix for the CVE-2017-7525 deserialization flaw. This is exploitable by sending maliciously crafted JSON input to the readValue method of the ObjectMapper, bypassing a blacklist that is ineffective if the Spring libraries are available in the classpath.
OSV
jackson-databind vulnerable to deserialization flaw leading to unauthenticated remote code execution
osv·2018-10-18·CVSS 9.8
CVE-2017-15095 [CRITICAL] jackson-databind vulnerable to deserialization flaw leading to unauthenticated remote code execution
jackson-databind vulnerable to deserialization flaw leading to unauthenticated remote code execution
jackson-databind in versions prior to 2.8.11 and 2.9.4 contain a deserialization flaw which allows an unauthenticated user to perform code execution by sending maliciously crafted input to the readValue method of the ObjectMapper. This issue extends the previous flaw CVE-2017-7525, blacklisting additonal vulnerable classes.
GHSA
jackson-databind vulnerable to deserialization flaw leading to unauthenticated remote code execution
ghsa·2018-10-18·CVSS 9.8
CVE-2017-15095 [CRITICAL] CWE-184 jackson-databind vulnerable to deserialization flaw leading to unauthenticated remote code execution
jackson-databind vulnerable to deserialization flaw leading to unauthenticated remote code execution
jackson-databind in versions prior to 2.8.11 and 2.9.4 contain a deserialization flaw which allows an unauthenticated user to perform code execution by sending maliciously crafted input to the readValue method of the ObjectMapper. This issue extends the previous flaw CVE-2017-7525, blacklisting additonal vulnerable classes.
OSV
jackson-databind vulnerable to remote code execution due to incorrect deserialization and blocklist bypass
osv·2018-10-18·CVSS 9.8
CVE-2017-17485 [CRITICAL] jackson-databind vulnerable to remote code execution due to incorrect deserialization and blocklist bypass
jackson-databind vulnerable to remote code execution due to incorrect deserialization and blocklist bypass
FasterXML jackson-databind through 2.8.10 and 2.9.x through 2.9.3 allows unauthenticated remote code execution because of an incomplete fix for the CVE-2017-7525 deserialization flaw. This is exploitable by sending maliciously crafted JSON input to the readValue method of the ObjectMapper, bypassing a blacklist that is ineffective if the Spring libraries are available in the classpath.
OSV
jackson-databind is vulnerable to a deserialization flaw
osv·2018-10-16
CVE-2017-7525 [CRITICAL] jackson-databind is vulnerable to a deserialization flaw
jackson-databind is vulnerable to a deserialization flaw
A deserialization flaw was discovered in the jackson-databind, versions before 2.6.7.1, 2.7.9.1 and 2.8.9, which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readValue method of the ObjectMapper.
OSV
FasterXML jackson-databind allows unauthenticated remote code execution
osv·2018-10-16·CVSS 9.8
CVE-2018-7489 [CRITICAL] FasterXML jackson-databind allows unauthenticated remote code execution
FasterXML jackson-databind allows unauthenticated remote code execution
FasterXML jackson-databind before before 2.6.7.5, 2.7.x before 2.7.9.3, 2.8.x before 2.8.11.1, and 2.9.x before 2.9.5 allows unauthenticated remote code execution because of an incomplete fix for the CVE-2017-7525 deserialization flaw. This is exploitable by sending maliciously crafted JSON input to the readValue method of the ObjectMapper, bypassing a blacklist that is ineffective if the c3p0 libraries are available in the classpath.
GHSA
jackson-databind is vulnerable to a deserialization flaw
ghsa·2018-10-16
CVE-2017-7525 [CRITICAL] CWE-184 jackson-databind is vulnerable to a deserialization flaw
jackson-databind is vulnerable to a deserialization flaw
A deserialization flaw was discovered in the jackson-databind, versions before 2.6.7.1, 2.7.9.1 and 2.8.9, which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readValue method of the ObjectMapper.
GHSA
FasterXML jackson-databind allows unauthenticated remote code execution
ghsa·2018-10-16·CVSS 9.8
CVE-2018-7489 [CRITICAL] CWE-184 FasterXML jackson-databind allows unauthenticated remote code execution
FasterXML jackson-databind allows unauthenticated remote code execution
FasterXML jackson-databind before before 2.6.7.5, 2.7.x before 2.7.9.3, 2.8.x before 2.8.11.1, and 2.9.x before 2.9.5 allows unauthenticated remote code execution because of an incomplete fix for the CVE-2017-7525 deserialization flaw. This is exploitable by sending maliciously crafted JSON input to the readValue method of the ObjectMapper, bypassing a blacklist that is ineffective if the c3p0 libraries are available in the classpath.
OSV
CVE-2018-7489: FasterXML jackson-databind before 2
osv·2018-02-26·CVSS 9.8
CVE-2018-7489 [CRITICAL] CVE-2018-7489: FasterXML jackson-databind before 2
FasterXML jackson-databind before 2.7.9.3, 2.8.x before 2.8.11.1 and 2.9.x before 2.9.5 allows unauthenticated remote code execution because of an incomplete fix for the CVE-2017-7525 deserialization flaw. This is exploitable by sending maliciously crafted JSON input to the readValue method of the ObjectMapper, bypassing a blacklist that is ineffective if the c3p0 libraries are available in the classpath.
OSV
CVE-2017-7525: A deserialization flaw was discovered in the jackson-databind, versions before 2
osv·2018-02-06·CVSS 9.8
CVE-2017-7525 [CRITICAL] CVE-2017-7525: A deserialization flaw was discovered in the jackson-databind, versions before 2
A deserialization flaw was discovered in the jackson-databind, versions before 2.6.7.1, 2.7.9.1 and 2.8.9, which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readValue method of the ObjectMapper.
OSV
CVE-2017-15095: A deserialization flaw was discovered in the jackson-databind in versions before 2
osv·2018-02-06·CVSS 9.8
CVE-2017-15095 [CRITICAL] CVE-2017-15095: A deserialization flaw was discovered in the jackson-databind in versions before 2
A deserialization flaw was discovered in the jackson-databind in versions before 2.8.10 and 2.9.1, which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readValue method of the ObjectMapper. This issue extends the previous flaw CVE-2017-7525 by blacklisting more classes that could be used maliciously.
OSV
CVE-2018-5968: FasterXML jackson-databind through 2
osv·2018-01-22·CVSS 9.8
CVE-2018-5968 [CRITICAL] CVE-2018-5968: FasterXML jackson-databind through 2
FasterXML jackson-databind through 2.8.11 and 2.9.x through 2.9.3 allows unauthenticated remote code execution because of an incomplete fix for the CVE-2017-7525 and CVE-2017-17485 deserialization flaws. This is exploitable via two different gadgets that bypass a blacklist.
OSV
CVE-2017-17485: FasterXML jackson-databind through 2
osv·2018-01-10·CVSS 9.8
CVE-2017-17485 [CRITICAL] CVE-2017-17485: FasterXML jackson-databind through 2
FasterXML jackson-databind through 2.8.10 and 2.9.x through 2.9.3 allows unauthenticated remote code execution because of an incomplete fix for the CVE-2017-7525 deserialization flaw. This is exploitable by sending maliciously crafted JSON input to the readValue method of the ObjectMapper, bypassing a blacklist that is ineffective if the Spring libraries are available in the classpath.
Ubuntu
Jackson vulnerabilities
vendor_ubuntu·2021-02-18
CVE-2017-15095 Jackson vulnerabilities
Title: Jackson vulnerabilities
Summary: Jackson could be made to crash if it opened a specially crafted
file.
It was discovered that Jackson Databind incorrectly handled
deserialization. An attacker could possibly use this issue to execute
arbitrary code.
Instructions: In general, a standard system update will make all the necessary changes.
Red Hat
codehaus: incomplete fix for unsafe deserialization in jackson-databind vulnerabilities
vendor_redhat·2019-09-30·CVSS 9.8
CVE-2019-10202 [CRITICAL] CWE-502 codehaus: incomplete fix for unsafe deserialization in jackson-databind vulnerabilities
codehaus: incomplete fix for unsafe deserialization in jackson-databind vulnerabilities
A series of deserialization vulnerabilities have been discovered in Codehaus 1.9.x implemented in EAP 7. This CVE fixes CVE-2017-17485, CVE-2017-7525, CVE-2017-15095, CVE-2018-5968, CVE-2018-7489, CVE-2018-1000873, CVE-2019-12086 reported for FasterXML jackson-databind by implementing a whitelist approach that will mitigate these vulnerabilities and future ones alike.
Package: codehaus (Red Hat BPM Suite 6) - Out of support scope
Package: codehaus (Red Hat Decision Manager 7) - Not affected
Package: codehaus (Red Hat JBoss A-MQ 6) - Out of support scope
Package: codehaus (Red Hat JBoss BRMS 5) - Out of support scope
Package: codehaus (Red Hat JBoss BRMS 6) - Out of support scope
Package: codehaus
Red Hat
jackson-databind: incomplete fix for CVE-2017-7525 permits unsafe serialization via c3p0 libraries
vendor_redhat·2018-02-26·CVSS 9.8
CVE-2018-7489 [CRITICAL] CWE-20 jackson-databind: incomplete fix for CVE-2017-7525 permits unsafe serialization via c3p0 libraries
jackson-databind: incomplete fix for CVE-2017-7525 permits unsafe serialization via c3p0 libraries
FasterXML jackson-databind before 2.7.9.3, 2.8.x before 2.8.11.1 and 2.9.x before 2.9.5 allows unauthenticated remote code execution because of an incomplete fix for the CVE-2017-7525 deserialization flaw. This is exploitable by sending maliciously crafted JSON input to the readValue method of the ObjectMapper, bypassing a blacklist that is ineffective if the c3p0 libraries are available in the classpath.
A flaw was discovered in FasterXML jackson-databind, where it would permit polymorphic deserialization of malicious objects using the c3p0 gadget when used in conjunction with polymorphic type handling methods such as `enableDefaultTyping()` or when @JsonTypeInfo is using `Id.CLASS` or `Id
Red Hat
jackson-databind: unsafe deserialization due to incomplete blacklist (incomplete fix for CVE-2017-7525 and CVE-2017-17485)
vendor_redhat·2018-01-18·CVSS 9.8
CVE-2018-5968 [CRITICAL] CWE-502 jackson-databind: unsafe deserialization due to incomplete blacklist (incomplete fix for CVE-2017-7525 and CVE-2017-17485)
jackson-databind: unsafe deserialization due to incomplete blacklist (incomplete fix for CVE-2017-7525 and CVE-2017-17485)
FasterXML jackson-databind through 2.8.11 and 2.9.x through 2.9.3 allows unauthenticated remote code execution because of an incomplete fix for the CVE-2017-7525 and CVE-2017-17485 deserialization flaws. This is exploitable via two different gadgets that bypass a blacklist.
A deserialization flaw was discovered in the jackson-databind that could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readValue method of the ObjectMapper. This issue extends the previous flaws CVE-2017-7525 and CVE-2017-17485 by blacklisting more classes that could be used maliciously.
Statement: JBoss EAP 7.x only uses the vulnerable Ja
Debian
CVE-2018-5968: jackson-databind - FasterXML jackson-databind through 2.8.11 and 2.9.x through 2.9.3 allows unauthe...
vendor_debian·2018·CVSS 9.8
CVE-2018-5968 [CRITICAL] CVE-2018-5968: jackson-databind - FasterXML jackson-databind through 2.8.11 and 2.9.x through 2.9.3 allows unauthe...
FasterXML jackson-databind through 2.8.11 and 2.9.x through 2.9.3 allows unauthenticated remote code execution because of an incomplete fix for the CVE-2017-7525 and CVE-2017-17485 deserialization flaws. This is exploitable via two different gadgets that bypass a blacklist.
Scope: local
bookworm: resolved (fixed in 2.9.4-1)
bullseye: resolved (fixed in 2.9.4-1)
forky: resolved (fixed in 2.9.4-1)
sid: resolved (fixed in 2.9.4-1)
trixie: resolved (fixed in 2.9.4-1)
Debian
CVE-2018-7489: jackson-databind - FasterXML jackson-databind before 2.7.9.3, 2.8.x before 2.8.11.1 and 2.9.x befor...
vendor_debian·2018·CVSS 9.8
CVE-2018-7489 [CRITICAL] CVE-2018-7489: jackson-databind - FasterXML jackson-databind before 2.7.9.3, 2.8.x before 2.8.11.1 and 2.9.x befor...
FasterXML jackson-databind before 2.7.9.3, 2.8.x before 2.8.11.1 and 2.9.x before 2.9.5 allows unauthenticated remote code execution because of an incomplete fix for the CVE-2017-7525 deserialization flaw. This is exploitable by sending maliciously crafted JSON input to the readValue method of the ObjectMapper, bypassing a blacklist that is ineffective if the c3p0 libraries are available in the classpath.
Scope: local
bookworm: resolved (fixed in 2.9.5-1)
bullseye: resolved (fixed in 2.9.5-1)
forky: resolved (fixed in 2.9.5-1)
sid: resolved (fixed in 2.9.5-1)
trixie: resolved (fixed in 2.9.5-1)
Red Hat
jackson-databind: Unsafe deserialization due to incomplete black list (incomplete fix for CVE-2017-15095)
vendor_redhat·2017-12-12·CVSS 9.8
CVE-2017-17485 [CRITICAL] CWE-502 jackson-databind: Unsafe deserialization due to incomplete black list (incomplete fix for CVE-2017-15095)
jackson-databind: Unsafe deserialization due to incomplete black list (incomplete fix for CVE-2017-15095)
FasterXML jackson-databind through 2.8.10 and 2.9.x through 2.9.3 allows unauthenticated remote code execution because of an incomplete fix for the CVE-2017-7525 deserialization flaw. This is exploitable by sending maliciously crafted JSON input to the readValue method of the ObjectMapper, bypassing a blacklist that is ineffective if the Spring libraries are available in the classpath.
A deserialization flaw was discovered in the jackson-databind which could allow an unauthenticated user to perform code execution by sending maliciously crafted input to the readValue method of ObjectMapper. This issue extends upon the previous flaws CVE-2017-7525 and CVE-2017-15095 by blacklisting mor
Red Hat
jackson-databind: Unsafe deserialization due to incomplete black list (incomplete fix for CVE-2017-7525)
vendor_redhat·2017-11-02·CVSS 9.8
CVE-2017-15095 [CRITICAL] CWE-184 jackson-databind: Unsafe deserialization due to incomplete black list (incomplete fix for CVE-2017-7525)
jackson-databind: Unsafe deserialization due to incomplete black list (incomplete fix for CVE-2017-7525)
A deserialization flaw was discovered in the jackson-databind in versions before 2.8.10 and 2.9.1, which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readValue method of the ObjectMapper. This issue extends the previous flaw CVE-2017-7525 by blacklisting more classes that could be used maliciously.
A deserialization flaw was discovered in the jackson-databind which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readValue method of the ObjectMapper. This issue extends the previous flaw CVE-2017-7525 by blacklisting more classes that could be used maliciously.
Red Hat
jackson-databind: Deserialization vulnerability via readValue method of ObjectMapper
vendor_redhat·2017-07-14·CVSS 9.8
CVE-2017-7525 [CRITICAL] CWE-20 jackson-databind: Deserialization vulnerability via readValue method of ObjectMapper
jackson-databind: Deserialization vulnerability via readValue method of ObjectMapper
A deserialization flaw was discovered in the jackson-databind, versions before 2.6.7.1, 2.7.9.1 and 2.8.9, which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readValue method of the ObjectMapper.
A deserialization flaw was discovered in the jackson-databind which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readValue method of the ObjectMapper.
Statement: This issue affects the versions of jackson-databind (in Satellite 6.0 and 6.1) and candlepin (which embeds a copy of jackson-databind in Satellite 6.2) as shipped with Red Hat Satellite 6.x. However the affected code is NOT
Debian
CVE-2017-7525: jackson-databind - A deserialization flaw was discovered in the jackson-databind, versions before 2...
vendor_debian·2017·CVSS 9.8
CVE-2017-7525 [CRITICAL] CVE-2017-7525: jackson-databind - A deserialization flaw was discovered in the jackson-databind, versions before 2...
A deserialization flaw was discovered in the jackson-databind, versions before 2.6.7.1, 2.7.9.1 and 2.8.9, which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readValue method of the ObjectMapper.
Scope: local
bookworm: resolved (fixed in 2.9.1-1)
bullseye: resolved (fixed in 2.9.1-1)
forky: resolved (fixed in 2.9.1-1)
sid: resolved (fixed in 2.9.1-1)
trixie: resolved (fixed in 2.9.1-1)
Debian
CVE-2017-15095: jackson-databind - A deserialization flaw was discovered in the jackson-databind in versions before...
vendor_debian·2017·CVSS 9.8
CVE-2017-15095 [CRITICAL] CVE-2017-15095: jackson-databind - A deserialization flaw was discovered in the jackson-databind in versions before...
A deserialization flaw was discovered in the jackson-databind in versions before 2.8.10 and 2.9.1, which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readValue method of the ObjectMapper. This issue extends the previous flaw CVE-2017-7525 by blacklisting more classes that could be used maliciously.
Scope: local
bookworm: resolved (fixed in 2.9.1-1)
bullseye: resolved (fixed in 2.9.1-1)
forky: resolved (fixed in 2.9.1-1)
sid: resolved (fixed in 2.9.1-1)
trixie: resolved (fixed in 2.9.1-1)
Debian
CVE-2017-17485: jackson-databind - FasterXML jackson-databind through 2.8.10 and 2.9.x through 2.9.3 allows unauthe...
vendor_debian·2017·CVSS 9.8
CVE-2017-17485 [CRITICAL] CVE-2017-17485: jackson-databind - FasterXML jackson-databind through 2.8.10 and 2.9.x through 2.9.3 allows unauthe...
FasterXML jackson-databind through 2.8.10 and 2.9.x through 2.9.3 allows unauthenticated remote code execution because of an incomplete fix for the CVE-2017-7525 deserialization flaw. This is exploitable by sending maliciously crafted JSON input to the readValue method of the ObjectMapper, bypassing a blacklist that is ineffective if the Spring libraries are available in the classpath.
Scope: local
bookworm: resolved (fixed in 2.9.4-1)
bullseye: resolved (fixed in 2.9.4-1)
forky: resolved (fixed in 2.9.4-1)
sid: resolved (fixed in 2.9.4-1)
trixie: resolved (fixed in 2.9.4-1)
No detection rules found.
No public exploits indexed.
Bugzilla
CVE-2019-10202 codehaus: incomplete fix for unsafe deserialization in jackson-databind vulnerabilities
bugzilla·2019-07-18·CVSS 9.8
CVE-2019-10202 [CRITICAL] CVE-2019-10202 codehaus: incomplete fix for unsafe deserialization in jackson-databind vulnerabilities
CVE-2019-10202 codehaus: incomplete fix for unsafe deserialization in jackson-databind vulnerabilities
A series of deserialization vulnerabilities have been discovered in Codehaus 1.9.x implemented in EAP 7. This CVE fixes CVE-2017-17485, CVE-2017-7525, CVE-2017-15095, CVE-2018-5968, CVE-2018-7489, CVE-2018-1000873, CVE-2019-12086 reported for FasterXML jackson-databind by implementing a whitelist approach that will mitigate these vulnerabilities and future ones alike.
Discussion:
This vulnerability is out of security support scope for the following products:
* Red Hat JBoss BPM Suite 6
* Red Hat JBoss BRMS 6
* Red Hat Enterprise Application Platform 5
* Red Hat Enterprise Application Platform 6
* Red Hat JBoss SOA Platform 5
* Red Hat JBoss Fuse Service Works 6
* Red Hat JBoss Fuse 6
*
Bugzilla
CVE-2018-7489 jackson-databind: incomplete fix for CVE-2017-7525 permits unsafe serialization via c3p0 libraries
bugzilla·2018-02-26·CVSS 9.8
CVE-2018-7489 [CRITICAL] CVE-2018-7489 jackson-databind: incomplete fix for CVE-2017-7525 permits unsafe serialization via c3p0 libraries
CVE-2018-7489 jackson-databind: incomplete fix for CVE-2017-7525 permits unsafe serialization via c3p0 libraries
FasterXML jackson-databind before 2.8.11.1 and 2.9.x before 2.9.5 allows unauthenticated remote code execution because of an incomplete fix for the CVE-2017-7525 deserialization flaw. This is exploitable by sending maliciously crafted JSON input to the readValue method of the ObjectMapper, bypassing a blacklist that is ineffective if the c3p0 libraries are available in the classpath.
Upstream issue:
https://github.com/FasterXML/jackson-databind/issues/1931
Upstream patch:
https://github.com/FasterXML/jackson-databind/commit/6799f8f10cc78e9af6d443ed6982d00a13f2e7d2
Discussion:
Created jackson-databind tracking bugs for this issue:
Affects: fedora-all [bug 1549279]
---
R
Bugzilla
CVE-2018-7489 jackson-databind: incomplete fix for CVE-2017-7525 permits unsafe serialization via c3p0 libraries [fedora-all]
bugzilla·2018-02-26·CVSS 9.8
CVE-2018-7489 [CRITICAL] CVE-2018-7489 jackson-databind: incomplete fix for CVE-2017-7525 permits unsafe serialization via c3p0 libraries [fedora-all]
CVE-2018-7489 jackson-databind: incomplete fix for CVE-2017-7525 permits unsafe serialization via c3p0 libraries [fedora-all]
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of fedora-all.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When submitting as an update, use the fedpkg template provided in the next
comment(s). This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.
NOTE
Bugzilla
CVE-2018-5968 jackson-databind: unsafe deserialization due to incomplete blacklist (incomplete fix for CVE-2017-7525 and CVE-2017-17485)
bugzilla·2018-01-24·CVSS 9.8
CVE-2018-5968 [CRITICAL] CVE-2018-5968 jackson-databind: unsafe deserialization due to incomplete blacklist (incomplete fix for CVE-2017-7525 and CVE-2017-17485)
CVE-2018-5968 jackson-databind: unsafe deserialization due to incomplete blacklist (incomplete fix for CVE-2017-7525 and CVE-2017-17485)
A flaw was found in FasterXML jackson-databind through 2.8.11 and 2.9.x through 2.9.3 which allows unauthenticated remote code execution due to an incomplete fix for the CVE-2017-7525 and CVE-2017-17485 deserialization flaws. This is exploitable via two different gadgets that bypass a blacklist.
References:
https://github.com/FasterXML/jackson-databind/issues/1899
Patch:
https://github.com/FasterXML/jackson-databind/commit/038b471e2efde2e8f96b4e0be958d3e5a1ff1d05
Discussion:
Created jackson-databind tracking bugs for this issue:
Affects: fedora-all [bug 1538333]
---
Reduced to moderate after internal discussions about ratings on flaws versus ratin
Bugzilla
CVE-2018-5968 jackson-databind: unsafe deserialization due to incomplete blacklist (incomplete fix for CVE-2017-7525 and CVE-2017-17485) [fedora-all]
bugzilla·2018-01-24·CVSS 9.8
CVE-2018-5968 [CRITICAL] CVE-2018-5968 jackson-databind: unsafe deserialization due to incomplete blacklist (incomplete fix for CVE-2017-7525 and CVE-2017-17485) [fedora-all]
CVE-2018-5968 jackson-databind: unsafe deserialization due to incomplete blacklist (incomplete fix for CVE-2017-7525 and CVE-2017-17485) [fedora-all]
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of fedora-all.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When submitting as an update, use the fedpkg template provided in the next
comment(s). This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
fedp
Bugzilla
CVE-2017-17485 jackson-databind: Unsafe deserialization due to incomplete black list (incomplete fix for CVE-2017-15095)
bugzilla·2017-12-22·CVSS 9.8
CVE-2017-17485 [CRITICAL] CVE-2017-17485 jackson-databind: Unsafe deserialization due to incomplete black list (incomplete fix for CVE-2017-15095)
CVE-2017-17485 jackson-databind: Unsafe deserialization due to incomplete black list (incomplete fix for CVE-2017-15095)
An unsafe deserialization vulnerability was found due to incomplete blacklisting of the unsafe classes. This issue is incomplete fix for CVE-2017-7525 and CVE-2017-15095 and is specific to certain Red Hat packages.
Discussion:
Created jackson-databind tracking bugs for this issue:
Affects: fedora-all [bug 1530463]
---
Acknowledgements:
Name: 0c0c0f from 360观星实验室
---
This issue has been addressed in the following products:
Red Hat Software Collections for Red Hat Enterprise Linux 7
Red Hat Software Collections for Red Hat Enterprise Linux 7.3 EUS
Red Hat Software Collections for Red Hat Enterprise Linux 7.4 EUS
Via RHSA-2018:0116 https://access.redhat.com/errat
Bugzilla
CVE-2017-15095 jackson-databind: Unsafe deserialization due to incomplete black list (incomplete fix for CVE-2017-7525) [fedora-all]
bugzilla·2017-11-02·CVSS 9.8
CVE-2017-15095 [CRITICAL] CVE-2017-15095 jackson-databind: Unsafe deserialization due to incomplete black list (incomplete fix for CVE-2017-7525) [fedora-all]
CVE-2017-15095 jackson-databind: Unsafe deserialization due to incomplete black list (incomplete fix for CVE-2017-7525) [fedora-all]
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of fedora-all.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When submitting as an update, use the fedpkg template provided in the next
comment(s). This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message
Bugzilla
CVE-2017-15095 jackson-databind: Unsafe deserialization due to incomplete black list (incomplete fix for CVE-2017-7525)
bugzilla·2017-10-26·CVSS 9.8
CVE-2017-15095 [CRITICAL] CVE-2017-15095 jackson-databind: Unsafe deserialization due to incomplete black list (incomplete fix for CVE-2017-7525)
CVE-2017-15095 jackson-databind: Unsafe deserialization due to incomplete black list (incomplete fix for CVE-2017-7525)
An unsafe deserialization vulnerability was found due to incomplete blacklisting of the unsafe elements. This issue is incomplete fix for CVE-2017-7525.
Discussion:
Acknowledgments:
Name: Liao Xinxi (NSFOCUS)
---
Other distributions may have made the same mistake, since the original upstream ticket was closed before additional names were added to the blacklist.
Original ticket + patches (CVE-2017-7525):
https://github.com/FasterXML/jackson-databind/issues/1599
https://github.com/FasterXML/jackson-databind/commit/60d459ce
https://github.com/FasterXML/jackson-databind/commit/3bfbb835
Further tickets and patches to block more dangerous types (I think these are all):
Bugzilla
CVE-2017-7525 jackson-databind: Deserialization vulnerability via readValue method of ObjectMapper [fedora-all]
bugzilla·2017-07-20·CVSS 9.8
CVE-2017-7525 [CRITICAL] CVE-2017-7525 jackson-databind: Deserialization vulnerability via readValue method of ObjectMapper [fedora-all]
CVE-2017-7525 jackson-databind: Deserialization vulnerability via readValue method of ObjectMapper [fedora-all]
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of fedora-all.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When submitting as an update, use the fedpkg template provided in the next
comment(s). This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.
NOTE: this issue a
Bugzilla
CVE-2017-7525 jackson-databind: Deserialization vulnerability via readValue method of ObjectMapper
bugzilla·2017-06-19·CVSS 9.8
CVE-2017-7525 [CRITICAL] CVE-2017-7525 jackson-databind: Deserialization vulnerability via readValue method of ObjectMapper
CVE-2017-7525 jackson-databind: Deserialization vulnerability via readValue method of ObjectMapper
A deserialization flaw in jackson-databind was found allowing code execution when given maliocusly crafted input to readValue method of ObjectMapper.
Discussion:
Acknowledgments:
Name: Liao Xinxi (NSFOCUS)
---
Created jackson-databind tracking bugs for this issue:
Affects: fedora-all [bug 1473260]
---
This issue has been addressed in the following products:
Red Hat JBoss Enterprise Application Platform
Via RHSA-2017:1836 https://access.redhat.com/errata/RHSA-2017:1836
---
This issue has been addressed in the following products:
Red Hat JBoss Enterprise Application Platform 7.0 for RHEL 7
Via RHSA-2017:1835 https://access.redhat.com/errata/RHSA-2017:1835
---
This issue has bee
arXiv
How well does LLM generate security tests?
arxiv_fulltext·2023-10-03
How well does LLM generate security tests?
How well does LLM generate security tests?
## Abstract
Developers often build software on top of third-party libraries (Libs) to improve programmer productivity and software quality. The libraries may contain vulnerabilities exploitable by hackers to attack the applications (Apps) built on top of them. People refer to such attacks as supply chain attacks, the documented number of which has increased 742% in 2022. People created tools to mitigate such attacks, by scanning the library dependencies of Apps, identifying the usage of vulnerable library versions, and suggesting secure alternatives to vulnerable dependencies. However, recent studies show that many developers do not trust the reports by these tools; they ask for code or evidence to demonstrate how library vulnerabilities lead to
CTF
20181130-pwn2winctf / README
ctf_writeups·2018
20181130-pwn2winctf / README
# Pwn2Win CTF 2018
**It's recommended to read our responsive [web version](https://balsn.tw/ctf_writeup/20181130-pwn2winctf/) of this writeup.**
- [Pwn2Win CTF 2018](#pwn2win-ctf-2018)
- [Crypto](#crypto)
- [Back to Bletchley Park](#back-to-bletchley-park)
- [GCM](#gcm)
- [Web](#web)
- [Berg’s Club](#bergs-club)
- [Identify The Function](#identify-the-function)
- [RCE](#rce)
- [Failed Attempts](#failed-attempts)
- [Message Board I (File Inclusion)](#message-board-i-file-inclusion)
- [Information Leak](#information-leak)
- [XML or JSON?](#xml-or-json)
- [Message Board II (RCE)](#message-board-ii-rce)
- [Tomcat Manager](#tomcat-manager)
- [Almighty Gopher](#almighty-gopher)
- [Gopher Pitfall (Intended Solution 1)](#gopher-pitfall-intended-solution-1)
- [jar (Possibly Intended Solution 2)]
http://www.oracle.com/technetwork/security-advisory/cpuapr2018-3678067.htmlhttp://www.oracle.com/technetwork/security-advisory/cpujul2018-4258247.htmlhttp://www.oracle.com/technetwork/security-advisory/cpuoct2018-4428296.htmlhttp://www.securityfocus.com/bid/99623http://www.securitytracker.com/id/1039744http://www.securitytracker.com/id/1039947http://www.securitytracker.com/id/1040360https://access.redhat.com/errata/RHSA-2017:1834https://access.redhat.com/errata/RHSA-2017:1835https://access.redhat.com/errata/RHSA-2017:1836https://access.redhat.com/errata/RHSA-2017:1837https://access.redhat.com/errata/RHSA-2017:1839https://access.redhat.com/errata/RHSA-2017:1840https://access.redhat.com/errata/RHSA-2017:2477https://access.redhat.com/errata/RHSA-2017:2546https://access.redhat.com/errata/RHSA-2017:2547https://access.redhat.com/errata/RHSA-2017:2633https://access.redhat.com/errata/RHSA-2017:2635https://access.redhat.com/errata/RHSA-2017:2636https://access.redhat.com/errata/RHSA-2017:2637https://access.redhat.com/errata/RHSA-2017:2638https://access.redhat.com/errata/RHSA-2017:3141https://access.redhat.com/errata/RHSA-2017:3454https://access.redhat.com/errata/RHSA-2017:3455https://access.redhat.com/errata/RHSA-2017:3456https://access.redhat.com/errata/RHSA-2017:3458https://access.redhat.com/errata/RHSA-2018:0294https://access.redhat.com/errata/RHSA-2018:0342https://access.redhat.com/errata/RHSA-2018:1449https://access.redhat.com/errata/RHSA-2018:1450https://access.redhat.com/errata/RHSA-2019:0910https://access.redhat.com/errata/RHSA-2019:2858https://access.redhat.com/errata/RHSA-2019:3149https://bugzilla.redhat.com/show_bug.cgi?id=1462702https://cwiki.apache.org/confluence/display/WW/S2-055https://github.com/FasterXML/jackson-databind/issues/1599https://github.com/FasterXML/jackson-databind/issues/1723https://lists.apache.org/thread.html/3c87dc8bca99a2b3b4743713b33d1de05b1d6b761fdf316224e9c81f%40%3Cdev.lucene.apache.org%3Ehttps://lists.apache.org/thread.html/4641ed8616ccc2c1fbddac2c3dc9900c96387bc226eaf0232d61909b%40%3Ccommits.cassandra.apache.org%3Ehttps://lists.apache.org/thread.html/5008bcbd45ee65ce39e4220b6ac53d28a24d6bc67d5804e9773a7399%40%3Csolr-user.lucene.apache.org%3Ehttps://lists.apache.org/thread.html/708d94141126eac03011144a971a6411fcac16d9c248d1d535a39451%40%3Csolr-user.lucene.apache.org%3Ehttps://lists.apache.org/thread.html/9317fd092b257a0815434b116a8af8daea6e920b6673f4fd5583d5fe%40%3Ccommits.druid.apache.org%3Ehttps://lists.apache.org/thread.html/b1f33fe5ade396bb903fdcabe9f243f7692c7dfce5418d3743c2d346%40%3Cdev.lucene.apache.org%3Ehttps://lists.apache.org/thread.html/c10a2bf0fdc3d25faf17bd191d6ec46b29a353fa9c97bebd7c4e5913%40%3Cdev.lucene.apache.org%3Ehttps://lists.apache.org/thread.html/c2ed4c0126b43e324cf740012a0edd371fd36096fd777be7bfe7a2a6%40%3Cdev.lucene.apache.org%3Ehttps://lists.apache.org/thread.html/c9d5ff20929e8a3c8794facf4c4b326a9c10618812eec356caa20b87%40%3Csolr-user.lucene.apache.org%3Ehttps://lists.apache.org/thread.html/f095a791bda6c0595f691eddd0febb2d396987eec5cbd29120d8c629%40%3Csolr-user.lucene.apache.org%3Ehttps://lists.apache.org/thread.html/f60afd3c7e9ebaaf70fad4a4beb75cf8740ac959017a31e7006c7486%40%3Cdev.lucene.apache.org%3Ehttps://lists.apache.org/thread.html/r42ac3e39e6265db12d9fc6ae1cd4b5fea7aed9830dc6f6d58228fed7%40%3Ccommits.cassandra.apache.org%3Ehttps://lists.apache.org/thread.html/r68acf97f4526ba59a33cc6e592261ea4f85d890f99e79c82d57dd589%40%3Cissues.spark.apache.org%3Ehttps://lists.apache.org/thread.html/rf7f87810c38dc9abf9f93989f76008f504cbf7c1a355214640b2d04c%40%3Ccommits.cassandra.apache.org%3Ehttps://lists.debian.org/debian-lts-announce/2020/01/msg00037.htmlhttps://lists.debian.org/debian-lts-announce/2020/08/msg00039.htmlhttps://security.netapp.com/advisory/ntap-20171214-0002/https://support.hpe.com/hpsc/doc/public/display?docLocale=en_US&docId=emr_na-hpesbhf03902en_ushttps://www.debian.org/security/2017/dsa-4004https://www.oracle.com/security-alerts/cpuoct2020.htmlhttps://www.oracle.com/technetwork/security-advisory/cpuapr2019-5072813.htmlhttps://www.oracle.com/technetwork/security-advisory/cpujan2019-5072801.htmlhttps://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.htmlhttp://www.oracle.com/technetwork/security-advisory/cpuapr2018-3678067.htmlhttp://www.oracle.com/technetwork/security-advisory/cpujul2018-4258247.htmlhttp://www.oracle.com/technetwork/security-advisory/cpuoct2018-4428296.htmlhttp://www.securityfocus.com/bid/99623http://www.securitytracker.com/id/1039744http://www.securitytracker.com/id/1039947http://www.securitytracker.com/id/1040360https://access.redhat.com/errata/RHSA-2017:1834https://access.redhat.com/errata/RHSA-2017:1835https://access.redhat.com/errata/RHSA-2017:1836https://access.redhat.com/errata/RHSA-2017:1837https://access.redhat.com/errata/RHSA-2017:1839https://access.redhat.com/errata/RHSA-2017:1840https://access.redhat.com/errata/RHSA-2017:2477https://access.redhat.com/errata/RHSA-2017:2546https://access.redhat.com/errata/RHSA-2017:2547https://access.redhat.com/errata/RHSA-2017:2633https://access.redhat.com/errata/RHSA-2017:2635https://access.redhat.com/errata/RHSA-2017:2636https://access.redhat.com/errata/RHSA-2017:2637https://access.redhat.com/errata/RHSA-2017:2638https://access.redhat.com/errata/RHSA-2017:3141https://access.redhat.com/errata/RHSA-2017:3454https://access.redhat.com/errata/RHSA-2017:3455https://access.redhat.com/errata/RHSA-2017:3456https://access.redhat.com/errata/RHSA-2017:3458https://access.redhat.com/errata/RHSA-2018:0294https://access.redhat.com/errata/RHSA-2018:0342https://access.redhat.com/errata/RHSA-2018:1449https://access.redhat.com/errata/RHSA-2018:1450https://access.redhat.com/errata/RHSA-2019:0910https://access.redhat.com/errata/RHSA-2019:2858https://access.redhat.com/errata/RHSA-2019:3149https://bugzilla.redhat.com/show_bug.cgi?id=1462702https://cwiki.apache.org/confluence/display/WW/S2-055https://github.com/FasterXML/jackson-databind/issues/1599https://github.com/FasterXML/jackson-databind/issues/1723https://lists.apache.org/thread.html/3c87dc8bca99a2b3b4743713b33d1de05b1d6b761fdf316224e9c81f%40%3Cdev.lucene.apache.org%3Ehttps://lists.apache.org/thread.html/4641ed8616ccc2c1fbddac2c3dc9900c96387bc226eaf0232d61909b%40%3Ccommits.cassandra.apache.org%3Ehttps://lists.apache.org/thread.html/5008bcbd45ee65ce39e4220b6ac53d28a24d6bc67d5804e9773a7399%40%3Csolr-user.lucene.apache.org%3E
+ 20 more references
2018-02-06
Published