Lucene search
+L

3828 matches found

CVE
CVE
added 2026/08/22 3:32 p.m.45 views

CVE-2026-74656

A use-after-free vulnerability exists in the Linux kernel's IPv4 networking stack, specifically in the fib_nhc_update_mtu() function. The root cause is a race condition : this function walks the nexthop exception table under RTNL, but RTNL does not serialize the walk with concurrent PMTU exceptio...

7.8CVSS5.7AI score0.00126EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.26 views

PT-2026-79674

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the ip vs in icmp function where an skb is rebased from the outer ICMP packet to the quoted original request before being passed to icmp send. Because IPCBskb-opt...

9.8CVSS5.7AI score0.00514EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.23 views

PT-2026-79661

In the Linux kernel, the following vulnerability has been resolved: ipv4: fix use-after-free in fib nhc update mtu fib nhc update mtu walks the nexthop exception table under RTNL, but RTNL does not serialize this walk with PMTU exception updates. The walk uses rcu dereference protected with a...

5.5AI score0.00126EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2026/08/22 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2026-74656

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ipv4: fix use-after-free in fibnhcupdatemtu fibnhcupdatemtu walks the nexthop exception table under RTNL, but RTNL does not serialize this walk with PMTU...

7.8CVSS6.7AI score0.00126EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/21 12:31 a.m.25 views

EUVD-2026-63681

The POST /api/provider-nodes/validate route in 9router takes a caller-supplied baseUrl and issues server-side HTTP requests to it, guarding the destination with assertPublicUrl from src/shared/utils/ssrfGuard.js. That guard compares hostname strings only: it resolves no DNS, does not revalidate...

8.5CVSS5.5AI score0.0027EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/20 10:18 p.m.17 views

CVE-2026-72860

The POST /api/provider-nodes/validate route in 9router takes a caller-supplied baseUrl and issues server-side HTTP requests to it, guarding the destination with assertPublicUrl from src/shared/utils/ssrfGuard.js. That guard compares hostname strings only: it resolves no DNS, does not revalidate...

8.5CVSS0.0027EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/20 9:35 p.m.21 views

CVE-2026-72860 9router Server-Side Request Forgery via /api/provider-nodes/validate Because the IPv4-Mapped IPv6 Denylist Check Is Unreachable

The POST /api/provider-nodes/validate route in 9router takes a caller-supplied baseUrl and issues server-side HTTP requests to it, guarding the destination with assertPublicUrl from src/shared/utils/ssrfGuard.js. That guard compares hostname strings only: it resolves no DNS, does not revalidate...

6.3CVSS5.8AI score
SaveExploits0References9
Cvelist
Cvelist
added 2026/08/20 9:35 p.m.44 views

CVE-2026-72860 9router Server-Side Request Forgery via /api/provider-nodes/validate Because the IPv4-Mapped IPv6 Denylist Check Is Unreachable

The POST /api/provider-nodes/validate route in 9router takes a caller-supplied baseUrl and issues server-side HTTP requests to it, guarding the destination with assertPublicUrl from src/shared/utils/ssrfGuard.js. That guard compares hostname strings only: it resolves no DNS, does not revalidate...

8.5CVSS0.0027EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/20 9:35 p.m.44 views

CVE-2026-72860

9router 's POST /api/provider-nodes/validate route is vulnerable to Server-Side Request Forgery (SSRF) due to a flaw in its assertPublicUrl guard (src/shared/utils/ssrfGuard.js). The IPv4-mapped IPv6 denylist regex is unreachable because the WHATWG URL parser canonicalizes such literals to hextet...

8.5CVSS5.4AI score0.0027EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/08/20 12:00 a.m.20 views

PT-2026-79218

The POST /api/provider-nodes/validate route in 9router takes a caller-supplied baseUrl and issues server-side HTTP requests to it, guarding the destination with assertPublicUrl from src/shared/utils/ssrfGuard.js. That guard compares hostname strings only: it resolves no DNS, does not revalidate...

8.5CVSS5.4AI score0.0027EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/19 8:17 p.m.11 views

CVE-2026-16839

IBM AIX 7.2, and 7.3 and IBM PowerVM VIOS 4.1 could allow a remote attacker to obtain sensitive information due to an integer underflow in the IPv4 IP-options parser...

9.4CVSS0.00385EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/19 7:30 p.m.44 views

CVE-2026-16839

Affected products: IBM AIX 7.2, 7.3, and PowerVM VIOS 4.1. Root cause: integer underflow in the IPv4 IP-options parser, exploitable remotely with no authentication. Impact: CVSS 9.4 (Critical) — high integrity/availability, low confidentiality. Exploitation status: no in-the-wild exploitation or ...

9.4CVSS5.3AI score0.00385EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2026/08/19 7:30 p.m.39 views

CVE-2026-16839 Vulnerabilities in IBM AIX and PowerVM VIOS

IBM AIX 7.2, and 7.3 and IBM PowerVM VIOS 4.1 could allow a remote attacker to obtain sensitive information due to an integer underflow in the IPv4 IP-options parser...

9.4CVSS0.00385EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/19 7:23 p.m.9 views

GHSA-WPPF-H75H-6PM6 SearXNG MCP Server: Additional hardened-mode SSRF bypasses

Summary mcp-searxng has a hardened-mode URL-reading feature intended to prevent weburlread from reaching private or internal network resources. PR 79 appears to address one SSRF class: hostnames that resolve to private or internal addresses under hardened mode. I tested PR 79 locally and confirme...

6.3CVSS5.6AI score0.00134EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/08/19 7:23 p.m.12 views

SearXNG MCP Server: Additional hardened-mode SSRF bypasses

Summary mcp-searxng has a hardened-mode URL-reading feature intended to prevent weburlread from reaching private or internal network resources. PR 79 appears to address one SSRF class: hostnames that resolve to private or internal addresses under hardened mode. I tested PR 79 locally and confirme...

6.3CVSS5.6AI score0.00134EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/08/19 7:22 p.m.18 views

EUVD-2026-62701

Wekan is open source kanban built with Meteor. From 8.36 until 9.74, the outgoing webhook Integration URL validator in models/integrations.js checked only the literal URL.hostname against regular expressions, so DNS names such as 169-254-169-254.nip.io passed that first-line check. The delivery...

8.5CVSS5.3AI score0.00362EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/19 7:22 p.m.37 views

CVE-2026-68558 Wekan: SSRF filter bypass via DNS-resolving hostname in outgoing webhooks (incomplete fix of CVE-2026-53446)

Wekan is open source kanban built with Meteor. From 8.36 until 9.74, the outgoing webhook Integration URL validator in models/integrations.js checked only the literal URL.hostname against regular expressions, so DNS names such as 169-254-169-254.nip.io passed that first-line check. The delivery...

8.5CVSS0.00362EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/18 7:27 p.m.9 views

CVE-2026-52829 ZEBRA: IPv4-Mapped Mempool Misbehavior Update Aborts Zebra Address Book

ZEBRA is a Zcash node written entirely in Rust. Prior to 4.5.0, an unauthenticated IPv4 peer can deterministically terminate a synced Zebra node using the default Linux dual-stack listener configuration. The handshake path canonicalized an IPv4-mapped IPv6 PeerSocketAddr such as ::ffff:127.0.0.1 ...

7.5CVSS5.5AI score
SaveExploits0References5
OSV
OSV
added 2026/08/18 4:38 p.m.14 views

GO-2026-6237 Denial of service via malformed IPv4 packet in github.com/insomniacslk/dhcp

In github.com/insomniacslk/dhcp/dhcpv4/nclient4, BroadcastRawUDPConn.ReadFrom does not validate that the IPv4 payload length is sufficient to hold a UDP header before calculating the DHCP payload length. A frame with an IPv4 total-length field specifying fewer than eight payload bytes results in ...

5.4AI score
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/08/17 2:57 p.m.10 views

ip-address: ip-address: Inconsistent IP address parsing leads to Server-Side Request Forgery (SSRF) and trust-boundary bypass

A flaw was found in the ip-address library. This library incorrectly interprets IPv4 address octets with leading zeros as decimal, while standard network parsers interpret them as octal. This inconsistency can cause applications to misclassify network targets, allowing a remote attacker to bypass...

7.7CVSS6.7AI score0.00505EPSS
SaveExploits0References7
Rows per page
Query Builder