CVE-2026-64088

Source
https://cve.org/CVERecord?id=CVE-2026-64088
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-64088.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-64088
Downstream
Published
2026-07-19T15:39:58.084Z
Modified
2026-07-22T03:31:49.161639499Z
Severity
  • 8.8 (High) CVSS_V3 - CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
batman-adv: tt: fix negative tt_buff_len
Details

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.

In batadvsendotherttresponse(), ttbufflen is temporarily widened to s32. The incorrectly negative s16 value propagates into the s32, causing batadvttpreparetvlvglobal_data() to allocate a full sized buffer but populates only a small portion of it with the collected changeset. All remaining bits are kept uninitialized.

Using an u16 avoids this type confusion and ensures that no (negative) sign extension is performed in batadvsendotherttresponse().

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64088.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
a73105b8d4c765d9ebfb664d0a66802127d8e4c7
Fixed
4c4c2f340f4c27373bfcac8dc5032ce7bb474e47
Fixed
33e5ede7ce6d92e531920d4bbd6d3e18ef1c6430
Fixed
3c96dff00998314983b68a3e7caac07a66ebe496
Fixed
32edd2a28e112064020a2f319a8cb8a9e5a09767
Fixed
4dab98961426d0cf6a1599cda6950b7596ca2fcd
Fixed
730de8733dd90f70d7580a9b329b971f8e1474a2
Fixed
ed28ead3420c373a7928622f114bc6168075d1e1
Fixed
b64963a2ceeb7529310b6cf253a1e540784422f4

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-64088.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.1.0
Fixed
5.10.258
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.209
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.175
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.142
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.92
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.34
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.0.11

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-64088.json"