Lucene search
+L

16825 matches found

CVE
CVE
added 2026/07/30 4:27 p.m.61 views

CVE-2026-54722

DSSRF (Node.js library) has a vulnerability in is_url_safe prior to version 1.0.4. The bug arises because is_url_safe strips the @ userinfo delimiter via remove_at_symbol_in_string before parsing URLs, allowing an attacker-controlled URL to bypass internal-IP validation and cause a client using t...

8.7CVSS5.9AI score0.00328EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/07/30 4:27 p.m.10 views

CVE-2026-54722

DSSRF is a Node.js library that provides a wide range of utilities and advanced SSRF defense checks. Prior to 1.0.4, isurlsafe in src/helpers.ts strips the @ userinfo delimiter with removeatsymbolinstring before new URL parses the URL, allowing an attacker-controlled URL to bypass internal-IP...

8.7CVSS5.9AI score0.00328EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/30 4:26 p.m.6 views

GHSA-CG4G-M8JX-VJV2 dssrf has an SSRF bypass with remove_at_symbol_in_string

Summary isurlsafe in v1.0.3 contains an SSRF bypass. removeatsymbolinstring is applied to the raw URL string before new URL parses it. This strips the @ that separates userinfo from host, corrupting the hostname so internal IPs are never checked. Vulnerability In helpers.ts, isurlsafe does: ts u ...

8.7CVSS5.9AI score0.00328EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/07/30 4:26 p.m.9 views

dssrf has an SSRF bypass with remove_at_symbol_in_string

Summary isurlsafe in v1.0.3 contains an SSRF bypass. removeatsymbolinstring is applied to the raw URL string before new URL parses it. This strips the @ that separates userinfo from host, corrupting the hostname so internal IPs are never checked. Vulnerability In helpers.ts, isurlsafe does: ts u ...

8.7CVSS5.9AI score0.00328EPSS
SaveExploits0References6Affected Software1
NVD
NVD
added 2026/07/30 4:17 p.m.14 views

CVE-2026-57862

Kanboard 1.2.52 and prior contains a server-side request forgery vulnerability that allows authenticated users to bypass SSRF protections by supplying hexadecimal IP address notation in user-controlled URLs. Attackers can submit hexadecimal-encoded internal IP addresses through the web link...

8.5CVSS0.00293EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/30 3:26 p.m.39 views

CVE-2026-57862 Kanboard 1.2.52 and prior SSRF Filter Bypass via Hexadecimal IP Notation

Kanboard 1.2.52 and prior contains a server-side request forgery vulnerability that allows authenticated users to bypass SSRF protections by supplying hexadecimal IP address notation in user-controlled URLs. Attackers can submit hexadecimal-encoded internal IP addresses through the web link...

8.5CVSS0.00293EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/30 3:26 p.m.33 views

CVE-2026-57862

CVE-2026-57862 affects Kanboard 1.2.52 and earlier. The SSRF bypass arises when authenticated users submit hexadecimal-encoded IPs via user-controlled URLs, causing cURL to resolve internal resources. The isPrivateURL() filter in app/Core/Http/Client.php is considered safe due to FILTER_VALIDATE_...

8.5CVSS5.9AI score0.00293EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/30 3:26 p.m.9 views

CVE-2026-57862

Kanboard 1.2.52 and prior contains a server-side request forgery vulnerability that allows authenticated users to bypass SSRF protections by supplying hexadecimal IP address notation in user-controlled URLs. Attackers can submit hexadecimal-encoded internal IP addresses through the web link...

8.5CVSS5.9AI score0.00293EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/30 3:26 p.m.6 views

CVE-2026-57862 Kanboard 1.2.52 and prior SSRF Filter Bypass via Hexadecimal IP Notation

Kanboard 1.2.52 and prior contains a server-side request forgery vulnerability that allows authenticated users to bypass SSRF protections by supplying hexadecimal IP address notation in user-controlled URLs. Attackers can submit hexadecimal-encoded internal IP addresses through the web link...

8.4CVSS5.9AI score
SaveExploits0References5
EUVD
EUVD
added 2026/07/30 3:26 p.m.13 views

EUVD-2026-51164

Kanboard 1.2.52 and prior contains a server-side request forgery vulnerability that allows authenticated users to bypass SSRF protections by supplying hexadecimal IP address notation in user-controlled URLs. Attackers can submit hexadecimal-encoded internal IP addresses through the web link...

8.5CVSS5.9AI score0.00293EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/07/30 3:26 p.m.11 views

CVE-2026-57862 Kanboard 1.2.52 and prior SSRF Filter Bypass via Hexadecimal IP Notation

Kanboard 1.2.52 and prior contains a server-side request forgery vulnerability that allows authenticated users to bypass SSRF protections by supplying hexadecimal IP address notation in user-controlled URLs. Attackers can submit hexadecimal-encoded internal IP addresses through the web link...

8.5CVSS5.9AI score0.00293EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/30 3:16 p.m.10 views

CVE-2026-67346

Swarms through 6.8.1, fixed in commit 8b0fc9e, contains a server-side request forgery vulnerability in the issafeurl function that fails to validate hostnames through DNS resolution, allowing attackers to bypass the blocklist. Attackers can supply user-controlled image or audio URLs that resolve ...

8.6CVSS0.0029EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/30 2:48 p.m.14 views

EUVD-2026-50465

Flyto2 Core: Guarded HTTP modules follow redirects into internal space without per-hop SSRF revalidation...

8.5CVSS5.8AI score0.00236EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/07/30 2:48 p.m.12 views

Flyto2 Core: Guarded HTTP modules follow redirects into internal space without per-hop SSRF revalidation

Summary The HTTP modules that DO call the SSRF guard http.get, http.request, http.batch validate only the initial URL, then issue the request with aiohttp's default allowredirects=True and perform no per-hop revalidation. An attacker hosts a public URL that 302-redirects to an internal address; t...

8.5CVSS5.9AI score0.00236EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/30 2:48 p.m.5 views

GHSA-C9HR-64H3-GXPC Flyto2 Core: Guarded HTTP modules follow redirects into internal space without per-hop SSRF revalidation

Summary The HTTP modules that DO call the SSRF guard http.get, http.request, http.batch validate only the initial URL, then issue the request with aiohttp's default allowredirects=True and perform no per-hop revalidation. An attacker hosts a public URL that 302-redirects to an internal address; t...

8.5CVSS5.9AI score0.00236EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/30 2:48 p.m.5 views

GHSA-PGWH-4JJ4-QM8V Flyto2 Core: Multiple HTTP-family modules fetch client-controlled URLs without the SSRF guard their siblings apply (SSRF to internal/metadata)

Summary Numerous HTTP-emitting modules core.api.httpget, core.api.httppost, graphql.query/graphql.mutation, monitor.httpcheck, communication.slacksend, notification.discord,slack,teams.sendmessage, ai.visionanalyze anthropic path, verify.visualdiff, browser.proxyrotate, and the agent/llm inline...

8.5CVSS6AI score0.00337EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/07/30 2:47 p.m.11 views

Flyto2 Core: Unauthenticated flyto-verification /run: callback_url SSRF and internal runner-secret exfiltration

Summary The standalone flyto-verification service exposes POST /run with no authentication, on all interfaces 0.0.0.0:8344 per the shipped Dockerfile. The request body's callbackurl is used verbatim for an outbound POST that unconditionally attaches X-Internal-Key: $FLYTORUNNERSECRET. The...

9.3CVSS5.9AI score0.00291EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/07/30 2:47 p.m.5 views

GHSA-JX74-CQJV-2C67 Flyto2 Core: Unauthenticated flyto-verification /run: callback_url SSRF and internal runner-secret exfiltration

Summary The standalone flyto-verification service exposes POST /run with no authentication, on all interfaces 0.0.0.0:8344 per the shipped Dockerfile. The request body's callbackurl is used verbatim for an outbound POST that unconditionally attaches X-Internal-Key: $FLYTORUNNERSECRET. The...

9.3CVSS5.9AI score0.00291EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/30 2:39 p.m.13 views

EUVD-2026-51149

Swarms through 6.8.1, fixed in commit 8b0fc9e, contains a server-side request forgery vulnerability in the issafeurl function that fails to validate hostnames through DNS resolution, allowing attackers to bypass the blocklist. Attackers can supply user-controlled image or audio URLs that resolve ...

8.6CVSS5.9AI score0.0029EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/07/30 2:39 p.m.10 views

CVE-2026-67346 Swarms 6.8.1 Server-Side Request Forgery via DNS Rebinding Bypass

Swarms through 6.8.1, fixed in commit 8b0fc9e, contains a server-side request forgery vulnerability in the issafeurl function that fails to validate hostnames through DNS resolution, allowing attackers to bypass the blocklist. Attackers can supply user-controlled image or audio URLs that resolve ...

8.6CVSS5.9AI score0.0029EPSS
SaveExploits0References4
Rows per page
Query Builder