CWE-1077: Floating Point Comparison with Incorrect Operator
The code performs a comparison such as an equality test between two float (floating point) values, but it uses comparison operators that do not account for the possibility of loss of precision.
5 tracked CVEs are classified under this weakness.
Highest-risk vulnerabilities
- CVE-2022-4996 — mruby bigint.c udiv floating point comparison with incorrect operator
Recently published
- CVE-2022-4996 — mruby bigint.c udiv floating point comparison with incorrect operator