CVE-2026-44661
Last modified
CVE-2026-44661 is a medium-severity vulnerability rated 4.7/10 on the CVSS scale. 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. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
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 against an HTTPS / loopback allowlist, but call_tool() and call_tool_streaming() reuse the resolved tool_call_template.url directly without revalidating, and the OpenAPI converter blindly trusts whatever servers[0].url an attacker-hosted spec declares. An attacker who hosts a malicious OpenAPI spec on a legitimate HTTPS endpoint can declare e.g. servers: [{ url: "http://127.0.0.1:9090" }] or servers: [{ url: "http://169.254.169.254" }]; the OpenAPI converter then produces tools whose URL points at internal services on the agent host. All three HTTP-class protocols (utcp_http.http, utcp_http.streamable_http, utcp_http.sse) shared the same gap. This vulnerability is fixed in 1.1.3.
Metrics
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-44661?
How severe is CVE-2026-44661?
How do I fix CVE-2026-44661?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-44656Vim is an open source, command line text editor. Prior to ve…5.3
- CVE-2026-44657Mantis Bug Tracker (MantisBT) is an open source issue tracke…7.5
- CVE-2026-44658Zen is a firefox-based browser. Prior to 1.19.12b, RSS feed …2.4
- CVE-2026-44659Zen is a firefox-based browser. Prior to 1.19.12b, the ZEN B…4.7
- CVE-2026-4466A vulnerability has been found in Comfast CF-AC100 2.6.0.8. …4.7
- CVE-2026-44660UltraJSON is a fast JSON encoder and decoder written in pure…7.5
- CVE-2026-44662rust-openssl provides OpenSSL bindings for the Rust programm…5.1
- CVE-2026-44663OpenEXR is the reference implementation and specification fo…7.1
- CVE-2026-44664fast-xml-builder builds XML from JSON. In 1.1.5, the fix for…6.1
- CVE-2026-44665fast-xml-builder builds XML from JSON. Prior to 1.1.7, when …6.1
- CVE-2026-44666HRConvert2 is a self-hosted, drag-and-drop & nosql file conv…9.3
- CVE-2026-44667FACTION is a PenTesting Report Generation and Collaboration …8.7
Are you affected by CVE-2026-44661?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
