CVE-2021-36785:
Cross-site Scripting in TYPO3 extension
8.5
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
8/30/2021
Updated
2/1/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
miniorange/miniorange-saml | composer | < 1.4.3 | 1.4.3 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from missing output encoding in template rendering functions. The patch added strip_tags() around implode() operations in both processTemplateContent() and getTableContent(), indicating these were points where user-controlled data (nameId and attribute values) was being injected into HTML without proper sanitization. The CWE-79 description and direct correlation with the security fixes in these specific functions confirm their vulnerability.