Skip to content
Threat Feed
critical advisory

CVE-2026-18550 Privilege Escalation in Nokri Job Board WordPress Theme

The Nokri Job Board WordPress theme is vulnerable to unauthenticated account takeover due to improper password reset token validation, allowing attackers to reset passwords for arbitrary user accounts.

CVE search metadata

CVE search record: CVE-2026-18550. Severity: critical. CVSS: 9.8. KEV: no. Product: Nokri - Job Board WordPress Theme (<= 1.6.6). Brief: CVE-2026-18550 Privilege Escalation in Nokri Job Board WordPress Theme. Brief link: https://feed.craftedsignal.io/briefs/2026-09-nokri-privilege-escalation/

The Nokri Job Board WordPress theme (versions 1.6.6 and earlier) contains a critical vulnerability (CVE-2026-18550) in its password reset mechanism. The flaw exists within the nokri_reset_password() function, which fails to adequately validate password reset tokens. An unauthenticated attacker can exploit this by providing an empty reset token in a crafted request. Due to the lack of validation, the empty token matches against users who have empty or unset sb_password_forget_token user meta values. This flaw enables attackers to bypass authentication and reset the password of any registered user, including site administrators. Successful exploitation leads to full account takeover and subsequent unauthorized access to the WordPress administrative dashboard.

Impact

Successful exploitation of CVE-2026-18550 results in full account takeover, granting attackers complete administrative control over the affected WordPress site. This access can be leveraged to inject malicious content, exfiltrate sensitive data, or install persistent backdoors. Given the theme's function as a job board, affected sites may contain sensitive applicant and employer data.

Recommendation

Prioritize the immediate update of the Nokri Job Board theme to a version later than 1.6.6 if available. If patching is not immediately possible, disable the theme's password reset functionality or implement server-side access controls to restrict access to the nokri_reset_password endpoint. Monitor web server access logs for anomalous POST requests targeting the password reset functionality.


Immediate actions

Audit installed WordPress themes for Nokri Job Board and upgrade to version > 1.6.6.

IT Operations 24h

Mitigations

Disable vulnerable theme functionality or restrict public access to the password reset endpoint.

immediate IT Operations

CVE-2026-18550