CVE-2025-13893: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in burtrw Lesson Plan Book
The Lesson Plan Book plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the `$_SERVER['PHP_SELF']` variable in all versions up to, and including, 1.3 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-13893 is a reflected Cross-Site Scripting vulnerability identified in the Lesson Plan Book plugin for WordPress, developed by burtrw. This vulnerability exists in all versions up to and including 1.3 due to insufficient input sanitization and output escaping of the $_SERVER['PHP_SELF'] variable. The PHP_SELF variable typically contains the current script's filename and path, and if improperly handled, it can be manipulated by an attacker to inject malicious JavaScript code. Because the vulnerability is reflected, the malicious script is embedded in a crafted URL that, when clicked by a user, causes the script to execute in the victim's browser context. This attack vector requires no authentication but does require user interaction, such as clicking a malicious link. The vulnerability impacts the confidentiality and integrity of user data by enabling theft of session cookies, defacement of web content, or redirection to malicious sites. The CVSS 3.1 base score of 6.1 reflects a medium severity with network attack vector, low attack complexity, no privileges required, but user interaction needed, and a scope change indicating the vulnerability affects components beyond the vulnerable plugin itself. No public exploits are known at this time, but the risk remains significant given the widespread use of WordPress and the plugin's presence in educational environments. The vulnerability is classified under CWE-79, which covers improper neutralization of input during web page generation leading to XSS. No official patches have been linked yet, so mitigation relies on best practices until updates are available.
Potential Impact
The impact of CVE-2025-13893 can be significant for organizations using the Lesson Plan Book plugin on WordPress sites, especially in educational institutions where this plugin is likely deployed. Successful exploitation allows attackers to execute arbitrary JavaScript in the context of the victim’s browser, potentially leading to session hijacking, theft of sensitive information, unauthorized actions on behalf of the user, and phishing attacks. This compromises the confidentiality and integrity of user data and can damage organizational reputation. Since the vulnerability requires user interaction, the attack surface is somewhat limited but still exploitable at scale via phishing campaigns or malicious links. The reflected nature means the malicious payload is not stored on the server, reducing persistence but not the immediate risk. Organizations with large user bases or those handling sensitive educational data are at higher risk. The vulnerability does not affect availability directly but could indirectly cause service disruptions if exploited to deface or manipulate site content.
Mitigation Recommendations
To mitigate CVE-2025-13893, organizations should first check for and apply any official patches or updates from the plugin vendor once available. In the absence of patches, implement strict input validation and output encoding on the $_SERVER['PHP_SELF'] variable to neutralize malicious scripts. Employ Web Application Firewalls (WAFs) with rules to detect and block reflected XSS attack patterns targeting this plugin. Educate users and administrators about the risks of clicking untrusted links, especially those purporting to be from the affected site. Disable or restrict the use of the vulnerable plugin if feasible, or replace it with a more secure alternative. Additionally, implement Content Security Policy (CSP) headers to restrict the execution of unauthorized scripts on the site. Regularly audit and monitor web server logs for suspicious requests that may indicate exploitation attempts. Finally, ensure that WordPress core and all plugins are kept up to date to reduce exposure to similar vulnerabilities.
Affected Countries
United States, United Kingdom, Canada, Australia, Germany, India, France, Netherlands, Brazil, South Africa
CVE-2025-13893: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in burtrw Lesson Plan Book
Description
The Lesson Plan Book plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the `$_SERVER['PHP_SELF']` variable in all versions up to, and including, 1.3 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
Machine-generated threat intelligence
Technical Analysis
CVE-2025-13893 is a reflected Cross-Site Scripting vulnerability identified in the Lesson Plan Book plugin for WordPress, developed by burtrw. This vulnerability exists in all versions up to and including 1.3 due to insufficient input sanitization and output escaping of the $_SERVER['PHP_SELF'] variable. The PHP_SELF variable typically contains the current script's filename and path, and if improperly handled, it can be manipulated by an attacker to inject malicious JavaScript code. Because the vulnerability is reflected, the malicious script is embedded in a crafted URL that, when clicked by a user, causes the script to execute in the victim's browser context. This attack vector requires no authentication but does require user interaction, such as clicking a malicious link. The vulnerability impacts the confidentiality and integrity of user data by enabling theft of session cookies, defacement of web content, or redirection to malicious sites. The CVSS 3.1 base score of 6.1 reflects a medium severity with network attack vector, low attack complexity, no privileges required, but user interaction needed, and a scope change indicating the vulnerability affects components beyond the vulnerable plugin itself. No public exploits are known at this time, but the risk remains significant given the widespread use of WordPress and the plugin's presence in educational environments. The vulnerability is classified under CWE-79, which covers improper neutralization of input during web page generation leading to XSS. No official patches have been linked yet, so mitigation relies on best practices until updates are available.
Potential Impact
The impact of CVE-2025-13893 can be significant for organizations using the Lesson Plan Book plugin on WordPress sites, especially in educational institutions where this plugin is likely deployed. Successful exploitation allows attackers to execute arbitrary JavaScript in the context of the victim’s browser, potentially leading to session hijacking, theft of sensitive information, unauthorized actions on behalf of the user, and phishing attacks. This compromises the confidentiality and integrity of user data and can damage organizational reputation. Since the vulnerability requires user interaction, the attack surface is somewhat limited but still exploitable at scale via phishing campaigns or malicious links. The reflected nature means the malicious payload is not stored on the server, reducing persistence but not the immediate risk. Organizations with large user bases or those handling sensitive educational data are at higher risk. The vulnerability does not affect availability directly but could indirectly cause service disruptions if exploited to deface or manipulate site content.
Mitigation Recommendations
To mitigate CVE-2025-13893, organizations should first check for and apply any official patches or updates from the plugin vendor once available. In the absence of patches, implement strict input validation and output encoding on the $_SERVER['PHP_SELF'] variable to neutralize malicious scripts. Employ Web Application Firewalls (WAFs) with rules to detect and block reflected XSS attack patterns targeting this plugin. Educate users and administrators about the risks of clicking untrusted links, especially those purporting to be from the affected site. Disable or restrict the use of the vulnerable plugin if feasible, or replace it with a more secure alternative. Additionally, implement Content Security Policy (CSP) headers to restrict the execution of unauthorized scripts on the site. Regularly audit and monitor web server logs for suspicious requests that may indicate exploitation attempts. Finally, ensure that WordPress core and all plugins are kept up to date to reduce exposure to similar vulnerabilities.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-12-02T15:38:02.335Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 6960e8e4a48af7d8cea187bb
Added to database: 1/9/2026, 11:39:16 AM
Last enriched: 2/27/2026, 10:28:38 AM
Last updated: 3/24/2026, 11:39:44 PM
Views: 33
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.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.