Lucene search
+L

7218 matches found

PyPA
PyPA
added 2026/04/01 9:16 p.m.8 views

PYSEC-2026-2094

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.5CVSS6AI score0.0044EPSS
SaveExploits0References3Affected Software1
PyPA
PyPA
added 2026/04/01 7:16 p.m.9 views

PYSEC-2026-2131

ChangeDetection.io versions prior to 0.54.7 contain a protection bypass vulnerability in the SafeXPath3Parser implementation that allows attackers to read arbitrary local files by using unblocked XPath 3.0/3.1 functions such as json-doc and similar file-access primitives. Attackers can exploit th...

7.1CVSS6.2AI score0.00282EPSS
SaveExploits0References3Affected Software1
PyPA
PyPA
added 2026/04/01 6:16 p.m.7 views

PYSEC-2026-2241

Open Neural Network Exchange ONNX is an open standard for machine learning interoperability. Prior to version 1.21.0, there is an issue in onnx.load, the code checks for symlinks to prevent path traversal, but completely misses hardlinks because a hardlink looks exactly like a regular file on the...

5.5CVSS6.1AI score0.00176EPSS
SaveExploits0References2Affected Software1
PyPA
PyPA
added 2026/04/01 6:16 p.m.15 views

PYSEC-2026-104

Open Neural Network Exchange ONNX is an open standard for machine learning interoperability. Prior to version 1.21.0, there is a symlink traversal vulnerability in external data loading allows reading files outside the model directory. This issue has been patched in version 1.21.0...

5.5CVSS5.7AI score0.00248EPSS
SaveExploits1References1Affected Software1
PyPA
PyPA
added 2026/04/01 6:16 p.m.9 views

PYSEC-2026-2240

Open Neural Network Exchange ONNX is an open standard for machine learning interoperability. Prior to version 1.21.0, the ExternalDataInfo class in ONNX was using Python’s setattr function to load metadata like file paths or data lengths directly from an ONNX model file. It didn’t check if the...

8.6CVSS6AI score0.00288EPSS
SaveExploits0References3Affected Software1
PyPA
PyPA
added 2026/04/01 6:16 p.m.8 views

PYSEC-2026-2239

Open Neural Network Exchange ONNX is an open standard for machine learning interoperability. Prior to version 1.21.0, a path traversal vulnerability via symlink allows to read arbitrary files outside model or user-provided directory. This issue has been patched in version 1.21.0...

8.7CVSS7AI score0.00593EPSS
SaveExploits1References6Affected Software1
PyPA
PyPA
added 2026/03/31 10:16 p.m.11 views

PYSEC-2026-2115

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.8CVSS6AI score0.00138EPSS
SaveExploits0References3Affected Software1
PyPA
PyPA
added 2026/03/31 10:16 p.m.8 views

PYSEC-2026-2114

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.8CVSS6AI score0.00122EPSS
SaveExploits0References3Affected Software1
PyPA
PyPA
added 2026/03/31 8:16 p.m.9 views

PYSEC-2026-2224

Nautobot is a Network Source of Truth and Network Automation Platform. Prior to versions 2.4.30 and 3.0.10, user creation and editing via the REST API fails to apply the password validation rules defined by Django's AUTHPASSWORDVALIDATORS setting which defaults to an empty list, i.e., no specific...

4.3CVSS6.1AI score0.00245EPSS
SaveExploits0References5Affected Software1
PyPA
PyPA
added 2026/03/31 4:16 p.m.9 views

PYSEC-2026-2279

Slippers is a UI component framework for Django. Prior to version 0.6.3, a Cross-Site Scripting XSS vulnerability exists in the % attrs % template tag of the slippers Django package. When a context variable containing untrusted data is passed to % attrs %, the value is interpolated into an HTML...

6.1CVSS6.1AI score0.00227EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
added 2026/03/31 3:15 a.m.35 views

PYSEC-2026-35

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Prior to version 46.0.6, DNS name constraints were only validated against SANs within child certificates, and not the "peer name" presented during each validation. Consequently, cryptography...

6.3CVSS5.7AI score0.00154EPSS
SaveExploits0References1Affected Software1
PyPA
PyPA
added 2026/03/31 3:15 a.m.10 views

PYSEC-2026-2193

