Description
Tencent AI-Infra-Guard's skill-scan component excludes compiled Python bytecode files from analysis by hardcoding __pycache__ directories and .pyc/.pyo/.pyd extensions into skip lists across multiple scanning surfaces. Attackers can distribute skills with benign Python source files alongside malicious compiled bytecode that executes on import while the scanner reports a safe verdict, enabling code execution when operators install the skill.
Published: 2026-09-02
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Tencent AI-Infra-Guard’s skill‑scan component intentionally skips analysis of compiled Python bytecode by hard‑coding exclusion rules for __pycache__ directories and .pyc/.pyo/.pyd extensions. Attackers can create a skill package that contains harmless Python source files and malicious compiled bytecode. During installation the operator imports the skill, causing the embedded bytecode to execute while the scanner reports a safe verdict, effectively bypassing the security check and enabling code execution on the target system.

Affected Systems

Vendors affected are Tencent’s AI‑Infra‑Guard, specifically the skill‑scan component of version 4.6.0. This includes the package under the name a_i‑infra‑guard and its included scan utilities and directory actions as referenced in the project repository.

Risk and Exploitability

The CVSS score of 7.1 indicates a high‑medium severity vulnerability. EPSS data is not available and the flaw is not listed in the CISA KEV catalog. The most likely attack vector is a trusted operator manually installing a malicious skill package; an attacker can also distribute such a package in a supply chain. Successful exploitation yields local code execution with the privileges of the installation process.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to a patched release of AI‑Infra‑Guard that removes hard‑coded bytecode exclusions.
  • Restrict skill installation to verified sources, and manually review compiled bytecode presence before accepting a package.
  • Configure the scanner to perform a full audit of all Python bytecode files or enforce signature verification for skill packages.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 03:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


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

Type Values Removed Values Added
First Time appeared Tencent aig-skill-scan
Vendors & Products Tencent aig-skill-scan

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

Type Values Removed Values Added
Description Tencent AI-Infra-Guard's skill-scan component excludes compiled Python bytecode files from analysis by hardcoding __pycache__ directories and .pyc/.pyo/.pyd extensions into skip lists across multiple scanning surfaces. Attackers can distribute skills with benign Python source files alongside malicious compiled bytecode that executes on import while the scanner reports a safe verdict, enabling code execution when operators install the skill.
Title Tencent AI-Infra-Guard skill-scan Analysis Bypass via Excluded Python Bytecode
First Time appeared Tencent
Tencent ai-infra-guard
Weaknesses CWE-693
CPEs cpe:2.3:a:tencent:ai-infra-guard:*:*:*:*:*:*:*:*
cpe:2.3:a:tencent:ai-infra-guard:4.6.0:*:*:*:*:*:*:*
Vendors & Products Tencent
Tencent ai-infra-guard
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

Tencent Ai-infra-guard Aig-skill-scan
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-04T02:48:28.490Z

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

Link: CVE-2026-84809

cve-icon Vulnrichment

Updated: 2026-09-04T02:48:22.942Z

cve-icon NVD

Status : Received

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

Modified: 2026-09-04T03:17:45.620

Link: CVE-2026-84809

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-693

    Protection Mechanism Failure