Lucene search
+L
PypaMost viewed

7587 matches found

PyPA
PyPA
added 2026/06/09 9:16 a.m.21 views

PYSEC-2026-208

The Apache Airflow Samba provider's GCSToSambaOperator joined GCS object names to the SMB destination path without a containment check, so an object named with ../ segments resolved a write path outside the configured destinationpath. An attacker able to write objects into the source GCS bucket —...

6.5CVSS5.5AI score0.00624EPSS
SaveExploits0References4Affected Software1
PyPA
PyPA
added 2026/06/04 12:16 a.m.21 views

PYSEC-2026-211

A security flaw has been discovered in gradio-app gradio 6.14.0. This affects the function saveaudiotocache of the component Audio Cache Key Handler. Performing a manipulation results in use of weak hash. The attack must be initiated from a local position. The attack is considered to have high...

2.5CVSS4.8AI score0.00106EPSS
SaveExploits1References8Affected Software1
PyPA
PyPA
added 2026/06/03 2:16 p.m.21 views

PYSEC-2026-214

daphne before 4.2.2 reconstructs a raw HTTP request from Twisted's parsed headers and feeds it to autobahn for WebSocket handshake processing. Twisted does not treat \x0b, \x0c, \x1c, \x1d, \x1e, or \x85 as header line separators, but autobahn decodes header values to str and calls splitlines. An...

5.3CVSS5.4AI score0.00172EPSS
SaveExploits0References2Affected Software1
PyPA
PyPA
added 2026/05/27 6:16 p.m.21 views

PYSEC-2026-189

BentoML is a Python library for building online serving systems optimized for AI apps and model inference. Prior to 1.4.39, src/bentoml/internal/container/frontend/dockerfile/templates/basev2.j2 interpolates docker.baseimage raw with no escaping, newline filtering, or validation. A malicious...

8.8CVSS5.9AI score0.00317EPSS
SaveExploits1References1Affected Software1
PyPA
PyPA
added 2026/05/27 6:16 p.m.21 views

PYSEC-0000-CVE-2026-44346

BentoML is a Python library for building online serving systems optimized for AI apps and model inference. Prior to 1.4.39, a malicious bentofile.yaml containing a newline-injected value in envs.name produces unquoted RUN directives in the BentoML-generated Dockerfile. When the victim runs bentom...

8.8CVSS5.9AI score0.00321EPSS
SaveExploits1References1Affected Software1
PyPA
PyPA
added 2026/04/15 7:16 p.m.21 views

PYSEC-2026-155

Weblate is a web based localization tool. In versions prior to 5.17, the user patching API endpoint didn't properly limit the scope of edits. This issue has been fixed in version 5.17...

8.8CVSS5.7AI score0.00391EPSS
SaveExploits0References2Affected Software1
PyPA
PyPA
added 2026/04/09 10:16 a.m.21 views

PYSEC-2026-21

Apache Airflow versions 3.0.0 through 3.1.8 DagRun wait endpoint returns XCom result values even to users who only have DAG Run read permissions, such as the Viewer role.This behavior conflicts with the FAB RBAC model, which treats XCom as a separate protected resource, and with the security mode...

6.5CVSS5.9AI score0.00685EPSS
SaveExploits0References4Affected Software1
PyPA
PyPA
added 2026/04/07 5:16 p.m.21 views

PYSEC-2026-124

pyLoad is a free and open-source download manager written in Python. Prior to 0.5.0b3.dev97, the safeextractall function in src/pyload/plugins/extractors/UnTar.py uses os.path.commonprefix for its path traversal check, which performs character-level string comparison rather than path-level...

8.1CVSS5.8AI score0.00327EPSS
SaveExploits2References1Affected Software1
PyPA
PyPA
added 2026/04/07 4:16 p.m.21 views

PYSEC-2026-28

changedetection.io is a free open source web page change detection tool. Prior to 0.54.8, the @loginoptionallyrequired decorator is placed before outer to @blueprint.route instead of after it. In Flask, @route must be the outermost decorator because it registers the function it receives. When the...

9.8CVSS5.8AI score0.00536EPSS
SaveExploits1References1Affected Software1
PyPA
PyPA
added 2026/04/07 3:17 p.m.21 views

PYSEC-2026-53

