Skip to content

Commit e5f18c4

Browse files
authored
Merge pull request rundeck#1744 from rundeck/RUN-3969
RUN-3969: add information about cve-2025-66021
2 parents eba2ff5 + e8777ec commit e5f18c4

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# CVE-2025-66021
2+
3+
## Issue with OWASP Java HTML Sanitizer
4+
5+
::: danger FALSE POSITIVE
6+
Rundeck and Runbook Automation are not vulnerable to this CVE.
7+
:::
8+
9+
[CVE-2025-66021](https://nvd.nist.gov/vuln/detail/CVE-2025-66021) describes a vulnerability that only affects the usage of HtmlPolicyBuilder when configured with allowTextIn for the style tag.
10+
11+
After review, we have confirmed that neither Rundeck nor Runbook Automation use HtmlPolicyBuilder with allowTextIn for the style tag, so this vulnerability does not impact our products.

docs/history/cves/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,6 @@ These are the Security Advisories Rundeck has issued in the past. It is always
5757
* [CVE-2024-38827 Locale-sensitive string case conversion methods](cve-2024-38827.md).
5858
* [CVE-2024-45338 golang/x/net 0.20.0](cve-2024-38819.md).
5959
* [CVE-2025-41242 Spring Path traversal](cve-2025-41242.md).
60-
* [CVE-2025-48924 Issue in Apache Commons Lang](cve-2025-48924.md)
61-
* [CVE-2025-41249 Spring Framework annotation detection mechanism may not correctly resolve annotation](cve-2025-41249.md)
60+
* [CVE-2025-48924 Issue in Apache Commons Lang](cve-2025-48924.md).
61+
* [CVE-2025-41249 Spring Framework annotation detection mechanism may not correctly resolve annotation](cve-2025-41249.md).
62+
* [CVE-2025-66021 Issue with OWASP Java HTML Sanitizer](cve-2025-66021.md).

0 commit comments

Comments
 (0)