LangChain is a framework for building agents and LLM-powered applications. Prior to version 1.2.22, multiple functions in langchaincore.prompts.loading read files from paths embedded in deserialized config dicts without validating against directory traversal or absolute path injection. When an...

7.5CVSS7.1AI score0.01204EPSS
SaveExploits2References8Affected Software1
PyPA
PyPA
added 2026/03/31 3:15 a.m.17 views

PYSEC-2026-2276

SciTokens is a reference library for generating and using SciTokens. Prior to version 1.9.6, the Enforcer incorrectly validates scope paths by using a simple prefix match startswith. This allows a token with access to a specific path e.g., /john to also access sibling paths that start with the sa...

8.1CVSS6AI score0.00389EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
added 2026/03/31 3:15 a.m.7 views

PYSEC-2026-2277

SciTokens is a reference library for generating and using SciTokens. Prior to version 1.9.7, the Enforcer is vulnerable to a path traversal attack where an attacker can use dot-dot .. in the scope claim of a token to escape the intended directory restriction. This occurs because the library...

8.1CVSS6AI score0.00516EPSS
SaveExploits1References4Affected Software1
PyPA
PyPA
added 2026/03/29 6:16 p.m.14 views

PYSEC-2026-204

A critical security vulnerability in parisneo/lollms versions up to 2.2.0 allows any authenticated user to accept or reject friend requests belonging to other users. The respondrequest function in backend/routers/friends.py does not implement proper authorization checks, enabling Insecure Direct...

8.3CVSS7.3AI score0.00268EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
added 2026/03/29 6:16 p.m.10 views

PYSEC-0000-CVE-2026-0562

A critical security vulnerability in parisneo/lollms versions up to 2.2.0 allows any authenticated user to accept or reject friend requests belonging to other users. The respondrequest function in backend/routers/friends.py does not implement proper authorization checks, enabling Insecure Direct...

8.3CVSS7.3AI score0.00268EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
added 2026/03/29 6:16 p.m.9 views

PYSEC-2026-2199

A Server-Side Request Forgery SSRF vulnerability exists in parisneo/lollms versions prior to 2.2.0, specifically in the /api/files/export-content endpoint. The downloadimagetotemp function in backend/routers/files.py fails to validate user-controlled URLs, allowing attackers to make arbitrary HTT...

7.5CVSS7.2AI score0.01765EPSS
SaveExploits2References2Affected Software1
PyPA
PyPA
added 2026/03/29 6:16 p.m.8 views

PYSEC-2026-2198

A vulnerability in parisneo/lollms, up to and including version 2.2.0, allows unauthenticated users to upload and process files through the /api/files/extract-text endpoint. This endpoint does not enforce authentication, unlike other file-related endpoints, and lacks the Dependsgetcurrentactiveus...

9.8CVSS6.9AI score0.0043EPSS
SaveExploits1References2Affected Software1
PyPA
PyPA
added 2026/03/27 10:16 p.m.8 views

PYSEC-2026-2130

changedetection.io is a free open source web page change detection tool. Prior to 0.54.7, the jq: and jqraw: include filter expressions allow use of the jq env builtin, which reads all process environment variables and stores them as the watch snapshot. An authenticated user or unauthenticated us...

8.3CVSS6.1AI score0.00475EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
added 2026/03/27 9:17 p.m.11 views

PYSEC-2026-82

Langflow is a tool for building and deploying AI-powered agents and workflows. Prior to version 1.9.0, the Agentic Assistant feature in Langflow executes LLM-generated Python code during its validation phase. Although this phase appears intended to validate generated component code, the...

9.9CVSS6.1AI score0.01426EPSS
SaveExploits1References16Affected Software1
PyPA
PyPA
added 2026/03/27 2:53 p.m.22 views

Two telnyx versions published containing credential harvesting malware

After an API token exposure from an exploited Trivy dependency,two new releases of telnyx were uploaded to PyPI containing automatically activated malware, harvesting sensitive credentials and files, and exfiltrating to a remote API. Compromised versions execute code during importing the telnyx...

6.1AI score
SaveExploits0References4Affected Software1
PyPA
PyPA
added 2026/03/27 1:16 a.m.13 views

PYSEC-2026-157

