Lucene search
+L

34311 matches found

RedHat Linux
RedHat Linux
added 2026/04/22 8:47 p.m.14 views

kernel: net/sched: cls_u32: use skb_header_pointer_careful()

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsu32: use skbheaderpointercareful skbheaderpointer does not fully validate negative @offset values. Use skbheaderpointercareful instead. GangMin Kim provided a report and a repro fooling u32classify: BUG: KASAN:...

7.1CVSS5.6AI score0.00122EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/04/22 7:39 p.m.13 views

CVE-2026-31504

A flaw was found in the Linux kernel. A race condition in the packetrelease function, specifically during a network device up NETDEVUP event, can lead to a Use-After-Free UAF vulnerability. This occurs when a socket is re-registered into a fanout group's array, leaving a dangling pointer. A local...

7.8CVSS5.2AI score0.00135EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/04/22 6:16 p.m.10 views

CVE-2026-31469

A flaw was found in the Linux kernel's virtionet driver. A local user can trigger a Use-After-Free UAF vulnerability by configuring the driver with specific network settings and then destroying the network namespace while data packets are still being transmitted. This premature freeing of network...

7.8CVSS5.3AI score0.00135EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/04/22 5:52 p.m.20 views

kernel: net/sched: cls_u32: use skb_header_pointer_careful()

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsu32: use skbheaderpointercareful skbheaderpointer does not fully validate negative @offset values. Use skbheaderpointercareful instead. GangMin Kim provided a report and a repro fooling u32classify: BUG: KASAN:...

7.1CVSS5.6AI score0.00122EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/04/22 3:31 p.m.15 views

EUVD-2026-24900

In the Linux kernel, the following vulnerability has been resolved: xfrm: prevent policyhthresh.work from racing with netns teardown A XFRMMSGNEWSPDINFO request can queue the per-net work item policyhthresh.work onto the system workqueue. The queued callback, xfrmhashrebuild, retrieves the...

5.6AI score0.00099EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/04/22 3:31 p.m.14 views

EUVD-2026-24881

In the Linux kernel, the following vulnerability has been resolved: net: fix fanout UAF in packetrelease via NETDEVUP race packetrelease has a race window where NETDEVUP can re-register a socket into a fanout group's arr array. The re-registration is not cleaned up by fanoutrelease, leaving a...

4.7CVSS6.2AI score0.00328EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/04/22 3:31 p.m.13 views

EUVD-2026-24758

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix read abandonment during retry Under certain circumstances, all the remaining subrequests from a read request will get abandoned during retry. The abandonment process expects the 'subreq' variable to be set to the place...

5.6AI score0.00342EPSS
SaveExploits0References4
GithubExploit
GithubExploit
added 2026/04/22 3:4 p.m.179 views

Exploit for Insufficiently Protected Credentials in Kyocera Net_Viewer

KyoceraCredsDump - CVE-2022-1026 - Based on the original explo...

8.6CVSS7.2AI score0.15102EPSS
SaveExploits5
NVD
NVD
added 2026/04/22 2:16 p.m.12 views

CVE-2026-31516

In the Linux kernel, the following vulnerability has been resolved: xfrm: prevent policyhthresh.work from racing with netns teardown A XFRMMSGNEWSPDINFO request can queue the per-net work item policyhthresh.work onto the system workqueue. The queued callback, xfrmhashrebuild, retrieves the...

7.8CVSS0.00099EPSS
SaveExploits0References4
NVD
NVD
added 2026/04/22 2:16 p.m.8 views

CVE-2026-31469

In the Linux kernel, the following vulnerability has been resolved: virtionet: Fix UAF on dstops when IFFXMITDSTRELEASE is cleared and napitx is false A UAF issue occurs when the virtionet driver is configured with napitx=N and the device's IFFXMITDSTRELEASE flag is cleared e.g., during the...

7.8CVSS0.00135EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2026/04/22 1:54 p.m.42 views

CVE-2026-31516 xfrm: prevent policy_hthresh.work from racing with netns teardown

In the Linux kernel, the following vulnerability has been resolved: xfrm: prevent policyhthresh.work from racing with netns teardown A XFRMMSGNEWSPDINFO request can queue the per-net work item policyhthresh.work onto the system workqueue. The queued callback, xfrmhashrebuild, retrieves the...

