Lucene search
+L
PypaMost viewed

7327 matches found

PyPA
PyPA
•added 2026/06/10 10:16 p.m.•15 views

PYSEC-2026-2191

kafka-python prior to 2.3.2 contains a denial-of-service vulnerability in SCRAM authentication handling that allows a malicious or machine-in-the-middle broker to freeze the client event loop by supplying an excessively large iteration count. In scram.py, ScramClient.processserverfirstmessage...

8.7CVSS6.1AI score0.00517EPSS
SaveExploits0References10Affected Software1
PyPA
PyPA
•added 2026/06/09 4:43 p.m.•15 views

PYSEC-2026-220

Versions of the package dash-core-components before 2.13.0; all versions of the package dash-core-components; versions of the package dash before 2.15.0; all versions of the package dash-html-components; versions of the package dash-html-components before 2.0.16 are vulnerable to Cross-site...

6.5CVSS6.4AI score0.01487EPSS
SaveExploits1References17Affected Software1
PyPA
PyPA
•added 2026/06/05 12:17 a.m.•15 views

PYSEC-2026-216

In OpenStack Ironic 32 before 37.0.0, an unauthenticated malicious user could submit a crafted JSON string to some endpoints on the API or JSON-RPC service and effect a service crash...

7.5CVSS5.2AI score0.00433EPSS
SaveExploits0References4Affected Software1
PyPA
PyPA
•added 2026/06/04 3:16 p.m.•15 views

PYSEC-2026-2284

Strawberry GraphQL is a library for creating GraphQL APIs. In versions 0.172.0 through0.315.6, the MaxAliasesLimiter extension in Strawberry fails to account for the multiplicative/amplification effect of FragmentSpreadNode. While it correctly counts static aliases within the AST it does not...

5.3CVSS6.1AI score0.00466EPSS
SaveExploits1References2Affected Software1
PyPA
PyPA
•added 2026/06/02 8:16 p.m.•15 views

PYSEC-2026-2105

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.14.0, cookies set with the cookies parameter on requests are sent after following a cross-origin redirect. If a developer uses the cookies parameter on a per-request basis then sensitive data might ...

8.7CVSS6.1AI score0.0015EPSS
SaveExploits0References2Affected Software1
PyPA
PyPA
•added 2026/06/01 9:16 a.m.•15 views

PYSEC-0000-CVE-2026-48726

A bug in Apache Airflow's auth manager logout handling left previously-issued JWT tokens valid after the user clicked logout in the UI: the logout flow for FabAuthManager and KeycloakAuthManager did not actually reach the underlying revoketoken call, so the JWT remained accepted by the API server...

6.5CVSS5.9AI score0.00382EPSS
SaveExploits0References3Affected Software1
PyPA
PyPA
•added 2026/06/01 9:16 a.m.•15 views

PYSEC-0000-CVE-2026-41084

A bug in Apache Airflow's bulk Task Instances API PATCH/DELETE /api/v2/dags/dagid/dagRuns/dagrunid/taskInstances evaluated authorization against the dagid resolved from the URL path while operating on the dagid / dagrunid extracted from request-body entity fields. An authenticated UI/API user wit...

7.5CVSS5.8AI score0.00476EPSS
SaveExploits0References3Affected Software1
PyPA
PyPA
•added 2026/05/28 7:16 p.m.•15 views

PYSEC-2026-601

An issue was discovered in OpenStack Keystone before 29.0.2. When combined with an application credential impersonation vulnerability, an attacker with the member role on a project can escalate to admin by chaining unrestricted application credentials with Keystone trusts. The impersonated token...

8.8CVSS6AI score0.00328EPSS
SaveExploits1References6Affected Software1
PyPA
PyPA
•added 2026/05/01 9:16 a.m.•15 views

PYSEC-2026-602

An issue was discovered in OpenStack Keystone before 29.0.2. POST /v3/credentials did not validate that the caller-supplied projectid for an EC2-type credential matched the project of the authenticating application credential. This allowed an attacker holding an unrestricted application credentia...

