CVE-2025-13383
BaseFortify
Publication date: 2025-11-25
Last updated on: 2026-04-08
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| bestwebsoft | job_board | * |
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 Stored Cross-Site Scripting (XSS) issue in the Job Board by BestWebSoft WordPress plugin up to version 1.2.1. It occurs because the plugin stores the entire unsanitized $_GET superglobal array directly into the database when users save search results, without proper sanitization. Later, this data is output without proper escaping, allowing unauthenticated attackers to inject malicious scripts that execute when a user accesses the saved search or their profile, if the attacker tricks the user into saving the malicious search.
How can this vulnerability impact me? :
This vulnerability can allow attackers to execute arbitrary scripts in the context of the affected website for users who view the saved search results or profiles. This can lead to theft of user credentials, session hijacking, defacement, or other malicious actions performed on behalf of the user, potentially compromising user data and site integrity.