SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-81666

MEDIUM · CVSS 6.5 EPSS 0.27%

Source: NVD + CISA KEV + EPSS · Published 2026-09-04 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

Corosync is vulnerable to an integer overflow in its processing of membership commit token messages on 32-bit systems, which allows attackers to bypass length validation and send crafted packets that can crash the Corosync daemon. This results in a denial of service for the affected cluster node. Organizations using Corosync on 32-bit architectures should prioritize patching to mitigate this risk.

CVE
CVE-2026-81666
Severity
MEDIUM
CVSS
6.5
EPSS
0.27%

Original NVD Description

An integer overflow was found in Corosync's handling of membership commit token messages. The length-validation check for these messages can be bypassed on 32-bit systems due to an integer overflow in the calculation of the expected message length, allowing a crafted network packet to trigger an out-of-bounds memory access that crashes the Corosync daemon. This results in a denial of service for the affected cluster node. The overflow does not occur on 64-bit systems, where the length calculation is correctly performed in 64-bit arithmetic.