CVE-2026-44520 — Server-Side Request Forgery
CVE-2026-44520 — Docling-Graph turns documents into validated Pydantic objects, then builds a directed knowledge graph with explicit semantic relationships. Prior to 1.5.1, the URLInputHandler class in docling_graph/core/input/handlers.py makes HTTP requests to user-supplied URLs without validating
What This Means For You
- If your environment is affected by CWE-601, CWE-918, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-44520 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
3 rules · 6 SIEM formats3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-44520 - Docling-Graph SSRF via URLInputHandler
title: CVE-2026-44520 - Docling-Graph SSRF via URLInputHandler
id: scw-2026-05-14-ai-1
status: experimental
level: high
description: |
This rule detects potential exploitation of CVE-2026-44520. It specifically looks for HTTP POST requests targeting the URLInputHandler script with a 'source' parameter, which is indicative of an attacker attempting to trigger Server-Side Request Forgery (SSRF) by supplying a malicious URL. The vulnerability lies in the lack of IP validation and the use of allow_redirects=True in requests.head(), allowing redirection to internal endpoints.
author: SCW Feed Engine (AI-generated)
date: 2026-05-14
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-44520/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-uri|contains:
- '/docling_graph/core/input/handlers.py'
cs-uri-query|contains:
- 'source='
cs-method|exact:
- 'POST'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-44520 | vulnerability | CVE-2026-44520 |
| CWE-601 | weakness | CWE-601 |
| CWE-918 | weakness | CWE-918 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 14, 2026 at 21:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.