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

# CVE-2025-41242

## Path traversal vulnerability on non-compliant Servlet containers

::: danger FALSE POSITIVE
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.
2 changes: 1 addition & 1 deletion docs/history/cves/CVE-2025-48924.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
order: 51
order: 52
---

# CVE-2025-48924
Expand Down
4 changes: 3 additions & 1 deletion docs/history/cves/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,6 @@ These are the Security Advisories Rundeck has issued in the past. It is always
* [CVE-2024-38819 Path traversal vulnerability in functional web frameworks #2](cve-2024-38819.md).
* [CVE-2024-38820 Spring Framework's DataBinder false positive](cve-2024-38820.md).
* [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-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)