8.8
CVE-2016-5171
- EPSS 1.12%
- Veröffentlicht 25.09.2016 20:59:03
- Zuletzt bearbeitet 06.05.2026 22:30:45
- CVE-Watchlists
- Unerledigt
WebKit/Source/bindings/templates/interface.cpp in Blink, as used in Google Chrome before 53.0.2785.113, does not prevent certain constructor calls, which allows remote attackers to cause a denial of service (use-after-free) or possibly have unspecified other impact via crafted JavaScript code.
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 1.12% | 0.618 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 8.8 | 2.8 | 5.9 |
CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
|
| nvd@nist.gov | 6.8 | 8.6 | 6.4 |
AV:N/AC:M/Au:N/C:P/I:P/A:P
|
CWE-416 Use After Free
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
https://security.gentoo.org/glsa/201610-09
http://www.debian.org/security/2016/dsa-3667
http://rhn.redhat.com/errata/RHSA-2016-1905.html
http://www.securityfocus.com/bid/92942
http://www.securitytracker.com/id/1036826
https://googlechromereleases.blogspot.com/2016/09/stable-channel-update-for-desktop_13.html
https://codereview.chromium.org/2306023002
https://crbug.com/643357