CVE-2026-84811
Received Received - Intake

Python Bytecode Bypass in AgentVerus Scanner

Vulnerability report for CVE-2026-84811, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-02

Last updated on: 2026-09-02

Assigner: VulnCheck

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-02
Last Modified
2026-09-02
Generated
2026-09-02
AI Q&A
2026-09-02
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
agentverus agentverus-scanner 0.8.1
agentverus agentverus-scanner to 0.8.1 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-693 The product does not use or incorrectly uses a protection mechanism that provides sufficient defense against directed attacks against the product.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability involves the agentverus-scanner failing to analyze compiled Python bytecode files (.pyc) stored in __pycache__ directories. Attackers can bypass security scans by including malicious bytecode alongside legitimate source files. The scanner incorrectly reports a 'CERTIFIED' verdict with high trust scores despite the presence of harmful code.

Detection Guidance

Check for presence of __pycache__ directories and .pyc files in companion code folders. Use commands like 'find /path/to/project -name "__pycache__" -type d' and 'find /path/to/project -name "*.pyc"'. Inspect files for suspicious bytecode that may execute malicious code on import.

Impact Analysis

This vulnerability allows attackers to execute arbitrary Python bytecode on import, potentially leading to system compromise, data theft, or unauthorized actions. The scanner's false 'CERTIFIED' verdict may give users a misleading sense of security, increasing the risk of undetected malicious activity.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA by allowing malicious code execution through bypassed security scans. GDPR requires data protection measures, while HIPAA mandates safeguards for sensitive health data. The scanner's failure to detect malicious bytecode in __pycache__ directories may result in unauthorized data access or processing, violating these regulations.

Mitigation Strategies

Upgrade agentverus-scanner to a patched version beyond 0.8.1. Remove or disable __pycache__ directories and .pyc files from companion code folders. Implement additional static analysis tools that examine bytecode files. Review all companion code for unauthorized imports or hidden functionality.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-84811. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart