CVE-2024-13672: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in minicoursegenerator Mini Course Generator | Embed mini-courses and interactive content
CVE-2024-13672 is a stored cross-site scripting (XSS) vulnerability in the Mini Course Generator WordPress plugin, affecting all versions up to 1. 0. 5. The flaw arises from improper input sanitization and output escaping of user-supplied attributes in the 'mcg' shortcode. Authenticated users with contributor-level permissions or higher can inject malicious scripts that execute when any user views the affected page. This vulnerability can lead to partial compromise of confidentiality and integrity by stealing session tokens or manipulating page content. Exploitation does not require user interaction beyond page access and has a CVSS score of 6. 4 (medium severity). No known public exploits exist yet. Organizations using this plugin should prioritize patching or applying mitigations to prevent potential abuse.
AI Analysis
Technical Summary
CVE-2024-13672 is a stored cross-site scripting vulnerability classified under CWE-79, found in the Mini Course Generator WordPress plugin, which enables embedding mini-courses and interactive content. The vulnerability exists in all versions up to and including 1.0.5 due to insufficient sanitization and escaping of user-supplied input passed through the plugin's 'mcg' shortcode attributes. Authenticated users with contributor-level or higher privileges can exploit this flaw by injecting arbitrary JavaScript code into pages. When other users access these pages, the injected scripts execute in their browsers, potentially leading to session hijacking, unauthorized actions, or defacement. The vulnerability requires no user interaction beyond viewing the compromised page and can be exploited remotely over the network. The CVSS v3.1 base score is 6.4, reflecting medium severity with network attack vector, low attack complexity, and privileges required. The scope is changed (S:C) because the vulnerability affects resources beyond the attacker’s privileges. No public exploits have been reported yet, but the risk remains significant due to the common use of WordPress and the plugin’s functionality. The plugin’s lack of proper input validation and output encoding is the root cause, emphasizing the need for secure coding practices in WordPress plugin development.
Potential Impact
The vulnerability allows authenticated contributors or higher to inject persistent malicious scripts into WordPress pages, which execute in the context of any user viewing those pages. This can lead to theft of session cookies, enabling account takeover or privilege escalation. Attackers may also manipulate page content, perform unauthorized actions on behalf of users, or spread malware. Although the impact on availability is minimal, the confidentiality and integrity of user data and site content are at risk. Organizations relying on this plugin for educational or interactive content delivery may face reputational damage, loss of user trust, and potential regulatory consequences if user data is compromised. The medium CVSS score reflects that exploitation is feasible but requires some level of authenticated access, limiting the attack surface to sites with multiple contributors or editors. However, given WordPress’s widespread use, the aggregate risk is significant, especially for sites with active user collaboration.
Mitigation Recommendations
Immediate mitigation involves updating the Mini Course Generator plugin to a version that addresses this vulnerability once released by the vendor. Until a patch is available, administrators should restrict contributor-level and higher permissions to trusted users only, minimizing the risk of malicious input. Implementing a Web Application Firewall (WAF) with rules to detect and block suspicious script injections in shortcode attributes can provide temporary protection. Site owners should audit existing content for injected scripts and remove any suspicious code. Employing Content Security Policy (CSP) headers can reduce the impact of XSS by restricting script execution sources. Developers should review and improve input validation and output encoding in the plugin’s codebase, ensuring all user-supplied data is properly sanitized before rendering. Regular security assessments and monitoring for unusual user activity can help detect exploitation attempts early.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, India, Brazil, France, Netherlands, Japan, Italy
CVE-2024-13672: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in minicoursegenerator Mini Course Generator | Embed mini-courses and interactive content
Description
CVE-2024-13672 is a stored cross-site scripting (XSS) vulnerability in the Mini Course Generator WordPress plugin, affecting all versions up to 1. 0. 5. The flaw arises from improper input sanitization and output escaping of user-supplied attributes in the 'mcg' shortcode. Authenticated users with contributor-level permissions or higher can inject malicious scripts that execute when any user views the affected page. This vulnerability can lead to partial compromise of confidentiality and integrity by stealing session tokens or manipulating page content. Exploitation does not require user interaction beyond page access and has a CVSS score of 6. 4 (medium severity). No known public exploits exist yet. Organizations using this plugin should prioritize patching or applying mitigations to prevent potential abuse.
AI-Powered Analysis
Technical Analysis
CVE-2024-13672 is a stored cross-site scripting vulnerability classified under CWE-79, found in the Mini Course Generator WordPress plugin, which enables embedding mini-courses and interactive content. The vulnerability exists in all versions up to and including 1.0.5 due to insufficient sanitization and escaping of user-supplied input passed through the plugin's 'mcg' shortcode attributes. Authenticated users with contributor-level or higher privileges can exploit this flaw by injecting arbitrary JavaScript code into pages. When other users access these pages, the injected scripts execute in their browsers, potentially leading to session hijacking, unauthorized actions, or defacement. The vulnerability requires no user interaction beyond viewing the compromised page and can be exploited remotely over the network. The CVSS v3.1 base score is 6.4, reflecting medium severity with network attack vector, low attack complexity, and privileges required. The scope is changed (S:C) because the vulnerability affects resources beyond the attacker’s privileges. No public exploits have been reported yet, but the risk remains significant due to the common use of WordPress and the plugin’s functionality. The plugin’s lack of proper input validation and output encoding is the root cause, emphasizing the need for secure coding practices in WordPress plugin development.
Potential Impact
The vulnerability allows authenticated contributors or higher to inject persistent malicious scripts into WordPress pages, which execute in the context of any user viewing those pages. This can lead to theft of session cookies, enabling account takeover or privilege escalation. Attackers may also manipulate page content, perform unauthorized actions on behalf of users, or spread malware. Although the impact on availability is minimal, the confidentiality and integrity of user data and site content are at risk. Organizations relying on this plugin for educational or interactive content delivery may face reputational damage, loss of user trust, and potential regulatory consequences if user data is compromised. The medium CVSS score reflects that exploitation is feasible but requires some level of authenticated access, limiting the attack surface to sites with multiple contributors or editors. However, given WordPress’s widespread use, the aggregate risk is significant, especially for sites with active user collaboration.
Mitigation Recommendations
Immediate mitigation involves updating the Mini Course Generator plugin to a version that addresses this vulnerability once released by the vendor. Until a patch is available, administrators should restrict contributor-level and higher permissions to trusted users only, minimizing the risk of malicious input. Implementing a Web Application Firewall (WAF) with rules to detect and block suspicious script injections in shortcode attributes can provide temporary protection. Site owners should audit existing content for injected scripts and remove any suspicious code. Employing Content Security Policy (CSP) headers can reduce the impact of XSS by restricting script execution sources. Developers should review and improve input validation and output encoding in the plugin’s codebase, ensuring all user-supplied data is properly sanitized before rendering. Regular security assessments and monitoring for unusual user activity can help detect exploitation attempts early.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-01-23T18:11:31.579Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 699f6e67b7ef31ef0b59ffdc
Added to database: 2/25/2026, 9:49:27 PM
Last enriched: 2/25/2026, 11:00:05 PM
Last updated: 2/26/2026, 6:54:01 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.