RUSTSEC-2021-0081

Source
https://rustsec.org/advisories/RUSTSEC-2021-0081
Import Source
https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2021-0081.json
JSON Data
https://api.osv.dev/v1/vulns/RUSTSEC-2021-0081
Aliases
Published
2021-06-16T12:00:00Z
Modified
2023-11-08T04:06:27.940101Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N CVSS Calculator
Summary
Potential request smuggling capabilities due to lack of input validation
Details

Affected versions of this crate did not properly detect invalid requests that could allow HTTP/1 request smuggling (HRS) attacks when running alongside a vulnerable front-end proxy server. This can result in leaked internal and/or user data, including credentials, when the front-end proxy is also vulnerable.

Popular front-end proxies and load balancers already mitigate HRS attacks so it is recommended that they are also kept up to date; check your specific set up. You should upgrade even if the front-end proxy receives exclusively HTTP/2 traffic and connects to the back-end using HTTP/1; several downgrade attacks are known that can also expose HRS vulnerabilities.

Database specific
{
    "license": "CC0-1.0"
}
References

Affected packages

crates.io / actix-http

Package

Affected ranges

Type
SEMVER
Events
Introduced
0.0.0-0
Fixed
2.2.1
Introduced
3.0.0-0
Fixed
3.0.0-beta.9

Ecosystem specific

{
    "affected_functions": null,
    "affects": {
        "os": [],
        "functions": [],
        "arch": []
    }
}

Database specific

{
    "cvss": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
    "informational": null,
    "categories": []
}