Lucene search
+L

22 matches found

AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•8 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, and Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: ip6gre: made ip6greheader more robust. Over the years, syzbot has identified many ways in which the kernel can crash due to issues related to ip6greheader. This involves the ability of team or bonding drivers to dynamically chang...

5.5CVSS6AI score0.00134EPSS
SaveExploits0References2
CVE
CVE
•added 2026/09/04 3:54 p.m.•36 views

CVE-2026-80825

CVE-2026-80825 affects the Linux kernel mt76 WiFi driver for mt7925 USB/SDIO devices (mt7925u). The function mt7925_usb_sdio_tx_prepare_skb() pushes a TX descriptor and USB header onto every skb, assuming sufficient headroom is already present. This assumption holds for locally generated traffic ...

5.4AI score0.00209EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
•added 2026/09/04 12:00 a.m.•14 views

PT-2026-85703

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: ensure tx headroom in usb sdio tx prepare skb mt7925 usb sdio tx prepare skb pushes a TX descriptor and a USB header onto every skb and assumes the headroom for them is already there. That holds for locally...

5.3AI score0.00209EPSS
SaveExploits0References124
NVD
NVD
•added 2026/08/26 3:16 p.m.•11 views

CVE-2026-74744

In the Linux kernel, the following vulnerability has been resolved: ipvlan: inherit neededheadroom and neededtailroom from phydev ipvlan devices inherit hardheaderlen from phydev during ipvlaninit, but leave neededheadroom and neededtailroom set to 0. When the underlying phydev or stacked lower...

9.8CVSS0.00701EPSS
SaveExploits0References6
NVD
NVD
•added 2026/08/26 3:16 p.m.•14 views

CVE-2026-74743

In the Linux kernel, the following vulnerability has been resolved: macvlan: inherit neededheadroom and neededtailroom from lowerdev macvlan devices inherit hardheaderlen from lowerdev during macvlaninit, but leave neededheadroom and neededtailroom set to 0. When the underlying lowerdev requires...

9.8CVSS0.00701EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/26 3:16 p.m.•12 views

CVE-2026-74744

In the Linux kernel, the following vulnerability has been resolved: ipvlan: inherit neededheadroom and neededtailroom from phydev ipvlan devices inherit hardheaderlen from phydev during ipvlaninit, but leave neededheadroom and neededtailroom set to 0. When the underlying phydev or stacked lower...

9.8CVSS5.5AI score0.00701EPSS
SaveExploits0References7
OSV
OSV
•added 2026/08/26 3:16 p.m.•8 views

UBUNTU-CVE-2026-74743

In the Linux kernel, the following vulnerability has been resolved: macvlan: inherit neededheadroom and neededtailroom from lowerdev macvlan devices inherit hardheaderlen from lowerdev during macvlaninit, but leave neededheadroom and neededtailroom set to 0. When the underlying lowerdev requires...

9.8CVSS5.8AI score0.00701EPSS
SaveExploits0References8
OSV
OSV
•added 2026/08/26 2:36 p.m.•15 views

CVE-2026-74744 ipvlan: inherit needed_headroom and needed_tailroom from phy_dev

In the Linux kernel, the following vulnerability has been resolved: ipvlan: inherit neededheadroom and neededtailroom from phydev ipvlan devices inherit hardheaderlen from phydev during ipvlaninit, but leave neededheadroom and neededtailroom set to 0. When the underlying phydev or stacked lower...

9.8CVSS5.6AI score
SaveExploits0References9
OSV
OSV
•added 2026/08/26 2:36 p.m.•14 views

CVE-2026-74743 macvlan: inherit needed_headroom and needed_tailroom from lowerdev

In the Linux kernel, the following vulnerability has been resolved: macvlan: inherit neededheadroom and neededtailroom from lowerdev macvlan devices inherit hardheaderlen from lowerdev during macvlaninit, but leave neededheadroom and neededtailroom set to 0. When the underlying lowerdev requires...

9.8CVSS5.6AI score
SaveExploits0References9
Tenable Nessus
Tenable Nessus
•added 2026/08/26 12:00 a.m.•10 views

Unity Linux 20.1050a Security Update: kernel (UTSA-2026-098964)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-098964 advisory. In the Linux kernel, the following vulnerability has been resolved: ip6gre: make ip6greheader robust Over the years, syzbot found many ways to crash the kernel in...

5.5CVSS6.1AI score0.00134EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
•added 2026/08/05 12:00 a.m.•6 views

