CVE-2025-13308
BaseFortify
Publication date: 2025-12-06
Last updated on: 2025-12-08
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wordpress | application_passwords | * |
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 Application Passwords plugin for WordPress, affecting all versions up to 0.1.3. It occurs because the plugin does not properly sanitize or escape user-supplied URLs in the 'reject_url' parameter. This allows attackers to inject malicious JavaScript code that executes when a user clicks the "No, I do not approve of this connection" button, if the attacker can trick the user into clicking a crafted link.
How can this vulnerability impact me? :
This vulnerability can allow unauthenticated attackers to execute arbitrary scripts in the context of the affected website. This can lead to theft of user credentials, session hijacking, or other malicious actions performed on behalf of the user. The impact includes potential compromise of user accounts and unauthorized actions triggered by the victim.