Unauthenticated Privilege Escalation in Jawn WordPress Theme
The Jawn WordPress theme, versions 1.4.2 and earlier, is vulnerable to a critical unauthenticated privilege escalation attack due to incorrect privilege assignment.
CVE search metadata
CVE search record: CVE-2026-78477. Severity: critical. CVSS: 9.8. KEV: no. Product: Jawn. Brief: Unauthenticated Privilege Escalation in Jawn WordPress Theme. Brief link: https://feed.craftedsignal.io/briefs/2026-08-jawn-theme-privesc/
The Jawn theme for WordPress is impacted by a critical privilege escalation vulnerability (CVE-2026-78477), which allows unauthenticated remote attackers to gain administrative access to affected WordPress installations. Identified as an instance of CWE-266 (Incorrect Privilege Assignment), this flaw affects all versions of the theme up to and including 1.4.2. Because WordPress themes often handle user registration or profile updates, improper validation of input during these processes can lead to the elevation of a standard or unauthenticated user to an administrative role. This vulnerability presents a severe risk to site integrity, enabling full control over the WordPress content management system, arbitrary file uploads, and further compromise of the underlying server infrastructure. Defenders should prioritize updating the Jawn theme to a version beyond 1.4.2 immediately.
Attack Chain
- Attacker performs reconnaissance to identify websites utilizing the Jawn theme (e.g., checking theme metadata or CSS paths).
- Attacker probes the WordPress instance to identify endpoints handling user profile registration or profile updates provided by the Jawn theme.
- Attacker sends a crafted HTTP request to a vulnerable theme-specific registration or update endpoint.
- The theme fails to properly validate the authorization level of the request or the parameters provided.
- The server processes the malicious payload, which includes parameters forcing a change in the user's privilege level.
- The backend application updates the WordPress database, elevating the attacker's account to the administrator role.
- Attacker uses administrative credentials to install malicious plugins, exfiltrate data, or execute code on the host server.
Impact
Successful exploitation of this vulnerability grants the attacker full administrative control over the affected WordPress site. This can result in complete site compromise, leading to unauthorized content modification, the injection of malicious scripts (e.g., web shells or browser redirectors), user data exfiltration, and potential pivot points into the broader network environment if the underlying server is not properly segmented.
Recommendation
- Update the Jawn theme to the latest available version (beyond 1.4.2) immediately to mitigate the underlying code flaw.
- Audit user account activity for unauthorized changes in privilege levels or anomalous account creation occurring after the installation of the Jawn theme.
- Ensure WordPress sites are configured with the principle of least privilege for theme and plugin file permissions to limit the impact of post-exploitation administrative access.
Immediate actions
Update Jawn theme to version 1.4.3 or higher.
Threat Hunt
Search for unauthorized new administrator accounts created in the WordPress database.
Data: WordPress wp_users and wp_usermeta tables