An issue was discovered in 6.0 before 6.0.4, 5.2 before 5.2.13, and 4.2 before 4.2.30.Admin changelist forms using ModelAdmin.listeditable incorrectly allowed newinstances to be created via forged POST data.Earlier, unsupported Django series such as 5.0.x, 4.1.x, and 3.2.x were not evaluated and...

2.7CVSS5.8AI score0.00294EPSS
SaveExploits0References4Affected Software1
PyPA
PyPA
added 2026/04/07 3:17 p.m.21 views

PYSEC-2026-49

An issue was discovered in 6.0 before 6.0.4, 5.2 before 5.2.13, and 4.2 before 4.2.30.ASGI requests with a missing or understated Content-Length header couldbypass the DATAUPLOADMAXMEMORYSIZE limit when readingHttpRequest.body, allowing remote attackers to load an unbounded request body...

7.5CVSS5.8AI score0.00769EPSS
SaveExploits0References4Affected Software1
PyPA
PyPA
added 2026/04/02 6:16 p.m.21 views

PYSEC-2026-2260

Poetry is a dependency manager for Python. From version 1.4.0 to before version 2.3.3, a crafted wheel can contain ../ paths that Poetry writes to disk without containment checks, allowing arbitrary file write with the privileges of the Poetry process. It is reachable from untrusted package...

7.1CVSS6.8AI score0.00468EPSS
SaveExploits1References4Affected Software1
PyPA
PyPA
added 2026/03/31 10:16 p.m.21 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/24 2:16 p.m.21 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/17 4:16 p.m.21 views

PYSEC-2026-117

OpenCTI is an open source platform for managing cyber threat intelligence knowledge and observables. Prior to version 6.9.1, the GraphQL mutations "IndividualDeletionDeleteMutation" is intended to allow users to delete individual entity objects respectively. However, it was observed that this...

8.1CVSS5.8AI score0.00227EPSS
SaveExploits0References1Affected Software1
PyPA
PyPA
added 2026/03/17 11:16 a.m.21 views

PYSEC-2026-14

Apache Airflow versions 3.0.0 through 3.1.7FastAPI DagVersion listing API does not apply per-DAG authorization filtering when the request is made with dagid set to "" wildcard for all DAGs. As a result, version metadata of DAGs that the requester is not authorized to access is returned.Users are...

6.5CVSS5.8AI score0.00406EPSS
SaveExploits0References4Affected Software1
PyPA
PyPA
added 2026/03/17 11:16 a.m.21 views

PYSEC-2026-17

Apache Airflow versions 3.1.0 through 3.1.7 missing authorization vulnerability in the Execution API's Human-in-the-Loop HITL endpoints that allows any authenticated task instance to read, approve, or reject HITL workflows belonging to any other task instance.Users are recommended to upgrade to...

8.1CVSS5.8AI score0.00409EPSS
SaveExploits0References4Affected Software1
PyPA
PyPA
added 2026/03/09 4:16 p.m.21 views

PYSEC-2026-84

An issue pertaining to CWE-312: Cleartext Storage of Sensitive Information was discovered in lesspass lesspass v9.6.9 which allows attackers to obtain sensitive information...

6.5CVSS5.8AI score0.00167EPSS
SaveExploits0References3Affected Software1
PyPA
PyPA
added 2026/02/18 11:16 a.m.21 views

PYSEC-2026-5

A security flaw has been discovered in admesh up to 0.98.5. This issue affects the function stlchecknormalvector of the file src/normals.c. Performing a manipulation results in heap-based buffer overflow. The attack must be initiated from a local position. The exploit has been released to the...

7.8CVSS6AI score0.0025EPSS
SaveExploits1References7Affected Software1
PyPA
PyPA
added 2026/02/13 12:16 p.m.21 views

PYSEC-2026-26

Improper Control of Generation of Code 'Code Injection' vulnerability in Apache Avro Java SDK when generating specific records from untrusted Avro schemas.This issue affects Apache Avro Java SDK: all versions through 1.11.4 and version1.12.0.Users are recommended to upgrade to version 1.12.1 or...

7.3CVSS7.2AI score0.00612EPSS
SaveExploits0References2Affected Software1
PyPA
PyPA
added 2026/02/09 11:16 a.m.21 views