8CVSS6AI score0.00466EPSS
SaveExploits1References7Affected Software1
PyPA
PyPA
•added 2026/04/18 7:16 a.m.•15 views

PYSEC-2026-18

In case of SQL errors, exception/stack trace of errors was exposed in API even if "api/exposestacktraces" was set to false. That could lead to exposing additional information to potential attacker. Users are recommended to upgrade to Apache Airflow 3.2.0, which fixes the issue...

7.5CVSS5.8AI score0.00449EPSS
SaveExploits0References3Affected Software1
PyPA
PyPA
•added 2026/04/10 8:16 p.m.•15 views

PYSEC-2026-2159

GeoNode versions 4.0 before 4.4.5 and 5.0 before 5.0.2 contain a server-side request forgery vulnerability that allows authenticated users with document upload permissions to trigger arbitrary outbound HTTP requests by providing a malicious URL via the docurl parameter during document upload...

6.3CVSS6.2AI score0.00222EPSS
SaveExploits0References6Affected Software1
PyPA
PyPA
•added 2026/04/09 6:17 p.m.•15 views

PYSEC-2026-2265

OpenCTI is an open source platform for managing cyber threat intelligence knowledge and observables. Prior to 6.9.5, the safeEjs.ts file does not properly sanitize EJS templates. Users with the Manage customization capability can run arbitrary JavaScript in the context of the OpenCTI platform...

9.1CVSS6.2AI score0.00522EPSS
SaveExploits0References2Affected Software1
PyPA
PyPA
•added 2026/04/08 9:17 p.m.•15 views

PYSEC-2026-36

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. From 45.0.0 to before 46.0.7, if a non-contiguous buffer was passed to APIs which accepted Python buffers e.g. Hash.update, this could lead to buffer overflows. This vulnerability is fixed in...

9.8CVSS5.9AI score0.00652EPSS
SaveExploits0References2Affected Software1
PyPA
PyPA
•added 2026/04/08 1:16 p.m.•15 views

PYSEC-2026-111

A new API endpoint introduced in pretix 2025 that is supposed to return all check-in events of a specific event in fact returns all check-in events belonging to the respective organizer. This allows an API consumer to access information for all other events under the same organizer, even those th...

5.5CVSS5.8AI score0.00255EPSS
SaveExploits0References2Affected Software1
PyPA
PyPA
•added 2026/04/07 5:16 p.m.•15 views

PYSEC-2026-133

Strawberry GraphQL is a library for creating GraphQL APIs. Strawberry up until version 0.312.3 is vulnerable to an authentication bypass on WebSocket subscription endpoints. The legacy graphql-ws subprotocol handler does not verify that a connectioninit handshake has been completed before...

7.5CVSS5.7AI score0.00424EPSS
SaveExploits0References1Affected Software1
PyPA
PyPA
•added 2026/04/07 4:16 p.m.•15 views

PYSEC-2026-134

Strawberry GraphQL is a library for creating GraphQL APIs. Prior to 0.312.3, Strawberry GraphQL's WebSocket subscription handlers for both the graphql-transport-ws and legacy graphql-ws protocols allocate an asyncio.Task and associated Operation object for every incoming subscribe message without...

7.5CVSS5.8AI score0.00274EPSS
SaveExploits0References1Affected Software1
PyPA
PyPA
•added 2026/04/06 6:16 p.m.•15 views

PYSEC-2026-71

Kedro is a toolbox for production-ready data science. Prior to 1.3.0, the getversionedpath method in kedro/io/core.py constructs filesystem paths by directly interpolating user-supplied version strings without sanitization. Because version strings are used as path components, traversal sequences...

8.1CVSS5.8AI score0.00327EPSS
SaveExploits0References2Affected Software1
PyPA
PyPA
•added 2026/04/06 6:16 p.m.•15 views

PYSEC-2026-158

BentoML is a Python library for building online serving systems optimized for AI apps and model inference. Prior to 1.4.38, the cloud deployment path in src/bentoml/internal/cloud/deployment.py was not included in the fix for CVE-2026-33744. Line 1648 interpolates systempackages directly into a...

