Cyber Posture

CVE-2025-9209

Critical

Published: 03 October 2025

Published
03 October 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.1876 95.3th percentile
Risk Priority 31 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-9209 is a critical-severity Exposure of Sensitive Information to an Unauthorized Actor (CWE-200) vulnerability in Wordpress (inferred from references). Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 4.7% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 AC-22 (Publicly Accessible Content) and IA-5 (Authenticator Management).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly controls access to and protects sensitive user private tokens and API data exposed via the publicly accessible /wp-json/wp/v2/users REST API endpoint.

prevent

Mandates management and protection of authenticators, including private JWT tokens, to prevent their exposure and subsequent forgery by unauthenticated attackers.

prevent

Requires filtering and controlling system outputs, such as REST API responses, to block unauthorized disclosure of sensitive token data.

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.
T1606 Forge Web Credentials Credential Access
Adversaries may forge credential materials that can be used to gain access to web applications or Internet services.
Why these techniques?

The vulnerability enables exploitation of a public-facing WordPress REST API endpoint (T1190) to expose data allowing attackers to forge JWTs for user impersonation (T1606).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

NVD Description

The RestroPress – Online Food Ordering System plugin for WordPress is vulnerable to Authentication Bypass in versions 3.0.0 to 3.1.9.2. This is due to the plugin exposing user private tokens and API data via the /wp-json/wp/v2/users REST API endpoint. This…

more

makes it possible for unauthenticated attackers to forge JWT tokens for other users, including administrators, and authenticate as them.

Deeper analysisAI

CVE-2025-9209 is an authentication bypass vulnerability affecting the RestroPress – Online Food Ordering System plugin for WordPress, in versions 3.0.0 through 3.1.9.2. The issue stems from the plugin exposing user private tokens and API data via the /wp-json/wp/v2/users REST API endpoint, enabling unauthenticated attackers to forge JSON Web Tokens (JWT) for any user, including administrators. It has been assigned a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) and maps to CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor), published on 2025-10-03.

Unauthenticated attackers can exploit this vulnerability remotely with low complexity and no privileges required. By accessing the exposed endpoint, they retrieve sensitive token data to craft valid JWTs impersonating other users, gaining full access to their accounts. This allows arbitrary administrative actions, such as modifying site content, user privileges, or plugin configurations, potentially leading to complete site compromise.

Advisories from Wordfence and the plugin's WordPress.org page provide details on the vulnerability, including references for further analysis at https://www.wordfence.com/threat-intel/vulnerabilities/id/359833dd-de3c-48ea-8eef-06588a590da2?source=cve and https://wordpress.org/plugins/restropress/. Security practitioners should review these for patch availability and update affected installations to mitigate the risk.

Details

CWE(s)

Affected Products

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

CVEs Like This One

CVE-2026-24870Shared CWE-200
CVE-2024-57716Shared CWE-200
CVE-2026-23743Shared CWE-200
CVE-2025-67274Shared CWE-200
CVE-2026-34305Shared CWE-200
CVE-2026-21532Shared CWE-200
CVE-2025-25975Shared CWE-200
CVE-2025-22918Shared CWE-200
CVE-2026-2262Shared CWE-200
CVE-2026-40584Shared CWE-200

References