CVE-2024-13461: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in patternsinthecloud Autoship Cloud for WooCommerce Subscription Products
CVE-2024-13461 is a stored cross-site scripting (XSS) vulnerability in the Autoship Cloud for WooCommerce Subscription Products WordPress plugin, affecting all versions up to 2. 8. 0. The flaw arises from insufficient input sanitization and output escaping in the 'autoship-create-scheduled-order-action' 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, privilege escalation, or unauthorized actions. The vulnerability has a CVSS score of 6. 4 (medium severity) and does not require user interaction but does require authentication with low privileges. No known exploits are currently reported in the wild. Organizations using this plugin should prioritize patching or applying mitigations to prevent exploitation, especially given the widespread use of WooCommerce and WordPress. Countries with significant WooCommerce adoption and e-commerce activity are at higher risk.
AI Analysis
Technical Summary
CVE-2024-13461 is a stored cross-site scripting (XSS) vulnerability identified in the Autoship Cloud for WooCommerce Subscription Products plugin for WordPress, which is widely used to manage subscription-based e-commerce products. The vulnerability exists in all versions up to and including 2.8.0 due to improper neutralization of input during web page generation, specifically in the 'autoship-create-scheduled-order-action' shortcode. This shortcode fails to properly sanitize and escape user-supplied attributes, allowing authenticated users with contributor-level permissions or higher to inject arbitrary JavaScript code into pages. When other users visit these pages, the injected scripts execute in their browsers, potentially compromising session tokens, cookies, or enabling actions on behalf of the victim. The vulnerability requires authentication but no user interaction, and the scope is limited to sites using this plugin. The CVSS 3.1 score of 6.4 reflects a medium severity with network attack vector, low attack complexity, and privileges required at the contributor level. No public exploits have been reported yet, but the vulnerability poses a significant risk to WordPress sites relying on this plugin for subscription management. The issue stems from a common web application security weakness classified as CWE-79, highlighting the need for proper input validation and output encoding in web applications.
Potential Impact
The impact of CVE-2024-13461 on organizations worldwide can be significant, particularly for e-commerce businesses using WordPress and the Autoship Cloud plugin. Successful exploitation allows attackers with contributor-level access to inject persistent malicious scripts that execute in the context of other users' browsers. This can lead to theft of authentication cookies, enabling session hijacking and unauthorized access escalation. Attackers may also perform actions on behalf of victims, such as changing subscription details, stealing sensitive customer data, or defacing web content. Although the vulnerability does not directly affect system availability, the compromise of user accounts and data integrity can damage brand reputation, lead to regulatory non-compliance, and cause financial losses. Since WooCommerce is a popular e-commerce platform globally, many organizations with subscription-based sales models are at risk. The requirement for contributor-level access limits exploitation to insiders or compromised accounts, but this is a common privilege level for many content contributors, increasing the attack surface. The absence of known active exploits reduces immediate risk but does not eliminate the threat, especially as automated scanning and exploitation tools could emerge.
Mitigation Recommendations
To mitigate CVE-2024-13461, organizations should immediately update the Autoship Cloud for WooCommerce Subscription Products plugin to a patched version once available. Until a patch is released, administrators should restrict contributor-level permissions to trusted users only and audit existing contributor accounts for suspicious activity. Implementing a Web Application Firewall (WAF) with rules to detect and block common XSS payloads targeting the vulnerable shortcode can reduce risk. Additionally, site owners should enforce Content Security Policy (CSP) headers to limit the execution of unauthorized scripts. Regularly scanning the site for injected scripts or anomalous content in pages generated by the shortcode can help detect exploitation attempts. Developers maintaining the plugin should apply proper input validation and output encoding on all user-supplied attributes in shortcodes. Finally, educating users about the risks of privilege misuse and monitoring logs for unusual contributor actions will help in early detection and response.
Affected Countries
United States, United Kingdom, Germany, Canada, Australia, France, Netherlands, Brazil, India, Japan
CVE-2024-13461: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in patternsinthecloud Autoship Cloud for WooCommerce Subscription Products
Description
CVE-2024-13461 is a stored cross-site scripting (XSS) vulnerability in the Autoship Cloud for WooCommerce Subscription Products WordPress plugin, affecting all versions up to 2. 8. 0. The flaw arises from insufficient input sanitization and output escaping in the 'autoship-create-scheduled-order-action' 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, privilege escalation, or unauthorized actions. The vulnerability has a CVSS score of 6. 4 (medium severity) and does not require user interaction but does require authentication with low privileges. No known exploits are currently reported in the wild. Organizations using this plugin should prioritize patching or applying mitigations to prevent exploitation, especially given the widespread use of WooCommerce and WordPress. Countries with significant WooCommerce adoption and e-commerce activity are at higher risk.
AI-Powered Analysis
Technical Analysis
CVE-2024-13461 is a stored cross-site scripting (XSS) vulnerability identified in the Autoship Cloud for WooCommerce Subscription Products plugin for WordPress, which is widely used to manage subscription-based e-commerce products. The vulnerability exists in all versions up to and including 2.8.0 due to improper neutralization of input during web page generation, specifically in the 'autoship-create-scheduled-order-action' shortcode. This shortcode fails to properly sanitize and escape user-supplied attributes, allowing authenticated users with contributor-level permissions or higher to inject arbitrary JavaScript code into pages. When other users visit these pages, the injected scripts execute in their browsers, potentially compromising session tokens, cookies, or enabling actions on behalf of the victim. The vulnerability requires authentication but no user interaction, and the scope is limited to sites using this plugin. The CVSS 3.1 score of 6.4 reflects a medium severity with network attack vector, low attack complexity, and privileges required at the contributor level. No public exploits have been reported yet, but the vulnerability poses a significant risk to WordPress sites relying on this plugin for subscription management. The issue stems from a common web application security weakness classified as CWE-79, highlighting the need for proper input validation and output encoding in web applications.
Potential Impact
The impact of CVE-2024-13461 on organizations worldwide can be significant, particularly for e-commerce businesses using WordPress and the Autoship Cloud plugin. Successful exploitation allows attackers with contributor-level access to inject persistent malicious scripts that execute in the context of other users' browsers. This can lead to theft of authentication cookies, enabling session hijacking and unauthorized access escalation. Attackers may also perform actions on behalf of victims, such as changing subscription details, stealing sensitive customer data, or defacing web content. Although the vulnerability does not directly affect system availability, the compromise of user accounts and data integrity can damage brand reputation, lead to regulatory non-compliance, and cause financial losses. Since WooCommerce is a popular e-commerce platform globally, many organizations with subscription-based sales models are at risk. The requirement for contributor-level access limits exploitation to insiders or compromised accounts, but this is a common privilege level for many content contributors, increasing the attack surface. The absence of known active exploits reduces immediate risk but does not eliminate the threat, especially as automated scanning and exploitation tools could emerge.
Mitigation Recommendations
To mitigate CVE-2024-13461, organizations should immediately update the Autoship Cloud for WooCommerce Subscription Products plugin to a patched version once available. Until a patch is released, administrators should restrict contributor-level permissions to trusted users only and audit existing contributor accounts for suspicious activity. Implementing a Web Application Firewall (WAF) with rules to detect and block common XSS payloads targeting the vulnerable shortcode can reduce risk. Additionally, site owners should enforce Content Security Policy (CSP) headers to limit the execution of unauthorized scripts. Regularly scanning the site for injected scripts or anomalous content in pages generated by the shortcode can help detect exploitation attempts. Developers maintaining the plugin should apply proper input validation and output encoding on all user-supplied attributes in shortcodes. Finally, educating users about the risks of privilege misuse and monitoring logs for unusual contributor actions will help in early detection and response.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-01-16T15:21:18.370Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 699f6e59b7ef31ef0b59eb3b
Added to database: 2/25/2026, 9:49:13 PM
Last enriched: 2/26/2026, 12:45:26 AM
Last updated: 2/26/2026, 6:45:00 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.