Description
The WS Form LITE – Drag & Drop Contact Form Builder plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 1.10.80 via deserialization of untrusted input from form submission meta values. This makes it possible for unauthenticated attackers to inject a PHP Object. No known POP chain is present in the vulnerable software, which means this vulnerability has no impact unless another plugin or theme containing a POP chain is installed on the site. If a POP chain is present via an additional plugin or theme installed on the target system, it may allow the attacker to perform actions like delete arbitrary files, retrieve sensitive data, or execute code depending on the POP chain present.
Published: 2026-08-22
Score: 9.8 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The WS Form LITE – Drag & Drop Contact Form Builder plugin for WordPress contains a PHP Object Injection flaw that deserializes untrusted form data without validation. Unauthorized users can submit payloads that create a PHP object and place it in a form’s meta values. Because the plugin itself does not define a vulnerable class for immediate exploitation, the flaw cannot be used alone to run code or modify system state. However, if another installed plugin or theme provides a class that allows PHP deserialization to instantiate an object (a PHP Object Instantiation, or POP, chain), the payload can trigger destructive actions such as deleting files, exfiltrating data, or executing arbitrary code. Thus the immediate impact is limited, but the presence of a POP chain turns the flaw into a critical vulnerability.

Affected Systems

Affected systems include every instance of WS Form LITE released up to and including version 1.10.80. The vulnerability resides in the core form handling logic, so every site running this plugin version is potentially vulnerable. The risk extends to any WordPress installation that also has other plugins or themes supplying vulnerable classes for deserialization, as the injected object would then be able to trigger the POP chain.

Risk and Exploitability

The flaw carries a CVSS score of 9.8, indicating a high severity and very high exploitability. EPSS data is not available, so the current exploitation likelihood cannot be quantified precisely. The vulnerability is not listed in the CISA KEV catalog. Attackers can reach the flaw by submitting a form; no authentication is required, making the attack vector highly feasible. Successful exploitation depends on the presence of a vulnerable POP chain in the target environment, but once such a chain exists, the attacker can achieve privilege escalation, data theft, or system compromise.

Generated by OpenCVE AI on August 22, 2026 at 18:59 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update WS Form LITE to the latest release (any version newer than 1.10.80) to eliminate the deserialization flaw.
  • Remove or disable any WordPress plugins or themes that expose PHP classes capable of being instantiated via deserialization, as they provide the POP chain needed for exploitation.
  • If an upgrade is not immediately possible, restrict form submissions to authenticated users or otherwise block anonymous form traffic until the plugin is patched.
  • Deploy a web‑application firewall rule that detects and blocks suspicious object injection payloads in form submissions.

Generated by OpenCVE AI on August 22, 2026 at 18:59 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
Description The WS Form LITE – Drag & Drop Contact Form Builder plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 1.10.80 via deserialization of untrusted input from form submission meta values. This makes it possible for unauthenticated attackers to inject a PHP Object. No known POP chain is present in the vulnerable software, which means this vulnerability has no impact unless another plugin or theme containing a POP chain is installed on the site. If a POP chain is present via an additional plugin or theme installed on the target system, it may allow the attacker to perform actions like delete arbitrary files, retrieve sensitive data, or execute code depending on the POP chain present.
Title WS Form LITE <= 1.10.80 - Unauthenticated PHP Object Injection via Form Submission
Weaknesses CWE-502
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-22T15:27:26.619Z

Reserved: 2026-03-23T23:22:07.759Z

Link: CVE-2026-4703

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-22T16:16:29.497

Modified: 2026-08-22T16:16:29.497

Link: CVE-2026-4703

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T19:00:14Z

Weaknesses
  • CWE-502

    Deserialization of Untrusted Data