PYSEC-2026-12

Apache Airflow versions 3.0.0 - 3.1.7, has vulnerability that allows authenticated UI users with permission to one or more specific Dags to view import errors generated by other Dags they did not have access to. Users are advised to upgrade to 3.1.7 or later, which resolves this issue...

6.5CVSS5.8AI score0.00753EPSS
SaveExploits0References4Affected Software1
PyPA
PyPA
added 2026/02/03 3:16 p.m.21 views

PYSEC-2026-46

An issue was discovered in 6.0 before 6.0.2, 5.2 before 5.2.11, and 4.2 before 4.2.28.FilteredRelation is subject to SQL injection in column aliases via control characters, using a suitably crafted dictionary, with dictionary expansion, as the kwargs passed to QuerySet methods annotate, aggregate...

5.4CVSS7.3AI score0.008EPSS
SaveExploits0References4Affected Software1
PyPA
PyPA
added 2026/02/03 3:16 p.m.21 views

PYSEC-2026-45

An issue was discovered in 6.0 before 6.0.2, 5.2 before 5.2.11, and 4.2 before 4.2.28.django.utils.text.Truncator.chars and Truncator.words methods with html=True and the truncatecharshtml and truncatewordshtml template filters allow a remote attacker to cause a potential denial-of-service via...

7.5CVSS7.1AI score0.01055EPSS
SaveExploits0References4Affected Software1
PyPA
PyPA
added 2026/02/03 3:16 p.m.21 views

PYSEC-2026-42

An issue was discovered in 6.0 before 6.0.2, 5.2 before 5.2.11, and 4.2 before 4.2.28.The django.contrib.auth.handlers.modwsgi.checkpassword function for authentication via modwsgi allows remote attackers to enumerate users via a timing attack.Earlier, unsupported Django series such as 5.0.x,...

5.3CVSS5.8AI score0.00758EPSS
SaveExploits0References4Affected Software1
PyPA
PyPA
added 2025/12/23 9:15 p.m.21 views

PYSEC-2025-212

Hugging Face Transformers Transformer-XL 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...

7.8CVSS7.6AI score0.00329EPSS
SaveExploits0References1Affected Software1
PyPA
PyPA
added 2025/12/23 9:15 p.m.21 views

PYSEC-2025-214

Hugging Face Transformers SEW convertconfig Code Injection 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 in that the targe...

7.8CVSS7.6AI score0.00342EPSS
SaveExploits0References1Affected Software1
PyPA
PyPA
added 2025/12/16 1:15 a.m.21 views

PYSEC-2025-113

Fickling is a Python pickling decompiler and static analyzer. Versions prior to 0.1.6 had a bypass caused by pty missing from the block list of unsafe module imports. This led to unsafe pickles based on pty.spawn being incorrectly flagged as LIKELYSAFE, and was fixed in version 0.1.6. This impact...

8.5CVSS5.8AI score0.0027EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
added 2025/12/15 2:15 p.m.21 views

PYSEC-2025-110

An issue was discovered in allauth-django before 65.13.0. IdP: marking a user as isactive=False after having handed tokens for that user while the account was still active had no effect. Fixed the access/refresh tokens are now rejected...

5.4CVSS5.8AI score0.00165EPSS
SaveExploits0References2Affected Software1
PyPA
PyPA
added 2025/12/15 12:15 a.m.21 views

PYSEC-2025-135

A flaw has been found in Mayan EDMS up to 4.10.1. The impacted element is an unknown function of the file /authentication/. This manipulation causes open redirect. It is possible to initiate the attack remotely. The exploit has been published and may be used. Upgrading to version 4.10.2 is...

6.1CVSS5.3AI score0.0046EPSS
SaveExploits1References7Affected Software1
PyPA
PyPA
added 2025/11/05 3:15 p.m.21 views

PYSEC-2025-108

An issue was discovered in 5.1 before 5.1.14, 4.2 before 4.2.26, and 5.2 before 5.2.8.The methods QuerySet.filter, QuerySet.exclude, and QuerySet.get, and the class Q, are subject to SQL injection when using a suitably crafted dictionary, with dictionary expansion, as the connector...

9.1CVSS7.3AI score0.19396EPSS
SaveExploits10References5Affected Software1
PyPA
PyPA
added 2025/10/20 8:15 p.m.21 views

