File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed
Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments