CVE-2026-84811
—Security scanning bypass in agentverus-scanner via malicious __pycache__ bytecode
agentverus-scanner fails to analyze compiled Python bytecode files in companion code directories, so it never inspects __pycache__ entries shipped alongside Python source files. An attacker who can place a malicious compiled bytecode file next to benign-looking source files can have arbitrary Python bytecode executed when the code is imported, while the scanner still reports a CERTIFIED verdict with high trust scores in both static and semantic analysis modes. This defeats the tool's core assurance function, letting attacker-supplied code run under the cover of a trusted scan result. Any organization relying on agentverus-scanner to certify Python packages or code directories is affected. No exploitation is known: there is no public proof-of-concept, the issue is not in CISA KEV, and EPSS estimates only a 0.3% chance of exploitation within 30 days.
What to do: Until a patched scanner version is announced, do not rely solely on CERTIFIED verdicts for Python code: inspect companion directories for shipped __pycache__/.pyc entries and recompile bytecode from reviewed source files rather than trusting shipped bytecode. Monitor the vendor's advisory and update agentverus-scanner as soon as a fixed release is published.
| agentverus-scanner | — |
Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.
agentverus-scanner fails to analyze compiled Python bytecode files in companion code directories, allowing attackers to bypass security scanning by shipping malicious __pycache__ entries alongside benign source files. Attackers can execute arbitrary Python bytecode on import while the scanner reports a CERTIFIED verdict with high trust scores in both static and semantic analysis modes.
- Weakness
- CWE-693
- Vector
- CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
In the news0 stories
No ingested article mentions this CVE yet.