7.8CVSS6.5AI score0.00315EPSS
SaveExploits2References1Affected Software1
PyPA
PyPA
•added 2026/04/06 6:16 p.m.•15 views

PYSEC-2026-159

BentoML is a Python library for building online serving systems optimized for AI apps and model inference. Prior to 1.4.38, the Dockerfile generation function generatecontainerfile in src/bentoml/internal/container/generate.py uses an unsandboxed jinja2.Environment with the jinja2.ext.do extensio...

9.6CVSS6AI score0.00392EPSS
SaveExploits1References1Affected Software1
PyPA
PyPA
•added 2026/04/02 8:16 p.m.•15 views

PYSEC-2026-2299

vLLM is an inference and serving engine for large language models LLMs. From version 0.5.5 to before version 0.18.0, Librosa defaults to using numpy.mean for mono downmixing tomono, while the international standard ITU-R BS.775-4 specifies a weighted downmixing algorithm. This discrepancy results...

7.1CVSS6AI score0.00267EPSS
SaveExploits0References4Affected Software1
PyPA
PyPA
•added 2026/03/31 10:16 p.m.•15 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/27 9:17 p.m.•15 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/25 7:16 p.m.•15 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/20 2:16 a.m.•15 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/06 5:16 a.m.•15 views

PYSEC-2026-2186

Internet Routing Registry daemon version 4 is an IRR database server, processing IRR objects in the RPSL format. From version 4.4.0 to before version 4.4.5 and from version 4.5.0 to before version 4.5.1, an attacker can manipulate the HTTP Host header on a password reset or account creation...

8.1CVSS6AI score0.00427EPSS
SaveExploits0References5Affected Software1
PyPA
PyPA
•added 2026/02/16 11:15 a.m.•15 views

PYSEC-2026-110

Emails sent by pretix can utilize placeholders that will be filled with customer data. For example, when name is used in an email template, it will be replaced with the buyer's name for the final email. This mechanism contained two security-relevant bugs: It was possible to exfiltrate information...

9CVSS5.8AI score0.00243EPSS
SaveExploits0References2Affected Software1
PyPA
PyPA
•added 2026/02/06 8:16 p.m.•15 views

PYSEC-2026-74

A flaw was found in Keylime. The Keylime registrar, since version 7.12.0, does not enforce client-side Transport Layer Security TLS authentication. This authentication bypass vulnerability allows unauthenticated clients with network access to perform administrative operations, including listing...

9.8CVSS5.7AI score0.05431EPSS
SaveExploits0References6Affected Software1
PyPA
PyPA
•added 2026/01/07 6:15 p.m.•15 views

PYSEC-2026-2264

OpenCTI is an open source platform for managing cyber threat intelligence knowledge and observables. Prior to version 6.8.3, an open redirect vulnerability exists in the OpenCTI platform's SAML authentication endpoint /auth/saml/callback. By manipulating the RelayState parameter, an attacker can...

6.1CVSS6AI score0.00229EPSS
SaveExploits0References3Affected Software1
PyPA
PyPA
•added 2025/12/23 9:15 p.m.•15 views

PYSEC-2025-211

Hugging Face Transformers Perceiver Model Deserialization of Untrusted Data Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Hugging Face Transformers. User interaction is required to exploit this vulnerability ...

7.8CVSS7.6AI score0.00322EPSS
SaveExploits0References1Affected Software1
PyPA
PyPA
•added 2025/12/17 12:15 p.m.•15 views

PYSEC-2025-87

Edge3 Worker RPC RCE on Airflow 2.This issue affects Apache Airflow Providers Edge3: before 2.0.0 - and only if you installed and configured it on Airflow 2.The Edge3 provider support in Airflow 2 has been always development-only and not officially released, however if you installed and configure...

9.8CVSS5.8AI score0.00977EPSS
SaveExploits0References3Affected Software1
PyPA
PyPA
•added 2025/09/17 10:15 a.m.•15 views

PYSEC-2025-151

An Improper Input Validation vulnerability in the scanning logic of mmaitre314 picklescan versions up to and including 0.0.30 allows a remote attacker to bypass pickle files security checks by supplying a standard pickle file with a PyTorch-related file extension. When the pickle file incorrectly...

