CVE-2025-67977
Published: 20 February 2026
Summary
CVE-2025-67977 is a high-severity Missing Authorization (CWE-862) vulnerability. Its CVSS base score is 8.2 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 18.4th 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-2 (Flaw Remediation).
Deeper analysis
CVE-2025-67977 is a missing authorization vulnerability, classified under CWE-862, in the VillaTheme HAPPY happy-helpdesk-support-ticket-system WordPress plugin. The flaw enables exploiting incorrectly configured access control security levels and affects all versions from n/a through 1.0.8. It was published on 2026-02-20 with a CVSS v3.1 base score of 8.2 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L).
Unauthenticated remote attackers can exploit this vulnerability over the network with low attack complexity and no user interaction required. Exploitation results in high integrity impact, allowing unauthorized modifications, and low availability impact, with no confidentiality impact due to the unchanged scope.
The Patchstack advisory provides further details on this broken access control vulnerability in the WordPress HAPPY plugin version 1.0.8, available at https://patchstack.com/database/Wordpress/Plugin/happy-helpdesk-support-ticket-system/vulnerability/wordpress-happy-plugin-1-0-8-broken-access-control-vulnerability?_s_id=cve.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-208047
Vulnerability details
Missing Authorization vulnerability in VillaTheme HAPPY happy-helpdesk-support-ticket-system allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects HAPPY: from n/a through <= 1.0.8.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Missing authorization (CWE-862) in public-facing WordPress plugin directly enables remote unauthenticated exploitation of the web application.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Enforces approved authorizations for access to system resources, directly mitigating the missing authorization vulnerability in the HAPPY plugin.
Requires identification, reporting, and correction of flaws such as this broken access control vulnerability through timely patching of the affected plugin versions.
Employs least privilege to restrict unauthorized modifications even if access enforcement is bypassed in the plugin.