5.9
CVE-2023-4756
- EPSS 0.04%
- Veröffentlicht 04.09.2023 09:15:07
- Zuletzt bearbeitet 21.11.2024 08:35:54
- Quelle security@huntr.dev
- Teams Watchlist Login
- Unerledigt Login
Stack-based Buffer Overflow in GitHub repository gpac/gpac prior to 2.3-DEV.
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Typ | Quelle | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.04% | 0.122 |
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 | 5.9 | 2.5 | 3.4 |
CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
|
CWE-121 Stack-based Buffer Overflow
A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).
CWE-787 Out-of-bounds Write
The product writes data past the end, or before the beginning, of the intended buffer.