CVE-2013-3724 : Detail

CVE-2013-3724

A03-Injection
28.57%V3
Network
2013-07-31
21h00 +00:00
2024-09-17
03h13 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

The mk_request_header_process function in mk_request.c in Monkey 1.1.1 allows remote attackers to cause a denial of service (thread crash and service outage) via a '\0' character in an HTTP request.

CVE Informations

Related Weaknesses

CWE-ID Weakness Name Source
CWE-20 Improper Input Validation
The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.

Metrics

Metrics Score Severity CVSS Vector Source
V2 5 AV:N/AC:L/Au:N/C:N/I:N/A:P nvd@nist.gov

EPSS

EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.

EPSS Score

The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.

EPSS Percentile

The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.

Exploit information

Exploit Database EDB-ID : 25837

Publication date : 2013-05-29 22h00 +00:00
Author : Doug Prostko
EDB Verified : No

Title: ====== Monkey HTTPD 1.1.1 - Denial of Service Vulnerability Date: ===== 2013-05-28 References: =========== http://bugs.monkey-project.com/ticket/181 Introduction: ============= Monkey is a lightweight and powerful web server for GNU/Linux. It has been designed to be very scalable with low memory and CPU consumption, the perfect solution for embedded devices. Made for ARM, x86 and x64. Abstract: ========= The vulnerability is a denial of service which is caused by sending a null byte in an HTTP request to the web server. Report-Timeline: ================ 2013-05-23: Discovered vulnerability via fuzzing 2013-05-25: Vendor Notification 2013-05-26: Vendor Response/Feedback 2013-05-27: Vendor Fix/Patch 2013-05-28: PublicDisclosure Status: ======== Published Affected Products: ================== Monkey HTTPD - version 1.1.1 Exploitation-Technique: ======================= Remote Details: ======== A bug discovered in Monkey's HTTP parser allows an attacker to cause a segmentation fault in one of the daemon's threads using a specially crafted request containing a null byte. An attacker can crash all the available threads by sending the specially crafted request multiple times, rendering the server useless for legitimate users. Proof of Concept: ================= The vulnerability can be exploited by remote attacker without any special privileges. The placement of the null byte within the request does not seem to have any effect on the result. The null byte may even be used instead of an HTTP method such as, GET. Below is an example of how this bug can be manually triggered: ruby -e 'puts "GET /\x00 HTTP/1.1\r\n\r\n"'|netcat localhost 2001 Solution: ========= This vulnerability has been fixed for the 1.2.0 release. Risk: ===== The security risk of the redirection vulnerability is estimated as low(+). Credits: ======== Doug Prostko <dougtko[at]gmail[dot]com> - Vulnerability discovery

Products Mentioned

Configuraton 0

Monkey-project>>Monkey >> Version 1.1.1

References