Cyber Resilience

CVE-2026-6606

Medium

Published: 20 April 2026

Published
20 April 2026
Modified
22 April 2026
KEV Added
Patch
CVSS Score v4 6.9 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0005 17.3th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-6606 is a medium-severity SSRF (CWE-918) vulnerability. Its CVSS base score is 6.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 17.3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 AC-4 (Information Flow Enforcement) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2026-6606 is a server-side request forgery (SSRF) vulnerability, classified under CWE-918, affecting modelscope agentscope versions up to 1.0.18. The flaw exists in the _process_audio_block function located in the file src/agentscope/agent/_agent_base.py, where manipulation of the url argument enables the SSRF condition. Published on 2026-04-20, it carries a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L), indicating high severity due to its network accessibility and low complexity.

Remote attackers can exploit this vulnerability without requiring privileges or user interaction. By crafting and submitting a malicious url argument, they can induce the affected component to make unintended requests to arbitrary servers, potentially leading to limited impacts on confidentiality, integrity, and availability as per the CVSS metrics.

VulDB advisories detail the issue and note that the vendor was contacted early for disclosure but provided no response, with no patches or mitigations referenced. A proof-of-concept exploit is publicly available via a GitHub Gist, alongside VulDB entries for submission, vulnerability details, and CTI.

The public availability of the exploit heightens the risk of real-world attacks against deployments of this AI agent framework.

EU & UK References

Vulnerability details

A weakness has been identified in modelscope agentscope up to 1.0.18. This vulnerability affects the function _process_audio_block of the file src/agentscope/agent/_agent_base.py. Executing a manipulation of the argument url can lead to server-side request forgery. It is possible to launch the…

more

attack remotely. The exploit has been made available to the public and could be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

SSRF vulnerability in network-accessible public-facing AI agent component (AV:N) directly enables T1190 for initial access via crafted URL requests to arbitrary servers.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-6514Shared CWE-918
CVE-2026-44116Shared CWE-918
CVE-2026-21887Shared CWE-918
CVE-2026-31910Shared CWE-918
CVE-2026-48153Shared CWE-918
CVE-2026-45298Shared CWE-918
CVE-2026-39362Shared CWE-918
CVE-2026-31989Shared CWE-918
CVE-2025-27652Shared CWE-918
CVE-2026-42352Shared CWE-918

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires identification, reporting, and correction of the specific SSRF flaw in the _process_audio_block function of modelscope agentscope up to version 1.0.18.

prevent

Mandates validation of the manipulated url argument at the input interface to prevent SSRF exploitation.

prevent

Enforces information flow control policies to block unauthorized outbound requests to arbitrary servers induced by SSRF.

References