Lucene search
+L

180119 matches found

OSV
OSV
added 2026/09/02 4:59 p.m.4 views

CVE-2026-84811 agentverus-scanner Companion Code Analysis Bypass via Excluded Python Bytecode

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...

7.1CVSS6.1AI score
SaveExploits0References7
CVE
CVE
added 2026/09/02 4:59 p.m.14 views

CVE-2026-84811

agentverus-scanner (a security scanning tool for code analysis) fails to analyze compiled Python bytecode files in companion code directories, enabling a security scanning bypass . Attackers can ship malicious __pycache__ entries alongside benign source files, causing arbitrary Python bytecode to...

7.1CVSS6.1AI score0.00287EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/09/02 4:59 p.m.30 views

CVE-2026-84811 agentverus-scanner Companion Code Analysis Bypass via Excluded Python Bytecode

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...

7.1CVSS0.00287EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/09/02 4:59 p.m.33 views

CVE-2026-84810 claude-skill-antivirus Analysis Bypass via Manifest-Only Local Directory Scan

claude-skill-antivirus fails to analyze executable files when scanning local skill directories, reading only SKILL.md while ignoring Python source, bytecode, and other artifacts in the scripts directory. Attackers can distribute skills with malicious code in non-manifest files that receive a SAFE...

7.1CVSS0.00262EPSS
SaveExploits0References5
CVE
CVE
added 2026/09/02 4:59 p.m.21 views

CVE-2026-84810

claude-skill-antivirus (v2.1.3) performs a manifest-only scan of local skill directories, reading only the SKILL.md file while ignoring Python source, bytecode, and other artifacts in the scripts directory. Attackers can distribute skills embedding malicious executable payloads in non-manifest fi...

7.1CVSS5.9AI score0.00262EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/02 4:59 p.m.6 views

CVE-2026-84810 claude-skill-antivirus Analysis Bypass via Manifest-Only Local Directory Scan

claude-skill-antivirus fails to analyze executable files when scanning local skill directories, reading only SKILL.md while ignoring Python source, bytecode, and other artifacts in the scripts directory. Attackers can distribute skills with malicious code in non-manifest files that receive a SAFE...

7.1CVSS5.9AI score
SaveExploits0References8
OSV
OSV
added 2026/09/02 4:59 p.m.6 views

CVE-2026-84809 Tencent AI-Infra-Guard skill-scan Analysis Bypass via Excluded Python Bytecode

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 maliciou...

7.1CVSS6.2AI score
SaveExploits0References9
Cvelist
Cvelist
added 2026/09/02 4:59 p.m.31 views

CVE-2026-84809 Tencent AI-Infra-Guard skill-scan Analysis Bypass via Excluded Python Bytecode

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 maliciou...

7.1CVSS0.00315EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/09/02 4:59 p.m.9 views

EUVD-2026-70224

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 maliciou...

7.1CVSS6.2AI score0.00315EPSS
SaveExploits0References6
CVE
CVE
added 2026/09/02 4:59 p.m.15 views

CVE-2026-84809

Tencent AI-Infra-Guard 's skill-scan component (affected in v4.6.0) hardcodes __pycache__ directories and .pyc/.pyo/.pyd extensions into skip lists across multiple scanning surfaces. An attacker can distribute a skill containing benign Python source files alongside malicious compiled bytecode tha...

7.1CVSS6.2AI score0.00315EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/02 4:38 p.m.5 views

DRUPAL-CONTRIB-2026-132

This module creates permissions per node content type to control access to unpublished content. The module has allowed view access for published content, overriding other access mechanisms that might have been in place...

5.9AI score
SaveExploits0References1
OSV
OSV
added 2026/09/02 4:33 p.m.8 views

DRUPAL-CONTRIB-2026-127

This module enables you to restrict access to JSON:API routes based on specific user roles. The module doesn't sufficiently enforce access controls under scenarios where a request mimics an XMLHttpRequest...

5.9AI score
SaveExploits0References1
OSV
OSV
added 2026/09/02 4:28 p.m.8 views

DRUPAL-CONTRIB-2026-121

This module enables you to automatically translate entities. The module doesn't sufficiently check access on the entity to be translated, related fields or referenced entities when performing an AI translation on an entity or when those fields / entities have a different access level than the...

5.9AI score
SaveExploits0References1
OSV
OSV
added 2026/09/02 4:27 p.m.6 views

DRUPAL-CONTRIB-2026-120

This submodule AI Translate enables you to automatically translate entities. The module doesn't sufficiently check access on the entity to be translated, related fields or referenced entities when performing an AI translation on an entity or when those fields / entities have a different access...

5.9AI score
SaveExploits0References1
CVE
CVE
added 2026/09/02 4:24 p.m.24 views

CVE-2026-84376

Astro is a web framework for content-driven websites. Prior to 7.2.4 , it stripped a configured non-root base path from request pathnames using a string-prefix check without verifying a path-segment boundary. For example, with base "/app", a request to "/appX/admin" resolved internally to the pro...

6.3CVSS5.9AI score0.00407EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/02 4:24 p.m.6 views

CVE-2026-84376 Astro: Authorization bypass from missing path-segment boundary check when stripping the configured base

Astro is a web framework for content-driven websites. Prior to 7.2.4, Astro stripped a configured non-root base path from request pathnames using a string-prefix check without verifying a path-segment boundary. With base "/app", a request to "/appX/admin" resolved internally to the protected...

6.3CVSS5.9AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/02 4:24 p.m.32 views

CVE-2026-84376 Astro: Authorization bypass from missing path-segment boundary check when stripping the configured base

Astro is a web framework for content-driven websites. Prior to 7.2.4, Astro stripped a configured non-root base path from request pathnames using a string-prefix check without verifying a path-segment boundary. With base "/app", a request to "/appX/admin" resolved internally to the protected...

6.3CVSS0.00407EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/02 4:17 p.m.6 views

CVE-2026-84668

Jenkins SAML Plugin 4.618.v441a27fa46d2 and earlier allows overwriting the SAML identity provider metadata file through Stapler data binding, allowing attackers to replace it with attacker-controlled content and authenticate as any user...

8.8CVSS0.0026EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/02 4:17 p.m.9 views

CVE-2026-84657

In Jenkins 2.579 and earlier, LTS 2.568.2 and earlier, the build CLI command does not check the Item/Cancel permission when using the -s flag to cancel a build triggered to wait for completion, allowing attackers with Item/Build permission to cancel builds started by other users...

4.2CVSS0.00166EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/02 4:17 p.m.7 views

CVE-2026-84660

A missing permission check in Jenkins Pipeline: Build Step Plugin 599.v4b67ea11b152 and earlier causes downstream builds triggered by the build step to be canceled even when the build's authentication lacks Item/Cancel permission on the downstream job...

5.4CVSS0.00229EPSS
SaveExploits0References1
Rows per page
Query Builder