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.
Published: 2026-09-02
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

agentverus‑scanner fails to analyze compiled Python bytecode files located in companion code directories, permitting an attacker to ship malicious __pycache__ entries together with benign source. When the scanner processes the codebase it simply imports the bytecode and executes it, resulting in arbitrary Python code running inside the scanner. The vulnerability therefore undermines the confidence of the scanner’s CERTIFIED verdict and the high trust scores it assigns in both static and semantic modes.

Affected Systems

The product vendor is agentverus, with the scanner component agentverus‑scanner. Versions at the time of this advisory are unspecified; the issue was found in source code present in the 0.8.1 release series. All installations of agentverus‑scanner that include the companion code analysis feature are therefore potentially affected until a change is made.

Risk and Exploitability

The nominal CVSS score of 7.1 reflects a moderate to high severity for code execution in the scanner. EPSS is not available, and the vulnerability is not yet listed in CISA’s KEV catalog, implying no current public exploitation reports. Exploitation requires the attacker to control the contents of a repository being scanned or to supply a malicious archive that contains a __pycache__ directory; the scanner then imports the bytecode during analysis, executing arbitrary Python. Attackers could thereby hijack the scanner environment, potentially affecting other users if the scanner runs in a shared context. Because the bypass occurs locally during scan time, the risk is highest for developers or CI systems that trust the scanner’s verdicts.

Generated by OpenCVE AI on September 3, 2026 at 11:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to the latest version of agentverus‑scanner that includes bytecode scanning support or hardening patches; if no patch is available, rely on the next step.
  • Exclude __pycache__ directories from the code base before scanning by adding them to the scanner’s ignore list or by removing the compiled files entirely.
  • Disable or restrict the companion code analysis feature for untrusted repositories or run the scanner inside a dedicated virtual environment with minimal permissions to limit the impact of executed bytecode.
  • Verify that the scanner applies proper sandboxing when importing code, or otherwise request vendor guidance on safe execution practices.

Generated by OpenCVE AI on September 3, 2026 at 11:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 03 Sep 2026 16:00:00 +0000

Type Values Removed Values Added
First Time appeared Agentverus
Agentverus agentverus-scanner
Vendors & Products Agentverus
Agentverus agentverus-scanner

Thu, 03 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 02 Sep 2026 17:15:00 +0000

Type Values Removed Values Added
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.
Title agentverus-scanner Companion Code Analysis Bypass via Excluded Python Bytecode
Weaknesses CWE-693
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N'}

cvssV4_0

{'score': 7.1, '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'}


Subscriptions

Agentverus Agentverus-scanner
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-03T14:31:50.007Z

Reserved: 2026-09-02T10:19:32.992Z

Link: CVE-2026-84811

cve-icon Vulnrichment

Updated: 2026-09-03T14:09:10.245Z

cve-icon NVD

Status : Received

Published: 2026-09-02T17:18:05.447

Modified: 2026-09-03T15:17:35.653

Link: CVE-2026-84811

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T15:34:19Z

Weaknesses
  • CWE-693

    Protection Mechanism Failure