BentoML is a Python library for building online serving systems optimized for AI apps and model inference. Prior to 1.4.37, the docker.systempackages field in bentofile.yaml accepts arbitrary strings that are interpolated directly into Dockerfile RUN commands without sanitization. Since...

7.8CVSS6AI score0.00257EPSS
SaveExploits1References1Affected Software1
PyPA
PyPA
added 2026/03/27 1:16 a.m.21 views

PYSEC-2026-106

OpenHands is software for AI-driven development. Starting in version 1.5.0, a Command Injection vulnerability exists in the getgitdiff method at openhands/runtime/utils/githandler.py:134. The path parameter from the /api/conversations/conversationid/git/diff API endpoint is passed unsanitized to ...

9.9CVSS6.1AI score0.01892EPSS
SaveExploits2References5Affected Software1
PyPA
PyPA
added 2026/03/27 12:16 a.m.14 views

PYSEC-2026-2297

vLLM is an inference and serving engine for large language models LLMs. Starting in version 0.10.1 and prior to version 0.18.0, two model implementation files hardcode trustremotecode=True when loading sub-components, bypassing the user's explicit --trust-remote-code=False security opt-out. This...

8.8CVSS7.3AI score0.01346EPSS
SaveExploits0References16Affected Software1
PyPA
PyPA
added 2026/03/26 10:16 p.m.10 views

PYSEC-2026-2285

Streamlit is a data oriented application development framework for python. Streamlit Open Source versions prior to 1.54.0 running on Windows hosts have an unauthenticated Server-Side Request Forgery SSRF vulnerability. The vulnerability arises from improper validation of attacker-supplied...

4.8CVSS6.1AI score0.00282EPSS
SaveExploits0References3Affected Software1
PyPA
PyPA
added 2026/03/26 5:16 p.m.16 views

PYSEC-2026-27

Briefcase is a tool for converting a Python project into a standalone native application. Starting in version 0.3.0 and prior to version 0.3.26, if a developer uses Briefcase to produce an Windows MSI installer for a project, and that project is installed for All Users i.e., per-machine scope, th...

7.3CVSS5.8AI score0.00132EPSS
SaveExploits0References4Affected Software1
PyPA
PyPA
added 2026/03/25 7:16 p.m.9 views

PYSEC-2026-2223

Modoboa is a mail hosting and management platform. Prior to version 2.7.1, execcmd in modoboa/lib/sysutils.py always runs subprocess calls with shell=True. Since domain names flow directly into shell command strings without any sanitization, a Reseller or SuperAdmin can include shell metacharacte...

7.2CVSS6.2AI score0.00566EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
added 2026/03/25 7:16 p.m.8 views

PYSEC-2026-2278

An issue in ralphje Signify before v.0.9.2 allows a remote attacker to escalate privileges via the signeddata.py and the context.py components...

8.8CVSS6.1AI score0.00343EPSS
SaveExploits0References6Affected Software1
PyPA
PyPA
added 2026/03/25 5:16 p.m.14 views

PYSEC-2026-2275

Requests is a HTTP library. Prior to version 2.33.0, the requests.utils.extractzippedpaths utility function uses a predictable filename when extracting files from zip archives into the system temporary directory. If the target file already exists, it is reused without validation. A local attacker...

5.5CVSS6.1AI score0.00182EPSS
SaveExploits0References3Affected Software1
PyPA
PyPA
added 2026/03/24 8:16 p.m.15 views

PYSEC-2026-2233

NiceGUI is a Python-based UI framework. Prior to version 3.9.0, NiceGUI's app.addmediafile and app.addmediafiles media routes accept a user-controlled query parameter that influences how files are read during streaming. The parameter is passed to the range-response implementation without...

7.5CVSS6.1AI score0.00599EPSS
SaveExploits0References3Affected Software1
PyPA
PyPA
added 2026/03/24 8:16 p.m.18 views

PYSEC-2026-122

pyLoad is a free and open-source download manager written in Python. Prior to version 0.5.0b3.dev97, a Host Header Spoofing vulnerability in the @localcheck decorator allows unauthenticated external attackers to bypass local-only restrictions. This grants access to the Click'N'Load API endpoints,...

6.5CVSS5.9AI score0.00183EPSS
SaveExploits1References1Affected Software1
PyPA
PyPA
added 2026/03/24 3:35 p.m.34 views