7.8CVSS0.00099EPSS
SaveExploits0References4
CVE
CVE
added 2026/04/22 1:54 p.m.50 views

CVE-2026-31516

The CVE-2026-31516 relates to the Linux kernel XFRM subsystem. A race occurs during net namespace teardown when a work item (policy_hthresh.work) queued by XFRM_MSG_NEWSPDINFO may run after the netns is freed, allowing xfrm_hash_rebuild() to dereference a freed struct net (potential use-after-fre...

7.8CVSS5.6AI score0.00099EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/04/22 1:54 p.m.8 views

CVE-2026-31516 xfrm: prevent policy_hthresh.work from racing with netns teardown

In the Linux kernel, the following vulnerability has been resolved: xfrm: prevent policyhthresh.work from racing with netns teardown A XFRMMSGNEWSPDINFO request can queue the per-net work item policyhthresh.work onto the system workqueue. The queued callback, xfrmhashrebuild, retrieves the...

7.8CVSS6.2AI score
SaveExploits0References7
OSV
OSV
added 2026/04/22 1:54 p.m.14 views

CVE-2026-31507 net/smc: fix double-free of smc_spd_priv when tee() duplicates splice pipe buffer

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix double-free of smcspdpriv when tee duplicates splice pipe buffer smcrxsplice allocates one smcspdpriv per pipebuffer and stores the pointer in pipebuffer.private. The pipebufoperations for these buffers used .get =...

7.8CVSS5.9AI score
SaveExploits0References13
CVE
CVE
added 2026/04/22 1:54 p.m.23 views

CVE-2026-31507

CVE-2026-31507 affects the Linux kernel SMC module (net/smc). The vulnerability is a double-free of the per-buffer state (smc_spd_priv) when tee(2) duplicates a splice pipe buffer, leading to a use-after-free and a kernel NULL pointer dereference, ultimately causing a kernel panic. The root cause...

7.8CVSS5.8AI score0.00131EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2026/04/22 1:53 p.m.10 views

CVE-2026-31469 virtio_net: Fix UAF on dst_ops when IFF_XMIT_DST_RELEASE is cleared and napi_tx is false

In the Linux kernel, the following vulnerability has been resolved: virtionet: Fix UAF on dstops when IFFXMITDSTRELEASE is cleared and napitx is false A UAF issue occurs when the virtionet driver is configured with napitx=N and the device's IFFXMITDSTRELEASE flag is cleared e.g., during the...

7.8CVSS6.2AI score
SaveExploits0References13
Cvelist
Cvelist
added 2026/04/22 1:53 p.m.43 views

CVE-2026-31469 virtio_net: Fix UAF on dst_ops when IFF_XMIT_DST_RELEASE is cleared and napi_tx is false

In the Linux kernel, the following vulnerability has been resolved: virtionet: Fix UAF on dstops when IFFXMITDSTRELEASE is cleared and napitx is false A UAF issue occurs when the virtionet driver is configured with napitx=N and the device's IFFXMITDSTRELEASE flag is cleared e.g., during the...

7.8CVSS0.00135EPSS
SaveExploits0References8
CVE
CVE
added 2026/04/22 1:53 p.m.50 views

CVE-2026-31469

The CVE-2026-31469 issue affects the Linux kernel virtio_net driver, where a Use-After-Free can occur when IFF_XMIT_DST_RELEASE is cleared and napi_tx is disabled, if the network namespace is destroyed while pending skbs remain in the transmit path. The root cause is the dst_ops reference being f...

7.8CVSS5.6AI score0.00135EPSS
SaveExploits0References10Affected Software1
RedhatCVE
RedhatCVE
added 2026/04/22 12:34 p.m.11 views

CVE-2026-40372

A flaw was found in ASP.NET Core due to improper verification of cryptographic signatures. An unauthorized attacker can exploit this vulnerability remotely over a network, leading to privilege escalation...

9.1CVSS5.9AI score0.11205EPSS
SaveExploits0References4
Fedora
Fedora
added 2026/04/22 11:42 a.m.12 views

[SECURITY] Fedora 42 Update: perl-Net-CIDR-Lite-0.23-1.fc42

Faster alternative to Net::CIDR when merging a large number of CIDR address ranges. Works for IPv4 and IPv6 addresses...

7.5CVSS5.2AI score0.00309EPSS
SaveExploits0
Rows per page
Query Builder