Lucene search
+L

1201195 matches found

PyPA
PyPA
added 2026/08/19 11:56 a.m.10 views

Lemur: Missing authorization check on POST /certificates/<id>/export for plugins with requires_key = False

Summary The CertificateExport handler in lemur/certificates/views.py nests its entire ownership / CertificatePermission check inside an if plugin.requireskey: branch. When the selected export plugin advertises requireskey = False, the authorization check is skipped entirely and any authenticated...

4.3CVSS5.5AI score0.00178EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/08/19 11:56 a.m.5 views

PYSEC-2026-3661 devpi-server may leak database contents

Impact If the replication protocol is enabled by using the primary or deprecated master role for a server instance, then the +changelog URL route can be used to read the complete database content including password hashes, and the ids and salts of tokens from devpi-tokens by using a trivially...

6.5CVSS5.5AI score
SaveExploits0References5
PyPA
PyPA
added 2026/08/19 11:56 a.m.9 views

MobSF Vulnerable to Arbitrary File Read via Path Traversal in ZIP Uploads

SummaryThe findiconpathzip function in MobSF does not properly sanitize the android:icon attribute extracted from an Android manifest before resolving it as a filesystem path.An attacker can supply a malicious android:icon value containing path traversal sequences, causing MobSF to read arbitrary...

5.5CVSS5.7AI score0.00358EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/08/19 11:56 a.m.6 views

PYSEC-2026-3660 Copyparty vulnerable to file/dirkey confusion

A valid filekey could potentially be converted into a dirkey, granting read-access to the containing folder. This issue only affected volumes which simultaneously enable both filekeys and dirkeys, with volflag dk or dks combined with fk or fka. Both required features are default-disabled, and mus...

4.3CVSS5.3AI score0.00317EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/19 11:56 a.m.5 views

PYSEC-2026-3698 sqlparse: Inefficient Regex Handling of Dollar-Quoted SQL Literals Leads to ReDoS (Denial of Service)

Summary sqlparse contains a Regular Expression Denial of Service ReDoS vulnerability in its dollar-quoted SQL literal lexer. The regex pattern at sqlparse/keywords.py:33 uses a backreference \1 to match closing dollar-quote delimiters, causing On² CPU complexity when processing inputs containing...

7.5CVSS6.1AI score0.00279EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/19 11:56 a.m.4 views

PYSEC-2026-3687 MLflow: Unauthenticated full-read SSRF in webhook delivery: _validate_webhook_url bypassed via unvalidated HTTP redirects (and DNS rebinding)

Summary The default MLflow Tracking Server mlflow server, no authentication, default SQLite backend exposes the model-registry webhooks API unauthenticated, including a synchronous POST /api/2.0/mlflow/webhooks/id/test endpoint that returns the upstream response status and body to the caller. The...

9.3CVSS8.7AI score0.1641EPSS
SaveExploits2References9
PyPA
PyPA
added 2026/08/19 11:56 a.m.11 views

MLflow: Unauthenticated full-read SSRF in webhook delivery: _validate_webhook_url bypassed via unvalidated HTTP redirects (and DNS rebinding)

SummaryThe default MLflow Tracking Server mlflow server, no authentication, default SQLite backend exposes the model-registry webhooks API unauthenticated, including a synchronous POST /api/2.0/mlflow/webhooks/id/test endpoint that returns the upstream response status and body to the caller. The...

9.3CVSS8.7AI score0.1641EPSS
SaveExploits2References9Affected Software1
PyPA
PyPA
added 2026/08/19 11:56 a.m.8 views

sqlparse: Inefficient Regex Handling of Dollar-Quoted SQL Literals Leads to ReDoS (Denial of Service)

Summarysqlparse contains a Regular Expression Denial of Service ReDoS vulnerability in its dollar-quoted SQL literal lexer. The regex pattern at sqlparse/keywords.py:33 uses a backreference \1 to match closing dollar-quote delimiters, causing On² CPU complexity when processing inputs containing...

7.5CVSS6AI score0.00279EPSS
SaveExploits0References6Affected Software1
PyPA
PyPA
added 2026/08/19 11:56 a.m.8 views

Copyparty vulnerable to file/dirkey confusion

A valid filekey could potentially be converted into a dirkey, granting read-access to the containing folder.This issue only affected volumes which simultaneously enable both filekeys and dirkeys, with volflag dk or dks combined with fk or fka.Both required features are default-disabled, and must ...

4.3CVSS5.3AI score0.00317EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/08/19 11:56 a.m.4 views

PYSEC-2026-3689 MobSF Vulnerable to Arbitrary File Read via Path Traversal in ZIP Uploads

Summary The findiconpathzip function in MobSF does not properly sanitize the android:icon attribute extracted from an Android manifest before resolving it as a filesystem path. An attacker can supply a malicious android:icon value containing path traversal sequences, causing MobSF to read arbitra...

