7.8
CVE-2022-48672
- EPSS 0.02%
- Veröffentlicht 03.05.2024 15:15:07
- Zuletzt bearbeitet 21.11.2024 07:33:45
- Quelle 416baaa9-dc9f-4396-8d5f-8c081f
- CVE-Watchlists
- Unerledigt
In the Linux kernel, the following vulnerability has been resolved:
of: fdt: fix off-by-one error in unflatten_dt_nodes()
Commit 78c44d910d3e ("drivers/of: Fix depth when unflattening devicetree")
forgot to fix up the depth check in the loop body in unflatten_dt_nodes()
which makes it possible to overflow the nps[] buffer...
Found by Linux Verification Center (linuxtesting.org) with the SVACE static
analysis tool.Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Linux ≫ Linux Kernel Version >= 4.7 < 4.14.295
Linux ≫ Linux Kernel Version >= 4.15 < 4.19.260
Linux ≫ Linux Kernel Version >= 4.20 < 5.4.215
Linux ≫ Linux Kernel Version >= 5.5 < 5.10.145
Linux ≫ Linux Kernel Version >= 5.11 < 5.15.70
Linux ≫ Linux Kernel Version >= 5.16 < 5.19.11
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.02% | 0.02 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 7.8 | 1.8 | 5.9 |
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
|
CWE-193 Off-by-one Error
A product calculates or uses an incorrect maximum or minimum value that is 1 more, or 1 less, than the correct value.