Cyber Posture

CVE-2025-9967

Critical

Published: 15 October 2025

Published
15 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.0017 38.4th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.

Security Summary

CVE-2025-9967 is a privilege escalation vulnerability via account takeover in the Orion SMS OTP Verification plugin for WordPress, affecting all versions up to and including 1.1.7. The issue stems from the plugin failing to properly validate a user's identity before updating their password, allowing unauthorized password changes. It carries 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-288 (Authentication Bypass Using an Alternate Path or Channel). The vulnerability was published on 2025-10-15.

Unauthenticated attackers can exploit this vulnerability remotely with low complexity and no user interaction required. If an attacker knows a target user's phone number, they can reset that user's password to a one-time password (OTP), enabling full account takeover and potential privilege escalation to administrative levels depending on the victim's role.

Advisories and related resources, including the Wordfence threat intelligence page (https://www.wordfence.com/threat-intel/vulnerabilities/id/b121fdb4-93a8-400c-89c2-3195cb40e03c?source=cve), plugin changelog (https://plugins.trac.wordpress.org/log/orion-sms-otp-verification/), and reset-password.js source code (https://plugins.trac.wordpress.org/browser/orion-sms-otp-verification/trunk/vendor/js/reset-password.js), provide further details on the flaw for mitigation planning, such as updating to a patched version if available.

Details

CWE(s)
CWE-288

MITRE ATT&CK Enterprise Techniques

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.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Unauthenticated exploitation of a public-facing WordPress plugin vulnerability (T1190) enables account takeover and privilege escalation (T1068) via flawed password reset validation.

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

References