Advisory Database
  • Advisories
  • Dependency Scanning
  1. cargo
  2. ›
  3. ordered-float
  4. ›
  5. CVE-2020-35923

CVE-2020-35923: ordered_float:NotNan may contain NaN after panic in assignment operators

August 25, 2021 (updated June 13, 2023)

After using an assignment operators such as NotNan::add_assign, NotNan::mul_assign, 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.

References

  • github.com/advisories/GHSA-566x-hhrf-qf8m
  • github.com/reem/rust-ordered-float
  • github.com/reem/rust-ordered-float/commit/c55cda301c943270b7eb2b4765bedbcce56edb90
  • github.com/reem/rust-ordered-float/commit/da4a8dd49300740a434c095a9c4b408d2415cc08
  • github.com/reem/rust-ordered-float/pull/71
  • nvd.nist.gov/vuln/detail/CVE-2020-35923
  • rustsec.org/advisories/RUSTSEC-2020-0082.html

Code Behaviors & Features

Detect and mitigate CVE-2020-35923 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 0.2.2 before 1.1.1, all versions starting from 2.0.0 before 2.0.1, version 2.0.0

Fixed versions

  • 2.0.1
  • 1.1.1

Solution

Upgrade to versions 1.1.1, 2.0.1 or above.

Impact 5.5 MEDIUM

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-460: Improper Cleanup on Thrown Exception

Source file

cargo/ordered-float/CVE-2020-35923.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:15:57 +0000.