Cyber Posture

CVE-2026-4758

HighUpdated

Published: 26 March 2026

Published
26 March 2026
Modified
24 April 2026
KEV Added
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0043 63.0th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-4758 is a high-severity Path Traversal (CWE-22) vulnerability in Wordpress (inferred from references). Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 37.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly addresses the insufficient file path validation in the removeFileCustom function, preventing path traversal attacks leading to arbitrary file deletion.

prevent

Requires timely patching of the known vulnerability in WP Job Portal up to version 2.4.9, as fixed in 2.5.0, to remediate the flaw.

prevent

Enforces least privilege to restrict Subscriber-level users from accessing dangerous file deletion functions, mitigating exploitation by low-privileged authenticated attackers.

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.
T1070.004 File Deletion Stealth
Adversaries may delete files left behind by the actions of their intrusion activity.
Why these techniques?

CVE enables exploitation of public-facing WordPress plugin (T1190) for arbitrary file deletion (T1070.004), directly facilitating indicator removal or disruption.

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

NVD Description

The WP Job Portal plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the 'WPJOBPORTALcustomfields::removeFileCustom' function in all versions up to, and including, 2.4.9. This makes it possible for authenticated attackers, with Subscriber-level…

more

access and above, to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php).

Deeper analysisAI

CVE-2026-4758 is an arbitrary file deletion vulnerability in the WP Job Portal plugin for WordPress, affecting all versions up to and including 2.4.9. The issue arises from insufficient file path validation in the WPJOBPORTALcustomfields::removeFileCustom function, classified under CWE-22 (Path Traversal) with 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).

Authenticated attackers with Subscriber-level access or higher can exploit this vulnerability over the network with low complexity and no user interaction required. By manipulating file paths, they can delete arbitrary files on the server, potentially leading to remote code execution through the deletion of critical files such as wp-config.php.

Patches and advisories point to mitigation via updating to WP Job Portal version 2.5.0, where code changes address the validation flaw, as shown in the plugin's Trac repository diffs between tags 2.4.9 and 2.5.0 (revision 3490490). Further details on the vulnerability and remediation are available in the Wordfence threat intelligence report.

Details

CWE(s)

Affected Products

Wordpress
inferred from references and description; NVD did not file a CPE for this CVE

CVEs Like This One

CVE-2026-34728Shared CWE-22
CVE-2025-14850Shared CWE-22
CVE-2025-4828Shared CWE-22
CVE-2026-3666Shared CWE-22
CVE-2025-14344Shared CWE-22
CVE-2026-6832Shared CWE-22
CVE-2025-6439Shared CWE-22
CVE-2025-2742Shared CWE-22
CVE-2026-0704Shared CWE-22
CVE-2025-27786Shared CWE-22

References