5.5CVSS5.8AI score0.00358EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/19 11:56 a.m.5 views

PYSEC-2026-3664 Glances: as_dict_secure() Value-Level Bypass Leaks Credentials in URL Values via /api/4/config

Summary Glances provides asdictsecure explicitly designed for unauthenticated API access, with a docstring stating it returns "a sanitised copy of the configuration dict" where "Sensitive keys in remaining sections are replaced by ''". However, the implementation only checks KEY names against a...

5.3CVSS5.4AI score0.00237EPSS
SaveExploits0References7
PyPA
PyPA
added 2026/08/19 11:56 a.m.9 views

vLLM: Completion prompt lists fan out into unbounded engine requests

SummaryThe /v1/completions request model accepts prompt as a list of text prompts or a list of token-id prompts without any outer prompt-count bound. The serving path turns each element into a separate engine input, creates one engine generator per element, merges all generators, and allocates a...

6.5CVSS5.9AI score0.00388EPSS
SaveExploits0References8Affected Software1
PyPA
PyPA
added 2026/08/19 11:56 a.m.8 views

Glances: as_dict_secure() Value-Level Bypass Leaks Credentials in URL Values via /api/4/config

SummaryGlances provides asdictsecure explicitly designed for unauthenticated API access, with a docstring stating it returns "a sanitised copy of the configuration dict" where "Sensitive keys in remaining sections are replaced by ''". However, the implementation only checks KEY names against a...

5.3CVSS5.3AI score0.00237EPSS
SaveExploits0References7Affected Software1
PyPA
PyPA
added 2026/08/19 11:56 a.m.11 views

Glances has a command injection bypass of action-template sanitizer via cross-field shell-operator reconstruction

SummaryThe Glances action system lets an administrator configure shell commands that runwhen a monitoring threshold is crossed. The command is a Mustache template whosevariables are filled with runtime stat fields such as a process name, a containername or a filesystem mount point. Those fields a...

8.8CVSS5.9AI score0.00139EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/08/19 11:56 a.m.5 views

PYSEC-2026-3668 Glances has a command injection bypass of action-template sanitizer via cross-field shell-operator reconstruction

Summary The Glances action system lets an administrator configure shell commands that run when a monitoring threshold is crossed. The command is a Mustache template whose variables are filled with runtime stat fields such as a process name, a container name or a filesystem mount point. Those fiel...

8.8CVSS6AI score0.00139EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/19 11:56 a.m.6 views

PYSEC-2026-3704 vLLM: Completion prompt lists fan out into unbounded engine requests

Summary The /v1/completions request model accepts prompt as a list of text prompts or a list of token-id prompts without any outer prompt-count bound. The serving path turns each element into a separate engine input, creates one engine generator per element, merges all generators, and allocates a...

6.5CVSS6AI score0.00388EPSS
SaveExploits0References8
PyPA
PyPA
added 2026/08/19 11:56 a.m.9 views

libp2p: yamux connection DoS via oversized data frame

SummaryThe yamux stream multiplexer in py-libp2p does not validate incoming DATA frame lengths against the receive window before reading the frame body. Any peer that completes a standard libp2p handshake can send a single 12-byte frame claiming a 4 GB body, causing the victim's yamux read loop t...

7.5CVSS5.4AI score0.00351EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/08/19 11:56 a.m.6 views

PYSEC-2026-3681 libp2p: yamux connection DoS via oversized data frame

Summary The yamux stream multiplexer in py-libp2p does not validate incoming DATA frame lengths against the receive window before reading the frame body. Any peer that completes a standard libp2p handshake can send a single 12-byte frame claiming a 4 GB body, causing the victim's yamux read loop ...

7.5CVSS5.5AI score0.00351EPSS
SaveExploits0References6
PyPA
PyPA
added 2026/08/19 11:56 a.m.8 views

JupyterLab: Image viewer allows XSS when opening malicious image in new browser tab

JupyterLab's image viewer allows for cross-site scripting XSS when a specially-crafted image file is opened through the image viewer and then opened in a new tab. This XSS issue can be used to cause remote code execution RCE on the JupyterLab server. ImpactThis vulnerability allows for arbitrary...

7.5CVSS6.1AI score0.00574EPSS
SaveExploits0References12Affected Software1
OSV
OSV
added 2026/08/19 11:56 a.m.4 views

PYSEC-2026-3671 JupyterLab: Image viewer allows XSS when opening malicious image in new browser tab

JupyterLab's image viewer allows for cross-site scripting XSS when a specially-crafted image file is opened through the image viewer and then opened in a new tab. This XSS issue can be used to cause remote code execution RCE on the JupyterLab server. Impact This vulnerability allows for arbitrary...

7.5CVSS6.1AI score0.00574EPSS
SaveExploits0References12
Rows per page
Query Builder