CVE-2024-3671: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in baden03 Print-O-Matic
CVE-2024-3671 is a stored cross-site scripting (XSS) vulnerability in the Print-O-Matic WordPress plugin (versions up to 2. 1. 10). It arises from improper sanitization and escaping of user-supplied attributes in the 'print-me' shortcode, specifically the 'tag' attribute. Authenticated users with contributor-level or higher privileges can inject malicious scripts that execute when any user views the affected page. The vulnerability has a CVSS score of 6. 4, indicating medium severity, with potential impacts on confidentiality and integrity but no direct availability impact. Exploitation requires authentication but no user interaction beyond viewing the injected page. No known exploits are currently reported in the wild. Organizations using this plugin should prioritize patching or mitigating this vulnerability to prevent persistent XSS attacks that could lead to session hijacking or privilege escalation.
AI Analysis
Technical Summary
CVE-2024-3671 is a stored cross-site scripting vulnerability found in the Print-O-Matic plugin for WordPress, affecting all versions up to and including 2.1.10. The vulnerability stems from insufficient input sanitization and output escaping on user-supplied attributes within the plugin's 'print-me' shortcode, particularly the 'tag' attribute. This flaw allows authenticated users with contributor-level access or higher to inject arbitrary JavaScript code into pages. When other users access these pages, the malicious scripts execute in their browsers, potentially leading to session hijacking, unauthorized actions, or data theft. The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation) and has a CVSS 3.1 base score of 6.4, reflecting a medium severity level. The attack vector is network-based with low attack complexity, requiring privileges but no user interaction. The scope is changed as the vulnerability affects other users beyond the attacker. No patches are currently linked, and no known exploits have been reported in the wild. The vulnerability was publicly disclosed on May 22, 2024, and was reserved in the CVE database on April 11, 2024. The plugin is widely used in WordPress environments, making this a relevant threat for many websites that rely on Print-O-Matic for printing functionality.
Potential Impact
The primary impact of CVE-2024-3671 is the compromise of confidentiality and integrity for affected WordPress sites using the Print-O-Matic plugin. An attacker with contributor-level access can embed malicious scripts that execute in the context of other users’ browsers, potentially stealing session cookies, performing actions on behalf of users, or redirecting users to malicious sites. This can lead to account takeover, data leakage, or further exploitation within the site. Although availability is not directly impacted, the trustworthiness and security posture of the affected website can be severely damaged. For organizations, this vulnerability could result in reputational harm, loss of customer trust, and compliance issues if sensitive user data is exposed. Since exploitation requires authenticated access, the risk is somewhat mitigated by the need for an attacker to have at least contributor privileges, but insider threats or compromised accounts increase the risk. The vulnerability affects all sites using the vulnerable versions of Print-O-Matic, which may include a broad range of industries and geographies relying on WordPress for content management.
Mitigation Recommendations
Organizations should immediately verify if they are using the Print-O-Matic plugin version 2.1.10 or earlier and plan to update to a patched version once available. In the absence of an official patch, administrators should consider disabling the plugin or removing the 'print-me' shortcode usage to prevent exploitation. Restrict contributor-level access strictly and audit user roles to minimize the risk of malicious insiders or compromised accounts. Implement Web Application Firewalls (WAFs) with rules to detect and block typical XSS payloads targeting the 'tag' attribute in the shortcode. Employ Content Security Policy (CSP) headers to restrict script execution sources, reducing the impact of injected scripts. Regularly scan the website for injected scripts or unusual content in pages using the shortcode. Educate content contributors about safe input practices and monitor logs for suspicious activity. Finally, maintain a robust incident response plan to quickly address any signs of exploitation.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, France, Netherlands, India, Brazil, Japan
CVE-2024-3671: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in baden03 Print-O-Matic
Description
CVE-2024-3671 is a stored cross-site scripting (XSS) vulnerability in the Print-O-Matic WordPress plugin (versions up to 2. 1. 10). It arises from improper sanitization and escaping of user-supplied attributes in the 'print-me' shortcode, specifically the 'tag' attribute. Authenticated users with contributor-level or higher privileges can inject malicious scripts that execute when any user views the affected page. The vulnerability has a CVSS score of 6. 4, indicating medium severity, with potential impacts on confidentiality and integrity but no direct availability impact. Exploitation requires authentication but no user interaction beyond viewing the injected page. No known exploits are currently reported in the wild. Organizations using this plugin should prioritize patching or mitigating this vulnerability to prevent persistent XSS attacks that could lead to session hijacking or privilege escalation.
AI-Powered Analysis
Technical Analysis
CVE-2024-3671 is a stored cross-site scripting vulnerability found in the Print-O-Matic plugin for WordPress, affecting all versions up to and including 2.1.10. The vulnerability stems from insufficient input sanitization and output escaping on user-supplied attributes within the plugin's 'print-me' shortcode, particularly the 'tag' attribute. This flaw allows authenticated users with contributor-level access or higher to inject arbitrary JavaScript code into pages. When other users access these pages, the malicious scripts execute in their browsers, potentially leading to session hijacking, unauthorized actions, or data theft. The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation) and has a CVSS 3.1 base score of 6.4, reflecting a medium severity level. The attack vector is network-based with low attack complexity, requiring privileges but no user interaction. The scope is changed as the vulnerability affects other users beyond the attacker. No patches are currently linked, and no known exploits have been reported in the wild. The vulnerability was publicly disclosed on May 22, 2024, and was reserved in the CVE database on April 11, 2024. The plugin is widely used in WordPress environments, making this a relevant threat for many websites that rely on Print-O-Matic for printing functionality.
Potential Impact
The primary impact of CVE-2024-3671 is the compromise of confidentiality and integrity for affected WordPress sites using the Print-O-Matic plugin. An attacker with contributor-level access can embed malicious scripts that execute in the context of other users’ browsers, potentially stealing session cookies, performing actions on behalf of users, or redirecting users to malicious sites. This can lead to account takeover, data leakage, or further exploitation within the site. Although availability is not directly impacted, the trustworthiness and security posture of the affected website can be severely damaged. For organizations, this vulnerability could result in reputational harm, loss of customer trust, and compliance issues if sensitive user data is exposed. Since exploitation requires authenticated access, the risk is somewhat mitigated by the need for an attacker to have at least contributor privileges, but insider threats or compromised accounts increase the risk. The vulnerability affects all sites using the vulnerable versions of Print-O-Matic, which may include a broad range of industries and geographies relying on WordPress for content management.
Mitigation Recommendations
Organizations should immediately verify if they are using the Print-O-Matic plugin version 2.1.10 or earlier and plan to update to a patched version once available. In the absence of an official patch, administrators should consider disabling the plugin or removing the 'print-me' shortcode usage to prevent exploitation. Restrict contributor-level access strictly and audit user roles to minimize the risk of malicious insiders or compromised accounts. Implement Web Application Firewalls (WAFs) with rules to detect and block typical XSS payloads targeting the 'tag' attribute in the shortcode. Employ Content Security Policy (CSP) headers to restrict script execution sources, reducing the impact of injected scripts. Regularly scan the website for injected scripts or unusual content in pages using the shortcode. Educate content contributors about safe input practices and monitor logs for suspicious activity. Finally, maintain a robust incident response plan to quickly address any signs of exploitation.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2024-04-11T19:29:06.097Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 699f6c99b7ef31ef0b566ab6
Added to database: 2/25/2026, 9:41:45 PM
Last enriched: 2/26/2026, 6:22:33 AM
Last updated: 2/26/2026, 8:07:14 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.