Lucene search
+L

31 matches found

RedhatCVE
RedhatCVE
added 2 days ago7 views

CVE-2026-69198

A flaw was found in ip-address, a JavaScript library for parsing and manipulating IP addresses. By appending a Classless Inter-Domain Routing CIDR suffix to an IP address, an attacker can bypass the library's special-use classification methods. This misclassification can lead applications, such a...

6.9CVSS5.4AI score0.00276EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 4 days ago9 views

ip-address: a CIDR suffix on the parsed address suppresses special-use classification and can bypass SSRF and trust-boundary checks

Summary Every special-use classification method is built on isInSubnet, which short-circuits to false whenever the address's own subnet mask is shorter than the reference range's mask. That mask comes verbatim from the CIDR suffix on the parsed input, so appending a suffix such as /0 suppresses...

6.9CVSS5.5AI score0.00276EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 4 days ago5 views

GHSA-4XRF-JV44-H6HH ip-address: a CIDR suffix on the parsed address suppresses special-use classification and can bypass SSRF and trust-boundary checks

Summary Every special-use classification method is built on isInSubnet, which short-circuits to false whenever the address's own subnet mask is shorter than the reference range's mask. That mask comes verbatim from the CIDR suffix on the parsed input, so appending a suffix such as /0 suppresses...

6.9CVSS5.5AI score0.00276EPSS
SaveExploits0References4
Patchstack
Patchstack
added 4 days ago8 views

NPM: ip-address: a CIDR suffix on the parsed address suppresses special-use classification and can bypass SSRF and trust-boundary checks

NPM: ip-address: a CIDR suffix on the parsed address suppresses special-use classification and can bypass SSRF and trust-boundary checks vulnerability discovered by ? in WordPress Npm ip-address versions = 10.1.1, = 10.2.1...

6.9CVSS5.5AI score0.00276EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 4 days ago7 views

EUVD-2026-52422

ip-address is a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript. From 10.1.1 until 10.2.2, every special-use classification method is built on isInSubnet, which short-circuits to false whenever the address's own subnet mask is shorter than the reference range's mask. Th...

6.9CVSS5.6AI score0.00276EPSS
SaveExploits0References3
OSV
OSV
added 4 days ago4 views

CVE-2026-69198 ip-address: a CIDR suffix on the parsed address suppresses special-use classification and can bypass SSRF and trust-boundary checks

ip-address is a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript. From 10.1.1 until 10.2.2, every special-use classification method is built on isInSubnet, which short-circuits to false whenever the address's own subnet mask is shorter than the reference range's mask. Th...

6.9CVSS5.6AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 4 days ago4 views

CVE-2026-69198 ip-address: a CIDR suffix on the parsed address suppresses special-use classification and can bypass SSRF and trust-boundary checks

ip-address is a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript. From 10.1.1 until 10.2.2, every special-use classification method is built on isInSubnet, which short-circuits to false whenever the address's own subnet mask is shorter than the reference range's mask. Th...

6.9CVSS5.5AI score0.00276EPSS
SaveExploits0References3
Cvelist
Cvelist
added 4 days ago55 views

CVE-2026-69198 ip-address: a CIDR suffix on the parsed address suppresses special-use classification and can bypass SSRF and trust-boundary checks

ip-address is a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript. From 10.1.1 until 10.2.2, every special-use classification method is built on isInSubnet, which short-circuits to false whenever the address's own subnet mask is shorter than the reference range's mask. Th...

6.9CVSS0.00276EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 4 days ago7 views

ip-address: misclassification of IPv4-mapped/NAT64 IPv6 addresses can bypass SSRF and trust-boundary checks

Summary Address6's special-property checks misclassify IPv4-mapped ::ffff:0:0/96 and NAT64 well-known 64:ff9b::/96 IPv6 addresses. These checks classify an address by its IPv6 wrapper rather than by the IPv4 address it embeds, so isLoopback, isLinkLocal, isMulticast, and isUnspecified all return...

6.9CVSS5.5AI score0.00254EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/14 6:15 p.m.8 views

GHSA-XW9Q-2MV6-9FR8 Fedify has an incomplete SSRF mitigation after GHSA-p9cg-vqcc-grcx: validatePublicUrl allows special-use IPv4 ranges

Summary Fedify previously addressed SSRF/internal network access in GHSA-p9cg-vqcc-grcx by adding public URL validation before runtime document and media fetching. However, the current IPv4 validation logic appears incomplete. The validatePublicUrl protection relies on isValidPublicIPv4Address to...

8.6CVSS6.1AI score0.00351EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2026/06/10 8:27 p.m.10 views

