6.5
CVE-2024-11991
- EPSS 0.18%
- Veröffentlicht 09.12.2024 15:15:12
- Zuletzt bearbeitet 08.12.2025 18:51:42
- Quelle 6b35d637-e00f-4228-858c-b20ad6
- CVE-Watchlists
- Unerledigt
Motoko's incremental garbage collector is impacted by an uninitialized memory access bug, caused by incorrect use of write barriers in a few locations. This vulnerability could potentially allow unauthorized read or write access to a Canister's memory. However, exploiting this bug requires the Canister to enable the incremental garbage collector or enhanced orthogonal persistence, which are non-default features in Motoko.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.18% | 0.392 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 6.5 | 3.9 | 2.5 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
|
| 6b35d637-e00f-4228-858c-b20ad6e1d07b | 5.6 | 2.2 | 3.4 |
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L
|
CWE-908 Use of Uninitialized Resource
The product uses or accesses a resource that has not been initialized.