CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2026-33139

High
Published: Translated: NVD NIST

Summary

PySpector to framework do statycznej analizy bezpieczeństwa, który w wersjach 0.1.6 i wcześniejszych ma lukę w systemie wtyczek, umożliwiającą obejście walidacji bezpieczeństwa. Funkcja validate_plugin_code() nieprawidłowo obsługuje niektóre typy węzłów, co pozwala na wykonanie niebezpiecznych poleceń systemowych przez wtyczki.

Risk Assessment

Organizacja narażona jest na wykonanie dowolnych poleceń systemowych na maszynach użytkowników, co może prowadzić do poważnych incydentów bezpieczeństwa. Wtyczki mogą być złośliwie wykorzystane do przejęcia kontroli nad systemem.

Recommendation

Zaleca się aktualizację PySpector do wersji 0.1.7, aby usunąć tę lukę. Należy również przeprowadzić audyt wtyczek, które mogły zostać załadowane przed aktualizacją.

Related vulnerabilities

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS