Lucene search
+L

114101 matches found

OSV
OSV
•added 2026/07/13 3:02 p.m.•12 views

PYSEC-2026-3427 Wooey has an Incorrect Privilege Assignment issue

A vulnerability was determined in Wooey up to 0.13.2. The impacted element is the function addorupdatescript of the file wooey/api/scripts.py of the component API Endpoint. Executing a manipulation can lead to improper authorization. It is possible to launch the attack remotely. The exploit has...

6.3CVSS6.2AI score0.00215EPSS
SaveExploits0References11
OSV
OSV
•added 2026/07/13 3:02 p.m.•10 views

PYSEC-2026-2351 Apache Airflow's authenticated /ui/dags endpoint did not enforce per-DAG access control on embedded Human-in-the-Loop (HITL) and TaskInstance record

The authenticated /ui/dags endpoint did not enforce per-DAG access control on embedded Human-in-the-Loop HITL and TaskInstance records: a logged-in Airflow user with read access to at least one DAG could retrieve HITL prompts including their request parameters and full TaskInstance details for DA...

4.3CVSS6.1AI score0.00352EPSS
SaveExploits0References8
OSV
OSV
•added 2026/07/13 3:02 p.m.•9 views

PYSEC-2026-2359 Apache Airflow allows code execution through crafted XCom payloads

Dag Authors, who normally should not be able to execute code in the webserver context could craft XCom payload causing the webserver to execute arbitrary code. Since Dag Authors are already highly trusted, severity of this issue is Low. Users are recommended to upgrade to Apache Airflow 3.2.0,...

7.2CVSS6.3AI score0.00822EPSS
SaveExploits0References8
OSV
OSV
•added 2026/07/13 3:02 p.m.•9 views

PYSEC-2026-2361 Apache Airflow exposes SQL stack trace despite "api/expose_stack_traces" set to false

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...

5.3CVSS6.1AI score0.00449EPSS
SaveExploits0References8
OSV
OSV
•added 2026/07/13 3:02 p.m.•9 views

PYSEC-2026-2362 Apache Airflow Exposes Secrets in Variables Saved as JSON Dictionaries

Secrets in Variables saved as JSON dictionaries were not properly redacted - in case the variables were retrieved by the user the secrets stored as nested fields were not masked. If developers do not store variables with sensitive values in JSON form, their projects are not affected. Otherwise...

3.7CVSS6.1AI score0.00421EPSS
SaveExploits0References8
OSV
OSV
•added 2026/07/13 3:02 p.m.•9 views

PYSEC-2026-2360 Apache Airflow allows users with asset materialize permissions to trigger DAGs outside of their permissions

UI / API User with asset materialize permission could trigger dags they had no access to. Users are advised to migrate to Airflow version 3.2.0 that fixes the issue...

7.5CVSS6.1AI score0.00426EPSS
SaveExploits0References7
OSV
OSV
•added 2026/07/13 3:02 p.m.•9 views

PYSEC-2026-3011 pypdf: Manipulated FlateDecode predictor parameters can exhaust RAM

Impact An attacker who uses this vulnerability can craft a PDF which leads to the RAM being exhausted. This requires accessing a stream compressed using /FlateDecode with a /Predictor unequal 1 and large predictor parameters. Patches This has been fixed in pypdf==6.10.2. Workarounds If you cannot...

6.8CVSS6AI score0.00226EPSS
SaveExploits0References8
OSV
OSV
•added 2026/07/13 3:02 p.m.•9 views

PYSEC-2026-2352 Apache Airflow: JWT token appearing in logs

JWT Tokens used by tasks were exposed in logs. This could allow UI users to act as Dag Authors. Users are advised to upgrade to Airflow version that contains fix. Users are recommended to upgrade to version 3.2.0, which fixes this issue...

7.5CVSS6.1AI score0.00739EPSS
SaveExploits0References9
OSV
OSV
•added 2026/07/13 3:02 p.m.•9 views

PYSEC-2026-3038 python-multipart affected by Denial of Service via large multipart preamble or epilogue data

Summary A denial of service vulnerability exists when parsing crafted multipart/form-data requests with large preamble or epilogue sections. Details Two inefficient multipart parsing paths could be abused with attacker-controlled input. Before the first multipart boundary, the parser handled...

5.3CVSS6.1AI score0.00351EPSS
SaveExploits0References6
OSV
OSV
•added 2026/07/13 3:02 p.m.•9 views

PYSEC-2026-2344 Apache Airlfow: Sensitive Azure Service Bus connection string (and possibly other providers) exposed to users with view access

The accesskey and connectionstring connection properties were not marked as sensitive names in secrets masker. This means that user with read permission could see the values in Connection UI, as well as when Connection was accidently logged to logs, those values could be seen in the logs. Azure...

6.5CVSS6.1AI score0.00552EPSS
SaveExploits0References8
OSV
OSV
•added 2026/07/13 3:02 p.m.•9 views

