CVE-2025-13701: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in beshkin Shabat Keeper
The Shabat Keeper plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the $_SERVER['PHP_SELF'] parameter in all versions up to, and including, 0.4.4 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.
AI Analysis
Technical Summary
CVE-2025-13701 identifies a reflected Cross-Site Scripting (XSS) vulnerability in the beshkin Shabat Keeper plugin for WordPress, present in all versions up to and including 0.4.4. The vulnerability stems from improper neutralization of input during web page generation, specifically due to insufficient sanitization and escaping of the $_SERVER['PHP_SELF'] parameter. This parameter reflects the current script's filename and can be manipulated by an attacker to inject arbitrary JavaScript code. Because the vulnerability is reflected, the malicious script is embedded in a URL or link that, when clicked by a victim, causes the script to execute in the victim's browser context. This can lead to theft of cookies, session tokens, or other sensitive information, as well as unauthorized actions performed on behalf of the user. The vulnerability requires no authentication (AV:N) and has low attack complexity (AC:L), but does require user interaction (UI:R) such as clicking a crafted link. The scope is changed (S:C) because the vulnerability affects resources beyond the vulnerable component, potentially impacting the entire WordPress site. The CVSS 3.1 base score is 6.1, indicating medium severity with partial confidentiality and integrity impact but no availability impact. No known exploits are currently reported in the wild. The plugin is niche but may be used by communities observing Shabbat, potentially in religious or cultural websites. The lack of a patch link suggests a fix is pending or must be manually implemented by sanitizing the $_SERVER['PHP_SELF'] input and applying proper output encoding to prevent script injection.
Potential Impact
For European organizations, the impact of this vulnerability can be significant if the Shabat Keeper plugin is used on publicly accessible WordPress sites. Successful exploitation can lead to session hijacking, credential theft, or unauthorized actions performed with the victim's privileges, undermining user trust and potentially exposing sensitive data. Organizations with websites serving religious or cultural communities that use this plugin are particularly at risk. The vulnerability can facilitate phishing campaigns by embedding malicious scripts in URLs, increasing the likelihood of user compromise. While it does not directly affect system availability, the breach of confidentiality and integrity can lead to reputational damage, regulatory penalties under GDPR if personal data is compromised, and financial losses. The medium CVSS score reflects a moderate but actionable risk that should be addressed promptly to prevent exploitation.
Mitigation Recommendations
To mitigate CVE-2025-13701, organizations should first verify if they use the Shabat Keeper plugin and identify the version in use. Since no official patch link is provided, immediate steps include: 1) Temporarily disabling the plugin if feasible to eliminate exposure. 2) Implementing manual input validation and sanitization on the $_SERVER['PHP_SELF'] parameter within the plugin code, ensuring that any reflected input is properly escaped using secure coding practices such as PHP's htmlspecialchars() with ENT_QUOTES and UTF-8 encoding. 3) Employing a Web Application Firewall (WAF) with rules to detect and block reflected XSS attempts targeting this parameter. 4) Educating users and administrators about the risk of clicking suspicious links and encouraging cautious behavior. 5) Monitoring web server logs for unusual query strings or repeated attempts to exploit the vulnerability. 6) Once an official patch is released by the vendor, promptly apply the update. 7) Conduct regular security assessments and penetration testing focusing on input validation weaknesses in WordPress plugins.
Affected Countries
France, Germany, United Kingdom, Netherlands, Belgium, Italy
CVE-2025-13701: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in beshkin Shabat Keeper
Description
The Shabat Keeper plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the $_SERVER['PHP_SELF'] parameter in all versions up to, and including, 0.4.4 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.
AI-Powered Analysis
Technical Analysis
CVE-2025-13701 identifies a reflected Cross-Site Scripting (XSS) vulnerability in the beshkin Shabat Keeper plugin for WordPress, present in all versions up to and including 0.4.4. The vulnerability stems from improper neutralization of input during web page generation, specifically due to insufficient sanitization and escaping of the $_SERVER['PHP_SELF'] parameter. This parameter reflects the current script's filename and can be manipulated by an attacker to inject arbitrary JavaScript code. Because the vulnerability is reflected, the malicious script is embedded in a URL or link that, when clicked by a victim, causes the script to execute in the victim's browser context. This can lead to theft of cookies, session tokens, or other sensitive information, as well as unauthorized actions performed on behalf of the user. The vulnerability requires no authentication (AV:N) and has low attack complexity (AC:L), but does require user interaction (UI:R) such as clicking a crafted link. The scope is changed (S:C) because the vulnerability affects resources beyond the vulnerable component, potentially impacting the entire WordPress site. The CVSS 3.1 base score is 6.1, indicating medium severity with partial confidentiality and integrity impact but no availability impact. No known exploits are currently reported in the wild. The plugin is niche but may be used by communities observing Shabbat, potentially in religious or cultural websites. The lack of a patch link suggests a fix is pending or must be manually implemented by sanitizing the $_SERVER['PHP_SELF'] input and applying proper output encoding to prevent script injection.
Potential Impact
For European organizations, the impact of this vulnerability can be significant if the Shabat Keeper plugin is used on publicly accessible WordPress sites. Successful exploitation can lead to session hijacking, credential theft, or unauthorized actions performed with the victim's privileges, undermining user trust and potentially exposing sensitive data. Organizations with websites serving religious or cultural communities that use this plugin are particularly at risk. The vulnerability can facilitate phishing campaigns by embedding malicious scripts in URLs, increasing the likelihood of user compromise. While it does not directly affect system availability, the breach of confidentiality and integrity can lead to reputational damage, regulatory penalties under GDPR if personal data is compromised, and financial losses. The medium CVSS score reflects a moderate but actionable risk that should be addressed promptly to prevent exploitation.
Mitigation Recommendations
To mitigate CVE-2025-13701, organizations should first verify if they use the Shabat Keeper plugin and identify the version in use. Since no official patch link is provided, immediate steps include: 1) Temporarily disabling the plugin if feasible to eliminate exposure. 2) Implementing manual input validation and sanitization on the $_SERVER['PHP_SELF'] parameter within the plugin code, ensuring that any reflected input is properly escaped using secure coding practices such as PHP's htmlspecialchars() with ENT_QUOTES and UTF-8 encoding. 3) Employing a Web Application Firewall (WAF) with rules to detect and block reflected XSS attempts targeting this parameter. 4) Educating users and administrators about the risk of clicking suspicious links and encouraging cautious behavior. 5) Monitoring web server logs for unusual query strings or repeated attempts to exploit the vulnerability. 6) Once an official patch is released by the vendor, promptly apply the update. 7) Conduct regular security assessments and penetration testing focusing on input validation weaknesses in WordPress plugins.
Affected Countries
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-11-25T21:40:55.256Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 6960e8e3a48af7d8cea18786
Added to database: 1/9/2026, 11:39:15 AM
Last enriched: 1/9/2026, 11:59:15 AM
Last updated: 1/10/2026, 10:16:03 PM
Views: 14
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-0824: Cross Site Scripting in questdb ui
MediumCVE-2025-13393: CWE-918 Server-Side Request Forgery (SSRF) in marceljm Featured Image from URL (FIFU)
MediumCVE-2025-12379: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in averta Shortcodes and extra features for Phlox theme
MediumCVE-2026-0822: Heap-based Buffer Overflow in quickjs-ng quickjs
MediumCVE-2026-0821: Heap-based Buffer Overflow in quickjs-ng quickjs
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.