Two litellm versions published containing credential harvesting malware

After an API Token exposure from an exploited Trivy dependency,two new releases of litellm were uploaded to PyPI containing automatically activated malware,harvesting sensitive credentials and files, and exfiltrating to a remote API.The malicious code runs during importing any module from the...

5.9AI score
SaveExploits0References6Affected Software1
PyPA
PyPA
added 2026/03/24 2:16 p.m.13 views

PYSEC-2026-80

Langflow is a tool for building and deploying AI-powered agents and workflows. In versions 1.0.0 through 1.8.1, the /api/v1/files/images/flowid/filename endpoint serves image files without any authentication or ownership check. Any unauthenticated request with a known flowid and filename returns...

7.5CVSS5.8AI score0.05838EPSS
SaveExploits1References1Affected Software1
PyPA
PyPA
added 2026/03/24 2:16 p.m.16 views

PYSEC-2026-81

Langflow is a tool for building and deploying AI-powered agents and workflows. Prior to version 1.7.1, in the downloadprofilepicture function of the /profilepictures/foldername/filename endpoint, the foldername and filename parameters are not strictly filtered, which allows the secretkey to be re...

8.7CVSS5.8AI score0.19584EPSS
SaveExploits1References1Affected Software1
PyPA
PyPA
added 2026/03/24 2:16 p.m.6 views

PYSEC-2026-2185

Intake is a package for finding, investigating, loading and disseminating data. Prior to version 2.0.9, the shell syntax within parameter default values appears to be automatically expanded during the catalog parsing process. If a catalog contains a parameter default such as shell, the command ma...

8.8CVSS6.1AI score0.00428EPSS
SaveExploits1References2Affected Software1
PyPA
PyPA
added 2026/03/24 1:16 p.m.20 views

PYSEC-2026-79

Langflow is a tool for building and deploying AI-powered agents and workflows. Versions 1.2.0 through 1.8.1 have a bypass of the patch for CVE-2025-68478 External Control of File Name, leading to the root architectural issue within LocalStorageService remaining unresolved. Because the underlying...

9.9CVSS5.9AI score0.12363EPSS
SaveExploits2References1Affected Software1
PyPA
PyPA
added 2026/03/23 11:17 p.m.10 views

PYSEC-2026-2184

Indico is an event management system that uses Flask-Multipass, a multi-backend authentication system for Flask. In versions prior to 3.3.12, due to vulnerabilities in TeXLive and obscure LaTeX syntax that allowed circumventing Indico's LaTeX sanitizer, it is possible to use specially-crafted LaT...

8.8CVSS6.2AI score0.00782EPSS
SaveExploits0References6Affected Software1
PyPA
PyPA
added 2026/03/23 7:16 p.m.8 views

PYSEC-2026-2123

cbor2 provides encoding and decoding for the Concise Binary Object Representation CBOR serialization format. Versions prior to 5.9.0 are vulnerable to a Denial of Service DoS attack caused by uncontrolled recursion when decoding deeply nested CBOR structures. This vulnerability affects both the...

7.5CVSS6.9AI score0.00417EPSS
SaveExploits1References4Affected Software1
PyPA
PyPA
added 2026/03/22 5:16 a.m.14 views

PYSEC-2026-139

A vulnerability was identified in PyTorch 2.10.0. The affected element is an unknown function of the component pt2 Loading Handler. The manipulation leads to deserialization. The attack can only be performed from a local environment. The exploit is publicly available and might be used. The projec...

7.8CVSS5.6AI score0.00239EPSS
SaveExploits0References5Affected Software1
PyPA
PyPA
added 2026/03/22 1:16 a.m.12 views

PYSEC-2026-38

Deluge 1.3.15 contains a denial of service vulnerability that allows local attackers to crash the application by supplying an excessively long string in the Webseeds field. Attackers can paste a buffer of 5000 bytes into the Webseeds field during torrent creation to trigger an application crash...

6.9CVSS6AI score0.00177EPSS
SaveExploits1References4Affected Software1
PyPA
PyPA
added 2026/03/22 1:16 a.m.13 views

PYSEC-2026-39

Deluge 1.3.15 contains a denial of service vulnerability that allows local attackers to crash the application by supplying an excessively long string in the URL field. Attackers can paste a buffer of 5000 characters into the 'From URL' field during torrent addition to trigger an application crash...

