cvedb.io
CVE-2026-33139
HIGH · CVSS 7.8
EPSS exploitation probability: 0%
Published 2026-03-20T20:16:48.917 · Last modified 2026-06-17T10:37:00.780

Summary

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 sy

Affected products

parzivalhack — pyspector

Does this affect you?

Add your gear to cvedb and we'll alert you only when parzivalhack ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.