Skip to content

Commit 17eba2a

Browse files
committed
CVE-2025-41249 false positive
1 parent e751a4a commit 17eba2a

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

docs/history/cves/cve-2025-41242.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ order: 51
1010
Rundeck and Runbook Automation are not vulnerable to this CVE.
1111
:::
1212

13-
This is a Spring vulnerability, but the [CVE article](https://spring.io/security/cve-2025-41242) says "deployed on Apache Tomcat or Eclipse Jetty are not vulnerable, as long as default security features are not disabled in the configuration." The Rundeck product does not disable disable the default security features.
13+
This is a Spring vulnerability, but the [CVE article](https://spring.io/security/cve-2025-41242) says "deployed on Apache Tomcat or Eclipse Jetty are not vulnerable, as long as default security features are not disabled in the configuration." The Rundeck product does not disable the default security features.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
order: 53
3+
---
4+
5+
# CVE-2025-41249
6+
7+
## The Spring Framework annotation detection mechanism may not correctly resolve annotation
8+
9+
::: danger FALSE POSITIVE
10+
Rundeck and Runbook Automation are not vulnerable to this CVE.
11+
:::
12+
13+
This is a Spring Framework vulnerability. [CVE-2025-41249](https://nvd.nist.gov/vuln/detail/CVE-2025-41249) only affects applications using the "EnableMethodSecurity" annotation, which we do not use.

docs/history/cves/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,5 @@ These are the Security Advisories Rundeck has issued in the past. It is always
5555
* [CVE-2024-38827 Locale-sensitive string case conversion methods](cve-2024-38827.md).
5656
* [CVE-2024-45338 golang/x/net 0.20.0](cve-2024-38819.md).
5757
* [CVE-2025-41242 Spring Path traversal](cve-2025-41242.md).
58-
* [CVE-2025-48924 Issue in Apache Commons Lang](cve-2025-48924.md)
58+
* [CVE-2025-48924 Issue in Apache Commons Lang](cve-2025-48924.md)
59+
* [CVE-2025-41249 Spring Framework annotation detection mechanism may not correctly resolve annotation](cve-2025-41249.md)

0 commit comments

Comments
 (0)