CVE-2024-13670: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in efreja Music Sheet Viewer
CVE-2024-13670 is a stored cross-site scripting (XSS) vulnerability in the efreja Music Sheet Viewer WordPress plugin affecting all versions up to 4. 1. It arises from improper input sanitization and output escaping in the 'pn_msv' shortcode, allowing authenticated users with contributor-level access or higher to inject malicious scripts. These scripts execute whenever any user views the compromised page, potentially leading to session hijacking or unauthorized actions. The vulnerability has a CVSS score of 6. 4 (medium severity) and does not require user interaction to exploit once the malicious content is stored. No known public exploits currently exist. Organizations using this plugin should prioritize patching or mitigating this issue to prevent exploitation.
AI Analysis
Technical Summary
CVE-2024-13670 is a stored cross-site scripting vulnerability identified in the efreja Music Sheet Viewer plugin for WordPress, affecting all versions up to and including 4.1. The vulnerability stems from insufficient sanitization and escaping of user-supplied attributes within the plugin's 'pn_msv' shortcode. Authenticated attackers with contributor-level permissions or higher can exploit this flaw by injecting arbitrary JavaScript code into pages that utilize this shortcode. Because the malicious script is stored persistently, it executes automatically whenever any user accesses the infected page, potentially compromising user sessions, stealing cookies, or performing unauthorized actions on behalf of the victim. The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation). The CVSS 3.1 base score is 6.4, reflecting a medium severity with network attack vector, low attack complexity, and requiring privileges but no user interaction. The scope is changed, indicating that the vulnerability affects components beyond the initially vulnerable plugin, potentially impacting the entire WordPress site. No patches or public exploits are currently reported, but the risk remains significant due to the ease of exploitation by authenticated users. The vulnerability highlights the importance of strict input validation and output encoding in WordPress plugins to prevent persistent XSS attacks.
Potential Impact
The impact of CVE-2024-13670 is primarily on the confidentiality and integrity of affected WordPress sites using the efreja Music Sheet Viewer plugin. Exploitation allows attackers with contributor-level access to inject malicious scripts that execute in the context of any user visiting the compromised page. This can lead to session hijacking, theft of sensitive information such as cookies or credentials, unauthorized actions performed on behalf of users, and potential defacement or redirection attacks. Since the vulnerability requires authenticated access, it limits exploitation to insiders or users with some level of trust, but many WordPress sites allow contributors or editors, making this a realistic threat. The scope change means that the vulnerability could affect other parts of the site beyond the plugin, increasing the risk. Organizations relying on this plugin risk reputational damage, data breaches, and loss of user trust if exploited. Although no known exploits are public, the medium severity and ease of exploitation warrant prompt attention.
Mitigation Recommendations
To mitigate CVE-2024-13670, organizations should first check for and apply any official patches or updates from the efreja plugin vendor once available. In the absence of patches, administrators should consider disabling or uninstalling the Music Sheet Viewer plugin to eliminate the attack surface. Restrict contributor-level access and above to trusted users only, minimizing the risk of malicious script injection. Implement Web Application Firewall (WAF) rules that detect and block suspicious script injection patterns in shortcode attributes. Conduct thorough input validation and output encoding on any user-supplied data within WordPress customizations. Monitor site pages that use the 'pn_msv' shortcode for unexpected script content or behavior. Educate content contributors about the risks of injecting untrusted content. Finally, maintain regular backups and incident response plans to quickly recover from any compromise.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, France, Netherlands, India, Brazil, Japan
CVE-2024-13670: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in efreja Music Sheet Viewer
Description
CVE-2024-13670 is a stored cross-site scripting (XSS) vulnerability in the efreja Music Sheet Viewer WordPress plugin affecting all versions up to 4. 1. It arises from improper input sanitization and output escaping in the 'pn_msv' shortcode, allowing authenticated users with contributor-level access or higher to inject malicious scripts. These scripts execute whenever any user views the compromised page, potentially leading to session hijacking or unauthorized actions. The vulnerability has a CVSS score of 6. 4 (medium severity) and does not require user interaction to exploit once the malicious content is stored. No known public exploits currently exist. Organizations using this plugin should prioritize patching or mitigating this issue to prevent exploitation.
AI-Powered Analysis
Technical Analysis
CVE-2024-13670 is a stored cross-site scripting vulnerability identified in the efreja Music Sheet Viewer plugin for WordPress, affecting all versions up to and including 4.1. The vulnerability stems from insufficient sanitization and escaping of user-supplied attributes within the plugin's 'pn_msv' shortcode. Authenticated attackers with contributor-level permissions or higher can exploit this flaw by injecting arbitrary JavaScript code into pages that utilize this shortcode. Because the malicious script is stored persistently, it executes automatically whenever any user accesses the infected page, potentially compromising user sessions, stealing cookies, or performing unauthorized actions on behalf of the victim. The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation). The CVSS 3.1 base score is 6.4, reflecting a medium severity with network attack vector, low attack complexity, and requiring privileges but no user interaction. The scope is changed, indicating that the vulnerability affects components beyond the initially vulnerable plugin, potentially impacting the entire WordPress site. No patches or public exploits are currently reported, but the risk remains significant due to the ease of exploitation by authenticated users. The vulnerability highlights the importance of strict input validation and output encoding in WordPress plugins to prevent persistent XSS attacks.
Potential Impact
The impact of CVE-2024-13670 is primarily on the confidentiality and integrity of affected WordPress sites using the efreja Music Sheet Viewer plugin. Exploitation allows attackers with contributor-level access to inject malicious scripts that execute in the context of any user visiting the compromised page. This can lead to session hijacking, theft of sensitive information such as cookies or credentials, unauthorized actions performed on behalf of users, and potential defacement or redirection attacks. Since the vulnerability requires authenticated access, it limits exploitation to insiders or users with some level of trust, but many WordPress sites allow contributors or editors, making this a realistic threat. The scope change means that the vulnerability could affect other parts of the site beyond the plugin, increasing the risk. Organizations relying on this plugin risk reputational damage, data breaches, and loss of user trust if exploited. Although no known exploits are public, the medium severity and ease of exploitation warrant prompt attention.
Mitigation Recommendations
To mitigate CVE-2024-13670, organizations should first check for and apply any official patches or updates from the efreja plugin vendor once available. In the absence of patches, administrators should consider disabling or uninstalling the Music Sheet Viewer plugin to eliminate the attack surface. Restrict contributor-level access and above to trusted users only, minimizing the risk of malicious script injection. Implement Web Application Firewall (WAF) rules that detect and block suspicious script injection patterns in shortcode attributes. Conduct thorough input validation and output encoding on any user-supplied data within WordPress customizations. Monitor site pages that use the 'pn_msv' shortcode for unexpected script content or behavior. Educate content contributors about the risks of injecting untrusted content. Finally, maintain regular backups and incident response plans to quickly recover from any compromise.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-01-23T18:05:53.928Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 699f6e67b7ef31ef0b59ffd4
Added to database: 2/25/2026, 9:49:27 PM
Last enriched: 2/25/2026, 11:00:22 PM
Last updated: 2/26/2026, 8:42:48 AM
Views: 3
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.