CVE-2024-11904: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
CVE-2024-11904 is a stored cross-site scripting (XSS) vulnerability in the 코드엠샵 소셜톡 WordPress plugin, affecting all versions up to 1. 2. 0. It arises from insufficient input sanitization and output escaping in the 'msntt_add_plus_talk' shortcode, allowing authenticated users with contributor-level access or higher to inject malicious scripts. These scripts execute whenever any user accesses the compromised page, potentially leading to session hijacking, defacement, or further attacks. The vulnerability has a CVSS score of 6. 4 (medium severity) and does not require user interaction but does require authenticated access. No known exploits are currently reported in the wild. Organizations using this plugin should prioritize patching or mitigating this issue to prevent abuse. The threat primarily impacts WordPress sites using this plugin, with a higher risk in countries with widespread WordPress adoption and active contributor communities.
AI Analysis
Technical Summary
CVE-2024-11904 is a stored cross-site scripting vulnerability classified under CWE-79, found in the 코드엠샵 소셜톡 plugin for WordPress. The vulnerability exists in the 'msntt_add_plus_talk' shortcode due to improper neutralization of user-supplied input. Specifically, the plugin fails to adequately sanitize and escape attributes provided by authenticated users with contributor-level permissions or higher. This flaw enables these users to inject arbitrary JavaScript code into pages, which is then stored persistently and executed in the browsers of any users who visit the affected pages. The attack vector requires authenticated access but no additional user interaction, making it a significant risk within environments where contributor-level access is granted. The vulnerability affects all versions up to and including 1.2.0 of the plugin. The CVSS v3.1 base score is 6.4, reflecting a medium severity with network attack vector, low attack complexity, privileges required, no user interaction, and a scope change. While no known exploits have been reported in the wild, the vulnerability's nature allows for potential session hijacking, credential theft, or unauthorized actions performed under the victim's context. The plugin is developed by codemstory and is used primarily in WordPress environments, which are widely deployed globally. The lack of a patch link suggests that a fix may not yet be publicly available, emphasizing the need for mitigation strategies.
Potential Impact
The impact of CVE-2024-11904 is significant for organizations running WordPress sites with the vulnerable 코드엠샵 소셜톡 plugin. An attacker with contributor-level access can inject malicious scripts that execute in the browsers of site visitors, potentially leading to session hijacking, theft of sensitive information, defacement, or distribution of malware. This compromises the confidentiality and integrity of user data and can damage organizational reputation. Since the vulnerability is stored XSS, the malicious payload persists and affects all users accessing the compromised content. The requirement for authenticated access limits exposure but does not eliminate risk, especially in environments with multiple contributors or less strict access controls. The scope change in the CVSS vector indicates that the vulnerability can affect resources beyond the initially compromised component, potentially impacting the entire website or user base. Organizations relying on this plugin may face increased risk of targeted attacks, especially if attackers gain contributor credentials through phishing or other means. The absence of known exploits in the wild currently reduces immediate risk but does not preclude future exploitation.
Mitigation Recommendations
To mitigate CVE-2024-11904, organizations should first verify whether they use the 코드엠샵 소셜톡 plugin and identify the version in use. If an updated patched version is released, immediate upgrading to that version is recommended. In the absence of a patch, administrators should restrict contributor-level access to trusted users only and review user permissions to minimize the number of accounts with such privileges. Implementing a Web Application Firewall (WAF) with rules to detect and block suspicious script injections in shortcode parameters can provide temporary protection. Additionally, site administrators should audit existing content for injected scripts and remove any malicious code. Employing Content Security Policy (CSP) headers can help reduce the impact of XSS by restricting script execution sources. Regular monitoring of logs and user activity can help detect attempts to exploit this vulnerability. Finally, educating contributors about secure input practices and the risks of injecting untrusted content can reduce the likelihood of exploitation.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, South Korea, France, India, Brazil, Japan
CVE-2024-11904: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Description
CVE-2024-11904 is a stored cross-site scripting (XSS) vulnerability in the 코드엠샵 소셜톡 WordPress plugin, affecting all versions up to 1. 2. 0. It arises from insufficient input sanitization and output escaping in the 'msntt_add_plus_talk' shortcode, allowing authenticated users with contributor-level access or higher to inject malicious scripts. These scripts execute whenever any user accesses the compromised page, potentially leading to session hijacking, defacement, or further attacks. The vulnerability has a CVSS score of 6. 4 (medium severity) and does not require user interaction but does require authenticated access. No known exploits are currently reported in the wild. Organizations using this plugin should prioritize patching or mitigating this issue to prevent abuse. The threat primarily impacts WordPress sites using this plugin, with a higher risk in countries with widespread WordPress adoption and active contributor communities.
AI-Powered Analysis
Technical Analysis
CVE-2024-11904 is a stored cross-site scripting vulnerability classified under CWE-79, found in the 코드엠샵 소셜톡 plugin for WordPress. The vulnerability exists in the 'msntt_add_plus_talk' shortcode due to improper neutralization of user-supplied input. Specifically, the plugin fails to adequately sanitize and escape attributes provided by authenticated users with contributor-level permissions or higher. This flaw enables these users to inject arbitrary JavaScript code into pages, which is then stored persistently and executed in the browsers of any users who visit the affected pages. The attack vector requires authenticated access but no additional user interaction, making it a significant risk within environments where contributor-level access is granted. The vulnerability affects all versions up to and including 1.2.0 of the plugin. The CVSS v3.1 base score is 6.4, reflecting a medium severity with network attack vector, low attack complexity, privileges required, no user interaction, and a scope change. While no known exploits have been reported in the wild, the vulnerability's nature allows for potential session hijacking, credential theft, or unauthorized actions performed under the victim's context. The plugin is developed by codemstory and is used primarily in WordPress environments, which are widely deployed globally. The lack of a patch link suggests that a fix may not yet be publicly available, emphasizing the need for mitigation strategies.
Potential Impact
The impact of CVE-2024-11904 is significant for organizations running WordPress sites with the vulnerable 코드엠샵 소셜톡 plugin. An attacker with contributor-level access can inject malicious scripts that execute in the browsers of site visitors, potentially leading to session hijacking, theft of sensitive information, defacement, or distribution of malware. This compromises the confidentiality and integrity of user data and can damage organizational reputation. Since the vulnerability is stored XSS, the malicious payload persists and affects all users accessing the compromised content. The requirement for authenticated access limits exposure but does not eliminate risk, especially in environments with multiple contributors or less strict access controls. The scope change in the CVSS vector indicates that the vulnerability can affect resources beyond the initially compromised component, potentially impacting the entire website or user base. Organizations relying on this plugin may face increased risk of targeted attacks, especially if attackers gain contributor credentials through phishing or other means. The absence of known exploits in the wild currently reduces immediate risk but does not preclude future exploitation.
Mitigation Recommendations
To mitigate CVE-2024-11904, organizations should first verify whether they use the 코드엠샵 소셜톡 plugin and identify the version in use. If an updated patched version is released, immediate upgrading to that version is recommended. In the absence of a patch, administrators should restrict contributor-level access to trusted users only and review user permissions to minimize the number of accounts with such privileges. Implementing a Web Application Firewall (WAF) with rules to detect and block suspicious script injections in shortcode parameters can provide temporary protection. Additionally, site administrators should audit existing content for injected scripts and remove any malicious code. Employing Content Security Policy (CSP) headers can help reduce the impact of XSS by restricting script execution sources. Regular monitoring of logs and user activity can help detect attempts to exploit this vulnerability. Finally, educating contributors about secure input practices and the risks of injecting untrusted content can reduce the likelihood of exploitation.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2024-11-27T16:50:47.941Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 699f6e26b7ef31ef0b596c26
Added to database: 2/25/2026, 9:48:22 PM
Last enriched: 2/26/2026, 7:30:36 AM
Last updated: 2/26/2026, 8:29:15 AM
Views: 2
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-1698: CWE-644 Improper Neutralization of HTTP Headers for Scripting Syntax in arcinfo PcVue
MediumCVE-2026-1697: CWE-614 Sensitive Cookie in HTTPS Session Without 'Secure' Attribute in arcinfo PcVue
MediumCVE-2026-1696: CWE-79 Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') in arcinfo PcVue
LowCVE-2026-1695: CWE-79 Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') in arcinfo PcVue
MediumCVE-2026-1694: CWE-201 Insertion of Sensitive Information into Sent Data in arcinfo PcVue
LowActions
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.