漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
PySpector: Plugin Sandbox Bypass leads to Arbitrary Code Execution
Vulnerability Description
PySpector is a static analysis security testing (SAST) Framework engineered for modern Python development workflows. PySpector versions 0.1.6 and prior are affected by a security validation bypass in the plugin system. The validate_plugin_code() function in plugin_system.py, performs static AST analysis to block dangerous API calls before a plugin is trusted and executed. However, the internal resolve_name() helper only handles ast.Name and ast.Attribute node types, returning None for all others. When a plugin uses indirect function calls via getattr() (such as getattr(os, 'system')) the outer call's func node is of type ast.Call, causing resolve_name() to return None, and the security check to be silently skipped. The plugin incorrectly passes the trust workflow, and executes arbitrary system commands on the user's machine when loaded. This issue has been patched in version 0.1.7.
CVSS Information
N/A
Vulnerability Type
不完整的黑名单
Vulnerability Title
PySpector 安全漏洞
Vulnerability Description
PySpector是Tommaso Bona个人开发者的一个基于图的高性能Python静态安全分析框架。 PySpector 0.1.6及之前版本存在安全漏洞,该漏洞源于插件系统存在安全验证绕过,可能导致执行任意系统命令。
CVSS Information
N/A
Vulnerability Type
N/A