Lucene search
+L

392 matches found

CVE
CVE
added 1 hour ago3 views

CVE-2026-71303

Lemur manages TLS certificate creation. Prior to 1.9.3, validateacmeurl enforced ACMEDIRECTORYHOSTALLOWLIST when an authority was created, but PUT /api/1/authorities/ passed options to lemur/authorities/service.py without applying the same check. A user holding an authority role could replace the...

7.7CVSS5.4AI score
SaveExploits0References3
Cvelist
Cvelist
added 1 hour ago3 views

CVE-2026-71303 Lemur: Incomplete fix for CVE-2026-55166 -- ACME authority update endpoint allows non-admin to replace `acme_url` with internal IP, bypassing allowlist

Lemur manages TLS certificate creation. Prior to 1.9.3, validateacmeurl enforced ACMEDIRECTORYHOSTALLOWLIST when an authority was created, but PUT /api/1/authorities/ passed options to lemur/authorities/service.py without applying the same check. A user holding an authority role could replace the...

7.7CVSS
SaveExploits0References3
NVD
NVD
added 4 hours ago3 views

CVE-2026-75856

CodeWhale before 0.8.64 contains a server-side request forgery bypass vulnerability in DNS pinning logic that fails to prevent time-of-check-time-of-use attacks. Attackers can manipulate DNS responses to fail initial resolution checks and succeed on secondary requests, allowing requests to intern...

9.2CVSS
SaveExploits0References3
EUVD
EUVD
added 5 hours ago3 views

EUVD-2026-60963

CodeWhale before 0.8.64 contains a server-side request forgery bypass vulnerability in DNS pinning logic that fails to prevent time-of-check-time-of-use attacks. Attackers can manipulate DNS responses to fail initial resolution checks and succeed on secondary requests, allowing requests to intern...

9.2CVSS5.4AI score
SaveExploits0References3
Nuclei
Nuclei
added 17 hours ago71 views

Mailpit < 1.28.3 - Server-Side Request Forgery

Mailpit = 1.28.0 contains a server-side request forgery caused by insufficient validation of internal IP addresses in the /proxy endpoint, letting attackers make requests to internal network resources, exploit requires crafted HTTP GET requests. id: CVE-2026-21859 info: name: Mailpit 1.28.3 -...

5.8CVSS6.5AI score0.00755EPSS
SaveExploits2References2
Positive Technologies
Positive Technologies
added 20 hours ago5 views

PT-2026-77157

CodeWhale before 0.8.64 contains a server-side request forgery bypass vulnerability in DNS pinning logic that fails to prevent time-of-check-time-of-use attacks. Attackers can manipulate DNS responses to fail initial resolution checks and succeed on secondary requests, allowing requests to intern...

9.2CVSS5.3AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 4 days ago8 views

PT-2026-76555

Name of the Vulnerable Software and Affected Versions Budibase versions prior to 3.41.3 Description Authenticated users can perform server-side requests to internal services and cloud metadata. This occurs because automation steps for outgoing webhooks, Zapier, n8n, Slack, and Discord use...

7.1CVSS5.2AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/11 11:13 a.m.34 views

CVE-2026-72597 Friendica Friendica - Server-Side Request Forgery

A server-side request forgery vulnerability in Friendica through the 2026.08-dev branch allows authenticated users with a free self-registered account to probe internal network services via the link-preview endpoint. The endpoint fetches any user-supplied URL without applying an internal IP deny...

6.5CVSS0.00201EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/05 12:26 p.m.18 views

CVE-2026-71272 Memos Webhook DNS Rebinding TOCTOU SSRF in safeDialContext()

Memos' webhook dispatch function safeDialContext internal/webhook/webhook.go resolves the target hostname via net.DefaultResolver.LookupHost and validates the resulting IPs against reserved ranges, but then dials net.JoinHostPorthost, port using the original hostname rather than the...

8.5CVSS5.3AI score
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/08/05 12:26 p.m.4 views

CVE-2026-71271

Memos' webhook URL validation, isReservedIP internal/webhook/validate.go, checks a candidate IP against a reservedCIDRs list that omits 0.0.0.0/8 and never calls ip.IsUnspecified — unlike the correctly implemented sibling function isInternalIP in internal/httpgetter/htmlmeta.go, which does...

8.5CVSS5.2AI score0.00239EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/01 12:22 p.m.37 views

CVE-2026-67311 Budibase before 3.38.1 SSRF Blacklist Bypass via HTTP Redirect

Budibase before 3.38.1 contains a server-side request forgery vulnerability in the REST datasource integration that fails to validate HTTP redirects against the IP blacklist. Attackers with Builder role can configure a REST datasource pointing to an external server that returns a redirect to...

8.2CVSS0.00256EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/30 5:16 p.m.8 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.7CVSS0.00328EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/30 4:39 p.m.6 views

SUSE CVE-2026-55187

Mailpit is an email testing tool and API for developers. Prior to 1.30.2, the remediation shipped for CVE-2026-27808 is incomplete because the tools.IsInternalIP deny-list in internal/tools/net.go relies on Go's standard library classification helpers and does not block IPv6 transition mechanisms...

5.8CVSS7.7AI score0.00282EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/30 4:27 p.m.9 views

CVE-2026-54722 dssrf: there a critical security bug with remove_at_symbol_in_string

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
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
CVE
CVE
added 2026/07/30 4:27 p.m.62 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
OSV
OSV
added 2026/07/30 4:26 p.m.7 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
ATTACKERKB
ATTACKERKB
added 2026/07/23 7:14 p.m.10 views

CVE-2026-48013

Shopware is an open commerce platform. Prior to 6.6.10.18 and 6.7.10.1, the /api/action/media/external-link endpoint allows authenticated admin users to make server-side HTTP HEAD requests to arbitrary internal IP addresses. While the parallel uploadFromURL flow validates target IPs against...

4.1CVSS5.4AI score0.00214EPSS
SaveExploits0References4Affected Software2
Vulnrichment
Vulnrichment
added 2026/07/23 7:14 p.m.10 views

CVE-2026-48013 Shopware: SSRF in Media External-Link Endpoint Bypasses IP Validation

Shopware is an open commerce platform. Prior to 6.6.10.18 and 6.7.10.1, the /api/action/media/external-link endpoint allows authenticated admin users to make server-side HTTP HEAD requests to arbitrary internal IP addresses. While the parallel uploadFromURL flow validates target IPs against...

4.1CVSS5.5AI score0.00214EPSS
SaveExploits0References3
Rows per page
Query Builder