CVE-2026-6812 — Server-Side Request Forgery
CVE-2026-6812 — 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 locat
What This Means For You
- If your environment is affected by CWE-918, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-6812 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
3 rules · 6 SIEM formats3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
WordPress Ona Theme SSRF via ona_activate_child_theme — CVE-2026-6812
title: WordPress Ona Theme SSRF via ona_activate_child_theme — CVE-2026-6812
id: scw-2026-05-02-ai-1
status: experimental
level: high
description: |
Detects exploitation of CVE-2026-6812 in the Ona WordPress theme. This rule specifically looks for the 'ona_activate_child_theme' action in 'admin-ajax.php' requests, combined with the presence of the 'theme_url=' parameter, which is used to trigger the Server-Side Request Forgery vulnerability. This allows authenticated administrators to make requests to arbitrary locations from the web server.
author: SCW Feed Engine (AI-generated)
date: 2026-05-02
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-6812/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-uri|contains:
- '/wp-admin/admin-ajax.php'
cs-uri-query|contains:
- 'action=ona_activate_child_theme'
cs-uri-query|contains:
- 'theme_url='
selection_base:
cs-method:
- 'POST'
condition: selection AND selection_base
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-6812 | vulnerability | CVE-2026-6812 |
| CWE-918 | weakness | CWE-918 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 02, 2026 at 09:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.