Lucene search
+L

108999 matches found

OSV
OSV
added 2026/07/07 4:02 p.m.13 views

PYSEC-2026-1999 urllib3 redirects are not disabled when retries are disabled on PoolManager instantiation

urllib3 handles redirects and retries using the same mechanism, which is controlled by the Retry object. The most common way to disable redirects is at the request level, as follows: python resp = urllib3.request"GET", "https://httpbin.org/redirect/1", redirect=False printresp.status 302 However,...

5.3CVSS6.4AI score0.00408EPSS
SaveExploits1References7
PyPA
PyPA
added 2026/07/07 4:02 p.m.18 views

LlamaIndex Vulnerable to Denial of Service (DoS)

A Denial of Service DoS vulnerability has been identified in the KnowledgeBaseWebReader class of the run-llama/llamaindex project, affecting version latestv0.12.15. The vulnerability arises due to inappropriate secure coding measures, specifically the lack of proper implementation of the maxdepth...

7.5CVSS5.8AI score0.005EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2026/07/07 3:26 p.m.10 views

GO-2026-5900 SFTPGo has stored XSS via inline parameter on public shares and user file download in github.com/drakkan/sftpgo

SFTPGo has stored XSS via inline parameter on public shares and user file download in github.com/drakkan/sftpgo...

3.7CVSS5.9AI score0.002EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/07 2:34 p.m.11 views

PYSEC-2026-1441 H2O Vulnerable to Arbitrary File Overwrite

In h2oai/h2o-3 version 3.46.0, the /99/Models/name/json endpoint allows for arbitrary file overwrite on the target server. The vulnerability arises from the exportModelDetails function in ModelsHandler.java, where the user-controllable mexport.dir parameter is used to specify the file path for...

8.2CVSS7.3AI score0.00537EPSS
SaveExploits1References6
PyPA
PyPA
added 2026/07/07 2:34 p.m.17 views

H2O Vulnerable to Denial of Service (DoS) via `/3/ImportFiles` Endpoint

A vulnerability in the /3/ImportFiles endpoint of h2oai/h2o-3 version 3.46.1 allows an attacker to cause a denial of service. The endpoint takes a single GET parameter, path, which can be recursively set to reference itself. This leads the server to repeatedly call its own endpoint, eventually...

7.5CVSS7AI score0.00759EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2026/07/07 2:34 p.m.11 views

PYSEC-2026-1443 H2O Vulnerable to Denial of Service (DoS) via `/3/ImportFiles` Endpoint

A vulnerability in the /3/ImportFiles endpoint of h2oai/h2o-3 version 3.46.1 allows an attacker to cause a denial of service. The endpoint takes a single GET parameter, path, which can be recursively set to reference itself. This leads the server to repeatedly call its own endpoint, eventually...

7.5CVSS7AI score0.00759EPSS
SaveExploits1References6
PyPA
PyPA
added 2026/07/07 2:34 p.m.14 views

FastChat Server-Side Request Forgery vulnerability

A Server-Side Request Forgery SSRF vulnerability exists in lm-sys/fastchat version 0.2.36. The vulnerability is present in the /queue/join? endpoint, where insufficient validation of the path parameter allows an attacker to send crafted requests. This can lead to unauthorized access to internal...

7.5CVSS7.1AI score0.00674EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2026/07/07 2:34 p.m.10 views

PYSEC-2026-1291 DB-GPT Path Traversal vulnerability

A Path Traversal vulnerability exists in the eosphoros-ai/db-gpt version 0.6.0 at the API endpoint /v1/resource/file/delete. This vulnerability allows an attacker to delete any file on the server by manipulating the filekey parameter. The filekey parameter is not properly sanitized, enabling an...

8.2CVSS7.3AI score0.00699EPSS
SaveExploits1References5
OSV
OSV
added 2026/07/07 2:34 p.m.11 views

PYSEC-2026-1452 Home Assistant does not correctly validate SSL for outgoing requests in core and used libs

Summary Problem: Potential man-in-the-middle attacks due to missing SSL certificate verification in the project codebase and used third-party libraries. Details In the past, aiohttp-session/request had the parameter verifyssl to control SSL certificate verification. This was a boolean value. In...

7CVSS6AI score0.00243EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/07 2:34 p.m.9 views

PYSEC-2026-1920 GHSL-2024-288: SickChill open redirect in login

SickChill is an automatic video library manager for TV shows. A user-controlled login endpoint's next parameter takes arbitrary content. Prior to commit c7128a8946c3701df95c285810eb75b2de18bf82, an authenticated attacker may use this to redirect the user to arbitrary destinations, leading to open...

