Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Reflected XSS reachable over the network without auth (PR:N) but requires victim click (UI:R); scope changes to browser, yielding limited C/I/A impact.
Primary rating from Vendor (WPScan).
CVSS VectorVendor: WPScan
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Lifecycle Timeline
4DescriptionCVE.org
The Simple Basic Contact Form WordPress plugin through 20250114 does not escape user-supplied input before reflecting it into the contact form output on validation errors, leading to a Reflected Cross-Site Scripting vulnerability that unauthenticated attackers can exploit against site visitors via a crafted link or cross-site form submission.
Articles & Coverage 1
AnalysisAI
Reflected cross-site scripting in the Simple Basic Contact Form WordPress plugin (all versions through 20250114) allows unauthenticated remote attackers to execute arbitrary JavaScript in a visitor's browser when the victim follows a crafted link or submits a cross-site forged form that triggers a validation error. Publicly available exploit details have been published by WPScan, though the issue is not listed in CISA KEV and no EPSS data is provided in the input.
Technical ContextAI
The plugin renders user-supplied form input back into the page when validation fails, but fails to apply HTML/attribute escaping (e.g., esc_attr/esc_html) before reflection - a classic improper neutralization of input during web page generation (CWE-79). Affected component per CPE is cpe:2.3:a:unknown:simple_basic_contact_form, a WordPress plugin that exposes a public contact form, meaning the vulnerable code path is reachable on any front-end page where the form is embedded. Because WordPress executes the reflected payload in the context of the site origin, any active session cookies (including for logged-in administrators who happen to browse the page) and DOM data are exposed.
RemediationAI
No vendor-released patched version is identified in the supplied data - the WPScan advisory lists the plugin as vulnerable through 20250114 with no fixed release cited, so treat this as 'No vendor-released patch identified at time of analysis' and monitor https://wpscan.com/vulnerability/535ec1a1-b822-43c9-8264-6442199493d3/ for a fixed build. In the interim, deactivate and remove the Simple Basic Contact Form plugin (side effect: loss of contact form functionality - replace with a maintained alternative such as Contact Form 7 or WPForms) or place a WAF/ModSecurity rule in front of the form endpoint to block reflected payloads containing script tags, event handlers, and javascript: URIs (side effect: possible false positives on legitimate submissions containing angle brackets). Hardening WordPress with a strict Content-Security-Policy that disallows inline scripts will reduce, though not eliminate, exploitability.
More in Simple Basic Contact Form
View allThe Simple Basic Contact Form WordPress plugin before 20221201 does not sanitise and escape some of its settings, which
The Simple Basic Contact Form WordPress plugin before 20250114 does not sanitise and escape some of its settings, which
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-38418
GHSA-x74w-29rh-ccvr