CVE-2026-42202

Source
https://cve.org/CVERecord?id=CVE-2026-42202
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-42202.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-42202
Aliases
Published
2026-05-08T21:18:58Z
Modified
2026-08-12T03:51:33Z
Severity
  • 6.5 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N CVSS Calculator
Summary
nova-toggle-5: Improper authorization on toggle endpoint allowed non-Nova users to modify boolean fields
Details

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: middleware. Any user authenticated on the configured guard could call the endpoint and flip boolean attributes on any Nova resource — including users who do not have access to Nova itself (for example, frontend customers sharing the web guard with the Nova admin area). The endpoint also accepted an arbitrary attribute parameter, which meant a valid caller could toggle any boolean column on the underlying model — not just columns exposed as Toggle fields on the resource. This issue has been patched in version 1.3.0.

Database specific
{
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
        "CWE-285"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/42xxx/CVE-2026-42202.json"
}
References

Affected packages

Git / github.com/almirhodzic/nova-toggle-5

Affected ranges

Type
GIT
Repo
https://github.com/almirhodzic/nova-toggle-5
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
Show details
{
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "1.3.0"
        }
    ],
    "source": [
        "AFFECTED_FIELD",
        "REFERENCES"
    ]
}

Affected versions

v1.*
v1.2.0
v1.2.1

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-42202.json"