Cyber Resilience

CVE-2026-24379

Medium

Published: 22 January 2026

Published
22 January 2026
Modified
23 April 2026
KEV Added
Patch
CVSS Score v3.1 6.5 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0023 14.1th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-24379 is a medium-severity Authorization Bypass Through User-Controlled Key (CWE-639) vulnerability. Its CVSS base score is 6.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 14.1th 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).

Deeper analysis

CVE-2026-24379 is an Authorization Bypass Through User-Controlled Key vulnerability (CWE-639) in the WP Job Portal WordPress plugin (wp-job-portal). It enables exploitation of incorrectly configured access control security levels and affects all versions from n/a through 2.4.3.

The vulnerability can be exploited remotely (AV:N) by low-privileged authenticated users (PR:L) with low attack complexity (AC:L) and no user interaction (UI:N). Successful exploitation results in high availability impact (A:H) with no effects on confidentiality or integrity, as reflected in its CVSS v3.1 base score of 6.5 (S:U).

Patchstack has documented this issue, describing it as an insecure direct object reference (IDOR) vulnerability in WP Job Portal version 2.4.3. Security practitioners should consult the advisory at https://patchstack.com/database/Wordpress/Plugin/wp-job-portal/vulnerability/wordpress-wp-job-portal-plugin-2-4-3-insecure-direct-object-references-idor-vulnerability?_s_id=cve for mitigation guidance and patch information.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

Authorization Bypass Through User-Controlled Key vulnerability in wpjobportal WP Job Portal wp-job-portal allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects WP Job Portal: from n/a through <= 2.4.3.

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.
Why these techniques?

IDOR/authz bypass in public-facing WordPress plugin directly enables remote exploitation of a web application (T1190); availability-only impact suggests possible DoS but no other techniques are directly supported by the description.

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

CVEs Like This One

CVE-2026-41471Shared CWE-639
CVE-2023-36331Shared CWE-639
CVE-2026-33297Shared CWE-639
CVE-2026-41084Shared CWE-639
CVE-2024-50685Shared CWE-639
CVE-2019-25235Shared CWE-639
CVE-2026-28469Shared CWE-639
CVE-2026-33511Shared CWE-639
CVE-2026-40600Shared CWE-639
CVE-2026-5396Shared CWE-639

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces authorization checks on user-supplied object keys, blocking the IDOR bypass described in CVE-2026-24379.

prevent

Limits each authenticated user to only the job-portal objects they are explicitly permitted to access, reducing the impact of missing reference checks.

prevent

Requires validation of user-controlled keys before they are used in access decisions, preventing the tampered identifiers that trigger this vulnerability.

References