This is an automated email from the ASF dual-hosted git repository.

ddiederen pushed a commit to branch branch-3.8
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/branch-3.8 by this push:
     new fed74aa3e ZOOKEEPER-4755: owaspSuppressions.xml: Temporarily suppress 
CVE-2023-4586
fed74aa3e is described below

commit fed74aa3ece2ac98c8b3888c9482df7ac76c0ae5
Author: Damien Diederen <[email protected]>
AuthorDate: Tue Oct 3 18:05:42 2023 +0000

    ZOOKEEPER-4755: owaspSuppressions.xml: Temporarily suppress CVE-2023-4586
    
    CVE-2023-4586 looks like a real vulnerability in Netty, but no report or 
patch has been published so far.  This has to be monitored and will probably 
have to be remediated.
    
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-4586
    
    Relevant discussion and pointers:
    
    
https://github.com/jeremylong/DependencyCheck/issues/5912#issuecomment-1699387994
    
    Author: Damien Diederen <[email protected]>
    
    Reviewers: Andor Molnar <[email protected]>, Damien Diederen 
<[email protected]>
    
    Closes #2075 from ztzg/ZOOKEEPER-4755-netty-CVE-2023-4586
    
    (cherry picked from commit 5f3b3d673891b32742bd9895f320181c8487ab53)
    Signed-off-by: Damien Diederen <[email protected]>
---
 owaspSuppressions.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/owaspSuppressions.xml b/owaspSuppressions.xml
index 0c09a096f..9a18c5fb2 100644
--- a/owaspSuppressions.xml
+++ b/owaspSuppressions.xml
@@ -38,6 +38,13 @@
       <!-- https://github.com/jeremylong/DependencyCheck/issues/1653
            False positive on Netty 4.x-->
       <cve>CVE-2018-12056</cve>
+      <!-- ZOOKEEPER-4755: looks like a real vulnerability in Netty,
+           but no report or patch has been published so far.  This has
+           to be monitored and will probably have to be remediated.
+
+           https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-4586
+      -->
+      <cve>CVE-2023-4586</cve>
    </suppress>
    <suppress>
       <!-- Seems like false positive - we are not using Prometheus

Reply via email to