๐Ÿ” CVE Alert

CVE-2026-33139

UNKNOWN 0.0

PySpector: Plugin Sandbox Bypass leads to Arbitrary Code Execution

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-184
Vendor parzivalhack
Product pyspector
Published Mar 20, 2026
Last Updated Mar 20, 2026
Stay Ahead of the Next One

Get instant alerts for parzivalhack pyspector

Be the first to know when new unknown vulnerabilities affecting parzivalhack pyspector are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

ParzivalHack / PySpector
< 0.1.7

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/ParzivalHack/PySpector/security/advisories/GHSA-v3xv-8vc3-h2m6