9.3CVSS7.5AI score0.0084EPSS
SaveExploits1References2Affected Software1
PyPA
PyPA
•added 2025/09/15 5:15 p.m.•15 views

PYSEC-2025-143

wangxutech MoneyPrinterTurbo 1.2.6 allows path traversal via /api/v1/download/ URIs such as /api/v1/download//etc/passwd...

6.3CVSS5.8AI score0.00314EPSS
SaveExploits0References4Affected Software1
PyPA
PyPA
•added 2025/09/09 12:15 a.m.•15 views

PYSEC-2025-142

MONAI Medical Open Network for AI is an AI toolkit for health care imaging. In versions up to and including 1.5.0, the pickleoperations function in monai/data/utils.py automatically handles dictionary key-value pairs ending with a specific suffix and deserializes them using pickle.loads . This...

8.8CVSS5.8AI score0.00645EPSS
SaveExploits1References1Affected Software1
PyPA
PyPA
•added 2025/07/31 9:15 p.m.•15 views

PYSEC-2025-183

pyjwt v2.10.1 was discovered to contain weak encryption. NOTE: this is disputed by the Supplier because the key length is chosen by the application that uses the library admittedly, library users may benefit from a minimum value and a mechanism for opting in to strict enforcement...

7CVSS5.8AI score0.0016EPSS
SaveExploits0References3Affected Software1
PyPA
PyPA
•added 2025/07/23 4:15 p.m.•15 views

PYSEC-2025-137

A cross-site scripting XSS vulnerability in the component /blog/blogpost/add of Mezzanine CMS v6.1.0 allows attackers to execute arbitrary web scripts or HTML via injecting a crafted payload into a blog post...

4.8CVSS5.9AI score0.0058EPSS
SaveExploits3References3Affected Software1
PyPA
PyPA
•added 2025/07/13 8:15 p.m.•15 views

PYSEC-2025-69

In Roundup before 2.5.0, XSS can occur via interaction between URLs and issue tracker templates devel and responsive...

6.4CVSS6.5AI score0.0019EPSS
SaveExploits0References3Affected Software1
PyPA
PyPA
•added 2025/07/07 1:15 p.m.•15 views

PYSEC-2025-65

A path traversal vulnerability exists in run-llama/llamaindex versions 0.12.27 through 0.12.40, specifically within the encodeimage function in genericutils.py. This vulnerability allows an attacker to manipulate the imagepath input to read arbitrary files on the server, including sensitive syste...

7.5CVSS6.8AI score0.00545EPSS
SaveExploits1References2Affected Software1
PyPA
PyPA
•added 2025/06/19 9:15 p.m.•15 views

PYSEC-2025-67

A vulnerability classified as critical was found in Upsonic up to 0.55.6. This vulnerability affects the function os.path.join of the file markdown/server.py. The manipulation of the argument file.filename leads to path traversal. The exploit has been disclosed to the public and may be used...

9.8CVSS6.6AI score0.00689EPSS
SaveExploits1References8Affected Software1
PyPA
PyPA
•added 2025/06/13 2:15 p.m.•15 views

PYSEC-2025-255

A credential leak in OpenC3 COSMOS before v6.0.2 allows attackers to access service credentials as environment variables stored in all containers...

7.5CVSS6.1AI score0.00454EPSS
SaveExploits1References5Affected Software1
PyPA
PyPA
•added 2025/06/10 4:15 p.m.•15 views

PYSEC-2025-79

Nautobot is a Network Source of Truth and Network Automation Platform. All users of Nautobot versions prior to 2.4.10 or prior to 1.6.32 are potentially affected. Due to insufficient security configuration of the Jinja2 templating feature used in computed fields, custom links, etc. in Nautobot, a...

7.1CVSS5.8AI score0.00318EPSS
SaveExploits0References5Affected Software1
PyPA
PyPA
•added 2025/05/31 1:15 a.m.•15 views

PYSEC-2025-44

django-helpdesk before 1.0.0 allows Sensitive Data Exposure because of os.umask0 in models.py...