6.9CVSS6AI score0.00178EPSS
SaveExploits1References4Affected Software1
PyPA
PyPA
added 2026/03/20 11:16 p.m.8 views

PYSEC-2026-2237

NLTK Natural Language Toolkit is a suite of open source Python modules, data sets, and tutorials supporting research and development in Natural Language Processing. In versions 3.9.3 and prior, the NLTK downloader does not validate the subdir and id attributes when processing remote XML index...

8.1CVSS7.1AI score0.00575EPSS
SaveExploits1References8Affected Software1
PyPA
PyPA
added 2026/03/20 11:16 p.m.8 views

PYSEC-2026-2235

NLTK Natural Language Toolkit is a suite of open source Python modules, data sets, and tutorials supporting research and development in Natural Language Processing. In versions 3.9.3 and prior, nltk.app.wordnetapp contains a reflected cross-site scripting issue in the lookup... route. A crafted...

6.1CVSS7.1AI score0.00331EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
added 2026/03/20 11:16 p.m.8 views

PYSEC-2026-2236

NLTK Natural Language Toolkit is a suite of open source Python modules, data sets, and tutorials supporting research and development in Natural Language Processing. In versions 3.9.3 and prior, nltk.app.wordnetapp allows unauthenticated remote shutdown of the local WordNet Browser HTTP server whe...

7.5CVSS6.7AI score0.00875EPSS
SaveExploits1References8Affected Software1
PyPA
PyPA
added 2026/03/20 9:17 p.m.7 views

PYSEC-2026-2147

dynaconf is a configuration management tool for Python. Prior to version 3.2.13, Dynaconf is vulnerable to Server-Side Template Injection SSTI due to unsafe template evaluation in the @Jinja resolver. When the jinja2 package is installed, Dynaconf evaluates template expressions embedded in...

8.1CVSS6AI score0.00526EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
added 2026/03/20 7:16 a.m.15 views

PYSEC-2026-78

Langflow is a tool for building and deploying AI-powered agents and workflows. In versions prior to 1.9.0, the deleteapikeyroute endpoint accepts an apikeyid path parameter and deletes it with only a generic authentication check getcurrentactiveuser dependency. However, the deleteapikey CRUD...

8.8CVSS5.8AI score0.0039EPSS
SaveExploits0References1Affected Software1
PyPA
PyPA
added 2026/03/20 2:16 a.m.8 views

PYSEC-2026-2291

UltraJSON is a fast JSON encoder and decoder written in pure C with bindings for Python 3.7+. Versions 5.4.0 through 5.11.0 contain an accumulating memory leak in JSON parsing large outside of the range -2^63, 2^64 - 1 integers. The leaked memory is a copy of the string form of the integer plus a...

7.5CVSS6.9AI score0.00479EPSS
SaveExploits0References6Affected Software1
PyPA
PyPA
added 2026/03/20 2:16 a.m.10 views

PYSEC-2026-2292

UltraJSON is a fast JSON encoder and decoder written in pure C with bindings for Python 3.7+. Versions 5.10 through 5.11.0 are vulnerable to buffer overflow or infinite loop through large indent handling. ujson.dumps crashes the Python interpreter segmentation fault when the product of the indent...

7.5CVSS7.1AI score0.00469EPSS
SaveExploits1References6Affected Software1
PyPA
PyPA
added 2026/03/20 2:16 a.m.8 views

PYSEC-2026-2266

pydicom is a pure Python package for working with DICOM files. Versions 2.0.0-rc.1 through 3.0.1 are vulnerable to Path Traversal through a maliciously crafted DICOMDIR ReferencedFileID when it is set to a path outside the File-set root. pydicom resolves the path only to confirm that it exists, b...

7.8CVSS6.1AI score0.00279EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
added 2026/03/19 9:17 p.m.7 views

PYSEC-2026-2247

ormar is a async mini ORM for Python. Versions 0.23.0 and below are vulnerable to Pydantic validation bypass through the model constructor, allowing any unauthenticated user to skip all field validation by injecting "pkonly": true into a JSON request body. By injecting "pkonly": true into a JSON...

9.8CVSS6.1AI score0.01192EPSS
SaveExploits1References9Affected Software1
Total number of security vulnerabilities7218