GHSA-rpcm-whqc-jfw8

Suggest an improvement
Source
https://github.com/advisories/GHSA-rpcm-whqc-jfw8
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-rpcm-whqc-jfw8/GHSA-rpcm-whqc-jfw8.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-rpcm-whqc-jfw8
Aliases
Published
2021-08-25T20:44:53Z
Modified
2023-11-08T04:01:14.223693Z
Severity
  • 9.8 (Critical) CVSS_V3 - CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
Use after free in libflate
Details

An issue was discovered in the libflate crate before 0.1.25 for Rust. MultiDecoder::read has a use-after-free, leading to arbitrary code execution.

Database specific
{
    "nvd_published_at": "2019-08-26T15:15:00Z",
    "cwe_ids": [
        "CWE-416"
    ],
    "severity": "CRITICAL",
    "github_reviewed": true,
    "github_reviewed_at": "2021-08-19T21:22:31Z"
}
References

Affected packages

crates.io / libflate

Package

Affected ranges

Type
SEMVER
Events
Introduced
0.1.14
Fixed
0.1.25

Ecosystem specific

{
    "affected_functions": [
        "libflate::gzip::MultiDecoder::read"
    ]
}