CVE Catalog

CVE-2026-12413

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.60%

44th percentile - higher than 44% of all known CVEs

Summary

An invalidly formatted IKEv2 fragment causes the Libreswan pluto daemon to crash and restart. An off-by-one error in the PASSERT assertion leads to daemon abort.

Risk Assessment

An attacker can exploit this vulnerability to cause a Denial of Service (DoS) on the VPN server, forcing continuous restarts and preventing legitimate IKEv2 connections.

Recommendation

Immediately update Libreswan to a patched version. As a temporary workaround, disable IKEv2 fragmentation by setting 'fragmentation=no' in connection configuration.

Other vulnerabilities in Libreswan

See all
Original NVD description (English source)

An invalidly formatted IKEv2 fragment causes the Libreswan pluto daemon to crash and restart. Continued exploitation would cause a denial of service. The function reassemble_v2_incoming_fragments() would ignore unknown outer payloads but still store these in a fixed size array msg_digest.digest[PAYLIMIT]. An off-by-one error in the assertion PASSERT(logger, md->digest_roof < elemsof(md->digest)) causes the daemon to abort. No remote code execution is possible. Any configuration that allows IKEv2 connections that do not set fragmentation=no are vulnerable. IKEv1 is not affected.

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