6.8
CVE-2022-4293
- EPSS 0.23%
- Veröffentlicht 05.12.2022 19:15:10
- Zuletzt bearbeitet 21.11.2024 07:34:57
- Quelle security@huntr.dev
- Teams Watchlist Login
- Unerledigt Login
Floating Point Comparison with Incorrect Operator in GitHub repository vim/vim prior to 9.0.0804.
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Typ | Quelle | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.23% | 0.454 |
Quelle | Base Score | Exploit Score | Impact Score | Vector String |
---|---|---|---|---|
nvd@nist.gov | 5.5 | 1.8 | 3.6 |
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
|
security@huntr.dev | 6.8 | 2.5 | 4.2 |
CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H
|
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.
CWE-697 Incorrect Comparison
The product compares two entities in a security-relevant context, but the comparison is incorrect, which may lead to resultant weaknesses.