CVE-2022-31081
CVSS V2 Medium 6.4
CVSS V3 Medium 6.5
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.
Overview
- CVE ID
- CVE-2022-31081
- Assigner
- security-advisories@github.com
- Vulnerability Status
- Modified
- Published Version
- 2022-06-27T21:15:08
- Last Modified Date
- 2023-03-11T06:15:52
Weakness Enumerations
CPE Configuration (Product)
CPE | Vulnerable | Operator | Version Start | Version End |
---|---|---|---|---|
cpe:2.3:a:http\:\:daemon_project:http\:\:daemon:*:*:*:*:*:*:*:* | 1 | OR | 6.15 | |
cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:* | 1 | OR |
CVSS Version 2
- Version
- 2.0
- Vector String
- AV:N/AC:L/Au:N/C:P/I:P/A:N
- Access Vector
- NETWORK
- Access Compatibility
- LOW
- Authentication
- NONE
- Confidentiality Impact
- PARTIAL
- Integrity Impact
- PARTIAL
- Availability Impact
- NONE
- Base Score
- 6.4
- Severity
- MEDIUM
- Exploitability Score
- 10
- Impact Score
- 4.9
CVSS Version 3
- Version
- 3.1
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
- Attack Vector
- NETWORK
- Attack Compatibility
- LOW
- Privileges Required
- NONE
- User Interaction
- NONE
- Scope
- UNCHANGED
- Confidentiality Impact
- LOW
- Availability Impact
- NONE
- Base Score
- 6.5
- Base Severity
- MEDIUM
- Exploitability Score
- 3.9
- Impact Score
- 2.5
References
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2022-31081 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31081 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2022-06-27 22:00:08 | Added to TrackCVE | |||
2023-03-08 03:17:21 | 2023-03-08T03:15:49 | CVE Modified Date | updated | |
2023-03-08 03:17:21 | Analyzed | Modified | Vulnerability Status | updated |
2023-03-08 03:17:22 | References | updated | ||
2023-03-11 07:13:18 | 2023-03-11T06:15:52 | CVE Modified Date | updated | |
2023-03-11 07:13:18 | References | updated |