RUSTSEC-2018-0012

Source
https://rustsec.org/advisories/RUSTSEC-2018-0012
Import Source
https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2018-0012.json
JSON Data
https://api.osv.dev/v1/vulns/RUSTSEC-2018-0012
Aliases
Published
2018-12-20T12:00:00Z
Modified
2023-11-08T04:00:13.861514Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
Flaw in streaming state reset() functions can create incorrect results.
Details

Affected versions of this crate did not properly reset a streaming state.

Resetting a streaming state, without finalising it first, creates incorrect results.

The flaw was corrected by not first checking if the state had already been reset, when calling reset().

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

Affected packages

crates.io / orion

Package

Affected ranges

Type
SEMVER
Events
Introduced
0.0.0-0
Fixed
0.11.2

Ecosystem specific

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

Database specific

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