Lucene search
K

16813 matches found

Positive Technologies
Positive Technologies
added 2026/04/02 12:0 a.m.3 views

PT-2026-38112

Name of the Vulnerable Software and Affected Versions Google Chrome versions prior to 148.0.7778.96 Description A use after free issue in Aura allows a remote attacker who has compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. Use after free is a...

9.6CVSS5.8AI score0.00344EPSS
Exploits0References138
Tenable Nessus
Tenable Nessus
added 2026/04/02 12:0 a.m.2 views

SUSE SLED15 / SLES15 / openSUSE 15 Security Update : MozillaThunderbird (SUSE-SU-2026:1163-1)

The remote SUSE Linux SLED15 / SLEDSAP15 / SLES15 / SLESSAP15 / openSUSE 15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:1163-1 advisory. Update to Mozilla Thunderbird 140.9 MFSA 2026-24, bsc1260083: - CVE-2026-3889: Spoofing issue in...

10CVSS6.6AI score0.01279EPSS
Exploits1References82
OSV
OSV
added 2026/04/01 11:41 p.m.3 views

GHSA-GCP9-5JC8-976X phpMyFAQ has a LIKE Wildcard Injection in Search.php — Unescaped % and _ Metacharacters Enable Broad Content Disclosure

Summary The searchCustomPages method in phpmyfaq/src/phpMyFAQ/Search.php uses realescapestring via escape to sanitize the search term before embedding it in LIKE clauses. However, realescapestring does not escape SQL LIKE metacharacters % match any sequence and match any single character. An...

6.9CVSS5.9AI score0.00336EPSS
Exploits1References4
OSV
OSV
added 2026/04/01 11:26 p.m.3 views

GHSA-R4F2-3M54-PP7Q PraisonAI Has Sandbox Escape via shell=True and Bypassable Blocklist in SubprocessSandbox

Summary SubprocessSandbox in all modes BASIC, STRICT, NETWORKISOLATED calls subprocess.run with shell=True and relies solely on string-pattern matching to block dangerous commands. The blocklist does not include sh or bash as standalone executables, allowing trivial sandbox escape in STRICT mode...

8.8CVSS5.9AI score0.00383EPSS
Exploits1References3
Github Security Blog
Github Security Blog
added 2026/04/01 11:26 p.m.6 views

PraisonAI Has Sandbox Escape via shell=True and Bypassable Blocklist in SubprocessSandbox

Summary SubprocessSandbox in all modes BASIC, STRICT, NETWORKISOLATED calls subprocess.run with shell=True and relies solely on string-pattern matching to block dangerous commands. The blocklist does not include sh or bash as standalone executables, allowing trivial sandbox escape in STRICT mode...

10CVSS5.9AI score0.00383EPSS
Exploits1References3Affected Software1
OSV
OSV
added 2026/04/01 11:17 p.m.5 views

GHSA-6VH2-H83C-9294 PraisonAI: Python Sandbox Escape via str Subclass startswith() Override in execute_code

Summary executecode in praisonai-agents runs attacker-controlled Python inside a three-layer sandbox that can be fully bypassed by passing a str subclass with an overridden startswith method to the safegetattr wrapper, achieving arbitrary OS command execution on the host. Details pythontools.py:2...

10CVSS6.2AI score0.00707EPSS
Exploits1References3
RedhatCVE
RedhatCVE
added 2026/04/01 11:1 p.m.6 views

CVE-2026-34451

Claude SDK for TypeScript provides access to the Claude API from server-side TypeScript or JavaScript applications. From version 0.79.0 to before version 0.81.0, the local filesystem memory tool in the Anthropic TypeScript SDK validated model-supplied paths using a string prefix check that did no...

6.3CVSS5.8AI score0.00292EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2026/04/01 11:0 p.m.6 views

CVE-2026-34452

The Claude SDK for Python provides access to the Claude API from Python applications. From version 0.86.0 to before version 0.87.0, the async local filesystem memory tool in the Anthropic Python SDK validated that model-supplied paths resolved inside the sandboxed memory directory, but then...

5.8CVSS5.8AI score0.00138EPSS
Exploits0References1
OSV
OSV
added 2026/04/01 10:28 p.m.4 views

GHSA-85V3-4M8G-HRH6 Copier `_subdirectory` allows template root escape via parent-directory traversal

Summary Copier's subdirectory setting is documented as the subdirectory to use as the template root. However, the current implementation accepts parent-directory traversal such as .. and uses it directly when selecting the template root. As a result, a template can escape its own directory and ma...

4.4CVSS5.9AI score0.00383EPSS
Exploits1References5
Github Security Blog
Github Security Blog
added 2026/04/01 10:28 p.m.8 views

Copier `_subdirectory` allows template root escape via parent-directory traversal

