VYPR
Unrated severityNVD Advisory· Published Mar 22, 2025· Updated Apr 8, 2026

Export and Import Users and Customers <= 2.6.2 - Authenticated (Admin+) PHP Object Injection via form_data Parameter

CVE-2025-1971

Description

The Export and Import Users and Customers plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 2.6.2 via deserialization of untrusted input from the 'form_data' parameter. This makes it possible for authenticated attackers, with Administrator-level access and above, 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.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Authenticated admin users can inject PHP objects via deserialized form_data in Export and Import Users and Customers ≤2.6.2, leading to code execution if a POP chain exists.

Vulnerability

The Export and Import Users and Customers plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 2.6.2. The flaw occurs because the plugin deserializes untrusted input from the form_data parameter without proper sanitization, allowing an attacker to inject arbitrary PHP objects. The vulnerability is present in the free version of the plugin as listed on WordPress.org [1].

Exploitation

An attacker must have Administrator-level access (or above) to the WordPress site to exploit this issue. The attacker crafts a serialized PHP object payload within the form_data parameter and submits it through the plugin's administrative interface. No other user interaction is required beyond the authenticated action. There is no known POP (Property-Oriented Programming) chain within the plugin itself, meaning exploitation relies on the presence of another plugin or theme on the same site that contains a suitable POP chain [1].

Impact

If a POP chain is available through an additional plugin or theme, a successful PHP Object Injection can allow the attacker to perform arbitrary actions such as deleting files, retrieving sensitive data, or executing arbitrary code. The impact depends entirely on the capabilities of the POP chain present. Without a POP chain, the vulnerability cannot be directly exploited to affect confidentiality, integrity, or availability [1].

Mitigation

The vulnerability has been patched in version 2.7.3 of the plugin (last updated 2026-05-07) [1]. Users are strongly advised to update to this version or later. No workaround is available for versions 2.6.2 and earlier; the only effective mitigation is to remove or update the plugin. The plugin is not listed on the CISA KEV catalog as of the publication date.

AI Insight generated on May 23, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

3

Patches

1

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

5

News mentions

0

No linked articles in our index yet.