Skip to content

Commit ebd8e69

Browse files
add spring-core to known false positive CVEs (#1032)
1 parent 193dcb8 commit ebd8e69

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

.security/known_cves.yml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
# yaml-language-server: $schema=./known_cves_schema.json
22

3-
- CVE: CVE-2025-52999
4-
artifact: org.example:vulnerability-lib:3.18.0
3+
- CVE: CVE-2025-41249
4+
artifact: org.springframework:spring-core:5.3.39
55
justification: >
6-
Some text
7-
with very nice and clear explanation
8-
expiration_date: 2030-05-18
6+
The CVE is in Spring Security's @EnableMethodSecurity feature,
7+
this annotation or any other spring-security is not used in the Dumper tools.
8+
There is no dependency on Spring Security in the Dumper tools.
9+
10+
- CVE: CVE-2025-41242
11+
artifact: org.springframework:spring-core:5.3.39
12+
justification: >
13+
Spring Framework MVC applications can be vulnerable to a “Path Traversal Vulnerability” when deployed on a
14+
non-compliant Servlet container. An application can be vulnerable when all the following are true:
15+
* the application is deployed as a WAR or with an embedded Servlet container * ... and so on.
16+
The Dumper tools distributes as Jar only, Spring MVC is not used in the code.
17+
There is no dependency on Spring MVC in the Dumper tools.

0 commit comments

Comments
 (0)