SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-9237

MEDIUM · CVSS 4.3 EPSS 0.23%

Source: NVD + CISA KEV + EPSS · Published 2026-07-09 · Last synced 2026-08-08

CyberRota Analysis

AI-Generated

The Crew HRM plugin for WordPress is vulnerable to an authorization bypass, allowing authenticated users with subscriber-level access or higher to manipulate job listings by supplying arbitrary job IDs. This vulnerability enables attackers to delete, archive, unarchive, and duplicate job listings, potentially compromising sensitive data associated with those listings. WordPress site administrators using this plugin should prioritize patching to mitigate the risk of unauthorized actions on their job management systems.

CVE
CVE-2026-9237
Severity
MEDIUM
CVSS
4.3
EPSS
0.23%
WordPress

Original NVD Description

The Employee, Leave and Recruitment Management System – Crew HRM plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 1.2.2. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for authenticated attackers, with subscriber-level access and above, to delete, archive, unarchive, and duplicate arbitrary job listings — along with their associated stages, meta, addresses, and applications — by supplying an arbitrary integer job_id. The nonce verified by Dispatcher::dispatch() is exposed to all authenticated front-end visitors via wp_head script localization, meaning subscribers can trivially obtain it and satisfy the nonce check without possessing any elevated privilege.