Lucene search
+L

1026 matches found

RustSec
RustSec
•added 2026/05/01 12:00 p.m.•32 views

CPU exhaustion during message encoding due to O(n²) name compression

During message encoding, hickory-proto's BinEncoder stores pointers to labels that are candidates for name compression in a Vec. The name compression logic then searches for matches with a linear scan. A malicious message with many records can both introduce many candidate labels, and invoke this...

5.3CVSS6.8AI score0.00801EPSS
SaveExploits0Affected Software1
OSV
OSV
•added 2026/04/25 9:16 a.m.•11 views

AZL-84204 CVE-2026-31675 affecting package kernel for versions less than 6.6.134.1-2

In the Linux kernel, the following vulnerability has been resolved: net/sched: schnetem: fix out-of-bounds access in packet corruption In netemenqueue, the packet corruption logic uses getrandomu32belowskbheadlenskb to select an index for modifying skb-data. When an AFPACKET TXRING sends fully...

7.8CVSS6AI score0.00184EPSS
SaveExploits0References1
NVD
NVD
•added 2026/04/25 9:16 a.m.•11 views

CVE-2026-31675

In the Linux kernel, the following vulnerability has been resolved: net/sched: schnetem: fix out-of-bounds access in packet corruption In netemenqueue, the packet corruption logic uses getrandomu32belowskbheadlenskb to select an index for modifying skb-data. When an AFPACKET TXRING sends fully...

7.8CVSS0.00184EPSS
SaveExploits0References5
OSV
OSV
•added 2026/04/25 8:46 a.m.•15 views

CVE-2026-31682 bridge: br_nd_send: linearize skb before parsing ND options

In the Linux kernel, the following vulnerability has been resolved: bridge: brndsend: linearize skb before parsing ND options brndsend parses neighbour discovery options from ns-opt and assumes that these options are in the linear part of request. Its callers only guarantee that the ICMPv6 header...

9.1CVSS6AI score
SaveExploits0References13
CVE
CVE
•added 2026/04/25 8:46 a.m.•107 views

CVE-2026-31682

CVE-2026-31682 affects the Linux kernel bridge implementation, where br_nd_send may parse non-linear ND options from ns->opt[]. The root cause is failure to linearize the skb before ND option parsing, risking reads past the buffer and potential memory exposure or crash. The fix is to linearize...

9.1CVSS5.3AI score0.00845EPSS
SaveExploits0References10Affected Software1
EUVD
EUVD
•added 2026/04/25 8:46 a.m.•11 views

EUVD-2026-25649

In the Linux kernel, the following vulnerability has been resolved: bridge: brndsend: linearize skb before parsing ND options brndsend parses neighbour discovery options from ns-opt and assumes that these options are in the linear part of request. Its callers only guarantee that the ICMPv6 header...

5.3AI score0.00845EPSS
SaveExploits0References8
OSV
OSV
•added 2026/04/25 8:46 a.m.•13 views

CVE-2026-31675 net/sched: sch_netem: fix out-of-bounds access in packet corruption

In the Linux kernel, the following vulnerability has been resolved: net/sched: schnetem: fix out-of-bounds access in packet corruption In netemenqueue, the packet corruption logic uses getrandomu32belowskbheadlenskb to select an index for modifying skb-data. When an AFPACKET TXRING sends fully...

7.8CVSS5.8AI score
SaveExploits0References8
CNNVD
CNNVD
•added 2026/04/25 12:00 a.m.•26 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the nested VLAN headers in actcsum not being linearly present. This vulnerability may lead to the...

5.5CVSS5.8AI score0.00162EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
•added 2026/04/25 12:00 a.m.•10 views

Linux Distros Unpatched Vulnerability : CVE-2026-31682

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: bridge: brndsend: linearize skb before parsing ND options brndsend parses neighbour discover...

9.1CVSS6AI score0.00845EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
•added 2026/04/25 12:00 a.m.•18 views

PT-2026-35135

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An out-of-bounds memory access exists in the netem enqueue function within the sch netem scheduler. The issue occurs during packet corruption when get random u32 belowskb headlenskb is...

7.8CVSS5.3AI score0.00184EPSS
SaveExploits0
OSV
OSV
•added 2026/04/24 3:16 p.m.•8 views

AZL-83759 CVE-2026-31600 affecting package kernel for versions less than 6.6.134.1-2

In the Linux kernel, the following vulnerability has been resolved: arm64: mm: Handle invalid large leaf mappings correctly It has been possible for a long time to mark ptes in the linear map as invalid. This is done for secretmem, kfence, realm dma memory un/share, and others, by simply clearing...

