Lucene search
+L

15 matches found

OSV
OSV
added 2026/08/15 5:54 a.m.13 views

CVE-2026-72228 batman-adv: frag: fix primary_if leak on failed linearization

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 score
SaveExploits0References11
Tenable Nessus
Tenable Nessus
added 2026/04/28 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-31517

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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...

5.5CVSS6AI score0.00121EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/04/23 1:25 a.m.14 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.00121EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/04/22 1:54 p.m.44 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.00121EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/01/22 12:00 a.m.7 views

Azure Linux 3.0 Security Update: kernel (CVE-2025-38165)

The version of kernel installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2025-38165 advisory. - In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix panic when calling...

7.5CVSS5.4AI score0.00308EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/11/06 12:00 a.m.14 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-990397)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990397 advisory. In the Linux kernel, the following vulnerability has been resolved: tipc: fix a possible memleak in tipcbufappend skblinearize doesn't free the skb when it fails, so...

5.5CVSS6.2AI score0.00249EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/11/05 12:00 a.m.8 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-989106)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989106 advisory. In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix potential memory leak on unlikely error case If skblinearize is needed and fail...

5.5CVSS5.1AI score0.00232EPSS
SaveExploits0References4
AstraLinux
AstraLinux
added 2025/11/01 10:54 a.m.5 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fixed a panic that occurred when calling skblinearize. The panic can be reproduced by executing the command: ./bench sockmap -c 2 -p 1 -a --rx-verdict-ingress --rx-strp 100000 A kernel panic was then captured: '''...

7.5CVSS6.2AI score0.00308EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/10/24 11:35 p.m.9 views

SUSE CVE-2025-38165

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix panic when calling skblinearize The panic can be reproduced by executing the command: ./bench sockmap -c 2 -p 1 -a --rx-verdict-ingress --rx-strp 100000 Then a kernel panic was captured: ''' 657.460555 kernel BU...

5.5CVSS6.4AI score0.00308EPSS
SaveExploits0References22
Microsoft CVE
Microsoft CVE
added 2025/08/07 7:00 a.m.6 views

bpf, sockmap: Fix panic when calling skb_linearize

...

7.5CVSS7AI score0.00308EPSS
SaveExploits0
OSV
OSV
added 2025/07/03 9:15 a.m.7 views

UBUNTU-CVE-2025-38165

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix panic when calling skblinearize The panic can be reproduced by executing the command: ./bench sockmap -c 2 -p 1 -a --rx-verdict-ingress --rx-strp 100000 Then a kernel panic was captured: ''' 657.460555 kernel BU...

7.5CVSS6AI score0.00308EPSS
SaveExploits0References40
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.3 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: tipc: fixed a possible memory leak in tipcbuf.Append. The skblinearize function does not free the skb when it fails. Therefore, move buf = NULL after skblinearize, so that the skb can be freed on the error path...

5.5CVSS6.3AI score0.00249EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/05/23 3:04 a.m.10 views

SUSE CVE-2021-47298

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix potential memory leak on unlikely error case If skblinearize is needed and fails we could leak a msg on the error handling. To fix ensure we kfree the msg block before returning error. Found during code review...

5.5CVSS6.7AI score0.00232EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/21 3:15 p.m.12 views

UBUNTU-CVE-2021-47298

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix potential memory leak on unlikely error case If skblinearize is needed and fails we could leak a msg on the error handling. To fix ensure we kfree the msg block before returning error. Found during code review...

5.5CVSS5.8AI score0.00232EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/03/27 4:25 a.m.5 views

SUSE CVE-2021-47162

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 has skbs from elsewhere, such as this skb was created by pskbcopy where the fraglist w...

5.5CVSS6.4AI score0.00738EPSS
SaveExploits0References13
Rows per page
Query Builder