Lucene search
+L

90 matches found

Cvelist
Cvelist
added 2026/08/21 11:22 a.m.27 views

CVE-2026-77775 Headroom Proxy Sends Upstream Requests to a Client-Supplied Base URL Without Address Validation

Headroom's LLM proxy lets a client choose the upstream destination with the x-headroom-base-url request header. resolveopenaiupstreambase in headroom/proxy/handlers/openai.py accepts the header value, requires only that it parse with an http or https scheme and a hostname, and returns it for use ...

8.6CVSS0.00363EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/21 11:22 a.m.14 views

CVE-2026-77775 Headroom Proxy Sends Upstream Requests to a Client-Supplied Base URL Without Address Validation

Headroom's LLM proxy lets a client choose the upstream destination with the x-headroom-base-url request header. resolveopenaiupstreambase in headroom/proxy/handlers/openai.py accepts the header value, requires only that it parse with an http or https scheme and a hostname, and returns it for use ...

7.7CVSS5.5AI score
SaveExploits0References8
EUVD
EUVD
added 2026/08/21 11:22 a.m.10 views

EUVD-2026-63904

Headroom's LLM proxy lets a client choose the upstream destination with the x-headroom-base-url request header. resolveopenaiupstreambase in headroom/proxy/handlers/openai.py accepts the header value, requires only that it parse with an http or https scheme and a hostname, and returns it for use ...

8.6CVSS5.4AI score0.00363EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/20 12:00 a.m.9 views

PT-2026-79067

The unstructured library provides open-source components for ingesting and pre-processing images and text documents, such as PDFs, HTML, Word docs, and many more. From 0.4.7 until 0.24.0, the url argument of partition, partition html, and partition md is fetched without host validation in...

9.3CVSS5.3AI score0.0025EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/18 7:05 p.m.8 views

CVE-2026-70666

