Lucene search
+L

377 matches found

Positive Technologies
Positive Technologies
added 2026/07/29 12:00 a.m.23 views

PT-2026-65895

Name of the Vulnerable Software and Affected Versions Flyto2 Core versions prior to 2.26.7 Description HTTP-emitting modules fetch caller-controlled URLs without using the validate url with env config function, which allows Server-Side Request Forgery SSRF to internal or metadata endpoints. SSRF ...

8.5CVSS5.9AI score0.00337EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/28 9:45 p.m.10 views

GHSA-VX7X-VCC2-C44G datamodel-code-generator vulnerable to SSRF protection bypass via DNS rebinding

Summary datamodel-code-generator's anti-SSRF guard validates the resolved IP of a fetch target once and then lets httpx perform its own independent DNS resolution to connect, so the validated address is never pinned. A hostname that resolves to a public IP at validation time and a private IP at...

7.5CVSS6AI score0.00236EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2026/07/28 9:45 p.m.18 views

datamodel-code-generator vulnerable to SSRF protection bypass via DNS rebinding

Summary datamodel-code-generator's anti-SSRF guard validates the resolved IP of a fetch target once and then lets httpx perform its own independent DNS resolution to connect, so the validated address is never pinned. A hostname that resolves to a public IP at validation time and a private IP at...

7.5CVSS6AI score0.00236EPSS
SaveExploits1References4Affected Software1
EUVD
EUVD
added 2026/07/28 6:35 p.m.13 views

EUVD-2026-49990

The Media Cleaner: Clean your WordPress! plugin for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 7.0.3. This is due to the geturlsfromhtml function using DOMDocument::loadHTMLFile to fetch iframe source URLs with an insufficient hostname validation...

4.1CVSS5.9AI score0.0024EPSS
SaveExploits0References5
IBM Security Bulletins
IBM Security Bulletins
added 2026/07/27 8:21 p.m.7 views

Security Bulletin: IBM Watson Speech Services Cartridge is vulnerable to a Server-Side Request Forgery (SSRF) in LangChain [CVE-2026-41481]

Summary IBM Watson Speech Services Cartridge is vulnerable to a Server-Side Request Forgery SSRF in LangChain, due to a failure to revalidate to redirect targets, allowing a URL pointing to an attacker-controlled server to potentially redirect to internal, localhost, or cloud metadata endpoints,...

6.5CVSS5.8AI score0.0026EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2026/07/24 9:44 p.m.15 views

GHSA-V42F-V8XC-J435 Budibase: SSRF via DNS rebinding in the REST datasource integration

Summary Budibase's central outbound-fetch guard fetchWithBlacklist prevents SSRF/DNS-rebinding by resolving the target hostname, checking every resolved IP against the blacklist, and pinning the connection to the validated IP. The pin is implemented as a Node https.Agent makePinnedAgent. The fix...

8.5CVSS6AI score0.00171EPSS
SaveExploits0References7
Snyk
Snyk
added 2026/07/24 9:44 p.m.19 views

Server-side Request Forgery (SSRF)

Overview @budibase/server is a Budibase Web Server Affected versions of this package are vulnerable to Server-side Request Forgery SSRF in the REST datasource integration due to improper handling of DNS rebinding protections. An attacker can access internal-only services, read sensitive data, or...

8.5CVSS5.9AI score
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/24 6:36 a.m.10 views

CVE-2026-16910

A flaw was found in Red Hat Quay's notification webhook feature. The Slack and generic webhook notification handlers accept user-supplied URLs without SSRF validation, allowing a repository administrator to make the Quay worker issue POST requests to internal network addresses or cloud...

5.5CVSS5.8AI score0.00213EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/07/24 6:36 a.m.13 views

CVE-2026-16910

A flaw was found in Red Hat Quay's notification webhook feature. The Slack and generic webhook notification handlers accept user-supplied URLs without SSRF validation, allowing a repository administrator to make the Quay worker issue POST requests to internal network addresses or cloud...

5.5CVSS5.8AI score0.00213EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/23 11:41 a.m.13 views

PYSEC-2026-3485 meta-ads-mcp: Server-Side Request Forgery (SSRF) in `upload_ad_image` via Unrestricted `image_url` Fetch

Server-Side Request Forgery SSRF in uploadadimage via Unrestricted imageurl Fetch Summary The uploadadimage MCP tool in meta-ads-mcp v1.0.113 passes an attacker-controlled imageurl parameter directly to an HTTP fetch helper httpx.AsyncClientfollowredirects=True.geturl without any scheme, host, or...

