PT-2026-61185 · Linux+1 · Linux Kernel+1
CVE-2026-63868
·
Published
2026-06-02
·
Updated
2026-09-07
CVSS v2.0
4.6
Medium
| Vector | AV:L/AC:L/Au:S/C:N/I:N/A:C |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
An unsigned integer underflow exists in the receive-side GARP attribute parser within the
garp pdu parse attr() function. The issue occurs because the variable dlen is computed using reversed operands: sizeof(*ga) - ga->len. Since ga->len (the on-wire attribute length) is typically larger than the header size sizeof(*ga), the subtraction underflows. The resulting truncated value is passed to the garp attr lookup() function, causing the system to ignore received Join/Leave events. This failure disrupts the GARP receive path for common attributes, including GVRP VLAN registration attributes.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Integer Underflow
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel
Ubuntu