CVE-2024-13873: WP Job Portal <= 2.2.8 - Insecure Direct Object Reference to Authenticated (Subscriber+) User Photo Disconnection
The WP Job Portal – A Complete Recruitment System for Company or Job Board website plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 2.2.8 via the deleteUserPhoto() function due to missing validation on a user controlled key. This makes it possible for authenticated attackers, with Subscriber-level access and above, to remove profile photos from users accounts. Please note that this does not officially delete the file.
Security readout for executives and security teams
Plain-English summary
This is a moderate WordPress plugin issue. A logged-in low-privilege user could remove another user's profile photo association in WP Job Portal through an authorization weakness. The source says the underlying file is not officially deleted, so impact is nuisance and integrity damage rather than data theft or system takeover.
Executive priority
Handle during normal patch management unless the site allows broad public registration or profile photos are business-critical. The issue affects account presentation and integrity, not confidentiality or availability, but it can create user trust and support impact on recruitment portals.
Technical view
WP Job Portal through 2.2.8 has an IDOR/CWE-639 in deleteUserPhoto() caused by missing validation of a user-controlled key. An authenticated Subscriber-level or higher attacker can disconnect profile photos from other user accounts. CVSS is 4.3, network exploitable, low complexity, privileges required, no user interaction, integrity-only impact.
Likely exposure
Exposure is limited to WordPress sites running WP Job Portal version 2.2.8 or earlier, especially where untrusted users can register or hold Subscriber-level accounts. Sites without this plugin, or not on affected versions, are not indicated as exposed by the provided sources.
Exploitation context
The source bundle does not show CISA KEV listing or any cited evidence of active exploitation. Exploitation requires an authenticated account at Subscriber level or above. The documented outcome is removal of profile photo association, not confirmed deletion of the image file.
Researcher notes
The useful code review focus is authorization around deleteUserPhoto() and validation of the user-controlled key. The provided evidence supports affected versions through 2.2.8 and a 2.2.9 Trac changeset. Do not assume broader media deletion or unauthenticated exploitation without additional vendor evidence.
Mitigation direction
Update WP Job Portal beyond 2.2.8, using vendor guidance and current plugin release notes.
Restrict creation of untrusted Subscriber accounts until affected sites are updated.
Review user roles and remove unnecessary low-privilege accounts on affected WordPress sites.
Back up user profile media and related account metadata before remediation changes.
Validation and detection
Inventory WordPress sites for WP Job Portal and record installed plugin versions.
Confirm whether public registration or untrusted Subscriber accounts are enabled.
Review profile photo changes or complaints for unusual removals on affected sites.
Verify the installed plugin includes the 2.2.9-era authorization changes referenced by WordPress Trac.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-639: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-639 · source CWE mapping
Authorization Bypass Through User-Controlled Key
Authorization Bypass Through User-Controlled Key represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.