7.5
CVE-2023-35790
- EPSS 0.07%
- Veröffentlicht 16.06.2023 21:15:09
- Zuletzt bearbeitet 21.11.2024 08:08:42
- Quelle cve@mitre.org
- CVE-Watchlists
- Unerledigt
An issue was discovered in dec_patch_dictionary.cc in libjxl before 0.8.2. An integer underflow in patch decoding can lead to a denial of service, such as an infinite loop.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Libjxl Project ≫ Libjxl Version < 0.8.2
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.07% | 0.218 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 7.5 | 3.9 | 3.6 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
|
CWE-191 Integer Underflow (Wrap or Wraparound)
The product subtracts one value from another, such that the result is less than the minimum allowable integer value, which produces a value that is not equal to the correct result.