CVE-2026-84452
Last modified
CVE-2026-84452 is a high-severity vulnerability rated 8.6/10 on the CVSS scale. Windows ML CLI is a command line tool for building portable, performant, and high-quality AI models for Windows ML. Prior to 0.4.0, the src/winml/modelkit/serve/cli_api.py component exposes WinML CLI commands through a localhost HTTP API without authentication and configures the allow_origins setting as a wildcard in both src/winml/modelkit/serve/cli_api.py and src/winml/modelkit/serve/app.py. EPSS estimates a 0.95% chance of exploitation in the next 30 days.
Description
Windows ML CLI is a command line tool for building portable, performant, and high-quality AI models for Windows ML. Prior to 0.4.0, the src/winml/modelkit/serve/cli_api.py component exposes WinML CLI commands through a localhost HTTP API without authentication and configures the allow_origins setting as a wildcard in both src/winml/modelkit/serve/cli_api.py and src/winml/modelkit/serve/app.py. A malicious website loaded by a user can send cross-origin requests to /v1/cli/build or /v1/cli/config and set the trust_remote_code parameter to true, which is converted to the --trust-remote-code command-line flag without validation. This reaches AutoConfig.from_pretrained with trust_remote_code=True in src/winml/modelkit/loader/_autoconfig.py and imports Python code from an attacker-controlled model repository, resulting in arbitrary code execution as the server user. This issue is fixed in version 0.4.0.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| microsoft | winml-cli | < 0.4.0 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-84452?
How severe is CVE-2026-84452?
How do I fix CVE-2026-84452?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- 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-84447libheif is a HEIF and AVIF file format decoder and encoder. …7.5
- CVE-2026-84448libheif is a HEIF and AVIF file format decoder and encoder. …4
- CVE-2026-84449libheif is a HEIF and AVIF file format decoder and encoder. …3.7
- CVE-2026-8445justhtml versions <= 1.11.0 (fixed in 1.12.0) do not suffici…9.8
- CVE-2026-84450libheif is a HEIF and AVIF file format decoder and encoder. …4.3
- CVE-2026-84451libheif is a HEIF and AVIF file format decoder and encoder. …6.5
- CVE-2026-8446IBM Langflow OSS 1.0.0 through 1.10.3 contain an authenticat…7.5
- CVE-2026-84469fastify versions before 5.12.2 decide whether to compile a r…7.5
- CVE-2026-8447IBM Langflow OSS 1.0.0 through 1.11.2 suffer from a stored c…6.1
- CVE-2026-84470A flaw was found in Ansible Automation Platform's automation…6.4
- CVE-2026-84476WWBN AVideo fails to validate trusted proxies before accepti…7.5
- CVE-2026-84477AVideo Live_schedule::setTitle() and setDescription() store …5.4
Are you affected by CVE-2026-84452?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
