---
cve: "CVE-2026-19670"
severity: "MEDIUM"
cvss: 5.3
epss: "0.2%"
vendor: "cisagov"
kev: false
exploited: false
published: "2026-08-18 20:17:13"
tags: [cve, security, medium]
source: tsecurity.de CVE-Dossier
exported: "2026-09-21T12:22:07+02:00"
---

# CVE-2026-19670

> 5.3 MEDIUM · 🧪 PoC

## Beschreibung

Malcolm's nginx Lua role-based access control (RBAC) layer decides whether an authenticated user may reach a role-restricted path (e.g. /htadmin, /auth, /admin_login, /arkime/api/esadmin, NetBox, upload endpoints) by pattern-matching the raw, percent-encoded request URI. Nginx itself, however, selects which location block actually serves the request using the percent-decoded, normalized URI. Because the RBAC check never percent-decodes its input, an authenticated low-privilege user can request an admin-only path using percent-encoding (e.g. /%68tadmin.php) and have nginx route it to the restricted location while the Lua RBAC gate evaluating the un-decoded raw string finds no matching restriction and grants access.

## CVSS-Vektor

```
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N
```

| Metrik | Wert | Bewertung |
|---|---|---|
| AV Angriffsvektor | Netzwerk | bad |
| AC Komplexität | Gering | bad |
| PR Privilegien | Gering | warn |
| UI Interaktion | Keine | bad |

## Referenzen

- <https://www.cisa.gov/news-events/ics-advisories/icsa-26-230-01>
- <https://github.com/cisagov/Malcolm/security/advisories/GHSA-f2v6-8cj4-mhr6>

---
_Exportiert aus dem [tsecurity.de CVE-Dossier](https://tsecurity.de/cve?cve=CVE-2026-19670) · Datenquellen: EUVD (ENISA), NVD, OSV, CISA KEV, FIRST EPSS, Exploit-DB, BSI BITS_
