GHSA-w5cr-frph-hw7f

Suggest an improvement
Source
https://github.com/advisories/GHSA-w5cr-frph-hw7f
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-w5cr-frph-hw7f/GHSA-w5cr-frph-hw7f.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-w5cr-frph-hw7f
Aliases
Published
2021-08-25T21:01:50Z
Modified
2023-11-08T04:05:51.699520Z
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
Use of uninitialized buffer in rkyv
Details

An issue was discovered in the rkyv crate before 0.6.0 for Rust. When an archive is created via serialization, the archive content may contain uninitialized values of certain parts of a struct.

Database specific
{
    "nvd_published_at": "2021-04-30T03:15:00Z",
    "cwe_ids": [
        "CWE-772",
        "CWE-908"
    ],
    "severity": "HIGH",
    "github_reviewed": true,
    "github_reviewed_at": "2021-05-25T20:52:53Z"
}
References

Affected packages

crates.io / rkyv

Package

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.6.0

Ecosystem specific

{
    "affected_functions": [
        "rkyv::Archive::resolve"
    ]
}