Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Network CSRF with no attacker privileges but mandatory victim interaction (UI:R); auth bypass yields high confidentiality and integrity impact, but availability impact is not demonstrated (A:N).
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
2DescriptionCVE.org
Cross-Site Request Forgery (CSRF) vulnerability in purethemes WorkScout-Core workscout-core allows Authentication Bypass.This issue affects WorkScout-Core: from n/a through <= 1.7.08.
AnalysisAI
Authentication bypass in the WorkScout Core WordPress plugin (versions up to and including 1.7.08) can be triggered through a Cross-Site Request Forgery flaw, letting an off-site attacker perform privileged authentication-related actions in the context of a logged-in victim who visits a malicious page. The issue was reported by Patchstack and carries a CVSS 8.8; there is no public exploit identified at time of analysis and it is not listed in CISA KEV. Because exploitation hinges on tricking an authenticated user into clicking (UI:R), it is high-impact but not point-and-click automatable.
Technical ContextAI
WorkScout Core is the companion plugin for the WorkScout job-board theme (vendor purethemes) on WordPress, identified by CPE cpe:2.3:a:purethemes:workscout-core:*:*:*:*:*:*:*:*. The root cause is CWE-352 (Cross-Site Request Forgery): one or more state-changing, authentication-related endpoints lack a validated anti-CSRF nonce, so the application cannot distinguish a request the user intended to make from one forged by an attacker's page. When the affected action governs login/session or account state, a successful CSRF results in an authentication bypass - the attacker causes an authentication decision to be made on the server without legitimately supplying credentials.
RemediationAI
No vendor-released patch identified at time of analysis - the advisory only marks all builds through 1.7.08 as vulnerable and does not cite a fixed version, so administrators should monitor the WorkScout/purethemes changelog and the Patchstack entry (https://patchstack.com/database/Wordpress/Plugin/workscout-core/vulnerability/wordpress-workscout-core-plugin-1-7-08-cross-site-request-forgery-csrf-to-broken-authentication-vulnerability) and upgrade to the first release above 1.7.08 as soon as it ships. Until then, apply compensating controls: deploy a WAF or the Patchstack virtual patch to block forged cross-site requests to the plugin's authentication endpoints, enforce SameSite=Lax/Strict on session cookies to blunt cross-origin request forgery, and require administrators to log out of the WordPress admin session when browsing untrusted sites to remove the authenticated victim the attack depends on. Note trade-offs: strict SameSite settings can break legitimate cross-site integrations, and aggressive WAF rules may false-positive on valid AJAX actions, so test in staging before enforcing.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-352 – Cross-Site Request Forgery (CSRF)
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-43402