PYSEC-2025-188

Taguette is an open source qualitative research tool. An issue has been discovered in Taguette versions prior to 1.5.0. It was possible for a project member to put JavaScript in name or description fields which would run on project load. This issue has been patched in version 1.5.0...

5.4CVSS5.7AI score0.00178EPSS
SaveExploits0References2Affected Software1
PyPA
PyPA
added 2025/10/05 1:15 a.m.21 views

PYSEC-2025-155

A vulnerability was determined in Open Asset Import Library Assimp 6.0.2. Affected is the function Q3DImporter::InternReadFile of the file assimp/code/AssetLib/Q3D/Q3DLoader.cpp. This manipulation causes allocation of resources. The attack is restricted to local execution. The exploit has been...

5.5CVSS5.4AI score0.00206EPSS
SaveExploits1References5Affected Software1
PyPA
PyPA
added 2025/10/01 7:15 p.m.21 views

PYSEC-2025-106

An issue was discovered in Django 4.2 before 4.2.25, 5.1 before 5.1.13, and 5.2 before 5.2.7. QuerySet.annotate, QuerySet.alias, QuerySet.aggregate, and QuerySet.extra are subject to SQL injection in column aliases, when using a suitably crafted dictionary, with dictionary expansion, as the kwarg...

9.8CVSS7.2AI score0.00625EPSS
SaveExploits0References5Affected Software1
PyPA
PyPA
added 2025/09/25 3:16 p.m.21 views

PYSEC-2025-203

An issue in the component torch.linalg.lu of pytorch v2.8.0 allows attackers to cause a Denial of Service DoS when performing a slice operation...

7.5CVSS6.3AI score0.00423EPSS
SaveExploits0References2Affected Software1
PyPA
PyPA
added 2025/07/22 5:15 p.m.21 views

PYSEC-2025-102

Local File Inclusion in dagster.grpc.impl.getnotebookdata in Dagster 1.10.14 allows attackers with access to the gRPC server to read arbitrary files by supplying path traversal sequences in the notebookpath field of ExternalNotebookData requests, bypassing the intended extension-based check...

6.6CVSS5.9AI score0.00545EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
added 2025/06/19 9:15 p.m.21 views

PYSEC-2025-68

A vulnerability, which was classified as critical, has been found in Upsonic up to 0.55.6. This issue affects the function cloudpickle.loads of the file /tools/addtool of the component Pickle Handler. The manipulation leads to deserialization. The exploit has been disclosed to the public and may ...

8CVSS6.5AI score0.00569EPSS
SaveExploits1References9Affected Software1
PyPA
PyPA
added 2025/06/13 2:15 p.m.21 views

PYSEC-2025-150

Weak password requirements in OpenC3 COSMOS v6.0.0 allow attackers to bypass authentication via a brute force attack...

9.8CVSS5.8AI score0.006EPSS
SaveExploits1References2Affected Software1
PyPA
PyPA
added 2025/03/30 4:15 p.m.21 views

PYSEC-2025-191

A vulnerability, which was classified as problematic, has been found in PyTorch 2.6.0+cu124. Affected by this issue is the function torch.mkldnnmaxpool2d. The manipulation leads to denial of service. An attack has to be approached locally. The exploit has been disclosed to the public and may be...

5.5CVSS4.7AI score0.00256EPSS
SaveExploits1References7Affected Software1
PyPA
PyPA
added 2025/03/25 9:15 a.m.21 views

PYSEC-2025-166

A vulnerability was found in Open Asset Import Library Assimp 5.4.3. It has been rated as critical. Affected by this issue is the function Assimp::AC3DImporter::ConvertObjectSection of the file code/AssetLib/AC/ACLoader.cpp of the component AC3D File Handler. The manipulation of the argument...

8.8CVSS6.2AI score0.00458EPSS
SaveExploits1References5Affected Software1
PyPA
PyPA
added 2025/03/20 10:15 a.m.21 views

PYSEC-2025-80

A path traversal vulnerability exists in modelscope/agentscope version v.0.0.4. The API endpoint /api/file does not properly sanitize the path parameter, allowing an attacker to read arbitrary files on the server...

