CVE-2023-25330 vulnerability has false positives #5985
Replies: 3 comments 4 replies
-
The developer upgraded Mybatis plus to 3.5.4.1, and the Trivy report still showed the existence of this vulnerability. This situation inevitably leads to misunderstanding. |
Beta Was this translation helpful? Give feedback.
-
@DmitriyLewen There is no |
Beta Was this translation helpful? Give feedback.
-
Hi @DmitriyLewen It seems that there is NO Vulnerability GHSA-32qq-m9fh-f74w in com.baomidou:mybatis-plus 3.5.4.1 according to Maven official but trivy found a GHSA-32qq-m9fh-f74w in com.baomidou:mybatis-plus 3.5.4.1 . I am wondering is there any mistake in trivy |
Beta Was this translation helpful? Give feedback.
-
Description
According to the reference link in the Trivy report: https://avd.aquasec.com/nvd/2023/cve-2023-25330. This report points out that Mybatis plus versions below 3.5.3.1 have SQL injection vulnerabilities. However, this vulnerability will still be reported when I upgrade to a version greater than 3.5.3.1, and Trivy still reflects the existence of this vulnerability in the report.
Desired Behavior
If Mybatis plus is greater than version 3.5.3.1, it will not be reflected in the Trivy scan report.
Actual Behavior
CVE-2023-25330 vulnerability has false positives
Reproduction Steps
Target
Container Image
Scanner
Vulnerability
Output Format
None
Mode
None
Debug Output
Operating System
macOS
Version
Checklist
trivy image --reset
Beta Was this translation helpful? Give feedback.
All reactions