CVE Catalog

CVE-2026-81666

MediumCVSS 6.5
Published: Translated: NVD NIST

Summary

An integer overflow was found in Corosync's handling of membership commit token messages. The length-validation check can be bypassed on 32-bit systems due to an integer overflow, allowing a crafted network packet to trigger out-of-bounds memory access and crash the Corosync daemon, resulting in denial of service for the affected cluster node. The overflow does not occur on 64-bit systems.

Risk Assessment

Risk of cluster node crash and service disruption in clustered environments, especially on 32-bit systems.

Recommendation

Apply the vendor patch or update Corosync to a fixed version; consider migrating to 64-bit systems.

Other vulnerabilities in Corosync

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS