PT-2026-61152 · Linux+1 · Linux Kernel+1

CVE-2026-63836

·

Published

2026-07-19

·

Updated

2026-09-07

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
Name of the Vulnerable Software and Affected Versions Linux kernel (affected versions not specified)
Description A divide-by-zero error exists in the batman-adv module within the batadv tp update cwnd() function. The issue occurs during the calculation of dec cwnd when the cwnd variable reaches the value 0x20000000. Due to the use of unsigned 32-bit arithmetic, shifting cwnd by 3 bits to the left causes an integer overflow, resulting in a value of 0. This leads to a division by zero when the system attempts to calculate ((mss * 8) ** 2) / (cwnd * 8). To prevent this, the calculation is simplified to (mss ** 2) * 8 / cwnd to avoid the overflow in the divisor while maintaining precision.
Recommendations At the moment, there is no information about a newer version that contains a fix for this vulnerability.

Exploit

Found an issue in the description? Have something to add? Feel free to write us 👾

Related Identifiers

CVE-2026-63836
OPENSUSE-SU-2026:11339-1
OPENSUSE-SU-2026:21555-1
SUSE-SU-2026:23066-1
SUSE-SU-2026:23068-1
SUSE-SU-2026:23193-1
SUSE-SU-2026:23194-1
SUSE-SU-2026:23221-1
SUSE-SU-2026:23231-1
SUSE-SU-2026:23237-1
SUSE-SU-2026:23241-1
SUSE-SU-2026:23244-1
SUSE-SU-2026:3790-1
SUSE-SU-2026:3810-1
USN-8726-1
USN-8727-1
USN-8728-1

Affected Products

Linux Kernel
Ubuntu