Lucene search
+L

25 matches found

RedhatCVE
RedhatCVE
added 2026/08/18 4:54 p.m.7 views

CVE-2026-72226

A flaw was found in the Linux kernel's batman-adv Better Approach To Mobile Ad-hoc Networking - Advanced module. An integer overflow can occur when calculating the length of a Translation Table Type-Length-Value TVLV unicast message. This overflow can lead to invalid safety checks, allowing an...

9.8CVSS5.5AI score0.00704EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/15 6:21 a.m.5 views

CVE-2026-72226

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: prevent TVLV OOB check overflow A TT unicast TVLV contains the number of VLANs stored in it. This number is an u16 and gets multiplied by the size of the struct batadvtvlvttvlandata 8 bytes. The size can therefore...

9.8CVSS0.00704EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 6:21 a.m.6 views

UBUNTU-CVE-2026-72226

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: prevent TVLV OOB check overflow A TT unicast TVLV contains the number of VLANs stored in it. This number is an u16 and gets multiplied by the size of the struct batadvtvlvttvlandata 8 bytes. The size can therefore...

9.8CVSS6AI score0.00704EPSS
SaveExploits0References11
OSV
OSV
added 2026/08/15 5:54 a.m.7 views

CVE-2026-72227 batman-adv: mcast: avoid OOB read of num_dests header

In the Linux kernel, the following vulnerability has been resolved: batman-adv: mcast: avoid OOB read of numdests header Before the access to struct batadvtvlvmcasttracker's numdests, it is attempted to check whether enough space is actually in the network header. But instead of using offsetofend...

8.1CVSS5.5AI score
SaveExploits0References7
CVE
CVE
added 2026/08/15 5:54 a.m.23 views

CVE-2026-72227

CVE-2026-72227 affects the Linux kernel’s Batman- ADV multicast (mcast) handling. The issue occurs when accessing batadv_tvlv_mcast_tracker’s num_dests: instead of validating the full header size with a safe check (offsetofend), the code calls offsetof, which returns 0, causing the network header...

8.1CVSS5.3AI score0.00331EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/15 5:54 a.m.21 views

CVE-2026-72226 batman-adv: tt: prevent TVLV OOB check overflow

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: prevent TVLV OOB check overflow A TT unicast TVLV contains the number of VLANs stored in it. This number is an u16 and gets multiplied by the size of the struct batadvtvlvttvlandata 8 bytes. The size can therefore...

9.8CVSS0.00704EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:54 a.m.15 views

CVE-2026-72226 batman-adv: tt: prevent TVLV OOB check overflow

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: prevent TVLV OOB check overflow A TT unicast TVLV contains the number of VLANs stored in it. This number is an u16 and gets multiplied by the size of the struct batadvtvlvttvlandata 8 bytes. The size can therefore...

9.8CVSS5.9AI score
SaveExploits0References11
EUVD
EUVD
added 2026/08/15 5:54 a.m.7 views

EUVD-2026-59125

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: prevent TVLV OOB check overflow A TT unicast TVLV contains the number of VLANs stored in it. This number is an u16 and gets multiplied by the size of the struct batadvtvlvttvlandata 8 bytes. The size can therefore...

5.8AI score0.00704EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:54 a.m.27 views

CVE-2026-72226

CVE-2026-72226 concerns the Linux kernel’s batman-adv TT TVLV handling. A unicast TVLV contains the number of VLANs (u16) and multiplies it by 8 (batadv_tvlv_tt_vlan_data). This can overflow the 16-bit tt_vlan_len, invalidating safety checks for out-of-bounds access. The published fix switches to...

9.8CVSS5.8AI score0.00704EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.11 views

PT-2026-72414

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: prevent TVLV OOB check overflow A TT unicast TVLV contains the number of VLANs stored in it. This number is an u16 and gets multiplied by the size of the struct batadv tvlv tt vlan data 8 bytes. The size can...

