Skip to content

Commit b8adf7f

Browse files
committed
Suppress CVE-2020-9488 and reference Security Advisory ESAPI#4
1 parent c58cb15 commit b8adf7f

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

suppressions.xml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,29 @@
1212
For further details, please see:
1313
https://nvd.nist.gov/vuln/detail/CVE-2019-17571,
1414
ESAPI GitHub Issue #538 (https://github.com/ESAPI/esapi-java-legacy/issues/538),
15-
and the ESAPI security bulletin, "documentation/ESAPI-security-bulletin2.pdf", which
15+
and the ESAPI security advisory #2, "documentation/ESAPI-security-bulletin2.pdf", which
1616
provides a detailed analysis of this issue in ESAPI.
1717
]]></notes>
1818
<gav regex="true">^log4j:log4j:1\.2\.17$</gav>
1919
<cpe>cpe:/a:apache:log4j</cpe>
2020
<cve>CVE-2019-17571</cve>
2121
</suppress>
22+
<suppress>
23+
<notes><![CDATA[
24+
This suppresses CVE-2020-9488 for the log4j-1.2.17.jar dependency. ESAPI does
25+
not use it in a manner that makes it exploitable and ESAPI is unable to
26+
eliminate the dependency completely because our our deprecation policy. That specific
27+
CVE is the Java deserialization CVE reported in Log4J 1's SocketServer class which ESAPI
28+
doesn't use.
29+
30+
For further details, please see:
31+
https://nvd.nist.gov/vuln/detail/CVE-2020-9488,
32+
ESAPI GitHub Issue #534 (https://github.com/ESAPI/esapi-java-legacy/issues/534),
33+
and the ESAPI security advisory #4, "documentation/ESAPI-security-bulletin4.pdf", which
34+
provides a detailed analysis of this issue in ESAPI.
35+
]]></notes>
36+
<gav regex="true">^log4j:log4j:1\.2\.17$</gav>
37+
<cpe>cpe:/a:apache:log4j</cpe>
38+
<cve>CVE-2020-9488</cve>
39+
</suppress>
2240
</suppressions>

0 commit comments

Comments
 (0)