PT-2026-65212 · Linux · Linux

CVE-2026-64537

·

Publicado

2026-07-27

·

Atualizado

2026-07-27

Nenhuma

Não há classificações de severidade ou métricas disponíveis. Quando houver, atualizaremos as informações correspondentes na página.
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).
Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾

Identificadores relacionados

CVE-2026-64537

Produtos afetados

Linux