CVE-2024-32206: n/a
CVE-2024-32206 is a stored cross-site scripting (XSS) vulnerability found in the affiche/admin/index. php component of WUZHICMS version 4. 1. 0. This flaw allows attackers with limited privileges and requiring user interaction to inject malicious scripts via the $formdata parameter. Exploitation can lead to execution of arbitrary web scripts or HTML, potentially compromising user confidentiality and integrity. The vulnerability has a CVSS score of 4. 6, indicating medium severity, with no known exploits in the wild as of now. It requires an attacker to have some level of authenticated access and user interaction to succeed. Organizations using WUZHICMS 4.
AI Analysis
Technical Summary
CVE-2024-32206 is a stored cross-site scripting (XSS) vulnerability identified in the affiche/admin/index.php component of WUZHICMS version 4.1.0, a content management system. The vulnerability arises due to improper sanitization of user-supplied input in the $formdata parameter, allowing attackers to inject malicious scripts that are stored and later executed in the context of other users' browsers. This stored XSS can lead to arbitrary script execution, enabling attackers to steal session cookies, perform actions on behalf of users, or deface web content. The vulnerability requires the attacker to have some level of privileges (PR:L) and user interaction (UI:R), meaning the attacker must be authenticated and trick a user into triggering the malicious payload. The CVSS 3.1 base score is 4.6 (medium severity), reflecting network attack vector, low attack complexity, privileges required, and user interaction needed. No patches or known exploits are currently reported, but the presence of this vulnerability in a web-facing CMS component poses a risk to confidentiality and integrity of data. The CWE-79 classification confirms it as a classic XSS issue. Mitigation involves proper input validation, output encoding, and possibly restricting access to the vulnerable component. Given the widespread use of CMS platforms in various sectors, this vulnerability could be leveraged in targeted attacks if left unaddressed.
Potential Impact
The primary impact of CVE-2024-32206 is the compromise of confidentiality and integrity within affected WUZHICMS installations. Successful exploitation allows attackers to execute arbitrary scripts in the context of authenticated users, potentially leading to session hijacking, unauthorized actions, or data manipulation. While availability is not directly impacted, the trustworthiness of the web application and user data can be severely undermined. Organizations relying on WUZHICMS 4.1.0 for content management, especially those with multiple users or administrators, face risks of account compromise and reputational damage. The requirement for privileges and user interaction limits mass exploitation but does not eliminate risk in targeted scenarios. Attackers could leverage this vulnerability to escalate privileges or pivot to other attacks within the network. The lack of known exploits currently provides a window for remediation before widespread abuse occurs.
Mitigation Recommendations
To mitigate CVE-2024-32206, organizations should first verify if they are running WUZHICMS version 4.1.0 and restrict access to the affiche/admin/index.php component to trusted users only. Since no official patch is currently available, implement strict input validation on the $formdata parameter to sanitize and neutralize any script tags or malicious payloads. Employ output encoding techniques to ensure that any user-supplied data rendered in the browser is treated as text rather than executable code. Deploy a web application firewall (WAF) with rules to detect and block common XSS attack patterns targeting this parameter. Educate users and administrators about the risks of clicking on suspicious links or submitting untrusted data. Monitor logs for unusual activity related to the vulnerable component. Finally, stay updated with vendor advisories for any forthcoming patches or security updates and apply them promptly.
Affected Countries
China, India, United States, Germany, France, United Kingdom, Brazil, Russia, South Korea, Japan
CVE-2024-32206: n/a
Description
CVE-2024-32206 is a stored cross-site scripting (XSS) vulnerability found in the affiche/admin/index. php component of WUZHICMS version 4. 1. 0. This flaw allows attackers with limited privileges and requiring user interaction to inject malicious scripts via the $formdata parameter. Exploitation can lead to execution of arbitrary web scripts or HTML, potentially compromising user confidentiality and integrity. The vulnerability has a CVSS score of 4. 6, indicating medium severity, with no known exploits in the wild as of now. It requires an attacker to have some level of authenticated access and user interaction to succeed. Organizations using WUZHICMS 4.
AI-Powered Analysis
Technical Analysis
CVE-2024-32206 is a stored cross-site scripting (XSS) vulnerability identified in the affiche/admin/index.php component of WUZHICMS version 4.1.0, a content management system. The vulnerability arises due to improper sanitization of user-supplied input in the $formdata parameter, allowing attackers to inject malicious scripts that are stored and later executed in the context of other users' browsers. This stored XSS can lead to arbitrary script execution, enabling attackers to steal session cookies, perform actions on behalf of users, or deface web content. The vulnerability requires the attacker to have some level of privileges (PR:L) and user interaction (UI:R), meaning the attacker must be authenticated and trick a user into triggering the malicious payload. The CVSS 3.1 base score is 4.6 (medium severity), reflecting network attack vector, low attack complexity, privileges required, and user interaction needed. No patches or known exploits are currently reported, but the presence of this vulnerability in a web-facing CMS component poses a risk to confidentiality and integrity of data. The CWE-79 classification confirms it as a classic XSS issue. Mitigation involves proper input validation, output encoding, and possibly restricting access to the vulnerable component. Given the widespread use of CMS platforms in various sectors, this vulnerability could be leveraged in targeted attacks if left unaddressed.
Potential Impact
The primary impact of CVE-2024-32206 is the compromise of confidentiality and integrity within affected WUZHICMS installations. Successful exploitation allows attackers to execute arbitrary scripts in the context of authenticated users, potentially leading to session hijacking, unauthorized actions, or data manipulation. While availability is not directly impacted, the trustworthiness of the web application and user data can be severely undermined. Organizations relying on WUZHICMS 4.1.0 for content management, especially those with multiple users or administrators, face risks of account compromise and reputational damage. The requirement for privileges and user interaction limits mass exploitation but does not eliminate risk in targeted scenarios. Attackers could leverage this vulnerability to escalate privileges or pivot to other attacks within the network. The lack of known exploits currently provides a window for remediation before widespread abuse occurs.
Mitigation Recommendations
To mitigate CVE-2024-32206, organizations should first verify if they are running WUZHICMS version 4.1.0 and restrict access to the affiche/admin/index.php component to trusted users only. Since no official patch is currently available, implement strict input validation on the $formdata parameter to sanitize and neutralize any script tags or malicious payloads. Employ output encoding techniques to ensure that any user-supplied data rendered in the browser is treated as text rather than executable code. Deploy a web application firewall (WAF) with rules to detect and block common XSS attack patterns targeting this parameter. Educate users and administrators about the risks of clicking on suspicious links or submitting untrusted data. Monitor logs for unusual activity related to the vulnerable component. Finally, stay updated with vendor advisories for any forthcoming patches or security updates and apply them promptly.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- mitre
- Date Reserved
- 2024-04-12T00:00:00.000Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 699f6c32b7ef31ef0b561065
Added to database: 2/25/2026, 9:40:02 PM
Last enriched: 2/26/2026, 4:12:41 AM
Last updated: 2/26/2026, 6:13:10 AM
Views: 1
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2026-25191: Uncontrolled Search Path Element in Digital Arts Inc. FinalCode Ver.5 series
HighCVE-2026-23703: Incorrect default permissions in Digital Arts Inc. FinalCode Ver.5 series
HighCVE-2026-1311: CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in bearsthemes Worry Proof Backup
HighFinding Signal in the Noise: Lessons Learned Running a Honeypot with AI Assistance [Guest Diary], (Tue, Feb 24th)
MediumCVE-2026-2506: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in motahar1 EM Cost Calculator
MediumActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.