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.
References
| Link | Resource |
|---|---|
| https://github.com/ParzivalHack/PySpector/security/advisories/GHSA-v3xv-8vc3-h2m6 | Exploit Vendor Advisory |
Configurations
History
24 Mar 2026, 15:06
| Type | Values Removed | Values Added |
|---|---|---|
| CPE | cpe:2.3:a:parzivalhack:pyspector:*:*:*:*:*:python:*:* | |
| First Time |
Parzivalhack pyspector
Parzivalhack |
|
| References | () https://github.com/ParzivalHack/PySpector/security/advisories/GHSA-v3xv-8vc3-h2m6 - Exploit, Vendor Advisory | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
20 Mar 2026, 20:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-03-20 20:16
Updated : 2026-03-24 15:06
NVD link : CVE-2026-33139
Mitre link : CVE-2026-33139
CVE.ORG link : CVE-2026-33139
JSON object : View
Products Affected
parzivalhack
- pyspector
CWE
CWE-184
Incomplete List of Disallowed Inputs
