Cyber Resilience

CVE-2024-11286

Critical

Published: 14 March 2025

Published
14 March 2025
Modified
08 July 2025
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0005 16.4th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-11286 is a critical-severity Authentication Bypass Using an Alternate Path or Channel (CWE-288) vulnerability in Chimpgroup Jobcareer. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 16.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 IA-2 (Identification and Authentication (Organizational Users)).

Deeper analysis

CVE-2024-11286 is an authentication bypass vulnerability in the WP JobHunt plugin for WordPress, affecting all versions up to and including 7.1. The flaw stems from the plugin's cs_parse_request() function failing to properly verify a user's identity before granting authentication, enabling unauthorized access.

Unauthenticated attackers can exploit this vulnerability remotely over the network with low attack complexity and no privileges or user interaction required, earning it 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 mapping to CWE-288 (Authentication Bypass Using an Alternate Path or Channel). Exploitation allows attackers to log in as any user, including administrators, granting full control over the affected WordPress site.

Mitigation details are available in related advisories, including the Wordfence threat intelligence report at https://www.wordfence.com/threat-intel/vulnerabilities/id/91754c4d-a0d0-4d35-a70a-446d2bdf6c73?source=cve and the plugin's ThemeForest page at https://themeforest.net/item/jobcareer-job-board-responsive-wordpress-theme/14221636.

EU & UK References

Vulnerability details

The WP JobHunt plugin for WordPress is vulnerable to authentication bypass in all versions up to, and including, 7.1. This is due to the plugin not properly verifying a user's identity prior to authenticating them through the cs_parse_request() function. This…

more

makes it possible for unauthenticated attackers to to log in to any user's account, including administrators.

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.
T1078.003 Local Accounts Stealth
Adversaries may obtain and abuse credentials of a local account as a means of gaining Initial Access, Persistence, Privilege Escalation, or Defense Evasion.
Why these techniques?

The vulnerability is an authentication bypass in a public-facing WordPress plugin allowing remote unauthenticated login as any user (including administrators), directly enabling T1190 (Exploit Public-Facing Application) for initial access and T1078.003 (Valid Accounts: Local Accounts) by abusing application accounts without credentials.

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

CVEs Like This One

CVE-2024-11283Same product: Chimpgroup Jobcareer
CVE-2024-12810Same product: Chimpgroup Jobcareer
CVE-2024-11284Same product: Chimpgroup Jobcareer
CVE-2024-11285Same product: Chimpgroup Jobcareer
CVE-2025-1638Shared CWE-288
CVE-2025-11522Shared CWE-288
CVE-2025-10294Shared CWE-288
CVE-2026-3461Shared CWE-288
CVE-2025-67070Shared CWE-288
CVE-2026-42760Shared CWE-288

Affected Assets

chimpgroup
jobcareer
≤ 7.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires unique identification and authentication of users before granting access, directly preventing the plugin's failure to verify identity in cs_parse_request().

prevent

Enforces approved authorizations for access only after valid authentication, countering the bypass that allows unauthenticated login as any user.

prevent

Mandates timely identification, reporting, and correction of flaws like CVE-2024-11286, enabling patching of the vulnerable plugin versions.

References