CVE-2026-70666 is a Server-Side Request Forgery (SSRF) in Lemur (Netflix's TLS certificate manager), rated CVSS 7.4 HIGH . Two defects combine: the acme_url allowlist is validated only at authority creation, not on the PUT /api/1/authorities/ update path, and the ACME client follows server-suppli...

7.4CVSS5.4AI score0.00165EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/18 7:05 p.m.5 views

CVE-2026-70666 Lemur: Server-Side Request Forgery via the ACME client following server-controlled URLs

Lemur manages TLS certificate creation. Prior to 1.9.3, an authority-role member could update acmeurl through PUT /api/1/authorities/ without revalidation and direct setupacmeclientnoretry to an attacker-controlled ACME server. ACME directory and order responses contain newNonce, newOrder,...

7.4CVSS5.5AI score
SaveExploits0References5
NVD
NVD
added 2026/08/12 8:17 p.m.11 views

CVE-2026-73307

Budibase is an open-source low-code platform. Prior to 3.39.4, uploadUrl in packages/server/src/utilities/fileUtils.ts used a bare server-side fetch for string attachment values passed by processAttachments in packages/server/src/sdk/workspace/ai/helpers/rows.ts. A builder with the AI...

4.9CVSS0.00313EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/08/11 9:50 p.m.7 views

CVE-2026-73247

Kestra is an open-source, event-driven orchestration platform. Prior to 2.0.0, Kestra's core/src/main/java/io/kestra/core/runners/pebble/functions/HttpFunction.java passes the user-controlled http uri argument to URI.create and the server-side HTTP client without restricting private, loopback, or...

8.6CVSS5.4AI score0.00296EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2026/07/30 2:39 p.m.58 views

CVE-2026-67346

Swarms 6.8.1 is affected by a server-side request forgery in the _is_safe_url function due to hostname validation via DNS resolution. This allows attackers to supply user-controlled image or audio URLs resolving to private, loopback, or metadata addresses to reach internal services and exfiltrate...

8.6CVSS5.9AI score0.0029EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/07/27 4:36 p.m.10 views

CVE-2026-17192

A VCO feature does not sufficiently validate caller-supplied input, allowing requests to be made on behalf of authenticated tenant accounts to internal services that are not otherwise accessible. This vulnerability requires a minimum role of Enterprise Standard Admin. This issue was discovered...

8.5CVSS5.8AI score0.02338EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/07/27 9:19 a.m.39 views

CVE-2026-17534 Kimi Code FetchURL SSRF protection bypass via DNS-resolving hostnames and redirects

Kimi Code @moonshot-ai/kimi-code before 0.27.0 implements FetchURL SSRF hardening as a static hostname and IP-literal denylist in assertSafeFetchTarget, without resolving DNS or re-validating hosts after HTTP redirects. An attacker who can influence a FetchURL call for example via prompt injectio...

5.5CVSS0.00121EPSS
SaveExploits0References4
Veracode
Veracode
added 2026/07/15 8:48 a.m.22 views

DNS Rebinding

9Router is vulnerable to DNS Rebinding. The vulnerability is due to inconsistent DNS validation during image fetching, where the image URL is validated and fetched using separate DNS resolutions, allowing attackers to exploit DNS rebinding to access internal HTTP services...

7.4CVSS6.1AI score0.00154EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/07/13 3:46 p.m.9 views

PYSEC-2026-2751 Open WebUI: Path traversal / SSRF in terminal server proxy via encoded path traversal

Summary The terminal-server reverse proxy in backend/openwebui/routers/terminals.py does not fully confine the user-controlled path segment before forwarding it to an admin-configured terminal server. An authenticated user who has been granted access to a terminal server can craft path values...

7.7CVSS6.2AI score0.00522EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/13 2:36 p.m.12 views

PYSEC-2026-2940 PraisonAI Has SSRF in FileTools.download_file() via Unvalidated URL

Summary FileTools.downloadfile in praisonaiagents validates the destination path but performs no validation on the url parameter, passing it directly to httpx.stream with followredirects=True. An attacker who controls the URL can reach any host accessible from the server including cloud metadata...

8.6CVSS6.1AI score0.00405EPSS
SaveExploits1References5
NVD
NVD
added 2026/07/10 7:16 a.m.14 views

CVE-2026-12123

The All-in-One Video Gallery plugin for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 4.8.5 via the 'vdl' parameter. This makes it possible for authenticated attackers, with subscriber-level access and above, to make web requests to arbitrary locatio...

6.4CVSS0.00238EPSS
SaveExploits0References12
CVE
CVE
added 2026/07/08 9:02 p.m.40 views

CVE-2026-60105

Monsta FTP before 2.14.5 contains a server-side request forgery (SSRF) in the fetchRemoteFile action due to an incomplete IP blocklist in isBlockedIP(), which fails to detect IPv4 addresses embedded in IPv4-mapped IPv6 addresses. An unauthenticated attacker can obtain a CSRF token from the public...

8.6CVSS5.9AI score0.00474EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/08 12:00 a.m.22 views

PT-2026-56613

Name of the Vulnerable Software and Affected Versions Monsta FTP versions prior to 2.14.5 Description An unauthenticated attacker can trigger a server-side request forgery SSRF by bypassing an IP blocklist. The issue occurs in the fetchRemoteFile action due to an incomplete check in the isBlocked...

8.6CVSS5.9AI score0.00474EPSS
SaveExploits0References9
CVE
CVE
added 2026/07/03 4:30 a.m.27 views

CVE-2026-11397

The CVE-2026-11397 entry concerns the WordPress plugin WP Import Export Lite (versions

5.5CVSS5.9AI score0.00228EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/07/02 12:00 a.m.14 views

PT-2026-76821

Name of the Vulnerable Software and Affected Versions MLflow versions prior to 3.15.0 Description An unauthenticated Server-Side Request Forgery SSRF exists in the MLflow Tracking Server. The POST /api/2.0/mlflow/webhooks/id/test endpoint allows an attacker to make the server issue HTTP requests ...

9.3CVSS8.2AI score0.08154EPSS
SaveExploits2References24
OSV
OSV
added 2026/06/30 11:39 p.m.8 views

BIT-GHOST-2026-53944 Ghost: Private IP filtering bypass to make server-side requests to internal services

Ghost is a Node.js content management system. From 6.0.9 until 6.21.1, when making an external request, it is possible to bypass the IP filter that ensures the request isn't going to an internal service using an IPv6 literal which maps to a private IPv4 address. This vulnerability is fixed in...

5.8CVSS5.8AI score0.00197EPSS
SaveExploits0References2
Rows per page
Query Builder