CVE-2021-28380:
Aimeos Typo3 extension contains Cross-site Scripting vulnerability
5.4
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.50449%
CWE
Published
5/24/2022
Updated
8/3/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
aimeos/aimeos-typo3 | composer | < 19.10.12 | 19.10.12 |
aimeos/aimeos-typo3 | composer | >= 20.0.0, < 20.10.5 | 20.10.5 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The provided vulnerability reports indicate an XSS flaw in backend user input handling, but no specific code snippets, commit diffs, or patching details are available. While the vulnerability likely exists in functions processing backend user input for HTML output (e.g., controller actions or template rendering), the lack of concrete technical details about the implementation makes it impossible to identify exact functions/paths with high confidence. TYPO3 extensions typically use Fluid templates with auto-escaping, so the vulnerability might involve unsafe raw output directives or unescaped parameters in backend modules, but this remains speculative without code evidence.