cve/2019/CVE-2019-12312.md

18 lines
906 B
Markdown
Raw Normal View History

2024-06-09 00:33:16 +00:00
### [CVE-2019-12312](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-12312)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
In Libreswan 3.27 an assertion failure can lead to a pluto IKE daemon restart. An attacker can trigger a NULL pointer dereference by initiating an IKEv2 IKE_SA_INIT exchange, followed by a bogus INFORMATIONAL exchange instead of the normallly expected IKE_AUTH exchange. This affects send_v2N_spi_response_from_state() in programs/pluto/ikev2_send.c that will then trigger a NULL pointer dereference leading to a restart of libreswan.
### POC
#### Reference
2024-06-18 02:51:15 +02:00
- https://github.com/libreswan/libreswan/issues/246
2024-06-09 00:33:16 +00:00
#### Github
No PoCs found on GitHub currently.