CVE-2024-11806: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in carlosfrancopkt1 PKT1 Centro de envios
CVE-2024-11806 is a reflected Cross-Site Scripting (XSS) vulnerability in the PKT1 Centro de envios WordPress plugin up to version 1. 2. 1. It arises from improper input sanitization and output escaping of the 'success' and 'error' URL parameters, allowing unauthenticated attackers to inject malicious scripts. Exploitation requires tricking a user into clicking a crafted link, leading to script execution in the victim's browser. This vulnerability can compromise confidentiality and integrity by stealing session tokens or performing actions on behalf of the user. The CVSS score is 6. 1 (medium severity), reflecting network exploitability without authentication but requiring user interaction. No known exploits are currently reported in the wild. Organizations using this plugin should prioritize patching or mitigating this issue to prevent potential targeted attacks.
AI Analysis
Technical Summary
CVE-2024-11806 identifies a reflected Cross-Site Scripting (XSS) vulnerability in the PKT1 Centro de envios plugin for WordPress, affecting all versions up to and including 1.2.1. The vulnerability stems from insufficient sanitization and escaping of the 'success' and 'error' parameters in HTTP requests, which are reflected in web pages generated by the plugin. An attacker can craft malicious URLs containing JavaScript payloads in these parameters. When a user clicks such a link, the injected script executes in the context of the victim's browser, potentially allowing theft of cookies, session tokens, or performing unauthorized actions on behalf of the user. The vulnerability requires no authentication but does require user interaction (clicking a malicious link). The CVSS 3.1 base score is 6.1, indicating medium severity, with the vector AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N, meaning it is remotely exploitable with low attack complexity, no privileges required, user interaction needed, and impacts confidentiality and integrity with a scope change. No patches or fixes are currently linked, and no known exploits have been reported in the wild. This vulnerability is categorized under CWE-79, a common web application security weakness related to improper neutralization of input during web page generation. The plugin is used in WordPress environments, which are widely deployed globally, especially in small to medium businesses and e-commerce sites. Attackers could leverage this vulnerability in phishing campaigns or targeted attacks to compromise user sessions or deface sites.
Potential Impact
The primary impact of this vulnerability is on the confidentiality and integrity of user data and sessions. Successful exploitation can lead to session hijacking, credential theft, or unauthorized actions performed with the victim's privileges. While availability is not directly affected, the trustworthiness of affected websites can be undermined, potentially damaging organizational reputation and customer confidence. Organizations relying on the PKT1 Centro de envios plugin may face targeted phishing attacks leveraging this flaw to compromise users. The vulnerability's ease of exploitation (no authentication needed, low complexity) increases risk, especially for sites with high user interaction. The scope change in the CVSS vector indicates that exploitation can affect resources beyond the vulnerable component, potentially impacting the entire web application session. Although no active exploits are reported, the presence of this vulnerability in a widely used CMS plugin poses a latent risk that could be weaponized by attackers. This is particularly concerning for organizations handling sensitive customer information or financial transactions through their WordPress sites.
Mitigation Recommendations
To mitigate this vulnerability, organizations should first check for updates or patches from the plugin vendor and apply them promptly once available. In the absence of an official patch, site administrators can implement strict input validation and output encoding on the 'success' and 'error' parameters to neutralize malicious scripts. Employing a Web Application Firewall (WAF) with rules to detect and block reflected XSS payloads targeting these parameters can provide interim protection. Additionally, enabling Content Security Policy (CSP) headers can help restrict the execution of unauthorized scripts. Educating users to avoid clicking suspicious or unsolicited links reduces the risk of exploitation. Regular security audits and scanning for XSS vulnerabilities in WordPress plugins are recommended. Finally, consider limiting the use of this plugin or replacing it with alternatives that follow secure coding practices if timely patches are unavailable.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, France, Brazil, India, Japan, Netherlands, Spain, Italy
CVE-2024-11806: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in carlosfrancopkt1 PKT1 Centro de envios
Description
CVE-2024-11806 is a reflected Cross-Site Scripting (XSS) vulnerability in the PKT1 Centro de envios WordPress plugin up to version 1. 2. 1. It arises from improper input sanitization and output escaping of the 'success' and 'error' URL parameters, allowing unauthenticated attackers to inject malicious scripts. Exploitation requires tricking a user into clicking a crafted link, leading to script execution in the victim's browser. This vulnerability can compromise confidentiality and integrity by stealing session tokens or performing actions on behalf of the user. The CVSS score is 6. 1 (medium severity), reflecting network exploitability without authentication but requiring user interaction. No known exploits are currently reported in the wild. Organizations using this plugin should prioritize patching or mitigating this issue to prevent potential targeted attacks.
AI-Powered Analysis
Technical Analysis
CVE-2024-11806 identifies a reflected Cross-Site Scripting (XSS) vulnerability in the PKT1 Centro de envios plugin for WordPress, affecting all versions up to and including 1.2.1. The vulnerability stems from insufficient sanitization and escaping of the 'success' and 'error' parameters in HTTP requests, which are reflected in web pages generated by the plugin. An attacker can craft malicious URLs containing JavaScript payloads in these parameters. When a user clicks such a link, the injected script executes in the context of the victim's browser, potentially allowing theft of cookies, session tokens, or performing unauthorized actions on behalf of the user. The vulnerability requires no authentication but does require user interaction (clicking a malicious link). The CVSS 3.1 base score is 6.1, indicating medium severity, with the vector AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N, meaning it is remotely exploitable with low attack complexity, no privileges required, user interaction needed, and impacts confidentiality and integrity with a scope change. No patches or fixes are currently linked, and no known exploits have been reported in the wild. This vulnerability is categorized under CWE-79, a common web application security weakness related to improper neutralization of input during web page generation. The plugin is used in WordPress environments, which are widely deployed globally, especially in small to medium businesses and e-commerce sites. Attackers could leverage this vulnerability in phishing campaigns or targeted attacks to compromise user sessions or deface sites.
Potential Impact
The primary impact of this vulnerability is on the confidentiality and integrity of user data and sessions. Successful exploitation can lead to session hijacking, credential theft, or unauthorized actions performed with the victim's privileges. While availability is not directly affected, the trustworthiness of affected websites can be undermined, potentially damaging organizational reputation and customer confidence. Organizations relying on the PKT1 Centro de envios plugin may face targeted phishing attacks leveraging this flaw to compromise users. The vulnerability's ease of exploitation (no authentication needed, low complexity) increases risk, especially for sites with high user interaction. The scope change in the CVSS vector indicates that exploitation can affect resources beyond the vulnerable component, potentially impacting the entire web application session. Although no active exploits are reported, the presence of this vulnerability in a widely used CMS plugin poses a latent risk that could be weaponized by attackers. This is particularly concerning for organizations handling sensitive customer information or financial transactions through their WordPress sites.
Mitigation Recommendations
To mitigate this vulnerability, organizations should first check for updates or patches from the plugin vendor and apply them promptly once available. In the absence of an official patch, site administrators can implement strict input validation and output encoding on the 'success' and 'error' parameters to neutralize malicious scripts. Employing a Web Application Firewall (WAF) with rules to detect and block reflected XSS payloads targeting these parameters can provide interim protection. Additionally, enabling Content Security Policy (CSP) headers can help restrict the execution of unauthorized scripts. Educating users to avoid clicking suspicious or unsolicited links reduces the risk of exploitation. Regular security audits and scanning for XSS vulnerabilities in WordPress plugins are recommended. Finally, consider limiting the use of this plugin or replacing it with alternatives that follow secure coding practices if timely patches are unavailable.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2024-11-26T16:10:05.539Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 699f6e20b7ef31ef0b59666a
Added to database: 2/25/2026, 9:48:16 PM
Last enriched: 2/26/2026, 8:30:42 AM
Last updated: 2/26/2026, 9:44: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-28138: Deserialization of Untrusted Data in Stylemix uListing
HighCVE-2026-28136: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') in VeronaLabs WP SMS
HighCVE-2026-28132: Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) in villatheme WooCommerce Photo Reviews
HighCVE-2026-28131: Insertion of Sensitive Information Into Sent Data in WPVibes Elementor Addon Elements
HighCVE-2026-28083: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in UX-themes Flatsome
HighActions
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.