PT-2026-68078

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The gtp1u send echo resp function fails to check the return value of skb pull data. When processing an echo request between 16 and 19 bytes, the pull request for 20 bytes fails and retur...

7.5CVSS5.6AI score0.00823EPSS
SaveExploits0
Positive Technologies
Positive Technologies
•added 2026/07/30 12:00 a.m.•13 views

PT-2026-69523

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An off-by-one error exists in the openvswitch module within the queue gso packets and queue userspace packet functions. The issue occurs because OVS ACTION ATTR TRUNC stores a delta from...

9.8CVSS5.9AI score0.00755EPSS
SaveExploits0
NVD
NVD
•added 2026/01/25 3:15 p.m.•24 views

CVE-2026-23011

In the Linux kernel, the following vulnerability has been resolved: ipv4: ipgre: make ipgreheader robust Analog to commit db5b4e39c4e6 "ip6gre: make ip6greheader robust" Over the years, syzbot found many ways to crash the kernel in ipgreheader 1. This involves team or bonding drivers ability to...

5.5CVSS0.00208EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
•added 2026/01/25 2:36 p.m.•11 views

CVE-2026-23011 ipv4: ip_gre: make ipgre_header() robust

In the Linux kernel, the following vulnerability has been resolved: ipv4: ipgre: make ipgreheader robust Analog to commit db5b4e39c4e6 "ip6gre: make ip6greheader robust" Over the years, syzbot found many ways to crash the kernel in ipgreheader 1. This involves team or bonding drivers ability to...

5.3AI score0.00208EPSS
SaveExploits0References7
Cvelist
Cvelist
•added 2026/01/25 2:36 p.m.•60 views

CVE-2026-23011 ipv4: ip_gre: make ipgre_header() robust

In the Linux kernel, the following vulnerability has been resolved: ipv4: ipgre: make ipgreheader robust Analog to commit db5b4e39c4e6 "ip6gre: make ip6greheader robust" Over the years, syzbot found many ways to crash the kernel in ipgreheader 1. This involves team or bonding drivers ability to...

0.00208EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
•added 2026/01/14 11:55 p.m.•11 views

CVE-2025-71098

In the Linux kernel, the following vulnerability has been resolved: ip6gre: make ip6greheader robust Over the years, syzbot found many ways to crash the kernel in ip6greheader 1. This involves team or bonding drivers ability to dynamically change their dev-neededheadroom and/or dev-hardheaderlen ...

6.2CVSS5.7AI score0.00134EPSS
SaveExploits0References4
NVD
NVD
•added 2026/01/13 4:16 p.m.•17 views

CVE-2025-71098

In the Linux kernel, the following vulnerability has been resolved: ip6gre: make ip6greheader robust Over the years, syzbot found many ways to crash the kernel in ip6greheader 1. This involves team or bonding drivers ability to dynamically change their dev-neededheadroom and/or dev-hardheaderlen ...

5.5CVSS0.00134EPSS
SaveExploits0References8
OSV
OSV
•added 2026/01/13 4:16 p.m.•10 views

UBUNTU-CVE-2025-71098

In the Linux kernel, the following vulnerability has been resolved: ip6gre: make ip6greheader robust Over the years, syzbot found many ways to crash the kernel in ip6greheader 1. This involves team or bonding drivers ability to dynamically change their dev-neededheadroom and/or dev-hardheaderlen ...

5.5CVSS5.8AI score0.00134EPSS
SaveExploits0References38
OSV
OSV
•added 2025/09/17 3:15 p.m.•13 views

UBUNTU-CVE-2023-53365

In the Linux kernel, the following vulnerability has been resolved: ip6mr: Fix skbunderpanic in ip6mrcachereport skbuff: skbunderpanic: text:ffffffff88771f69 len:56 put:-4 head:ffff88805f86a800 data:ffff887f5f86a850 tail:0x88 end:0x2c0 dev:pim6reg ------------ cut here ------------ kernel BUG at...

5.5CVSS6AI score0.0019EPSS
SaveExploits0References11
OSV
OSV
•added 2024/10/21 6:15 p.m.•9 views

DEBIAN-CVE-2024-49948

In the Linux kernel, the following vulnerability has been resolved: net: add more sanity checks to qdiscpktleninit One path takes care of SKBGSODODGY, assuming skb-len is bigger than hdrlen. virtionethdrtoskb does not fully dissect TCP headers, it only make sure it is at least 20 bytes. It is...

5.5CVSS5.7AI score0.00291EPSS
SaveExploits0References1
Rows per page
Query Builder