Severity by source
AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N
Lifecycle Timeline
4DescriptionCVE.org
The Ona theme for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 1.26 via the ona_activate_child_theme. This makes it possible for authenticated attackers, with administrator-level access and above, to make web requests to arbitrary locations originating from the web application and can be used to query and modify information from internal services.
AnalysisAI
Server-Side Request Forgery in the Ona WordPress theme versions up to 1.26 via the ona_activate_child_theme function allows authenticated administrators to make arbitrary web requests originating from the affected server, enabling query and modification of internal services. The vulnerability requires administrator-level privileges and high attack complexity, limiting real-world exploitation to compromised or malicious admin accounts. No public exploit code or active exploitation has been identified.
Technical ContextAI
The vulnerability exists in the ona_activate_child_theme administrative function within the Ona theme's theme-admin.php file (lines 688-694). It is a CWE-918 Server-Side Request Forgery (SSRF) flaw, meaning the application accepts user-controlled input to construct HTTP requests without proper validation or sanitization. An administrator can supply a malicious URL parameter that causes the theme to issue web requests to internal services, local network resources, or external targets. This is particularly dangerous in WordPress environments where internal services (databases, cache servers, configuration endpoints) may be accessible only from localhost or internal networks. The Ona theme is distributed via the WordPress.org plugin repository (cpe:2.3:a:deothemes:ona), suggesting it has significant adoption among WordPress sites.
RemediationAI
Update the Ona theme to a version later than 1.26 as soon as a patched version is released by deothemes. At the time of this analysis, no patched version has been independently confirmed; monitor the Wordfence vulnerability advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/0acb365c-b5f2-4377-875b-69278a8ff96e?source=cve for patch availability. As an interim compensating control, strictly limit WordPress administrator role assignment to trusted users only and implement role-based access controls (RBAC) to ensure only essential staff retain admin privileges. Additionally, monitor and log all calls to the ona_activate_child_theme function and restrict outbound HTTP/HTTPS requests from the web application to a whitelist of necessary external endpoints using firewall rules or WAF policies. Disable the Ona theme's child theme activation feature if it is not actively used, via modifying theme-admin.php or disabling the associated admin menu options. These controls reduce the attack surface but do not eliminate the vulnerability; a proper patched release is required for full remediation.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The 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
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
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 Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-918 – Server-Side Request Forgery (SSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-26747