Skip to content

Commit 06b418b

Browse files
anmolnarkezhuw
andauthored
ZOOKEEPER-4932: The newest version of zookeeper includes Jetty versiob 9.4.57.x which has CVE-2024-6763 issue
ZOOKEEPER-4932: Put back accidentally removed owasp suppression Update owaspSuppressions.xml Co-authored-by: Kezhu Wang <[email protected]> Reviewers: kezhuw Author: anmolnar Closes #2288 from anmolnar/ZOOKEEPER-4932
1 parent 030b7f2 commit 06b418b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

owaspSuppressions.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,23 @@
1818
-->
1919

2020
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.2.xsd">
21+
<suppress>
22+
<!--
23+
We have updated jetty[1] to 9.4.57.v20241219[2] which includes a fix[3] for CVE-2024-6763[4].
24+
But it is not listed as fixed version since 9.x is EOL[5]. So we still have to suppress this
25+
to pass vulnerabilities check. Besides above, ZooKeeper does not use HttpURI[6] thus should
26+
not be affected by this CVE anyway.
27+
28+
Refs:
29+
[1]: https://github.com/apache/zookeeper/pull/2220
30+
[2]: https://github.com/jetty/jetty.project/releases/tag/jetty-9.4.57.v20241219
31+
[3]: https://github.com/jetty/jetty.project/pull/12532
32+
[4]: https://github.com/advisories/GHSA-qh8g-58pp-2wxh
33+
[5]: https://gitlab.eclipse.org/security/cve-assignement/-/issues/25#note_2968611
34+
[6]: https://issues.apache.org/jira/browse/ZOOKEEPER-4876
35+
-->
36+
<cve>CVE-2024-6763</cve>
37+
</suppress>
2138
<suppress>
2239
<!-- ZOOKEEPER-3217 -->
2340
<cve>CVE-2018-8088</cve>

0 commit comments

Comments
 (0)