Lucene search
+L

62169 matches found

Positive Technologies
Positive Technologies
added 2026/08/17 12:00 a.m.13 views

PT-2026-76633

openssl encrypt versions before 1.4.0 contain a sandbox escape vulnerability in IsolatedPluginExecutor that exposes Python type objects in restricted exec builtins. Attackers can traverse the Python class hierarchy via class . mro . subclasses to access system functions and execute arbitrary OS...

9.8CVSS5.7AI score0.00388EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/17 12:00 a.m.15 views

PT-2026-76749

sqlparse is a non-validating SQL parser module for Python. Prior to 0.6.0, TokenList construction and string conversion in sqlparse/sql.py repeatedly flatten nested token subtrees constructed by group parenthesis and group case, causing quadratic CPU consumption through sqlparse.parse,...

8.7CVSS5.7AI score0.00263EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/17 12:00 a.m.11 views

PT-2026-76781

Name of the Vulnerable Software and Affected Versions FreeCAD versions prior to 1.1.2 Description An issue exists in the PropertyPythonObject::Restore function within src/App/PropertyPythonObject.cpp where the software passes an attacker-controlled module attribute from serialized...

7CVSS5.5AI score0.00135EPSS
SaveExploits0References7
Amazon
Amazon
added 2026/08/17 12:00 a.m.9 views

Important: python-urwid

Issue Overview: The urwid web display backend urwid/display/web.py generates web session identifiers urwidid in Screen.start by concatenating two random.randrange109 calls that use Python's Mersenne Twister PRNG, which is not cryptographically secure. Each call consumes approximately 30 bits of...

9.2CVSS6.1AI score0.00421EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/08/17 12:00 a.m.11 views

PT-2026-76779

Name of the Vulnerable Software and Affected Versions FreeCAD versions 0.19 through 1.1.0 Description In the BIM Project Manager Load Template flow within src/Mod/BIM/bimcommands/BimProjectManager.py, the software passes attacker-controlled FCStd Meta property values for wpposition, wpu, wpv, and...

7.8CVSS6AI score0.00151EPSS
SaveExploits0References8
Amazon
Amazon
added 2026/08/17 12:00 a.m.11 views

Important: python-urwid

Issue Overview: The urwid web display backend urwid/display/web.py generates web session identifiers urwidid in Screen.start by concatenating two random.randrange109 calls that use Python's Mersenne Twister PRNG, which is not cryptographically secure. Each call consumes approximately 30 bits of...

9.2CVSS6.1AI score0.00421EPSS
SaveExploits0
Chainguard
Chainguard
added 2026/08/15 2:17 a.m.22 views

CVE-2026-18503 vulnerabilities

Vulnerabilities for packages: python...

2.4CVSS5.2AI score0.00119EPSS
SaveExploits0
Chainguard
Chainguard
added 2026/08/15 2:17 a.m.22 views

GHSA-2345-WR3R-CXF2 vulnerabilities

Vulnerabilities for packages: python...

5.3AI score
SaveExploits0
Wolfi
Wolfi
added 2026/08/15 2:16 a.m.17 views

CVE-2026-18503 vulnerabilities

Vulnerabilities for packages: python...

2.4CVSS5.2AI score0.00119EPSS
SaveExploits0
Wolfi
Wolfi
added 2026/08/15 2:16 a.m.20 views

GHSA-2345-WR3R-CXF2 vulnerabilities

Vulnerabilities for packages: python...

5.3AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/08/14 10:20 p.m.8 views

CVE-2026-48804

A flaw was found in python-socketio, a Python implementation of the Socket.IO realtime client and server. The server stores binary messages in memory while awaiting their attachments. A remote attacker can exploit this by sending a binary message and deliberately withholding some attachments. Thi...

7.5CVSS5.7AI score0.00279EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/14 3:32 p.m.12 views

ROOT-APP-PYPI-CVE-2026-27026 CVE-2026-27026 in pypdf - Patched by Root

Root has patched CVE-2026-27026 in the pypdf package for Root:PyPI. Multiple fixed versions available...

6.9CVSS6.4AI score0.00168EPSS
SaveExploits0
OSV
OSV
added 2026/08/14 10:16 a.m.7 views

RHSA-2026:54528 Red Hat Security Advisory: python-pillow security update

Bulletin has no description...

9.1CVSS4.9AI score0.00521EPSS
SaveExploits2References18
Chainguard
Chainguard
added 2026/08/13 8:26 p.m.10 views

CVE-2026-73415 vulnerabilities

Vulnerabilities for packages: tensorflow-cpu-jupyter...

7.5CVSS5.2AI score0.00574EPSS
SaveExploits0
GithubExploit
GithubExploit
added 2026/08/13 8:09 p.m.26 views

Exploit for Path Traversal in Apache Http_Server

CVE-2021-41773 — Apache HTTP Server 2.4.49 Lab Reproduction o...

9.8CVSS8.8AI score0.99992EPSS
SaveExploits164
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/08/13 5:15 p.m.20 views

Malicious code in core-js-buffer (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector ec43d0c13a26ec0a6e6dacf51f52a66f48c7dbce7f4a00dbcb72a0749fa6b4e3 The package's postinstall script package.json declares "postinstall": "node init.js" performs two hostile actions at install time. First, init.js POS...

5.5AI score
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/08/13 4:53 p.m.6 views

CVE-2026-48809

A flaw was found in python-engineio. In specific configurations using ASGI with long polling or Aiohttp with WebSocket transport, the server does not properly validate the size of incoming messages before loading them into memory. A remote attacker can exploit this by sending oversized messages,...

7.5CVSS5.4AI score0.00279EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/13 2:50 p.m.9 views

CVE-2026-73555

vLLM is an inference and serving engine for large language models. Prior to 0.26.0, the validationexceptionhandler in vllm/entrypoints/openai/serverutils.py converts FastAPI RequestValidationError objects with strexc, and sanitizemessage in vllm/entrypoints/utils.py does not remove traceback-styl...

5.3CVSS5.2AI score0.00255EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/08/13 2:50 p.m.8 views

EUVD-2026-58053

vLLM is an inference and serving engine for large language models. Prior to 0.26.0, the validationexceptionhandler in vllm/entrypoints/openai/serverutils.py converts FastAPI RequestValidationError objects with strexc, and sanitizemessage in vllm/entrypoints/utils.py does not remove traceback-styl...

5.3CVSS5.2AI score0.00255EPSS
SaveExploits0References4
GithubExploit
GithubExploit
added 2026/08/13 2:23 p.m.23 views

Exploit for CVE-2026-53413

cve-id Donate Support the maintenance of this project wit...

8.3CVSS5.6AI score0.05604EPSS
SaveExploits1
Rows per page
Query Builder