5.8AI score0.00704EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.24 views

CVE-2026-64088

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: fix negative ttbufflen batadvorignode::ttbufflen was declared as s16, but the field is never intended to hold a negative value. When a value greater than 32767 is assigned, it wraps to a negative signed integer. I...

8.8CVSS5.4AI score0.00412EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/06/25 2:19 a.m.15 views

SUSE CVE-2026-52934

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tvlv: reject oversized TVLV packets batadvtvlvcontainerogmappend builds a TVLV packet section from the tvlv.containerlist. The total size of this section is computed by batadvtvlvcontainerlistsize, which sums the size...

5.5CVSS5.7AI score0.00412EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/06/24 3:37 p.m.14 views

CVE-2026-52934

A flaw was found in the Linux kernel's batman-adv Better Approach To Mobile Ad-hoc Networking - Advanced module. An integer overflow vulnerability in the TVLV Type-Length-Value packet processing can lead to an undersized memory allocation. This allows a subsequent operation to write beyond the...

8.8CVSS6.1AI score0.00412EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/06/24 8:16 a.m.11 views

CVE-2026-52934

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tvlv: reject oversized TVLV packets batadvtvlvcontainerogmappend builds a TVLV packet section from the tvlv.containerlist. The total size of this section is computed by batadvtvlvcontainerlistsize, which sums the size...

8.8CVSS5.3AI score0.00412EPSS
SaveExploits0References16
OSV
OSV
added 2026/06/24 8:16 a.m.16 views

UBUNTU-CVE-2026-52934

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tvlv: reject oversized TVLV packets batadvtvlvcontainerogmappend builds a TVLV packet section from the tvlv.containerlist. The total size of this section is computed by batadvtvlvcontainerlistsize, which sums the size...

8.8CVSS5.6AI score0.00412EPSS
SaveExploits0References19
EUVD
EUVD
added 2026/06/24 7:14 a.m.17 views

EUVD-2026-38704

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tvlv: reject oversized TVLV packets batadvtvlvcontainerogmappend builds a TVLV packet section from the tvlv.containerlist. The total size of this section is computed by batadvtvlvcontainerlistsize, which sums the size...

5.7AI score0.00412EPSS
SaveExploits0References8
OSV
OSV
added 2026/06/24 7:14 a.m.9 views

CVE-2026-52934 batman-adv: tvlv: reject oversized TVLV packets

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tvlv: reject oversized TVLV packets batadvtvlvcontainerogmappend builds a TVLV packet section from the tvlv.containerlist. The total size of this section is computed by batadvtvlvcontainerlistsize, which sums the size...

8.8CVSS5.8AI score
SaveExploits0References11
CVE
CVE
added 2026/06/24 7:14 a.m.59 views

CVE-2026-52934

The CVE-2026-52934 entry involves the Linux kernel’s batman-adv TVLV handling. The root cause is batadv_tvlv_container_list_size() using a 16-bit accumulator, which can wrap when the total size exceeds U16_MAX, causing an undersized allocation in batadv_tvlv_container_ogm_append() and a subsequen...

8.8CVSS5.7AI score0.00412EPSS
SaveExploits0References8Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/06/24 7:14 a.m.12 views

CVE-2026-52934

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tvlv: reject oversized TVLV packets batadvtvlvcontainerogmappend builds a TVLV packet section from the tvlv.containerlist. The total size of this section is computed by batadvtvlvcontainerlistsize, which sums the size...

8.8CVSS5.7AI score0.00412EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2026/06/24 7:14 a.m.47 views

CVE-2026-52934 batman-adv: tvlv: reject oversized TVLV packets

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tvlv: reject oversized TVLV packets batadvtvlvcontainerogmappend builds a TVLV packet section from the tvlv.containerlist. The total size of this section is computed by batadvtvlvcontainerlistsize, which sums the size...

8.8CVSS0.00412EPSS
SaveExploits0References8
Rows per page
Query Builder