PYSEC-2026-2340 ajenti.plugin.core has race conditions in 2FA

Impact If the 2FA was activated, it was possible during a short moment after the authentication of an user to bypass its authentication. Patches This is fixed in the version 0.112. Users should upgrade to this version as soon as possible...

9.1CVSS6.1AI score0.00232EPSS
SaveExploits0References5
CVE
CVE
•added 2026/07/13 3:00 p.m.•51 views

CVE-2026-58065

The CVE affects the Apache Airflow Git provider when performing git-over-SSH operations with StrictHostKeyChecking=no, which disables SSH host-key verification and enables MITM risk between an Airflow worker and the Git server. Deployments that clone over SSH using a deploy key or involve the Git...

8.1CVSS6.1AI score0.00736EPSS
SaveExploits0References3Affected Software1
OSV
OSV
•added 2026/07/13 3:00 p.m.•14 views

CVE-2026-58065 Apache Airflow Git provider: Git provider hook defaults to StrictHostKeyChecking=no, disabling SSH host-key verification

The Apache Airflow Git provider runs its git-over-SSH operations with StrictHostKeyChecking=no by default, disabling SSH host-key verification. An attacker who can intercept the network path between an Airflow worker and the Git server can impersonate the server man-in-the-middle, capturing the S...

8.1CVSS6.1AI score
SaveExploits0References6
OSV
OSV
•added 2026/07/13 2:36 p.m.•13 views

PYSEC-2026-2545 kedro-datasets has a path traversal vulnerability in PartitionedDataset that allows arbitrary file write

Impact PartitionedDataset in kedro-datasets was vulnerable to path traversal. Partition IDs were concatenated directly with the dataset base path without validation. An attacker or malicious input containing .. components in a partition ID could cause files to be written outside the configured...

6.5CVSS6.1AI score0.00427EPSS
SaveExploits0References9
OSV
OSV
•added 2026/07/13 2:36 p.m.•8 views

PYSEC-2026-2533 LTI JupyterHub Authenticator: Unbounded Memory Growth via Nonce Storage (Denial of Service)

Summary The LTI 1.1 validator stores OAuth nonces in a class-level dictionary that grows without bounds. Nonces are added before signature validation, so an attacker with knowledge of a valid consumer key can send repeated requests with unique nonces to gradually exhaust server memory, causing a...

5.9CVSS6.1AI score0.00329EPSS
SaveExploits0References6
OSV
OSV
•added 2026/07/13 2:36 p.m.•12 views

PYSEC-2026-2460 D-Tale: Remote Code Execution through redis/shelf storage

Impact Users hosting D-Tale publicly while using a redis or shelf storage layer could be vulnerable to remote code execution allowing attackers to run malicious code on the server. Patches Users should upgrade to version 3.22.0. Workarounds There are no workarounds for versions 3.22.0...

5.3CVSS6.5AI score0.00622EPSS
SaveExploits0References5
Snyk
Snyk
•added 2026/07/13 2:36 p.m.•9 views

Improper Authentication

Overview lightrag-hku is a LightRAG: Simple and Fast Retrieval-Augmented Generation Affected versions of this package are vulnerable to Improper Authentication via the file lightrag/api/config.py that uses a default JWT secret "lightrag-jwt-default-secret" when the TOKENSECRET environment variabl...

8.7CVSS6.1AI score0.0012EPSS
SaveExploits0References3
OSV
OSV
•added 2026/07/13 2:36 p.m.•9 views

PYSEC-2026-2367 Apache Airflow Providers Http has Unsafe Pickle Deserializatio leading to RCE via HttpOperator

A user with access to the DB could craft a database entry that would result in executing code on Triggerer - which gives anyone who have access to DB the same permissions as Dag Author. Since direct DB access is not usual and recommended for Airflow, the likelihood of it making any damage is low...

8.8CVSS7.1AI score0.00695EPSS
SaveExploits1References8
OSV
OSV
•added 2026/07/13 2:36 p.m.•7 views

PYSEC-2026-2630 mcp-server-git : Path traversal in git_add allows staging files outside repository boundaries

In mcp-server-git versions prior to 2026.1.14, the gitadd tool did not validate that file paths provided in the files argument were within the repository boundaries. The tool used GitPython's repo.index.add, which did not enforce working-tree boundary checks for relative paths. As a result,...

6.4CVSS6.1AI score0.00287EPSS
SaveExploits0References7
OSV
OSV
•added 2026/07/13 2:36 p.m.•12 views

PYSEC-2026-2376 Apache Superset: Read-Only Bypass via Improper Input Validation on PostgreSQL Connections

An Improper Input Validation vulnerability exists in Apache Superset that allows an authenticated user with SQLLab access to bypass the read-only verification check when using a PostgreSQL database connection. While the system effectively blocks standard Data Manipulation Language DML statements...

7.1CVSS6.1AI score0.00348EPSS
SaveExploits0References6
Rows per page
Query Builder