CVE Details
Basic Information
| Title | skops’ Inconsistent Trusted Type Validation Enables Hidden `operator` Methods Execution |
|---|---|
| Type | cve |
| Published | 2025-07-26T03:29:10.918Z |
| Modified | 2025-07-26T03:29:10.918Z |
Product Information
| Vendor | skops-dev |
|---|---|
| Product | skops |
| Version | < 0.12.0 |
CVSS Information
| Base Score | 8.7 (HIGH) |
|---|---|
| Attack Vector | CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H |
Affected Products
- skops-dev skops < 0.12.0
Additional Information
| CWE List | CWE-351 |
|---|---|
| Source | GitHub_M |
Description
skops is a Python library which helps users share and ship their scikit-learn based models. Versions 0.11.0 and below contain a inconsistency in the OperatorFuncNode which can be exploited to hide the execution of untrusted operator methods. This can then be used in a code reuse attack to invoke seemingly safe functions and escalate to arbitrary code execution with minimal and misleading trusted types. This is fixed in version 0.12.0.