Files
CVEs-PoC/2008/CVE-2008-1948.md
T
2024-06-18 02:51:15 +02:00

18 lines
978 B
Markdown

### [CVE-2008-1948](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1948)
![](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
The _gnutls_server_name_recv_params function in lib/ext_server_name.c in libgnutls in gnutls-serv in GnuTLS before 2.2.4 does not properly calculate the number of Server Names in a TLS 1.0 Client Hello message during extension handling, which allows remote attackers to cause a denial of service (crash) or possibly execute arbitrary code via a zero value for the length of Server Names, which leads to a buffer overflow in session resumption data in the pack_security_parameters function, aka GNUTLS-SA-2008-1-1.
### POC
#### Reference
- http://securityreason.com/securityalert/3902
#### Github
No PoCs found on GitHub currently.