CVE-2022-31081
Detail
Modified After Enrichment
This CVE record has been updated after NVD enrichment efforts were completed. Enrichment data supplied by the NVD may require amendment due to these changes.
Description
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.
Metrics
CVSS Version 4.0
CVSS Version 3.x
CVSS Version 2.0
NVD enrichment efforts reference publicly available information to associate
vector strings. CVSS information contributed by other sources is also
displayed.
CVSS 4.0 Severity and Vector Strings:
NVD assessment
not yet provided.
CVSS 3.x Severity and Vector Strings:
Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
CVSS 2.0 Severity and Vector Strings:
Vector:
(AV:N/AC:L/Au:N/C:P/I:P/A:N)
References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving NIST webspace.
We have provided these links to other web sites because they
may have information that would be of interest to you. No
inferences should be drawn on account of other sites being
referenced, or not, from this page. There may be other web
sites that are more appropriate for your purpose. NIST does
not necessarily endorse the views expressed, or concur with
the facts presented on these sites. Further, NIST does not
endorse any commercial products that may be mentioned on
these sites. Please address comments about this page to [email protected] .
URL
Source(s)
Tag(s)
http://metacpan.org/release/HTTP-Daemon/
CVE, GitHub, Inc.
Release Notes
Vendor Advisory
https://cwe.mitre.org/data/definitions/444.html
CVE, GitHub, Inc.
Third Party Advisory
https://datatracker.ietf.org/doc/html/rfc7230#section-9.5
CVE, GitHub, Inc.
Third Party Advisory
https://github.com/libwww-perl/HTTP-Daemon/commit/8dc5269d59e2d5d9eb1647d82c449ccd880f7fd0
CVE, GitHub, Inc.
Patch
Third Party Advisory
https://github.com/libwww-perl/HTTP-Daemon/commit/e84475de51d6fd7b29354a997413472a99db70b2
CVE, GitHub, Inc.
Patch
Third Party Advisory
https://github.com/libwww-perl/HTTP-Daemon/security/advisories/GHSA-cg8c-pxmv-w7cf
CVE, GitHub, Inc.
Patch
Third Party Advisory
https://lists.debian.org/debian-lts-announce/2022/09/msg00038.html
CVE, GitHub, Inc.
Mailing List
Third Party Advisory
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/7U4XEPZ5Q3LNOQF3E6EXFWVSEXU5IZ6T/
CVE, GitHub, Inc.
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ECJ4ZPBQWD3B2CD6RRIVMENB5KUOJ3LC/
CVE, GitHub, Inc.
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XQBW2D43TDNYX4R2YBTNNZDBNZ45DINN/
CVE, GitHub, Inc.
https://portswigger.net/research/http-desync-attacks-request-smuggling-reborn
CVE, GitHub, Inc.
Exploit
Third Party Advisory
Weakness Enumeration
CWE-ID
CWE Name
Source
CWE-444
Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')
GitHub, Inc.
Change History
10 change records found show changes
CVE Modified by CISA-ADP
6/17/2026 12:44:45 AM
Action
Type
Old Value
New Value
Added
SSVC
{"timestamp":"2025-04-22T15:40:42.660398Z","id":"CVE-2022-31081","options":[{"exploitation":"poc"},{"automatable":"yes"},{"technicalImpact":"partial"}],"role":"CISA Coordinator","version":"2.0.3"}
CVE Modified by GitHub, Inc.
6/17/2026 12:44:45 AM
Action
Type
Old Value
New Value
Added
Affected
[{"vendor":"libwww-perl","product":"HTTP-Daemon","versions":[{"version":"< 6.15","status":"affected"}]}]
CVE Modified by CVE
11/21/2024 2:03:51 AM
Action
Type
Old Value
New Value
Added
Reference
http://metacpan.org/release/HTTP-Daemon/
Added
Reference
https://cwe.mitre.org/data/definitions/444.html
Added
Reference
https://datatracker.ietf.org/doc/html/rfc7230#section-9.5
Added
Reference
https://github.com/libwww-perl/HTTP-Daemon/commit/8dc5269d59e2d5d9eb1647d82c449ccd880f7fd0
Added
Reference
https://github.com/libwww-perl/HTTP-Daemon/commit/e84475de51d6fd7b29354a997413472a99db70b2
Added
Reference
https://github.com/libwww-perl/HTTP-Daemon/security/advisories/GHSA-cg8c-pxmv-w7cf
Added
Reference
https://lists.debian.org/debian-lts-announce/2022/09/msg00038.html
Added
Reference
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/7U4XEPZ5Q3LNOQF3E6EXFWVSEXU5IZ6T/
Added
Reference
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ECJ4ZPBQWD3B2CD6RRIVMENB5KUOJ3LC/
Added
Reference
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XQBW2D43TDNYX4R2YBTNNZDBNZ45DINN/
Added
Reference
https://portswigger.net/research/http-desync-attacks-request-smuggling-reborn
CVE Modified by GitHub, Inc.
5/14/2024 6:39:06 AM
Action
Type
Old Value
New Value
CVE Modified by GitHub, Inc.
11/06/2023 10:47:30 PM
Action
Type
Old Value
New Value
Added
Reference
GitHub, Inc. https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/7U4XEPZ5Q3LNOQF3E6EXFWVSEXU5IZ6T/ [No types assigned]
Added
Reference
GitHub, Inc. https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ECJ4ZPBQWD3B2CD6RRIVMENB5KUOJ3LC/ [No types assigned]
Added
Reference
GitHub, Inc. https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XQBW2D43TDNYX4R2YBTNNZDBNZ45DINN/ [No types assigned]
Removed
Reference
GitHub, Inc. https://lists.fedoraproject.org/archives/list/[email protected] /message/7U4XEPZ5Q3LNOQF3E6EXFWVSEXU5IZ6T/
Removed
Reference
GitHub, Inc. https://lists.fedoraproject.org/archives/list/[email protected] /message/ECJ4ZPBQWD3B2CD6RRIVMENB5KUOJ3LC/
Removed
Reference
GitHub, Inc. https://lists.fedoraproject.org/archives/list/[email protected] /message/XQBW2D43TDNYX4R2YBTNNZDBNZ45DINN/
CVE Modified by GitHub, Inc.
3/11/2023 1:15:52 AM
Action
Type
Old Value
New Value
Added
Reference
https://lists.fedoraproject.org/archives/list/[email protected] /message/ECJ4ZPBQWD3B2CD6RRIVMENB5KUOJ3LC/ [No Types Assigned]
CVE Modified by GitHub, Inc.
3/07/2023 10:15:49 PM
Action
Type
Old Value
New Value
Added
Reference
https://lists.fedoraproject.org/archives/list/[email protected] /message/7U4XEPZ5Q3LNOQF3E6EXFWVSEXU5IZ6T/ [No Types Assigned]
Added
Reference
https://lists.fedoraproject.org/archives/list/[email protected] /message/XQBW2D43TDNYX4R2YBTNNZDBNZ45DINN/ [No Types Assigned]
Modified Analysis by NIST
10/28/2022 10:45:59 PM
Action
Type
Old Value
New Value
Added
CPE Configuration
OR
*cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*
Changed
Reference Type
https://lists.debian.org/debian-lts-announce/2022/09/msg00038.html No Types Assigned
https://lists.debian.org/debian-lts-announce/2022/09/msg00038.html Mailing List, Third Party Advisory
CVE Modified by GitHub, Inc.
9/30/2022 3:15:15 PM
Action
Type
Old Value
New Value
Added
Reference
https://lists.debian.org/debian-lts-announce/2022/09/msg00038.html [No Types Assigned]
Initial Analysis by NIST
7/08/2022 1:45:27 PM
Action
Type
Old Value
New Value
Added
CVSS V3.1
NIST AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
Added
CVSS V2
NIST (AV:N/AC:L/Au:N/C:P/I:P/A:N)
Added
CPE Configuration
OR
*cpe:2.3:a:http\:\:daemon_project:http\:\:daemon:*:*:*:*:*:*:*:* versions up to (excluding) 6.15
Changed
Reference Type
http://metacpan.org/release/HTTP-Daemon/ No Types Assigned
http://metacpan.org/release/HTTP-Daemon/ Release Notes, Vendor Advisory
Changed
Reference Type
https://cwe.mitre.org/data/definitions/444.html No Types Assigned
https://cwe.mitre.org/data/definitions/444.html Third Party Advisory
Changed
Reference Type
https://datatracker.ietf.org/doc/html/rfc7230#section-9.5 No Types Assigned
https://datatracker.ietf.org/doc/html/rfc7230#section-9.5 Third Party Advisory
Changed
Reference Type
https://github.com/libwww-perl/HTTP-Daemon/commit/8dc5269d59e2d5d9eb1647d82c449ccd880f7fd0 No Types Assigned
https://github.com/libwww-perl/HTTP-Daemon/commit/8dc5269d59e2d5d9eb1647d82c449ccd880f7fd0 Patch, Third Party Advisory
Changed
Reference Type
https://github.com/libwww-perl/HTTP-Daemon/commit/e84475de51d6fd7b29354a997413472a99db70b2 No Types Assigned
https://github.com/libwww-perl/HTTP-Daemon/commit/e84475de51d6fd7b29354a997413472a99db70b2 Patch, Third Party Advisory
Changed
Reference Type
https://github.com/libwww-perl/HTTP-Daemon/security/advisories/GHSA-cg8c-pxmv-w7cf No Types Assigned
https://github.com/libwww-perl/HTTP-Daemon/security/advisories/GHSA-cg8c-pxmv-w7cf Patch, Third Party Advisory
Changed
Reference Type
https://portswigger.net/research/http-desync-attacks-request-smuggling-reborn No Types Assigned
https://portswigger.net/research/http-desync-attacks-request-smuggling-reborn Exploit, Third Party Advisory
Quick Info
CVE Dictionary Entry: CVE-2022-31081 NVD
Published Date: 06/27/2022 NVD
Last Modified: 06/17/2026
Source: GitHub, Inc.