8.3CVSS6AI score
SaveExploits0References7
OSV
OSV
added 2026/07/23 11:41 a.m.13 views

PYSEC-2026-3530 PraisonAI: Server-Side Request Forgery (SSRF) in SearxNG / search_web tools via attacker-controlled searxng_url parameter

Summary A Server-Side Request Forgery SSRF vulnerability in the SearxNG / searchweb search tools allows an attacker to make the server perform requests to arbitrary internal endpoints and read the responses back. The searxngurl argument is passed directly to requests.get with no validation of...

8.8CVSS5.6AI score
SaveExploits0References5
CVE
CVE
added 2026/07/21 8:48 p.m.42 views

CVE-2026-65056

CVE-2026-65056 describes a server-side request forgery in mcp-webresearch 0.1.7. The vulnerability arises because visit_page validates only URL protocol and does not filter private or reserved IP ranges, enabling an attacker to access internal network services by supplying loopback, link-local, o...

8.3CVSS5.4AI score0.00409EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/21 8:34 p.m.64 views

CVE-2026-46556

The CVE describes a Server-Side Request Forgery (SSRF) in FlaskBB prior to 2.2.1, where get_image_info(url) passes the supplied URL directly to requests.get without validating scheme/host/IP. This allows any authenticated user to cause the server to access internal endpoints and cloud metadata se...

6.5CVSS5.5AI score0.00354EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/21 8:34 p.m.10 views

CVE-2026-46556 FlaskBB: SSRF in get_image_info() via unrestricted avatar URL

FlaskBB is a Forum Software written in Python using the micro framework Flask. Prior to version 2.2.1, a Server-Side Request Forgery SSRF vulnerability in getimageinfo allows any authenticated user to force the server to send HTTP requests to arbitrary internal endpoints, including cloud metadata...

6.5CVSS5.5AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/21 8:34 p.m.34 views

CVE-2026-46556 FlaskBB: SSRF in get_image_info() via unrestricted avatar URL

FlaskBB is a Forum Software written in Python using the micro framework Flask. Prior to version 2.2.1, a Server-Side Request Forgery SSRF vulnerability in getimageinfo allows any authenticated user to force the server to send HTTP requests to arbitrary internal endpoints, including cloud metadata...

6.5CVSS0.00354EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/21 4:45 a.m.55 views

CVE-2026-15927 Quay: mirror-registry: ssrf: repo-level mirror accepts external_reference without url validation

A flaw was found in Red Hat Quay's repository-level mirror configuration feature. The POST and PUT handlers in endpoints/api/mirror.py accept an externalreference parameter without SSRF validation, unlike the organization-level mirror handlers which apply validateexternalregistryurl. A repository...

6.8CVSS0.00514EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/07/21 12:00 a.m.26 views

PT-2026-62099

lmdeploy's OpenAI-compatible API server contains a server-side request forgery vulnerability that allows unauthenticated attackers to access internal services and cloud metadata endpoints by supplying a crafted image url that redirects to internal targets. Attackers can send a POST request to the...

9.3CVSS5.4AI score0.00387EPSS
SaveExploits1References5
Positive Technologies
Positive Technologies
added 2026/07/21 12:00 a.m.12 views

PT-2026-63288

Name of the Vulnerable Software and Affected Versions Gitea affected versions not specified Description Gitea contains a Server-Side Request Forgery SSRF issue where the repository migration process follows HTTP redirects after the initial URL validation. While Gitea validates the user-supplied...

8.5CVSS5.4AI score0.00267EPSS
SaveExploits0
NVD
NVD
added 2026/07/20 7:17 p.m.20 views

CVE-2026-63731

HyperDX before 2.31.0 contains a server-side request forgery vulnerability that allows authenticated team members to direct the server to arbitrary internal destinations by supplying a caller-controlled host parameter to the ClickHouse proxy test endpoint with no URL validation or allowlist...

7.7CVSS0.00415EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/07/20 12:00 a.m.29 views

PT-2026-61690

Name of the Vulnerable Software and Affected Versions HyperDX versions prior to 2.31.0 Description Authenticated team members can perform a server-side request forgery SSRF, which occurs when a server is tricked into making requests to an unintended destination. By providing a caller-controlled...

7.7CVSS5.5AI score0.00415EPSS
SaveExploits0References7
Rows per page
Query Builder