CVE-2022-31081
published 2022-06-27CVE-2022-31081: HTTP::Daemon is a simple http server class written in perl. Versions prior to 6.15 are subject to a vulnerability which could potentially be exploited to gain…
PriorityP337medium6.5CVSS 3.1
AVNACLPRNUINSUCLILAN
EPSS
2.12%
80.1th percentile
HTTP::Daemon is a simple http server class written in perl. Versions prior to 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.
Affected
3 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | debian_linux | — | — |
| debian | libhttp-daemon-perl | < libhttp-daemon-perl 6.14-1.1 (bookworm) | libhttp-daemon-perl 6.14-1.1 (bookworm) |
| libwww-perl | http-daemon | < 6.15 | 6.15 |
CVSS provenance
nvdv3.16.5MEDIUMCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
nvdv2.06.4MEDIUMAV:N/AC:L/Au:N/C:P/I:P/A:N
osv6.5MEDIUM
vendor_debian7.3HIGH
vendor_redhat7.3HIGH
vendor_oracle6.5HIGH
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
Oracle
Oracle Oracle Communications Applications Risk Matrix: Core (HTTP::Daemon) — CVE-2022-31081
vendor_oracle·2023-04-15·CVSS 6.5
CVE-2022-31081 [HIGH] Oracle Oracle Communications Applications Risk Matrix: Core (HTTP::Daemon) — CVE-2022-31081
Oracle Oracle Communications Applications Risk Matrix: Core (HTTP::Daemon) vulnerability
CVE: CVE-2022-31081
CVSS: 6.5
Protocol: HTTPS
Remote exploit: Yes
Affected versions: Network
Advisory: cpuapr2023 (APR 2023)
Ubuntu
HTTP-Daemon vulnerability
vendor_ubuntu·2022-07-18
CVE-2022-31081 HTTP-Daemon vulnerability
Title: HTTP-Daemon vulnerability
Summary: HTTP-Daemon could allow HTTP Request Smuggling attacks.
USN-5520-1 fixed a vulnerability in HTTP-Daemon. This update provides
the corresponding update for Ubuntu 14.04 ESM and Ubuntu 16.04 ESM.
Original advisory details:
It was discovered that HTTP-Daemon incorrectly handled certain crafted
requests. A remote attacker could possibly use this issue to perform an
HTTP Request Smuggling attack.
Instructions: In general, a standard system update will make all the necessary changes.
Ubuntu
HTTP-Daemon vulnerability
vendor_ubuntu·2022-07-14
CVE-2022-31081 HTTP-Daemon vulnerability
Title: HTTP-Daemon vulnerability
Summary: HTTP-Daemon could allow HTTP Request Smuggling attacks.
It was discovered that HTTP-Daemon incorrectly handled certain crafted
requests. A remote attacker could possibly use this issue to perform an
HTTP Request Smuggling attack.
Instructions: In general, a standard system update will make all the necessary changes.
Red Hat
perl-HTTP-Daemon: HTTP:: Daemon allows request smuggling
vendor_redhat·2022-06-27·CVSS 7.3
CVE-2022-31081 [HIGH] CWE-444 perl-HTTP-Daemon: HTTP:: Daemon allows request smuggling
perl-HTTP-Daemon: HTTP:: Daemon allows request smuggling
HTTP::Daemon is a simple http server class written in perl. Versions prior to 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 ab
Debian
CVE-2022-31081: libhttp-daemon-perl - HTTP::Daemon is a simple http server class written in perl. Versions prior to 6....
vendor_debian·2022·CVSS 7.3
CVE-2022-31081 [HIGH] CVE-2022-31081: libhttp-daemon-perl - HTTP::Daemon is a simple http server class written in perl. Versions prior to 6....
HTTP::Daemon is a simple http server class written in perl. Versions prior to 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.
OSV
CVE-2022-31081: HTTP::Daemon is a simple http server class written in perl
osv·2022-06-27·CVSS 6.5
CVE-2022-31081 [MEDIUM] CVE-2022-31081: HTTP::Daemon is a simple http server class written in perl
HTTP::Daemon is a simple http server class written in perl. Versions prior to 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.
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
http://metacpan.org/release/HTTP-Daemon/https://cwe.mitre.org/data/definitions/444.htmlhttps://datatracker.ietf.org/doc/html/rfc7230#section-9.5https://github.com/libwww-perl/HTTP-Daemon/commit/8dc5269d59e2d5d9eb1647d82c449ccd880f7fd0https://github.com/libwww-perl/HTTP-Daemon/commit/e84475de51d6fd7b29354a997413472a99db70b2https://github.com/libwww-perl/HTTP-Daemon/security/advisories/GHSA-cg8c-pxmv-w7cfhttps://lists.debian.org/debian-lts-announce/2022/09/msg00038.htmlhttps://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/7U4XEPZ5Q3LNOQF3E6EXFWVSEXU5IZ6T/https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ECJ4ZPBQWD3B2CD6RRIVMENB5KUOJ3LC/https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XQBW2D43TDNYX4R2YBTNNZDBNZ45DINN/https://portswigger.net/research/http-desync-attacks-request-smuggling-rebornhttp://metacpan.org/release/HTTP-Daemon/https://cwe.mitre.org/data/definitions/444.htmlhttps://datatracker.ietf.org/doc/html/rfc7230#section-9.5https://github.com/libwww-perl/HTTP-Daemon/commit/8dc5269d59e2d5d9eb1647d82c449ccd880f7fd0https://github.com/libwww-perl/HTTP-Daemon/commit/e84475de51d6fd7b29354a997413472a99db70b2https://github.com/libwww-perl/HTTP-Daemon/security/advisories/GHSA-cg8c-pxmv-w7cfhttps://lists.debian.org/debian-lts-announce/2022/09/msg00038.htmlhttps://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/7U4XEPZ5Q3LNOQF3E6EXFWVSEXU5IZ6T/https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ECJ4ZPBQWD3B2CD6RRIVMENB5KUOJ3LC/https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XQBW2D43TDNYX4R2YBTNNZDBNZ45DINN/https://portswigger.net/research/http-desync-attacks-request-smuggling-reborn
2022-06-27
Published