云虫漏洞库

CVE-2026-9147 - uproot dynamically generates Python class source code from ROOT TStreamerInfo records in a file and compiles it at runtime. Some file-controlled streamer metadata fields (for example, streamer element names) are interpolated into the generated Python source without safe quoting via repr() or the !r format specifier. An attacker who can supply a crafted ROOT file can place Python expression-breaking content into a streamer metadata field. When uproot generates and invokes the corr - 漏洞详情

漏洞编号:CVE-2026-9147

风险等级:高危

漏洞来源:CVE

CVE 编号:CVE-2026-9147

CNNVD 编号:-

厂商/产品:- / -

影响范围:-

CWE:CWE-94

发布/更新时间:2026-07-18 / 2026-08-28

漏洞描述

uproot dynamically generates Python class source code from ROOT TStreamerInfo records in a file and compiles it at runtime. Some file-controlled streamer metadata fields (for example, streamer element names) are interpolated into the generated Python source without safe quoting via repr() or the !r format specifier. An attacker who can supply a crafted ROOT file can place Python expression-breaking content into a streamer metadata field. When uproot generates and invokes the corresponding reader method, the injected Python expression is evaluated in the context of the process opening the file, resulting in arbitrary Python code execution in applications that open or process attacker-controlled ROOT files with affected uproot code paths.

相关链接

相关漏洞

« 返回首页