CVE-2026-64537
Reported by Linux · Published July 27, 2026
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).
EPSS 0.17% · 6.9th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | 2be665c3940d367e0a2a8128eb4985ce323f99a3, 2be665c3940d367e0a2a8128eb4985ce323f99a3, 2be665c3940d367e0a2a8128eb4985ce323f99a3 |
| Linux | Linux | 5.11, 0, 5.15.212 |
| linux | linux_kernel | 5.11, 5.11, 5.11 |
| Linux | Linux | 2be665c3940d367e0a2a8128eb4985ce323f99a3, 2be665c3940d367e0a2a8128eb4985ce323f99a3, 2be665c3940d367e0a2a8128eb4985ce323f99a3 |
Timeline
- Jul 27, 2026 CVE Published
- Jul 28, 2026 Coalition ESS Score
- Jul 28, 2026 Security Advisory
- Aug 7, 2026 EPSS Score
- Aug 17, 2026 CVE Updated