Vulnerability in The Libreswan Project
CVE-2026-14957
In FIPS mode, Libreswan's add_decoded_cert() function calls CERT_ExtractPublicKey() and asserts that the result is not NULL. However, CERT_ExtractPublicKey() returns NULL when public key extraction fails, for example if the RSA exponent is set to 0. A remote attacker can send a malformed X.509 certificate in a CERT payload to trigger the assertion, causing the pluto daemon to abort and restart. Continued exploitation causes a denial of service. No remote code execution is possible. Both IKEv1 and IKEv2 are affected. The vulnerability is only exploitable when both the OS and libreswan are running in FIPS mode and at least one CA certificate is loaded. The CERT payload is processed before peer authentication, so no credentials are needed to exploit this. Configurations using only PreSharedKey (PSK) authentication with no CA certificates loaded in the NSS database are not vulnerable.
CVSS v3 metric
CVSS v3 base score 7.5 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H.
Affected products
Weakness classification (CWE)
References
- d42dc95b-23f1-4e06-9076-20753a0fb0df (vendor-advisory)
- d42dc95b-23f1-4e06-9076-20753a0fb0df (patch)
Frequently asked questions
- What is CVE-2026-14957?
- CVE-2026-14957 is a high-severity vulnerability in The Libreswan Project, classified under CWE-252. CVSS score: 7.5/10. Published 2026-09-02.
- How severe is CVE-2026-14957?
- High severity. CVSS v3 base score is 7.5 out of 10.