CVE-2026-50131 Fedify has an incomplete SSRF mitigation after GHSA-p9cg-vqcc-grcx: validatePublicUrl allows special-use IPv4 ranges

Fedify is a TypeScript library for building federated server apps powered by ActivityPub. Fedify previously addressed SSRF/internal network access in GHSA-p9cg-vqcc-grcx by adding public URL validation before runtime document and media fetching. However, the IPv4 validation logic present starting...

8.6CVSS5.4AI score0.00351EPSS
SaveExploits1References1
OSV
OSV
added 2026/06/10 8:27 p.m.6 views

CVE-2026-50131 Fedify has an incomplete SSRF mitigation after GHSA-p9cg-vqcc-grcx: validatePublicUrl allows special-use IPv4 ranges

Fedify is a TypeScript library for building federated server apps powered by ActivityPub. Fedify previously addressed SSRF/internal network access in GHSA-p9cg-vqcc-grcx by adding public URL validation before runtime document and media fetching. However, the IPv4 validation logic present starting...

8.6CVSS5.9AI score
SaveExploits0References3
CVE
CVE
added 2026/06/10 8:27 p.m.27 views

CVE-2026-50131

Fedify (TypeScript federated server framework) has an incomplete SSRF mitigation in validatePublicUrl(): isValidPublicIPv4Address() blocks common private/local ranges but still treats several special-use, reserved, multicast, benchmarking, and carrier-grade NAT IPv4 ranges as valid. This exposes ...

8.6CVSS5.4AI score0.00351EPSS
SaveExploits1References1
EUVD
EUVD
added 2026/04/24 12:31 a.m.7 views

EUVD-2026-25345

OpenClaw before 2026.3.28 contains an SSRF guard bypass vulnerability that fails to block four IPv6 special-use ranges. Attackers can exploit this by crafting URLs targeting internal or non-routable IPv6 addresses to bypass SSRF protections...

7.1CVSS5.8AI score0.00202EPSS
SaveExploits0References3
NVD
NVD
added 2026/04/23 10:16 p.m.13 views

CVE-2026-41361

OpenClaw before 2026.3.28 contains an SSRF guard bypass vulnerability that fails to block four IPv6 special-use ranges. Attackers can exploit this by crafting URLs targeting internal or non-routable IPv6 addresses to bypass SSRF protections...

7.1CVSS0.00202EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/04/23 9:58 p.m.5 views

CVE-2026-41361

OpenClaw before 2026.3.28 contains an SSRF guard bypass vulnerability that fails to block four IPv6 special-use ranges. Attackers can exploit this by crafting URLs targeting internal or non-routable IPv6 addresses to bypass SSRF protections...

7.1CVSS5.8AI score0.00202EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/04/23 9:58 p.m.5 views

CVE-2026-41361 OpenClaw < 2026.3.28 - SSRF Guard Bypass via IPv6 Special-Use Ranges

OpenClaw before 2026.3.28 contains an SSRF guard bypass vulnerability that fails to block four IPv6 special-use ranges. Attackers can exploit this by crafting URLs targeting internal or non-routable IPv6 addresses to bypass SSRF protections...

7.1CVSS5.2AI score0.00202EPSS
SaveExploits0References2
CVE
CVE
added 2026/04/23 9:58 p.m.42 views

CVE-2026-41361

OpenClaw is affected by a SSRF guard bypass vulnerability prior to version 2026.3.28, where four IPv6 special-use ranges are not blocked. Attackers could craft URLs targeting internal or non-routable IPv6 addresses to bypass SSRF protections. The CVE details indicate a NETWORK-style issue with me...

7.1CVSS5.8AI score0.00202EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/04/23 9:58 p.m.40 views

CVE-2026-41361 OpenClaw < 2026.3.28 - SSRF Guard Bypass via IPv6 Special-Use Ranges

OpenClaw before 2026.3.28 contains an SSRF guard bypass vulnerability that fails to block four IPv6 special-use ranges. Attackers can exploit this by crafting URLs targeting internal or non-routable IPv6 addresses to bypass SSRF protections...

7.1CVSS0.00202EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/23 9:58 p.m.9 views

CVE-2026-41361 OpenClaw < 2026.3.28 - SSRF Guard Bypass via IPv6 Special-Use Ranges

OpenClaw before 2026.3.28 contains an SSRF guard bypass vulnerability that fails to block four IPv6 special-use ranges. Attackers can exploit this by crafting URLs targeting internal or non-routable IPv6 addresses to bypass SSRF protections...

5.1CVSS5.9AI score
SaveExploits0References4
Rows per page
Query Builder