Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/history/cves/cve-2025-41242.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ order: 51
Rundeck and Runbook Automation are not vulnerable to this CVE.
:::

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.
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.
13 changes: 13 additions & 0 deletions docs/history/cves/cve-2025-41249.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
order: 53

Copilot AI Sep 24, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The order value '53' appears incorrect. Based on the existing CVE documents, CVE-2025-41242 has order 51 and CVE-2025-48924 likely has order 52, so this should be order 52 or the sequence needs verification to ensure proper ordering.

Suggested change
order: 53
order: 52

Copilot uses AI. Check for mistakes.
---

# CVE-2025-41249

## The Spring Framework annotation detection mechanism may not correctly resolve annotation

::: danger FALSE POSITIVE
Rundeck and Runbook Automation are not vulnerable to this CVE.
:::

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.
3 changes: 2 additions & 1 deletion docs/history/cves/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@ These are the Security Advisories Rundeck has issued in the past. It is always
* [CVE-2024-38827 Locale-sensitive string case conversion methods](cve-2024-38827.md).
* [CVE-2024-45338 golang/x/net 0.20.0](cve-2024-38819.md).
* [CVE-2025-41242 Spring Path traversal](cve-2025-41242.md).
* [CVE-2025-48924 Issue in Apache Commons Lang](cve-2025-48924.md)
* [CVE-2025-48924 Issue in Apache Commons Lang](cve-2025-48924.md)
* [CVE-2025-41249 Spring Framework annotation detection mechanism may not correctly resolve annotation](cve-2025-41249.md)