AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-69117

MEDIUM · CVSS 6.5 EPSS 0.25% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-11 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

NetBox 4.5.8 is vulnerable to an ORM injection that enables authenticated attackers, even those with read-only API tokens, to manipulate Django ORM queries through specially crafted JSON keys in API requests. This vulnerability allows for boolean-based blind data extraction of sensitive information and circumvention of object-level permissions across various application modules. Organizations using this version of NetBox should prioritize remediation to protect against potential data leaks and unauthorized access.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-69117
Severity
MEDIUM
CVSS
6.5
EPSS
0.25%

Original NVD Description

NetBox 4.5.8 contains an ORM injection vulnerability that allows authenticated attackers, including those with read-only API tokens, to inject arbitrary Django ORM lookup expressions into nested object references by supplying crafted JSON dictionary keys in POST, PUT, or PATCH requests to any REST API endpoint. Attackers can exploit the unrestricted queryset used by WritableNestedSerializer to perform boolean-based blind data extraction of sensitive field values and bypass object-level permissions across all application modules including dcim, ipam, tenancy, virtualization, circuits, and extras.