4.9
CVSSv2

CVE-2008-4510

Published: 09/10/2008 Updated: 29/09/2017
CVSS v2 Base Score: 4.9 | Impact Score: 6.9 | Exploitability Score: 3.9
VMScore: 495
Vector: AV:L/AC:L/Au:N/C:N/I:N/A:C

Vulnerability Summary

Microsoft Windows Vista Home and Ultimate Edition SP1 and previous versions allows local users to cause a denial of service (page fault and system crash) via multiple attempts to access a virtual address in a PAGE_NOACCESS memory page.

Vulnerable Product Search on Vulmon Subscribe to Product

microsoft windows vista -

Exploits

// ////////////////////////////////////////////////////////////// // Windows Vista BSoD (Access violation) from limited account // // Tested on Home Premium & Ultimate @ October 05 2008 // ///////////////////////////////////////////////////////////////// #include <stdioh> #include <windowsh> WCHAR szClass[] = L"BSODClass ...