CVE-2026-44661 — Server-Side Request Forgery
CVE-2026-44661 — python-utcp is the python implementation of UTCP. Prior to 1.1.3, the utcp-http plugin is vulnerable to a blind Server-Side Request Forgery (SSRF) caused by a trust-boundary inconsistency between manual discovery and tool invocation. register_manual() validates the discovery URL aga
What This Means For You
- If your environment is affected by CWE-918, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-44661 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-44661 - python-utcp SSRF via Malicious OpenAPI Spec
title: CVE-2026-44661 - python-utcp SSRF via Malicious OpenAPI Spec
id: scw-2026-05-14-ai-1
status: experimental
level: critical
description: |
Detects requests attempting to exploit CVE-2026-44661 by referencing a malicious OpenAPI specification. Attackers can host a malicious OpenAPI spec on a legitimate HTTPS endpoint, declaring internal service URLs (e.g., http://127.0.0.1:9090 or http://169.254.169.254) within the 'servers' field. This rule looks for common OpenAPI spec file names and the presence of the 'servers[0].url' parameter in the query string, indicating a potential SSRF attempt.
author: SCW Feed Engine (AI-generated)
date: 2026-05-14
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-44661/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-uri|contains:
- '/openapi.json'
- '/swagger.json'
cs-uri-query|contains:
- 'servers%5B0%5D.url='
- 'servers[0].url='
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-44661 | vulnerability | CVE-2026-44661 |
| CWE-918 | weakness | CWE-918 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 15, 2026 at 00: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.