CVE-2025-13988
Reflected XSS in 评论小秘书 WordPress Plugin via PHP_SELF
Publication date: 2025-12-12
Last updated on: 2025-12-12
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wordpres | 评论小秘书 | 1.3.2 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Reflected Cross-Site Scripting (XSS) issue in the 评论小秘书 WordPress plugin, affecting all versions up to 1.3.2. It occurs because the plugin does not properly sanitize or escape the $_SERVER['PHP_SELF'] variable on its settings page. This allows an attacker to inject malicious scripts that execute when a user is tricked into clicking a crafted link.
How can this vulnerability impact me? :
The vulnerability can allow unauthenticated attackers to execute arbitrary scripts in the context of the affected website. This can lead to theft of user data, session hijacking, or other malicious actions performed on behalf of the user, potentially compromising user accounts and site integrity.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, update the 评论小秘书 WordPress plugin to a version later than 1.3.2 where the issue is fixed. Additionally, avoid clicking on suspicious links that could exploit the reflected XSS vulnerability. Implementing web application firewall (WAF) rules to block malicious requests targeting the $_SERVER['PHP_SELF'] parameter may also help reduce risk.