diff --git a/SECURITY.md b/SECURITY.md index 125d4a4..f5160a1 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -33,7 +33,8 @@ These are the known CVEs reported for AntiSamy: * AntiSamy CVE #3 - CVE-2021-35043: AntiSamy before 1.6.4 allows XSS via HTML attributes using : as replacement for : character - https://nvd.nist.gov/vuln/detail/CVE-2021-35043 * AntiSamy CVE #4 - CVE-2022-28367: AntiSamy before 1.6.6 allows XSS via HTML tag smuggling on STYLE content - https://nvd.nist.gov/vuln/detail/CVE-2022-28367. NOTE: This release only included a PARTIAL fix. * AntiSamy CVE #5 - CVE-2022-29577: AntiSamy before 1.6.7 allows XSS via HTML tag smuggling on STYLE content - https://nvd.nist.gov/vuln/detail/CVE-2022-29577. This is the complete fix to the previous CVE. -* AntiSamy CVE #6 - CVE-2023-43643: AntiSamy before 1.7.4 subject to mXSS when preserving comments - https://nvd.nist.gov/vuln/detail/CVE-2023-43643 +* AntiSamy CVE #6 - CVE-2023-43643: AntiSamy before 1.7.4 subject to mutation XSS (mXSS) when preserving comments - https://nvd.nist.gov/vuln/detail/CVE-2023-43643 +* AntiSamy CVE #7 - CVE-2024-23635: AntiSamy before 1.7.5 subject to mXSS when preserving comments - https://nvd.nist.gov/vuln/detail/CVE-2024-23635 CVEs in AntiSamy dependencies: * AntiSamy before 1.6.6 used the old CyberNeko HTML library net.sourceforge.nekohtml:nekohtml:1.9.22, which is subject to https://nvd.nist.gov/vuln/detail/CVE-2022-28366 and no longer maintained. AntiSamy 1.6.6 upgraded to an active fork of CyberNeko at net.sourceforge.htmlunit:neko-htmlunit which fixed this CVE in v2.27 of that library. AntiSamy 1.6.6 upgraded to net.sourceforge.htmlunit:neko-htmlunit:2.60.0 diff --git a/pom.xml b/pom.xml index 6b2550d..2b16c5a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.owasp.antisamy antisamy jar - 1.7.5-SNAPSHOT + 1.7.5 @@ -73,7 +73,7 @@ 2.0.0-M8 true UTF-8 - 2023-12-18T21:08:34Z + 2024-02-02T15:23:04Z 1.8 1.12.0 2.0.11 @@ -92,55 +92,50 @@ - org.htmlunit - neko-htmlunit - 3.11.0 + commons-io + commons-io + 2.15.1 org.apache.httpcomponents.client5 httpclient5 5.3.1 + + + + org.slf4j + slf4j-api + + + + + org.apache.httpcomponents.core5 + httpcore5 + 5.2.4 org.apache.xmlgraphics batik-css 1.17 - + commons-io commons-io - - - commons-logging - commons-logging - - commons-io - commons-io - 2.15.1 + org.htmlunit + neko-htmlunit + 3.11.1 org.slf4j slf4j-api ${version.slf4j} - - org.slf4j - jcl-over-slf4j - ${version.slf4j} - test - - - - org.slf4j - slf4j-simple - ${version.slf4j} - test - + @@ -201,6 +196,19 @@ 2.2 test + + org.slf4j + jcl-over-slf4j + ${version.slf4j} + test + + + + org.slf4j + slf4j-simple + ${version.slf4j} + test +