AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2025-13383

MEDIUM · CVSS 6.1 EPSS 0.25%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2025-11-25 · Last synced 2026-08-04

CyberRota Analysis

This is a medium severity vulnerability with a CVSS score of 6.1. It affects WordPress. Exploitation may require the attacker to be authenticated.

CVE
CVE-2025-13383
Severity
MEDIUM
CVSS
6.1
EPSS
0.25%
WordPress

Original NVD Description

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.