Summary Copier's subdirectory setting is documented as the subdirectory to use as the template root. However, the current implementation accepts parent-directory traversal such as .. and uses it directly when selecting the template root. As a result, a template can escape its own directory and ma...

4.4CVSS5.9AI score0.00383EPSS
Exploits1References5Affected Software1
EUVD
EUVD
added 2026/04/01 9:17 p.m.5 views

EUVD-2026-17681

Claude SDK for Python: Memory Tool Path Validation Race Condition Allows Sandbox Escape...

5.8CVSS5.8AI score0.00138EPSS
Exploits0References4
Snyk
Snyk
added 2026/04/01 9:17 p.m.3 views

Time-of-check Time-of-use (TOCTOU) Race Condition

Overview anthropic is a The official Python library for the anthropic API Affected versions of this package are vulnerable to Time-of-check Time-of-use TOCTOU Race Condition via the validatepath function in the betabuiltinmemorytool.py‎ file. An attacker can access files outside the intended...

5.8CVSS5.9AI score0.00138EPSS
Exploits0References3
OSV
OSV
added 2026/04/01 9:17 p.m.2 views

GHSA-W828-4QHX-VXX3 Claude SDK for Python: Memory Tool Path Validation Race Condition Allows Sandbox Escape

The async local filesystem memory tool in the Anthropic Python SDK validated that model-supplied paths resolved inside the sandboxed memory directory, but then returned the unresolved path for subsequent file operations. A local attacker able to write to the memory directory could retarget a...

5.8CVSS5.9AI score0.00138EPSS
Exploits0References5
Github Security Blog
Github Security Blog
added 2026/04/01 9:17 p.m.5 views

Claude SDK for Python: Memory Tool Path Validation Race Condition Allows Sandbox Escape

The async local filesystem memory tool in the Anthropic Python SDK validated that model-supplied paths resolved inside the sandboxed memory directory, but then returned the unresolved path for subsequent file operations. A local attacker able to write to the memory directory could retarget a...

5.8CVSS5.9AI score0.00138EPSS
Exploits0References5Affected Software1
EUVD
EUVD
added 2026/04/01 9:16 p.m.4 views

EUVD-2026-17679

Claude SDK for TypeScript: Memory Tool Path Validation Allows Sandbox Escape to Sibling Directories...

6.3CVSS5.9AI score0.00292EPSS
Exploits0References4
OSV
OSV
added 2026/04/01 9:16 p.m.3 views

GHSA-5474-4W2J-MQ4C Claude SDK for TypeScript: Memory Tool Path Validation Allows Sandbox Escape to Sibling Directories

The local filesystem memory tool in the Anthropic TypeScript SDK validated model-supplied paths using a string prefix check that did not append a trailing path separator. A model steered by prompt injection could supply a crafted path that resolved to a sibling directory sharing the memory root's...

6.3CVSS5.9AI score0.00292EPSS
Exploits0References5
Github Security Blog
Github Security Blog
added 2026/04/01 9:16 p.m.4 views

Claude SDK for TypeScript: Memory Tool Path Validation Allows Sandbox Escape to Sibling Directories

The local filesystem memory tool in the Anthropic TypeScript SDK validated model-supplied paths using a string prefix check that did not append a trailing path separator. A model steered by prompt injection could supply a crafted path that resolved to a sibling directory sharing the memory root's...

6.3CVSS5.9AI score0.00292EPSS
Exploits0References5Affected Software1
Ubuntu
Ubuntu
added 2026/04/01 6:4 p.m.10 views

USN-8095-5: Linux kernel (Raspberry Pi) vulnerabilities

Qualys discovered that several vulnerabilities existed in the AppArmor Linux kernel Security Module LSM. An unprivileged local attacker could use these issues to load, replace, and remove arbitrary AppArmor profiles causing denial of service, exposure of sensitive information kernel memory, local...

7.8CVSS6.1AI score0.00544EPSS
Exploits6References1
OSV
OSV
added 2026/04/01 6:4 p.m.6 views

USN-8095-5 linux-raspi, linux-raspi-realtime vulnerabilities

Qualys discovered that several vulnerabilities existed in the AppArmor Linux kernel Security Module LSM. An unprivileged local attacker could use these issues to load, replace, and remove arbitrary AppArmor profiles causing denial of service, exposure of sensitive information kernel memory, local...

7.8CVSS6.6AI score0.00544EPSS
Exploits6References425
RedhatCVE
RedhatCVE
added 2026/04/01 5:3 p.m.3 views

CVE-2026-34156

NocoBase is an AI-powered no-code/low-code platform for building business applications and enterprise solutions. Prior to version 2.0.28, NocoBase's Workflow Script Node executes user-supplied JavaScript inside a Node.js vm sandbox with a custom require allowlist controlled by WORKFLOWSCRIPTMODUL...

9.9CVSS5.9AI score0.36503EPSS
Exploits7References1
Rows per page
Query Builder