Lucene search
+L

53 matches found

RedhatCVE
RedhatCVE
added 2026/08/25 9:56 a.m.9 views

CVE-2026-74678

A flaw was found in the Linux kernel's ax88179178a USB network driver. When the network interface has scatter-gather SG enabled and a packet linearization operation fails, the system fails to free the associated memory buffer. This oversight leads to a memory leak, which could be exploited by an...

7.5CVSS5.2AI score0.00479EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/18 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-72228

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - batman-adv: frag: fix primaryif leak on failed linearization If the skb has a fraglist, it must be linearized before it can be split using skbsplit. But when th...

5.4AI score0.00211EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/15 6:21 a.m.6 views

CVE-2026-72228

In the Linux kernel, the following vulnerability has been resolved: batman-adv: frag: fix primaryif leak on failed linearization If the skb has a fraglist, it must be linearized before it can be split using skbsplit. But when this step failed, it must not only free the skb but also take care of t...

0.00211EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/08/15 6:21 a.m.5 views

CVE-2026-72228

In the Linux kernel, the following vulnerability has been resolved: batman-adv: frag: fix primaryif leak on failed linearization If the skb has a fraglist, it must be linearized before it can be split using skbsplit. But when this step failed, it must not only free the skb but also take care of t...

5.5AI score0.00211EPSS
SaveExploits0References10
EUVD
EUVD
added 2026/08/15 5:54 a.m.8 views

EUVD-2026-59127

In the Linux kernel, the following vulnerability has been resolved: batman-adv: frag: fix primaryif leak on failed linearization If the skb has a fraglist, it must be linearized before it can be split using skbsplit. But when this step failed, it must not only free the skb but also take care of t...

5.4AI score0.00211EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.19 views

PT-2026-72416

In the Linux kernel, the following vulnerability has been resolved: batman-adv: frag: fix primary if leak on failed linearization If the skb has a frag list, it must be linearized before it can be split using skb split. But when this step failed, it must not only free the skb but also take care o...

5.4AI score0.00211EPSS
SaveExploits0References9
NVD
NVD
added 2026/07/19 4:17 p.m.12 views

CVE-2026-64000

In the Linux kernel, the following vulnerability has been resolved: net: hsr: fix potential OOB access in supervision frame handling Ensure the entire TLV header is linearized before access by adding sizeofstruct hsrsuptlv to the pskbmaypull calls. Without this, a truncated frame could cause an...

9.8CVSS0.00721EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/19 2:56 p.m.40 views

CVE-2026-64000 net: hsr: fix potential OOB access in supervision frame handling

In the Linux kernel, the following vulnerability has been resolved: net: hsr: fix potential OOB access in supervision frame handling Ensure the entire TLV header is linearized before access by adding sizeofstruct hsrsuptlv to the pskbmaypull calls. Without this, a truncated frame could cause an...

9.8CVSS0.00721EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/07/19 12:00 a.m.13 views

PT-2026-61317

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An out-of-bounds access issue exists in the handling of supervision frames within the High-availability Seamless Redundancy HSR network protocol. The problem occurs when a truncated fram...

9.8CVSS5.1AI score0.00721EPSS
SaveExploits0
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.2 views

Astra Linux – Vulnerability in Linux

In the Linux kernel, the following vulnerability has been resolved: tipc: skblinearize the head skb when reassembling msgs It’s not a good idea to append the frag skb to a skb’s fraglist if the fraglist already contains skbs from elsewhere. For example, this frag skb was created by pskbcopy, wher...

5.5CVSS6.2AI score0.00738EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.6 views

Astra Linux – Vulnerability in Linux 5.10

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 succeed...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/04/25 8:46 a.m.6 views

CVE-2026-31682

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.2AI score0.00485EPSS
SaveExploits0References9Affected Software1
Positive Technologies
Positive Technologies
added 2026/04/02 12:00 a.m.22 views

PT-2026-35144

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the tcf csum act function where nested VLAN headers are processed directly from skb-data when a socket buffer still contains in-payload VLAN tags. The system reads vlan-...

6.2CVSS5.9AI score0.00117EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/03/26 12:00 a.m.13 views

PT-2026-35142

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the br nd send function where neighbour discovery options are parsed from ns-opt under the assumption that these options reside in the linear part of the request...

9.4CVSS6AI score0.00485EPSS
SaveExploits0
OSV
OSV
added 2025/11/19 1:15 p.m.3 views

SUSE-SU-2025:4140-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP6 kernel was updated to fix various security issues The following security issues were fixed: - CVE-2025-38008: mm/pagealloc: fix race condition in unaccepted memory handling bsc1244939. - CVE-2025-38539: trace/fgraph: Fix the warning caused by missing unregister...

9.8CVSS6.6AI score0.08942EPSS
SaveExploits3References405
SUSE Linux
SUSE Linux
added 2025/11/18 4:45 p.m.8 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP7 Azure kernel was updated to fix various security issues The following security issues were fixed: CVE-2025-38008: mm/pagealloc: fix race condition in unaccepted memory handling bsc1244939. CVE-2025-38539: trace/fgraph: Fix the warning caused by missing unregister...

8.7CVSS8.1AI score0.08942EPSS
SaveExploits4References1986
AstraLinux
AstraLinux
added 2025/11/01 10:54 a.m.10 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: net: fix udp gsoskbSegment after pulling from fragList The commit a1e40ac5b5e9 “net: gso: fix udp gso fragList segmentation after pulling from fragList” detected invalid geometries in the fragList skbSegments and redirected them...

7.5CVSS5.8AI score0.00387EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/09/22 12:00 a.m.3 views

CentOS 9 : kernel-5.14.0-617.el9

The remote CentOS Linux 9 host has packages installed that are affected by a vulnerability as referenced in the kernel-5.14.0-617.el9 build changelog. - In the Linux kernel, the following vulnerability has been resolved: sctp: linearize cloned gso packets in sctprcv A cloned head skb still shares...

7.8CVSS6AI score0.00162EPSS
SaveExploits0References2
NVD
NVD
added 2025/09/04 4:15 p.m.20 views

CVE-2025-38718

In the Linux kernel, the following vulnerability has been resolved: sctp: linearize cloned gso packets in sctprcv A cloned head skb still shares these frag skbs in fraglist with the original head skb. It's not safe to access these frag skbs. syzbot reported two use-of-uninitialized-memory bugs...

7.8CVSS0.00162EPSS
SaveExploits0References10
OSV
OSV
added 2025/09/04 4:15 p.m.16 views

AZL-73893 CVE-2025-38718 affecting package kernel for versions less than 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: sctp: linearize cloned gso packets in sctprcv A cloned head skb still shares these frag skbs in fraglist with the original head skb. It's not safe to access these frag skbs. syzbot reported two use-of-uninitialized-memory bugs...

7.8CVSS6AI score0.00162EPSS
SaveExploits0References1
Rows per page
Query Builder