CVE-2026-44520 — Server-Side Request Forgery

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 formats

3 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.

high T1190 Initial Access

CVE-2026-44520 - Docling-Graph SSRF via URLInputHandler

Sigma YAML — free preview
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

✓ Sigma · Splunk SPL Sentinel KQL Elastic QRadar AQL Wazuh Get rules for your SIEM →

Indicators of Compromise

IDTypeIndicator
CVE-2026-44520 vulnerability CVE-2026-44520
CWE-601 weakness CWE-601
CWE-918 weakness CWE-918
Source & Attribution
Source PlatformNVD
ChannelNational Vulnerability Database
PublishedMay 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.

Related coverage

CVE-2026-8621: Crabbox Authentication Bypass Allows Impersonation

CVE-2026-8621 — Crabbox prior to v0.12.0 contains an authentication bypass vulnerability that allows non-admin shared-token callers to impersonate other owners or organizations by spoofing identity...

vulnerabilityCVEhigh-severityauthentication-bypasscwe-287
/SCW Vulnerability Desk /HIGH /8.8 /⚑ 4 IOCs /⚙ 3 Sigma

CVE-2026-45375: Critical XSS in SiYuan Knowledge Management System

CVE-2026-45375 — SiYuan is an open-source personal knowledge management system. Prior to 3.7.0, SiYuan's Bazaar (community marketplace) renders the name and version fields of a...

vulnerabilityCVEcriticalhigh-severitycwe-79cwe-116
/SCW Vulnerability Desk /CRITICAL /9 /⚑ 4 IOCs /⚙ 6 Sigma

CVE-2026-45148 — SiYuan is an open-source personal knowledge management

CVE-2026-45148 — SiYuan is an open-source personal knowledge management system. Prior to 3.7.0, broken access control in the searchAsset, searchTag, searchWidget, and searchTemplate publish-mode Readers...

vulnerabilityCVEmedium-severitycwe-863
/SCW Vulnerability Desk /MEDIUM /4.3 /⚑ 2 IOCs /⚙ 2 Sigma