9.1
CVE-2024-24192
- EPSS 0.2%
- Veröffentlicht 06.06.2024 22:15:10
- Zuletzt bearbeitet 21.11.2024 08:59:00
- Quelle cve@mitre.org
- CVE-Watchlists
- Unerledigt
robdns commit d76d2e6 was discovered to contain a heap overflow via the component block->filename at /src/zonefile-insertion.c.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Robertdavidgraham ≫ Robdns Version2015-12-09
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.2% | 0.422 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 9.1 | 3.9 | 5.2 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
|
| 134c704f-9b21-4f2e-91b3-4a467353bcc0 | 2.7 | 1.2 | 1.4 |
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N
|
CWE-120 Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')
The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer, leading to a buffer overflow.
CWE-125 Out-of-bounds Read
The product reads data past the end, or before the beginning, of the intended buffer.