5.1CVSS7AI score0.00191EPSS
SaveExploits1References4Affected Software1
PyPA
PyPA
•added 2025/05/26 3:15 a.m.•15 views

PYSEC-2025-172

A vulnerability was found in Open Asset Import Library Assimp 5.4.3 and classified as problematic. This issue affects the function MDCImporter::ValidateSurfaceHeader of the file assimp/code/AssetLib/MDC/MDCLoader.cpp. The manipulation of the argument pcSurface2 leads to out-of-bounds read...

5.5CVSS4.8AI score0.00249EPSS
SaveExploits1References6Affected Software1
PyPA
PyPA
•added 2025/04/07 8:15 p.m.•15 views

PYSEC-2025-117

Buffer Overflow vulnerability in gdal 3.10.2 allows a local attacker to cause a denial of service via the OGRSpatialReference::Release function. NOTE: the Supplier indicates that the report is invalid and could not be reproduced...

5.5CVSS5.8AI score0.00219EPSS
SaveExploits1References2Affected Software1
PyPA
PyPA
•added 2025/03/31 2:15 p.m.•15 views

PYSEC-2025-192

A vulnerability was found in PyTorch 2.6.0. It has been declared as critical. Affected by this vulnerability is the function torch.nn.utils.rnn.padpackedsequence. The manipulation leads to memory corruption. Local access is required to approach this attack. The exploit has been disclosed to the...

5.3CVSS5.5AI score0.00198EPSS
SaveExploits0References6Affected Software1
PyPA
PyPA
•added 2025/03/25 8:15 a.m.•15 views

PYSEC-2025-163

A vulnerability was found in Open Asset Import Library Assimp 5.4.3 and classified as problematic. This issue affects the function fastatorealmove in the library include/assimp/fastatof.h of the component CSM File Handler. The manipulation leads to out-of-bounds read. The attack may be initiated...

8.8CVSS4.9AI score0.00662EPSS
SaveExploits1References5Affected Software1
PyPA
PyPA
•added 2025/03/20 10:15 a.m.•15 views

PYSEC-2025-222

vllm-project vllm version 0.6.0 contains a vulnerability in the AsyncEngineRPCServer RPC server entrypoints. The core functionality runserverloop calls the function makehandlercoro, which directly uses cloudpickle.loads on received messages without any sanitization. This can result in remote code...

9.8CVSS7.4AI score0.01356EPSS
SaveExploits1References2Affected Software1
PyPA
PyPA
•added 2025/01/23 1:15 a.m.•15 views

PYSEC-2025-130

lunasvg v3.0.0 was discovered to contain a segmentation violation via the component plutovgpathaddpath...

6.5CVSS5.7AI score0.00349EPSS
SaveExploits1References2Affected Software1
PyPA
PyPA
•added 2025/01/21 3:15 p.m.•15 views

PYSEC-2025-12

CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyzer and Clang Tidy. Cross-site request forgery allows an unauthenticated attacker to hijack the authentication of a logged in user, and use the web API with the same permissions,including but not...

8.2CVSS7.2AI score0.00252EPSS
SaveExploits1References1Affected Software1
PyPA
PyPA
•added 2024/12/12 2:02 a.m.•15 views

PYSEC-2024-297

OpenCTI is an open-source cyber threat intelligence platform. In versions below 6.2.18, because the function to limit the rate of OTP does not exist, an attacker with valid credentials or a malicious user who commits internal fraud can break through the two-factor authentication and hijack the...

8.1CVSS5.8AI score0.00583EPSS
SaveExploits0References1Affected Software1
PyPA
PyPA
•added 2024/11/28 5:15 p.m.•15 views

PYSEC-2024-161

Deserialization of untrusted data in IPC and Parquet readers in the Apache Arrow R package versions4.0.0 through 16.1.0 allows arbitrary code execution. An application is vulnerable if it reads Arrow IPC, Feather or Parquet data from untrusted sources for example, user-supplied input files. This...

9.8CVSS7.7AI score0.02322EPSS
SaveExploits0References3Affected Software1
Total number of security vulnerabilities5000