---
cve: "CVE-2026-46527"
severity: "HIGH"
cvss: 8.7
epss: "33%"
vendor: "yhirose"
kev: false
exploited: false
published: "2026-05-29 20:16:28"
tags: [cve, security, high]
source: tsecurity.de CVE-Dossier
exported: "2026-09-05T23:03:05+02:00"
---

# CVE-2026-46527

> 8.7 HIGH · 🧪 PoC

## Beschreibung

cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. Prior to 0.44.0, When the server has called Server::set_trusted_proxies() with a non-empty trusted-proxy list, an attacker can send an HTTP request that includes an X-Forwarded-For header whose value parses to no valid IP segments. The code path then executes get_client_ip(), which calls front() on an empty std::vector—undefined behavior in C++. On typical implementations this manifests as abnormal process termination (denial of service). With Sanitizers enabled, you get an explicit runtime diagnostic. This vulnerability is fixed in 0.44.0.

## CVSS-Vektor

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

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

## Patch verfügbar (OSV)

- 811dd0b6f2382f50f801f3cfdb5ba349d08bb575 (Commit)

## Referenzen

- <https://github.com/yhirose/cpp-httplib/security/advisories/GHSA-hg3g-vrg8-578g>

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