GHSA-566x-hhrf-qf8m

Suggest an improvement
Source
https://github.com/advisories/GHSA-566x-hhrf-qf8m
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-566x-hhrf-qf8m/GHSA-566x-hhrf-qf8m.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-566x-hhrf-qf8m
Aliases
Published
2021-08-25T20:50:30Z
Modified
2023-11-08T04:03:39.590810Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
ordered_float:NotNan may contain NaN after panic in assignment operators
Details

After using an assignment operators such as NotNan::addassign, NotNan::mulassign, etc., it was possible for the resulting NotNan value to contain a NaN. This could cause undefined behavior in safe code, because the safe NotNan::cmp method contains internal unsafe code that assumes the value is never NaN. (It could also cause undefined behavior in third-party unsafe code that makes the same assumption, as well as logic errors in safe code.)

This was mitigated starting in version 0.4.0, by panicking if the assigned value is NaN. However, in affected versions from 0.4.0 onward, code that uses the NotNan value during unwinding, or that continues after catching the panic, could still observe the invalid value and trigger undefined behavior.

The flaw is fully corrected in versions 1.1.1 and 2.0.1, by ensuring that the assignment operators panic without modifying the operand, if the result would be NaN.

Database specific
{
    "nvd_published_at": null,
    "cwe_ids": [
        "CWE-460"
    ],
    "severity": "MODERATE",
    "github_reviewed": true,
    "github_reviewed_at": "2021-08-19T18:54:34Z"
}
References

Affected packages

crates.io / ordered-float

Package

Name
ordered-float
View open source insights on deps.dev
Purl
pkg:cargo/ordered-float

Affected ranges

Type
SEMVER
Events
Introduced
2.0.0
Fixed
2.0.1

Affected versions

2.*

2.0.0

crates.io / ordered-float

Package

Name
ordered-float
View open source insights on deps.dev
Purl
pkg:cargo/ordered-float

Affected ranges

Type
SEMVER
Events
Introduced
0.2.2
Fixed
1.1.1