CVE-2026-42202 — nova-toggle-5 enables fliping booleans in the index. Prior
CVE-2026-42202 — nova-toggle-5 enables fliping booleans in the index. Prior to version 1.3.0, the toggle endpoint (POST/nova-vendor/nova-toggle/toggle/{resource}/{resourceId}) was protected only by web + auth:
What This Means For You
- If your environment is affected by CWE-285, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-42202 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.
CVE-2026-42202 - Unauthorized Boolean Toggling in Nova
Sigma YAML — free preview
title: CVE-2026-42202 - Unauthorized Boolean Toggling in Nova
id: scw-2026-05-08-ai-1
status: experimental
level: high
description: |
Detects attempts to exploit CVE-2026-42202 by targeting the /nova-vendor/nova-toggle/toggle/ endpoint with a POST request. This rule specifically looks for the characteristic path and the presence of an attribute parameter, indicating an attempt to flip boolean values in the Nova index without proper authorization.
author: SCW Feed Engine (AI-generated)
date: 2026-05-08
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-42202/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-method:
- 'POST'
uri|contains:
- '/nova-vendor/nova-toggle/toggle/'
cs-uri-query|contains:
- 'attribute=' # This is a placeholder, actual attribute name would be needed if known
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-42202 | vulnerability | CVE-2026-42202 |
| CWE-285 | weakness | CWE-285 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 09, 2026 at 01: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.