Lucene search
+L

62310 matches found

Oracle linux
Oracle linux
added 2026/04/02 12:00 a.m.16 views

python3 security update

3.6.8-75.0.1 - Add Oracle Linux distribution in platform.py Orabug: 20812544 3.6.8.openela.0 - Add openela to supported dists 3.6.8-75 - Security fix for CVE-2026-4519 Resolves: RHEL-158077...

7CVSS5.9AI score0.00308EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/04/02 12:00 a.m.18 views

Fedora 43 : python3.14 (2026-013fb3d1bc)

The remote Fedora 43 host has a package installed that is affected by a vulnerability as referenced in the FEDORA-2026-013fb3d1bc advisory. Security fix for CVE-2026-4519 Tenable has extracted the preceding description block directly from the Fedora security advisory. Note that Nessus has not...

7.1CVSS5.8AI score0.00308EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/04/02 12:00 a.m.10 views

FreeBSD : Python -- poplib module, when passed a user-controlled command, can have additional commands injected using newlines (6d3488ae-2e0f-11f1-88c7-00a098b42aeb)

The version of FreeBSD installed on the remote host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the 6d3488ae-2e0f-11f1-88c7-00a098b42aeb advisory. Python Software Foundation Security Developer reports: The poplib module, when passed a user-controlled...

5.9CVSS7.1AI score0.00327EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/04/01 11:18 p.m.6 views

Command Injection

Overview PraisonAI is a PraisonAI is an AI Agents Framework with Self Reflection. PraisonAI application combines PraisonAI Agents, AutoGen, and CrewAI into a low-code solution for building and managing multi-agent LLM systems, focusing on simplicity, customisation, and efficient human-agent...

9.8CVSS6.1AI score0.00545EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/04/01 11:18 p.m.17 views

PraisonAI: Shell Injection in run_python() via Unescaped $() Substitution

Summary runpython in praisonai constructs a shell command string by interpolating user-controlled code into python3 -c "" and passing it to subprocess.run..., shell=True. The escaping logic only handles \ and ", leaving $ and backtick substitutions unescaped, allowing arbitrary OS command executi...

9.8CVSS6.2AI score0.00545EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/01 11:17 p.m.16 views

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.13176EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2026/04/01 11:17 p.m.21 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.13176EPSS
SaveExploits1References3
RedhatCVE
RedhatCVE
added 2026/04/01 11:00 p.m.17 views

CVE-2026-34450

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 local filesystem memory tool in the Anthropic Python SDK created memory files with mode 0o666, leaving them world-readable on systems with a standard umask and...

4.8CVSS5.8AI score0.00122EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/04/01 11:00 p.m.19 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
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/04/01 11:00 p.m.22 views

CVE-2026-34406

APTRS Automated Penetration Testing Reporting System is a Python and Django-based automated reporting tool designed for penetration testers and security organizations. Prior to version 2.0.1, the edituser endpoint POST /api/auth/edituser/ allows Any user who can reach that endpoint and submit...

9.4CVSS5.8AI score0.00505EPSS
SaveExploits1References1
EUVD
EUVD
added 2026/04/01 9:17 p.m.13 views

EUVD-2026-17681

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

5.8CVSS5.8AI score0.00138EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/04/01 9:17 p.m.15 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
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/04/01 9:17 p.m.7 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
SaveExploits0References5
OSV
OSV
added 2026/04/01 9:17 p.m.5 views

AZL-81782 CVE-2026-34525 affecting package python-aiohttp 3.6.2-3

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.13.4, multiple Host headers were allowed in aiohttp. This issue has been patched in version 3.13.4...

6.3CVSS6.1AI score0.00288EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/01 9:17 p.m.6 views

AZL-81776 CVE-2026-34519 affecting package python-aiohttp 3.6.2-3

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.13.4, an attacker who controls the reason parameter when creating a Response may be able to inject extra headers or similar exploits. This issue has been patched in version 3.13.4...

6.9CVSS6.1AI score0.00292EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/01 9:17 p.m.5 views

AZL-81779 CVE-2026-34520 affecting package python-aiohttp 3.6.2-3

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.13.4, the C parser the default for most installs accepted null bytes and control characters in response headers. This issue has been patched in version 3.13.4...

9.1CVSS6.1AI score0.00461EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/01 9:16 p.m.5 views

DEBIAN-CVE-2026-34514

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.13.4, an attacker who controls the contenttype parameter in aiohttp could use this to inject extra headers or similar exploits. This issue has been patched in version 3.13.4...

5.3CVSS5.3AI score0.00315EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/01 9:16 p.m.5 views

AZL-81770 CVE-2026-34517 affecting package python-aiohttp 3.6.2-3

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.13.4, for some multipart form fields, aiohttp read the entire field into memory before checking clientmaxsize. This issue has been patched in version 3.13.4...

6.9CVSS6.1AI score0.00384EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/01 9:16 p.m.6 views

AZL-81761 CVE-2026-34514 affecting package python-aiohttp 3.6.2-3

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.13.4, an attacker who controls the contenttype parameter in aiohttp could use this to inject extra headers or similar exploits. This issue has been patched in version 3.13.4...

6.9CVSS6.1AI score0.00315EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/01 9:16 p.m.5 views

AZL-81755 CVE-2026-22815 affecting package python-aiohttp 3.6.2-3

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.13.4, insufficient restrictions in header/trailer handling could cause uncapped memory usage. This issue has been patched in version 3.13.4...

7.5CVSS6.1AI score0.0044EPSS
SaveExploits0References1
Rows per page
Query Builder