Cyber Resilience

CVE-2023-0865

HighPublic PoC

Published: 20 March 2023

Published
20 March 2023
Modified
26 February 2025
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0760 92.0th percentile
Risk Priority 22 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-0865 is a high-severity Authorization Bypass Through User-Controlled Key (CWE-639) vulnerability in Woocommerce Multiple Customer Addresses \& Shipping Project Woocommerce Multiple Customer Addresses \& Shipping. Its CVSS base score is 8.8 (High).

Operationally, ranked in the top 8.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

The WooCommerce Multiple Customer Addresses & Shipping WordPress plugin before version 21.7 is affected by an authorization bypass vulnerability tracked as CWE-639. The plugin does not verify ownership of address records when performing add, update, retrieve, delete, or duplicate operations, allowing requests to succeed regardless of whether the acting user owns the data or holds high privileges.

Any authenticated user, including those assigned only subscriber rights, can exploit the flaw over the network to access, modify, duplicate, or remove address information belonging to other accounts. Successful exploitation yields full control over the targeted address data and carries a CVSS 3.1 score of 8.8.

Public advisories published via WPScan detail the affected plugin versions and recommend upgrading to 21.7 or later to correct the missing authorization checks. The associated EPSS score has remained low, with a current value of 0.0760 and a peak of 0.0880.

EU & UK References

Vulnerability details

The WooCommerce Multiple Customer Addresses & Shipping WordPress plugin before 21.7 does not ensure that the address to add/update/retrieve/delete and duplicate belong to the user making the request, or is from a high privilege users, allowing any authenticated users, such…

more

as subscriber to add/update/duplicate/delete as well as retrieve addresses of other users.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

woocommerce multiple customer addresses \& shipping project
woocommerce multiple customer addresses \& shipping
≤ 21.7

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-639

Per-request decision making makes it harder to bypass authorization using user-controlled keys without proper validation in the decision process.

addresses: CWE-639

Consistent enforcement of approved authorizations makes bypassing via user-controlled keys ineffective.

References