git: 6bc3ad4d7cdb - main - security/vuxml: Document TYPO3 vulnerabilities
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Feb 2022 16:51:29 UTC
The branch main has been updated by flo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6bc3ad4d7cdbfa9a92cacf04e12d6ade466e1900
commit 6bc3ad4d7cdbfa9a92cacf04e12d6ade466e1900
Author: Florian Smeets <flo@FreeBSD.org>
AuthorDate: 2022-02-27 16:43:37 +0000
Commit: Florian Smeets <flo@FreeBSD.org>
CommitDate: 2022-02-27 16:43:37 +0000
security/vuxml: Document TYPO3 vulnerabilities
PR: 262196, 262197
---
security/vuxml/vuln-2022.xml | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/security/vuxml/vuln-2022.xml b/security/vuxml/vuln-2022.xml
index ee851c6b3bc8..bab1342e8038 100644
--- a/security/vuxml/vuln-2022.xml
+++ b/security/vuxml/vuln-2022.xml
@@ -1,3 +1,40 @@
+ <vuln vid="0eab001a-9708-11ec-96c9-589cfc0f81b0">
+ <topic>typo3 -- XSS vulnerability in svg-sanitize</topic>
+ <affects>
+ <package>
+ <name>typo3-10-php74</name>
+ <range><lt>10.4.25</lt></range>
+ </package>
+ <package>
+ <name>typo3-11-php74</name>
+ <name>typo3-11-php80</name>
+ <name>typo3-11-php81</name>
+ <range><lt>11.5.7</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>The TYPO3 project reports:</p>
+ <blockquote cite="https://typo3.org/article/typo3-psa-2022-001">
+ <p>The SVG sanitizer library enshrined/svg-sanitize before version
+ 0.15.0 did not remove HTML elements wrapped in a CDATA section.
+ As a result, SVG content embedded in HTML (fetched as text/html)
+ was susceptible to cross-site scripting. Plain SVG files
+ (fetched as image/svg+xml) were not affected.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2022-23638</cvename>
+ <url>https://github.com/typo3/typo3/commit/9940defb21</url>
+ <url>https://typo3.org/article/typo3-psa-2022-001</url>
+ </references>
+ <dates>
+ <discovery>2022-02-22</discovery>
+ <entry>2022-02-27</entry>
+ </dates>
+ </vuln>
+
<vuln vid="d71d154a-8b83-11ec-b369-6c3be5272acd">
<topic>Grafana -- Teams API IDOR</topic>
<affects>