CVE-2024-32877
published 2024-05-30CVE-2024-32877: Yii 2 is a PHP application framework. During internal penetration testing of a product based on Yii2, users discovered a Cross-site Scripting (XSS)…
PriorityP421medium4.7CVSS 3.1
AVNACHPRNUIRSCCLILAN
EPSS
0.35%
26.6th percentile
Yii 2 is a PHP application framework. During internal penetration testing of a product based on Yii2, users discovered a Cross-site Scripting (XSS) vulnerability within the framework itself. This issue is relevant for the latest version of Yii2 (2.0.49.3). This issue lies in the mechanism for displaying function argument values in the stack trace. The vulnerability manifests when an argument's value exceeds 32 characters. For convenience, argument values exceeding this limit are truncated and displayed with an added "...". The full argument value becomes visible when hovering over it with the mouse, as it is displayed in the title attribute of a span tag. However, the use of a double quote (") allows an attacker to break out of the title attribute's value context and inject their own attributes into the span tag, including malicious JavaScript code through event handlers such as onmousemove. This vulnerability allows an attacker to execute arbitrary JavaScript code in the security context of the victim's site via a specially crafted link. This could lead to the theft of cookies (including httpOnly cookies, which are accessible on the page), content substitution, or complete takeover of user accounts. This issue has been addressed in version 2.0.50. Users are advised to upgrade. There are no known workarounds for this vulnerability.
Affected
3 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| yiiframework | yii | — | — |
| yiisoft | yii2 | — | — |
| yiisoft | yii2 | >= 2.0.43 < 2.0.49.4 | 2.0.49.4 |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
OSV
Reflected Cross-site Scripting in yiisoft/yii2 Debug mode
osv·2024-06-02
CVE-2024-32877 [MEDIUM] Reflected Cross-site Scripting in yiisoft/yii2 Debug mode
Reflected Cross-site Scripting in yiisoft/yii2 Debug mode
During the internal penetration testing of our product based on Yii2, we discovered an XSS vulnerability within the framework itself. This issue is relevant for the latest version of Yii2 (2.0.49.3).
### Conditions for vulnerability reproduction
* The framework is in debug mode (YII_DEBUG set to true).
* The php.ini setting zend.exception_ignore_args is set to Off (default value).
* An attacker induces an exception in the application, leading to a stack trace page being displayed.
### Vulnerability description
The issue lies in the mechanism for displaying function argument values in the stack trace. The vulnerability manifests when an argument's value exceeds 32 characters. For convenience, argument values exceeding this limit
GHSA
Reflected Cross-site Scripting in yiisoft/yii2 Debug mode
ghsa·2024-06-02
CVE-2024-32877 [MEDIUM] CWE-79 Reflected Cross-site Scripting in yiisoft/yii2 Debug mode
Reflected Cross-site Scripting in yiisoft/yii2 Debug mode
During the internal penetration testing of our product based on Yii2, we discovered an XSS vulnerability within the framework itself. This issue is relevant for the latest version of Yii2 (2.0.49.3).
### Conditions for vulnerability reproduction
* The framework is in debug mode (YII_DEBUG set to true).
* The php.ini setting zend.exception_ignore_args is set to Off (default value).
* An attacker induces an exception in the application, leading to a stack trace page being displayed.
### Vulnerability description
The issue lies in the mechanism for displaying function argument values in the stack trace. The vulnerability manifests when an argument's value exceeds 32 characters. For convenience, argument values exceeding this limit
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
https://github.com/yiisoft/yii2/commit/f7baab16e79f2369d4838ab5653c3c07ecf26615https://github.com/yiisoft/yii2/security/advisories/GHSA-qg5r-95m4-mjgjhttps://github.com/yiisoft/yii2/commit/f7baab16e79f2369d4838ab5653c3c07ecf26615https://github.com/yiisoft/yii2/security/advisories/GHSA-qg5r-95m4-mjgj
2024-05-30
Published