Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
Unauthenticated network-reachable SQLi in a WordPress theme typically yields full read and write to the WordPress database (C:H/I:H); scope kept Unchanged as injection stays within the WP DB authorization boundary.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
1DescriptionCVE.org
Unauthenticated SQL Injection in WPJobster <= 6.3.5 versions.
AnalysisAI
Unauthenticated SQL injection in the WPJobster WordPress theme versions 6.3.5 and earlier allows remote attackers to inject SQL queries without any authentication or user interaction. Reported by Patchstack and tracked under CWE-89, the issue carries a CVSS 3.1 score of 9.3 with a scope-changed impact, meaning a successful injection can affect resources beyond the vulnerable component. No public exploit identified at time of analysis, but the network-reachable, low-complexity nature of WordPress theme endpoints makes this a high-priority issue for any site running the affected theme.
Technical ContextAI
WPJobster is a commercial WordPress theme (CPE cpe:2.3:a:jobster_marketplace:wpjobster) used to build job marketplace sites, typically exposing job listing, search, and AJAX-driven endpoints to unauthenticated visitors. CWE-89 (Improper Neutralization of Special Elements used in an SQL Command) indicates that user-supplied input reaches a WordPress database query (likely via $wpdb) without proper parameterization or sanitization through wpdb->prepare(), esc_sql(), or sanitize_text_field(). Because the theme layer runs inside WordPress, injected SQL executes with the privileges of the wp_user database account, which by default has full read/write access to all WordPress tables including wp_users and wp_options.
RemediationAI
No vendor-released patch identified at time of analysis from the provided data; site operators should monitor the Patchstack advisory (https://patchstack.com/database/wordpress/theme/wpjobster/vulnerability/wordpress-wpjobster-theme-6-3-5-sql-injection-vulnerability) and the theme vendor's changelog for a version above 6.3.5 and upgrade immediately when released. In the interim, deploy a WordPress WAF with SQLi signatures (Patchstack, Wordfence, or Cloudflare managed rules) tuned to block UNION/SELECT and tautology patterns on WPJobster theme endpoints - note this can produce false positives on legitimate search queries containing SQL keywords. Where feasible, restrict access to the vulnerable AJAX/search endpoints via IP allowlisting or temporarily disable the affected feature in the theme settings, and rotate WordPress secret keys, admin passwords, and any API tokens stored in wp_options after applying the fix in case data was already extracted.
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-37660