mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-28 03:02:23 +02:00
18 lines
978 B
Markdown
18 lines
978 B
Markdown
### [CVE-2008-1948](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1948)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|