PT-2026-65212 · Linux · Linux

CVE-2026-64537

·

Published

2026-07-27

·

Updated

2026-07-27

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
bridge: cfm: reject invalid CCM interval at configuration time
ccm tx work expired() re-arms itself via queue delayed work() using the configured exp interval converted by interval to us(). When exp interval is BR CFM CCM INTERVAL NONE or out of range, interval to us() returns 0, causing the worker to fire immediately in a tight loop that allocates skbs until OOM.
Fix this by validating exp interval at configuration time:
  • Constrain IFLA BRIDGE CFM CC CONFIG EXP INTERVAL to the valid range [BR CFM CCM INTERVAL 3 3 MS, BR CFM CCM INTERVAL 10 MIN] in the netlink policy so userspace cannot set an invalid value.
  • Reject starting CCM TX in br cfm cc ccm tx() when exp interval has not yet been configured (defaults to 0 from kzalloc).
Found an issue in the description? Have something to add? Feel free to write us 👾

Related Identifiers

CVE-2026-64537

Affected Products

Linux