GHSA-8c6g-4xc5-w96c

Suggest an improvement
Source
https://github.com/advisories/GHSA-8c6g-4xc5-w96c
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-8c6g-4xc5-w96c/GHSA-8c6g-4xc5-w96c.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-8c6g-4xc5-w96c
Aliases
Published
2021-08-25T20:43:52Z
Modified
2023-11-08T04:00:13.431426Z
Severity
  • 6.5 (Medium) CVSS_V3 - CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N CVSS Calculator
Summary
Uninitialized memory exposure in claxon
Details

Affected versions of Claxon made an invalid assumption about the decode buffer size being a multiple of a value read from the bitstream. This could cause parts of the decode buffer to not be overwritten. If the decode buffer was newly allocated and uninitialized, this uninitialized memory could be exposed.

This allows an attacker to observe parts of the uninitialized memory in the decoded audio stream.

The flaw was corrected by checking that the value read from the bitstream divides the decode buffer size, and returning a format error if it does not. If an error is returned, the decode buffer is not exposed. Regression tests and an additional fuzzer have been added to prevent similar flaws in the future.

Database specific
{
    "nvd_published_at": null,
    "cwe_ids": [
        "CWE-908"
    ],
    "severity": "MODERATE",
    "github_reviewed": true,
    "github_reviewed_at": "2021-08-19T21:24:16Z"
}
References

Affected packages

crates.io / claxon

Package

Affected ranges

Type
SEMVER
Events
Introduced
0.4.0
Fixed
0.4.1

crates.io / claxon

Package

Affected ranges

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