CVE-2024-12810
Published: 14 March 2025
Summary
CVE-2024-12810 is a high-severity Missing Authorization (CWE-862) vulnerability in Chimpgroup Jobcareer. Its CVSS base score is 8.8 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 25.3th 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 AC-6 (Least Privilege).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Enforces approved authorizations for access to system resources, directly countering the missing capability checks that enable unauthorized file deletion, backups, and theme modifications.
Implements least privilege to restrict Subscriber-level users from performing administrative actions like file deletion and option updates, mitigating the bypass of authorization checks.
Requires timely identification and patching of flaws in third-party components like the JobCareer theme, eliminating the missing capability checks vulnerability.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The vulnerability in the public-facing WordPress theme allows authenticated low-privilege users to exploit missing authorization checks for arbitrary file deletion and other disruptive actions, mapping to exploitation of public-facing applications, privilege escalation, and file deletion.
NVD Description
The JobCareer | Job Board Responsive WordPress Theme theme for WordPress is vulnerable to unauthorized access, modification, and loss of data due to a missing capability checks on multiple functions in all versions up to, and including, 7.1. This makes…
more
it possible for authenticated attackers, with Subscriber-level access and above, to delete arbitrary files, generate backups, restore backups, update theme options, and reset theme options to default settings.
Deeper analysisAI
CVE-2024-12810 is a vulnerability in the JobCareer | Job Board Responsive WordPress Theme for WordPress, affecting all versions up to and including 7.1. It stems from missing capability checks on multiple functions, enabling unauthorized access, modification, and loss of data. The issue is classified under CWE-862 (Missing Authorization) and carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to its potential for confidentiality, integrity, and availability impacts.
Authenticated attackers with Subscriber-level access or higher can exploit this vulnerability over the network with low complexity and no user interaction required. Successful exploitation allows them to delete arbitrary files, generate backups, restore backups, update theme options, and reset theme options to default settings, potentially leading to full theme compromise and broader site disruption.
Advisories detailing mitigation are available from sources including Wordfence at https://www.wordfence.com/threat-intel/vulnerabilities/id/24889552-0db6-44e6-9b12-f31b5e92a42e?source=cve and the theme's page on ThemeForest at https://themeforest.net/item/jobcareer-job-board-responsive-wordpress-theme/14221636. The vulnerability was published on 2025-03-14T12:15:13.483.
Details
- CWE(s)