6.4
CVSSv2

CVE-2022-31081

Published: 27/06/2022 Updated: 07/11/2023
CVSS v2 Base Score: 6.4 | Impact Score: 4.9 | Exploitability Score: 10
CVSS v3 Base Score: 6.5 | Impact Score: 2.5 | Exploitability Score: 3.9
VMScore: 570
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:N

Vulnerability Summary

HTTP::Daemon is a simple http server class written in perl. Versions before 6.15 are subject to a vulnerability which could potentially be exploited to gain privileged access to APIs or poison intermediate caches. It is uncertain how large the risks are, most Perl based applications are served on top of Nginx or Apache, not on the `HTTP::Daemon`. This library is commonly used for local development and tests. Users are advised to update to resolve this issue. Users unable to upgrade may add additional request handling logic as a mitigation. After calling `my $rqst = $conn->get_request()` one could inspect the returned `HTTP::Request` object. Querying the 'Content-Length' (`my $cl = $rqst->header('Content-Length')`) will show any abnormalities that should be dealt with by a `400` response. Expected strings of 'Content-Length' SHOULD consist of either a single non-negative integer, or, a comma separated repetition of that number. (that is `42` or `42, 42, 42`). Anything else MUST be rejected.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

http\\ \\ daemon_project

debian debian linux 10.0

Vendor Advisories

Debian Bug report logs - #1014808 libhttp-daemon-perl: CVE-2022-31081 Package: src:libhttp-daemon-perl; Maintainer for src:libhttp-daemon-perl is Debian Perl Group <pkg-perl-maintainers@listsaliothdebianorg>; Reported by: Moritz Mühlenhoff <jmm@inutilorg> Date: Tue, 12 Jul 2022 10:09:04 UTC Severity: important T ...
HTTP::Daemon is a simple http server class written in perl Versions prior to 615 are subject to a vulnerability which could potentially be exploited to gain privileged access to APIs or poison intermediate caches It is uncertain how large the risks are, most Perl based applications are served on top of Nginx or Apache, not on the `HTTP::Daemon` ...
HTTP::Daemon is a simple http server class written in perl Versions prior to 615 are subject to a vulnerability which could potentially be exploited to gain privileged access to APIs or poison intermediate caches It is uncertain how large the risks are, most Perl based applications are served on top of Nginx or Apache, not on the `HTTP::Daemon` ...