4.8CVSS6AI score0.0097EPSS
SaveExploits0References8
PyPA
PyPA
added 2026/07/07 2:34 p.m.18 views

khoj has an IDOR in subscription management allows unauthorized subscription modifications

SummaryAn Insecure Direct Object Reference IDOR vulnerability in the updatesubscription endpoint allows any authenticated user to manipulate other users' Stripe subscriptions by simply modifying the email parameter in the request. DetailsThe vulnerability exists in the subscription endpoint at...

4.3CVSS5.9AI score0.00381EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/07/07 2:34 p.m.8 views

PYSEC-2026-1493 khoj has an IDOR in subscription management allows unauthorized subscription modifications

Summary An Insecure Direct Object Reference IDOR vulnerability in the updatesubscription endpoint allows any authenticated user to manipulate other users' Stripe subscriptions by simply modifying the email parameter in the request. Details The vulnerability exists in the subscription endpoint at...

4.3CVSS5.9AI score0.00381EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/07 2:34 p.m.27 views

PYSEC-2026-1321 D-Tale Command Execution Vulnerability

D-Tale is the combination of a Flask back-end and a React front-end to bring you an easy way to view & analyze Pandas data structures. In dtale\views.py, under the route @dtale.route"/chart-data/", the query parameters from the request are directly passed into runquery for execution. And...

7.3CVSS7.2AI score0.01328EPSS
SaveExploits1References9
OSV
OSV
added 2026/07/07 2:34 p.m.13 views

PYSEC-2026-2025 vLLM Denial of Service via the best_of parameter

A vulnerability was found in the ilab model serve component, where improper handling of the bestof parameter in the vllm JSON web API can lead to a Denial of Service DoS. The API used for LLM-based sentence or chat completion accepts a bestof parameter to return the best completion from several...

6.9CVSS6.4AI score0.00231EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/07 2:34 p.m.15 views

PYSEC-2026-1547 LiteLLM Server-Side Request Forgery (SSRF) vulnerability

A Server-Side Request Forgery SSRF vulnerability exists in berriai/litellm version 1.38.10. This vulnerability allows users to specify the apibase parameter when making requests to POST /chat/completions, causing the application to send the request to the domain specified by apibase. This request...

8.7CVSS7.2AI score0.37184EPSS
SaveExploits1References6
OSV
OSV
added 2026/07/07 2:34 p.m.8 views

PYSEC-2026-1357 FastAPI Admin Cross-site Scripting vulnerability in the Config-Create function

A cross-site scripting XSS vulnerability in the Config-Create function of fastapi-admin pro v0.1.4 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Product Name parameter...

6.1CVSS6AI score0.00286EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/07 2:34 p.m.10 views

PYSEC-2026-1544 SQL injection in litellm

A blind SQL injection vulnerability exists in the berriai/litellm application, specifically within the '/team/update' process. The vulnerability arises due to the improper handling of the 'userid' parameter in the raw SQL query used for deleting users. An attacker can exploit this vulnerability b...

4.9CVSS6AI score0.0056EPSS
SaveExploits1References6
OSV
OSV
added 2026/07/07 11:45 a.m.15 views

PYSEC-2026-1589 path traversal vulnerability was identified in the parisneo/lollms-webui

A path traversal vulnerability was identified in the parisneo/lollms-webui repository, specifically within version 9.6. The vulnerability arises due to improper handling of user-supplied input in the 'listpersonalities' endpoint. By crafting a malicious HTTP request, an attacker can traverse the...

4CVSS6.1AI score0.00285EPSS
SaveExploits1References6
OSV
OSV
added 2026/07/07 11:45 a.m.10 views

PYSEC-2026-1243 changedetection.io Cross-site Scripting vulnerability

Summary Input in parameter notificationurls is not processed resulting in javascript execution in the application Details changedetection.io version: v0.45.21 https://github.com/dgtlmoon/changedetection.io/blob/0.45.21/changedetectionio/forms.pyL226 for serverurl in field.data: if not...

4.3CVSS6.2AI score0.0127EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/07 11:45 a.m.13 views

PYSEC-2026-1653 mlflow vulnerable to Path Traversal

A path traversal vulnerability exists in the createmodelversion function within server/handlers.py of the mlflow/mlflow repository, due to improper validation of the source parameter. Attackers can exploit this vulnerability by crafting a source parameter that bypasses the...

7.5CVSS6.1AI score0.00859EPSS
SaveExploits1References5
Rows per page
Query Builder