Cyber Resilience

CVE-2025-13457

High

Published: 10 January 2026

Published
10 January 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0005 15.6th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-13457 is a high-severity Authorization Bypass Through User-Controlled Key (CWE-639) vulnerability in Wordpress (inferred from references). Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 15.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2025-13457 is an Insecure Direct Object Reference (IDOR) vulnerability, classified under CWE-639, affecting the WooCommerce Square plugin for WordPress in all versions up to and including 5.1.1. The flaw resides in the get_token_by_id function, which lacks proper validation of a user-controlled key, allowing unauthorized access to sensitive data.

Unauthenticated attackers can exploit this vulnerability remotely with low complexity and no privileges required, as indicated by its CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N). Successful exploitation enables exposure of arbitrary Square "ccof" (credit card on file) values, which attackers can then leverage to potentially make fraudulent charges on the affected site.

Mitigation is addressed in the plugin's patch at https://plugins.trac.wordpress.org/changeset/3415850/woocommerce-square, which security practitioners should apply by updating to a version beyond 5.1.1. Additional details and threat intelligence are available from Wordfence at https://www.wordfence.com/threat-intel/vulnerabilities/id/c7f4f726-7e53-4397-8d8b-7a574326adc6?source=cve.

EU & UK References

Vulnerability details

The WooCommerce Square plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 5.1.1 via the get_token_by_id function due to missing validation on a user controlled key. This makes it possible for unauthenticated…

more

attackers to expose arbitrary Square "ccof" (credit card on file) values and leverage this value to potentially make fraudulent charges on the target site.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

IDOR flaw in public-facing WooCommerce Square WordPress plugin directly enables remote unauthenticated exploitation for sensitive data access.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2024-50693Shared CWE-639
CVE-2025-69394Shared CWE-639
CVE-2026-41471Shared CWE-639
CVE-2025-58402Shared CWE-639
CVE-2025-68051Shared CWE-639
CVE-2026-4503Shared CWE-639
CVE-2026-43890Shared CWE-639
CVE-2026-25563Shared CWE-639
CVE-2024-8261Shared CWE-639
CVE-2026-3321Shared CWE-639

Affected Assets

Wordpress
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces approved authorizations on user-controlled keys in get_token_by_id, directly preventing IDOR exploitation and unauthorized access to credit card tokens.

prevent

Validates user-supplied keys at input points to ensure they only reference authorized objects, mitigating the missing validation in get_token_by_id.

prevent

Requires timely identification, reporting, and patching of the IDOR flaw in WooCommerce Square plugin versions up to 5.1.1.

References