7.5CVSS6.7AI score0.00399EPSS
SaveExploits0References1
OSV
OSV
•added 2026/04/24 3:16 p.m.•10 views

DEBIAN-CVE-2026-31575

In the Linux kernel, the following vulnerability has been resolved: mm/userfaultfd: fix hugetlb fault mutex hash calculation In mfillatomichugetlb, linearpageindex is used to calculate the page index for hugetlbfaultmutexhash. However, linearpageindex returns the index in PAGESIZE units, while...

5.5CVSS5.3AI score0.00162EPSS
SaveExploits0References1
OSV
OSV
•added 2026/04/24 2:42 p.m.•14 views

CVE-2026-31600 arm64: mm: Handle invalid large leaf mappings correctly

In the Linux kernel, the following vulnerability has been resolved: arm64: mm: Handle invalid large leaf mappings correctly It has been possible for a long time to mark ptes in the linear map as invalid. This is done for secretmem, kfence, realm dma memory un/share, and others, by simply clearing...

7.5CVSS6.6AI score
SaveExploits0References7
Cvelist
Cvelist
•added 2026/04/24 2:42 p.m.•46 views

CVE-2026-31575 mm/userfaultfd: fix hugetlb fault mutex hash calculation

In the Linux kernel, the following vulnerability has been resolved: mm/userfaultfd: fix hugetlb fault mutex hash calculation In mfillatomichugetlb, linearpageindex is used to calculate the page index for hugetlbfaultmutexhash. However, linearpageindex returns the index in PAGESIZE units, while...

0.00162EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2026/04/23 1:25 a.m.•15 views

SUSE CVE-2026-31517

In the Linux kernel, the following vulnerability has been resolved: xfrm: iptfs: fix skbput panic on non-linear skb during reassembly In iptfsreassemcont, IP-TFS attempts to append data to the new inner packet 'newskb' that is being reassembled. First a zero-copy approach is tried if it succeeds...

5.5CVSS5.7AI score0.0016EPSS
SaveExploits0References3
NVD
NVD
•added 2026/04/22 2:16 p.m.•13 views

CVE-2026-31517

In the Linux kernel, the following vulnerability has been resolved: xfrm: iptfs: fix skbput panic on non-linear skb during reassembly In iptfsreassemcont, IP-TFS attempts to append data to the new inner packet 'newskb' that is being reassembled. First a zero-copy approach is tried if it succeeds...

5.5CVSS0.0016EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/04/22 1:54 p.m.•45 views

CVE-2026-31517 xfrm: iptfs: fix skb_put() panic on non-linear skb during reassembly

In the Linux kernel, the following vulnerability has been resolved: xfrm: iptfs: fix skbput panic on non-linear skb during reassembly In iptfsreassemcont, IP-TFS attempts to append data to the new inner packet 'newskb' that is being reassembled. First a zero-copy approach is tried if it succeeds...

0.0016EPSS
SaveExploits0References3
OSV
OSV
•added 2026/04/22 1:54 p.m.•13 views

CVE-2026-31517 xfrm: iptfs: fix skb_put() panic on non-linear skb during reassembly

In the Linux kernel, the following vulnerability has been resolved: xfrm: iptfs: fix skbput panic on non-linear skb during reassembly In iptfsreassemcont, IP-TFS attempts to append data to the new inner packet 'newskb' that is being reassembled. First a zero-copy approach is tried if it succeeds...

6AI score
SaveExploits0References6
CVE
CVE
•added 2026/04/22 1:54 p.m.•33 views

CVE-2026-31517

The CVE-2026-31517 vulnerability affects the Linux kernel’s IP-TFS (xfrm_iptfs) reassembly path. During datagram reassembly, an optimization can make newskb non-linear; if a subsequent fragment is appended via skb_put(), the code may trigger a SKB_LINEAR_ASSERT and crash (OOPS). The documented fi...

5.5CVSS5.7AI score0.0016EPSS
SaveExploits0References3Affected Software1
Positive Technologies
Positive Technologies
•added 2026/04/22 12:00 a.m.•16 views

PT-2026-34422

In the Linux kernel, the following vulnerability has been resolved: xfrm: iptfs: fix skb put panic on non-linear skb during reassembly In iptfs reassem cont, IP-TFS attempts to append data to the new inner packet 'newskb' that is being reassembled. First a zero-copy approach is tried if it succee...

5.7AI score0.0016EPSS
SaveExploits0References4
Rows per page
Query Builder