CVE-2024-13380: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in alexreservations Alex Reservations: Smart Restaurant Booking
CVE-2024-13380 is a stored Cross-Site Scripting (XSS) vulnerability in the Alex Reservations: Smart Restaurant Booking WordPress plugin, affecting all versions up to 2. 0. 5. The flaw arises from insufficient sanitization and escaping of user-supplied attributes in the 'rr_form' 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, defacement, or unauthorized actions. The vulnerability has a CVSS 3. 1 score of 6. 4, indicating medium severity, with a network attack vector, low attack complexity, and no user interaction required. No known public exploits exist yet. Organizations using this plugin should prioritize patching or mitigating this issue to prevent exploitation, especially since contributor-level access is commonly granted in many WordPress sites.
AI Analysis
Technical Summary
CVE-2024-13380 is a stored Cross-Site Scripting (XSS) vulnerability identified in the Alex Reservations: Smart Restaurant Booking plugin for WordPress, affecting all versions up to and including 2.0.5. The vulnerability stems from improper neutralization of input during web page generation (CWE-79), specifically in the handling of the 'rr_form' shortcode attributes. The plugin fails to adequately sanitize and escape user-supplied input, allowing authenticated attackers with contributor-level privileges or higher to inject arbitrary JavaScript code into pages. Because the malicious script is stored, it executes every time a user accesses the infected page, potentially compromising user sessions, stealing cookies, or performing actions on behalf of users without their consent. The attack vector is remote over the network, with low complexity, requiring no user interaction but limited to authenticated users with certain privileges. The vulnerability impacts confidentiality and integrity but not availability, and the scope is changed as it affects multiple users viewing the injected content. No patches or official fixes have been linked yet, and no known exploits are reported in the wild. The vulnerability was published on January 30, 2025, with a CVSS 3.1 base score of 6.4, categorized as medium severity. The plugin is used primarily in restaurant booking contexts on WordPress sites, which are widely deployed globally.
Potential Impact
The primary impact of CVE-2024-13380 is the compromise of user confidentiality and integrity on affected WordPress sites using the Alex Reservations plugin. Attackers with contributor-level access can inject persistent malicious scripts that execute in the browsers of site visitors, including administrators and customers. 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. For organizations, this can result in reputational damage, loss of customer trust, and potential regulatory consequences if personal data is exposed. Since the vulnerability requires authenticated access at contributor level or above, the risk is heightened in environments where multiple users have elevated privileges or where contributor accounts are not tightly controlled. The scope of impact extends to all users who visit the compromised pages, potentially affecting a broad audience. Although no known exploits are currently reported, the medium severity score and ease of exploitation suggest that attackers could develop exploits rapidly, especially in the absence of patches.
Mitigation Recommendations
To mitigate CVE-2024-13380, organizations should first check for updates or patches from the plugin vendor and apply them immediately once available. In the absence of official patches, administrators should restrict contributor-level and higher access to trusted users only, minimizing the risk of malicious input injection. Implementing a Web Application Firewall (WAF) with rules to detect and block common XSS payloads targeting the 'rr_form' shortcode can provide interim protection. Site owners should audit existing content generated by the plugin for suspicious scripts and remove any unauthorized code. Employing Content Security Policy (CSP) headers can help reduce the impact of injected scripts by restricting script execution sources. Additionally, hardening WordPress security by enforcing strong authentication, limiting plugin usage, and monitoring user activity can reduce the attack surface. Developers maintaining the plugin should implement proper input validation, sanitization, and output escaping for all user-supplied attributes in shortcodes to prevent future XSS vulnerabilities.
Affected Countries
United States, United Kingdom, Canada, Australia, Germany, France, India, Brazil, Japan, Netherlands
CVE-2024-13380: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in alexreservations Alex Reservations: Smart Restaurant Booking
Description
CVE-2024-13380 is a stored Cross-Site Scripting (XSS) vulnerability in the Alex Reservations: Smart Restaurant Booking WordPress plugin, affecting all versions up to 2. 0. 5. The flaw arises from insufficient sanitization and escaping of user-supplied attributes in the 'rr_form' 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, defacement, or unauthorized actions. The vulnerability has a CVSS 3. 1 score of 6. 4, indicating medium severity, with a network attack vector, low attack complexity, and no user interaction required. No known public exploits exist yet. Organizations using this plugin should prioritize patching or mitigating this issue to prevent exploitation, especially since contributor-level access is commonly granted in many WordPress sites.
AI-Powered Analysis
Technical Analysis
CVE-2024-13380 is a stored Cross-Site Scripting (XSS) vulnerability identified in the Alex Reservations: Smart Restaurant Booking plugin for WordPress, affecting all versions up to and including 2.0.5. The vulnerability stems from improper neutralization of input during web page generation (CWE-79), specifically in the handling of the 'rr_form' shortcode attributes. The plugin fails to adequately sanitize and escape user-supplied input, allowing authenticated attackers with contributor-level privileges or higher to inject arbitrary JavaScript code into pages. Because the malicious script is stored, it executes every time a user accesses the infected page, potentially compromising user sessions, stealing cookies, or performing actions on behalf of users without their consent. The attack vector is remote over the network, with low complexity, requiring no user interaction but limited to authenticated users with certain privileges. The vulnerability impacts confidentiality and integrity but not availability, and the scope is changed as it affects multiple users viewing the injected content. No patches or official fixes have been linked yet, and no known exploits are reported in the wild. The vulnerability was published on January 30, 2025, with a CVSS 3.1 base score of 6.4, categorized as medium severity. The plugin is used primarily in restaurant booking contexts on WordPress sites, which are widely deployed globally.
Potential Impact
The primary impact of CVE-2024-13380 is the compromise of user confidentiality and integrity on affected WordPress sites using the Alex Reservations plugin. Attackers with contributor-level access can inject persistent malicious scripts that execute in the browsers of site visitors, including administrators and customers. 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. For organizations, this can result in reputational damage, loss of customer trust, and potential regulatory consequences if personal data is exposed. Since the vulnerability requires authenticated access at contributor level or above, the risk is heightened in environments where multiple users have elevated privileges or where contributor accounts are not tightly controlled. The scope of impact extends to all users who visit the compromised pages, potentially affecting a broad audience. Although no known exploits are currently reported, the medium severity score and ease of exploitation suggest that attackers could develop exploits rapidly, especially in the absence of patches.
Mitigation Recommendations
To mitigate CVE-2024-13380, organizations should first check for updates or patches from the plugin vendor and apply them immediately once available. In the absence of official patches, administrators should restrict contributor-level and higher access to trusted users only, minimizing the risk of malicious input injection. Implementing a Web Application Firewall (WAF) with rules to detect and block common XSS payloads targeting the 'rr_form' shortcode can provide interim protection. Site owners should audit existing content generated by the plugin for suspicious scripts and remove any unauthorized code. Employing Content Security Policy (CSP) headers can help reduce the impact of injected scripts by restricting script execution sources. Additionally, hardening WordPress security by enforcing strong authentication, limiting plugin usage, and monitoring user activity can reduce the attack surface. Developers maintaining the plugin should implement proper input validation, sanitization, and output escaping for all user-supplied attributes in shortcodes to prevent future XSS vulnerabilities.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-01-14T01:02:06.340Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 699f6e52b7ef31ef0b59e3f4
Added to database: 2/25/2026, 9:49:06 PM
Last enriched: 2/26/2026, 1:44:25 AM
Last updated: 2/26/2026, 7:19:57 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.