QID 355620
Date Published: 2023-07-24
QID 355620: Amazon Linux Security Advisory for perl-HTTP-Daemon : ALAS2023-2023-247
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. (
( CVE-2022-31081)
Note: The preceding description block is extracted directly from the security advisory. Using automation, we have attempted to clean and format it as much as possible without introducing additional issues.
Successful exploitation of this vulnerability could lead to a securitybreach or could affect integrity, availability, and confidentiality.
- ALAS2023-2023-247 -
alas.aws.amazon.com/AL2023/ALAS-2023-247.html
CVEs related to QID 355620
| Advisory ID | Software | Component | Link |
|---|---|---|---|
| ALAS2023-2023-247 | amazon linux 2023 |
|