CVE-2025-13383 MEDIUM

CVE-2025-13383: Job Board by BestWebSoft <= 1.2.1 - Cross-Site Request Forgery to Stored Cross-Site Scripting via $_GET Array Storage

Vendor Bestweblayout
Product Job Board by BestWebSoft
Weakness CWE-79 · XSS
Published November 25, 2025
Last update April 8, 2026

CVSS base score

6.1/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction Required
Confidentiality Low
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

What the vulnerability does

01Description

The Job Board by BestWebSoft plugin for WordPress is vulnerable to Stored Cross-Site Scripting in all versions up to, and including, 1.2.1. This is due to the plugin storing the entire unsanitized `$_GET` superglobal array directly into the database via `update_user_meta()` when users save search results, and later outputting this data without proper escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts that execute whenever a user accesses the saved search or views their profile, granted they can trick the user into performing the search and saving the results.

Explanation of Vulnerability in Simple Terms

02Summary

Job Board by BestWebSoft versions 1.2.1 and earlier contain a cross-site scripting (XSS) vulnerability. An attacker can inject malicious scripts that execute in a victim's browser when they visit a crafted link or page. The vulnerability affects the site's integrity and can expose user data, but does not impact availability.

What an attacker can do

03Attacker Capabilities

Inject malicious scripts that run in visitors' browsers to steal data or perform actions on their behalf.

Potential impact on your site

04Site Impact

Visitors' sessions and data can be compromised; site reputation and user trust may be damaged.

Conditions required to exploit

05Prerequisites

Victim must click a malicious link or visit an attacker-controlled page; no authentication required.

Key dates

06Disclosure timeline

November 25, 2025 CVE published
April 8, 2026 Record updated