Zurück zur Liste

docling-graph has SSRF via Missing Internal IP Validation in URLInputHandler — CVE-2026-44520

GHSA · GitHub · CVE-2026-44520

ID
CVE-2026-44520
Datum
Aktualisiert
Activity
Quelle
GHSA
Vendor
GitHub
Risiko
medium
CVSS
5.7

Zusammenfassung

### Impact The `URLInputHandler` class in `docling_graph/core/input/handlers.py` makes HTTP requests to user-supplied URLs without validating whether the target resolves to a private, loopback, or link-local IP address. The `URLValidator` only checks for a valid scheme and non-empty `netloc`, performing no IP-level validation. Additionally, `requests.head()` was called with `allow_redirects=True`, allowing an…

Produkt

pip: docling-graph

Was tun?

Allgemeine, vorsichtige Schritte (bitte prüfe die offizielle Quelle für Details):

  • Prüfe Exponierung und plane Maßnahmen nach Risiko und Umfeld.
  • Identifiziere betroffene Produktversionen und prüfe, ob du betroffen bist.
  • Spiele Hersteller-Updates/Patches ein oder setze empfohlene Mitigations um.
  • Lies das offizielle Advisory für betroffene Versionen und konkrete Schritte.

Offizielles Advisory

Mehr dazu