7.5CVSS7.2AI score0.00757EPSS
SaveExploits1References2Affected Software1
PyPA
PyPA
added 2025/03/17 8:15 a.m.21 views

PYSEC-2025-227

A vulnerability was found in WebAssembly wabt 1.0.36 and classified as critical. This issue affects the function wabt::interp::anonymous namespace::BinaryReaderInterp::OnExport of the file wabt/src/interp/binary-reader-interp.cc of the component Malformed File Handler. The manipulation leads to...

8.8CVSS6.4AI score0.00567EPSS
SaveExploits1References7Affected Software1
PyPA
PyPA
added 2025/01/23 1:15 a.m.21 views

PYSEC-2025-131

lunasvg v3.0.0 was discovered to contain a allocation-size-too-big bug via the component plutovgsurfacecreate...

7.5CVSS5.7AI score0.00456EPSS
SaveExploits1References2Affected Software1
PyPA
PyPA
added 2024/11/22 8:15 p.m.21 views

PYSEC-2024-310

Sentry is an error tracking and performance monitoring platform. Version 24.11.0, and only version 24.11.0, is vulnerable to a scenario where a specific error message generated by the Sentry platform could include a plaintext Client ID and Client Secret for an application integration. The Client ...

5.3CVSS5.8AI score0.00651EPSS
SaveExploits0References3Affected Software1
PyPA
PyPA
added 2024/10/24 9:15 p.m.21 views

PYSEC-2024-294

A segmentation fault SEGV was detected in the SortByPTypeProcess::Execute function in the Assimp library during fuzz testing with AddressSanitizer. The crash occurred due to a read access to an invalid memory address 0x1000c9714971...

6.2CVSS6.5AI score0.00232EPSS
SaveExploits1References1Affected Software1
PyPA
PyPA
added 2024/06/06 7:15 p.m.21 views

PYSEC-2024-105

A race condition vulnerability exists in zenml-io/zenml versions up to and including 0.55.3, which allows for the creation of multiple users with the same username when requests are sent in parallel. This issue was fixed in version 0.55.5. The vulnerability arises due to insufficient handling of...

3.1CVSS6.7AI score0.00291EPSS
SaveExploits0References3Affected Software1
PyPA
PyPA
added 2024/04/25 6:15 p.m.21 views

PYSEC-2024-163

Vyper is a pythonic Smart Contract Language for the Ethereum virtual machine. Prior to version 0.3.0, default functions don't respect nonreentrancy keys and the lock isn't emitted. No vulnerable production contracts were found. Additionally, using a lock on a default function is a very sparsely...

5.3CVSS6.9AI score0.00415EPSS
SaveExploits0References4Affected Software1
PyPA
PyPA
added 2023/12/13 9:15 a.m.21 views

PYSEC-2023-293

An authentication bypass vulnerability has been found in Repox, which allows a remote user to send a specially crafted POST request, due to the lack of any authentication method, resulting in the alteration or creation of users...

9.4CVSS7.2AI score0.00855EPSS
SaveExploits0References1Affected Software1
PyPA
PyPA
added 2023/10/23 5:15 p.m.21 views

PYSEC-2023-319

WebAssembly wabt 1.0.33 has an Out-of-Bound Memory Read in in DataSegment::IsValidRange, which lead to segmentation fault...

5.5CVSS6AI score0.00205EPSS
SaveExploits0References1Affected Software1
PyPA
PyPA
added 2023/10/11 6:15 p.m.21 views

PYSEC-2023-196

vantage6 is privacy preserving federated learning infrastructure. Versions prior to 4.0.0 use pickle, which has known security issue, as a default serialization module but that has known security issues. All users of vantage6 that post tasks with the default serialization are affected. Version...

7.2CVSS6.8AI score0.00892EPSS
SaveExploits1References5Affected Software1
PyPA
PyPA
added 2023/09/29 9:14 p.m.21 views

PYSEC-2023-182

opencv-contrib-python-headless versions before v4.8.1.78 bundled libwebp binaries in wheels that are vulnerable to CVE-2023-4863. opencv-contrib-python-headless v4.8.1.78 upgrades the bundled libwebp binary to v1.3.2...

8.8CVSS8.1AI score0.99979EPSS
SaveExploits9References3Affected Software1
Total number of security vulnerabilities5000