Lucene search
+L

380 matches found

OSV
OSV
added 2016/11/08 8:59 p.m.3 views

CVE-2016-7381

For the NVIDIA Quadro, NVS, and GeForce products, NVIDIA Windows GPU Display Driver R340 before 342.00 and R375 before 375.63 contains a vulnerability in the kernel mode layer nvlddmkm.sys handler for DxgDdiEscape where a user input to index an array is not bounds checked, leading to denial of...

7.8CVSS5.8AI score0.00409EPSS
SaveExploits0References3
CNVD
CNVD
added 2016/11/02 12:0 a.m.5 views

NVIDIA Driver Missing Boundary Check Vulnerability

NVIDIA Driver is a driver released by Nvidia for motherboards and graphics cards. A security vulnerability exists in NVIDIA Driver. An attacker can exploit this vulnerability to cause a denial of service due to the program's lack of boundary checks against Escape 0x7000170...

7.8CVSS6.7AI score0.01605EPSS
SaveExploits1References1
CNVD
CNVD
added 2016/11/02 12:0 a.m.4 views

NVIDIA Windows GPU Display Driver Stack Buffer Overflow Vulnerability

NVIDIA Windows GPU Display Driver is a set of graphics processor GPU graphics card drivers for Windows from NVIDIA. A stack buffer overflow vulnerability exists in NVIDIA Windows GPU Display Driver, which arises from the program failing to properly validate values. A local attacker could exploit...

7.8CVSS6.8AI score0.01654EPSS
SaveExploits1References1
0day.today
0day.today
added 2016/11/01 12:0 a.m.52 views

NVIDIA Driver - Escape 0x100010b Missing Bounds Check Exploit

Exploit for windows platform in category dos / poc Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=927 The DxgkDdiEscape handler for escape code 0x100010b looks like: char escape100010bNvMiniportDeviceContext miniportcontext, HANDLE handle, unsigned int idx PVOID Object; if...

7.2CVSS7.6AI score0.0156EPSS
SaveExploits1
0day.today
0day.today
added 2016/11/01 12:0 a.m.56 views

NVIDIA Driver - No Bounds Checking in Escape 0x7000194 Exploit

Exploit for windows platform in category dos / poc Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=895 The DxgkDdiEscape handler for 0x7000194 doesn't do bounds checking with the user provided lengths it receives. When these lengths are passed to memcpy, overreads and memory...

7.2CVSS7.9AI score0.01535EPSS
SaveExploits1
0day.today
0day.today
added 2016/11/01 12:0 a.m.52 views

NVIDIA Driver - Stack Buffer Overflow in Escape 0x10000e9 Exploit

Exploit for windows platform in category dos / poc Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=947 The escape handler for 0x10000e9 lacks bounds checks, and passes a user specified size as the size to memcpy, resulting in a stack buffer overflow: bool...

7.2CVSS7.6AI score0.01654EPSS
SaveExploits1
0day.today
0day.today
added 2016/11/01 12:0 a.m.47 views

NVIDIA Driver - Escape Code Leaks Uninitialised ExAllocatePoolWithTag Memory to Userspace Exploit

Exploit for windows platform in category dos / poc Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=892 The handler for the DxgkDdiEscape escape code 0x70000D4 has the following pseudocode: void fastcall escape70000D4NvMiniportDeviceContext a1, NvEscapeData a2 Escape70000D4...

2.1CVSS6AI score0.01409EPSS
SaveExploits2
0day.today
0day.today
added 2016/11/01 12:0 a.m.68 views

NVIDIA Driver - Missing Bounds Check in Escape 0x70000d5 Exploit

Exploit for windows platform in category dos / poc Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=944 The DxgkDdiEscape handler for 0x70000d5 lacks bounds checks: ... if gsavedsize escape-size = gsavedsize; if unsigned intgsavedsize 0 do v5 = v2++; escape-datav5 = globalarrayv5...

7.2CVSS7.8AI score0.01605EPSS
SaveExploits1
0day.today
0day.today
added 2016/11/01 12:0 a.m.53 views

NVIDIA Driver - Unchecked Write to User-Provided Pointer in Escape 0x600000D Exploit

Exploit for windows platform in category dos / poc Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=911 The DxgkDdiEscape handler for 0x600000D passes an unchecked user provided pointer as the destination for a memcpy call. This leads to kernel memory corruption. Win 10 x64 372.5...

7.2CVSS0.01508EPSS
SaveExploits2
0day.today
0day.today
added 2016/11/01 12:0 a.m.52 views

NVIDIA Driver - Stack Buffer Overflow in Escape 0x7000014 Exploit

Exploit for windows platform in category dos / poc Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=946 There is a missing bounds check in inner loop of the escape handler for 0x7000014 that leads to a stack buffer overflow: ... for DWORD i = 0; numdata; ++i ... // size is user...

7.2CVSS7.6AI score0.01535EPSS
SaveExploits1
0day.today
0day.today
added 2016/11/01 12:0 a.m.41 views

NVIDIA Driver - No Bounds Checking in Escape 0x7000170 Exploit

Exploit for windows platform in category dos / poc Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=936 The DxgkDdiEscape handler for 0x7000170 lacks proper bounds checks for the variable size input escape data, and relies on a user provided size as the upper bound for writing...

7.2CVSS7.6AI score0.01605EPSS
SaveExploits1
0day.today
0day.today
added 2016/11/01 12:0 a.m.53 views

NVIDIA Driver - Unchecked Write to User-Provided Pointer in Escape 0x700010d Exploit

Exploit for windows platform in category dos / poc Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=894 The DxgkDdiEscape handler for 0x700010d accepts a user provided pointer as the destination for a memcpy call, without doing any checks on said pointer. void fastcall...

7.2CVSS7.9AI score0.01496EPSS
SaveExploits2
0day.today
0day.today
added 2016/11/01 12:0 a.m.48 views

NVIDIA Driver - NvStreamKms Stack Buffer Overflow in PsSetCreateProcessNotifyRoutineEx Callback Priv

Exploit for windows platform in category local exploits Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=918 The NvStreamKms.sys driver calls PsSetCreateProcessNotifyRoutineEx to set up a process creation notification routine. In this particular routine, if cur-imagenamescount 0 ...

7.2CVSS7.9AI score0.01611EPSS
SaveExploits1
0day.today
0day.today
added 2016/11/01 12:0 a.m.38 views

NVIDIA Driver - Missing Bounds Check in Escape 0x100009a Exploit

Exploit for windows platform in category dos / poc Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=942 The DxgkDdiEscape handler for escape 0x100009a lacks proper bounds checks: case 0x100009A: ... size0 = escapedata-size1; ... size1 = 2 - escapedata-unknown size2; ... totalsize...

7.2CVSS7.6AI score0.01535EPSS
SaveExploits1
exploitpack
exploitpack
added 2016/10/31 12:0 a.m.25 views

NVIDIA Driver - Missing Bounds Check in Escape 0x70000d5

NVIDIA Driver - Missing Bounds Check in Escape 0x70000d5 Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=944 The DxgkDdiEscape handler for 0x70000d5 lacks bounds checks: ... if gsavedsize escape-size = gsavedsize; if unsigned intgsavedsize 0 do v5 = v2++; escape-datav5 =...

0.1AI score
SaveExploits0
exploitpack
exploitpack
added 2016/10/31 12:0 a.m.25 views

NVIDIA Driver - Escape Code Leaks Uninitialised ExAllocatePoolWithTag Memory to Userspace

NVIDIA Driver - Escape Code Leaks Uninitialised ExAllocatePoolWithTag Memory to Userspace Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=892 The handler for the DxgkDdiEscape escape code 0x70000D4 has the following pseudocode: void fastcall escape70000D4NvMiniportDeviceContext...

7.5AI score
SaveExploits0
exploitpack
exploitpack
added 2016/10/31 12:0 a.m.13 views

NVIDIA Driver - Incorrect Bounds Check in Escape 0x70001b2

NVIDIA Driver - Incorrect Bounds Check in Escape 0x70001b2 Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=940 The DxgkDdiEscape handler for 0x70001b2 doesn't do proper bounds checks for its variable size input. void sub8C4304... ... // escape-size is controlled by the user. if...

SaveExploits0
exploitpack
exploitpack
added 2016/10/31 12:0 a.m.14 views

NVIDIA Driver - Escape 0x100010b Missing Bounds Check

NVIDIA Driver - Escape 0x100010b Missing Bounds Check Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=927 The DxgkDdiEscape handler for escape code 0x100010b looks like: char escape100010bNvMiniportDeviceContext miniportcontext, HANDLE handle, unsigned int idx PVOID Object; if...

0.2AI score
SaveExploits0
exploitpack
exploitpack
added 2016/10/31 12:0 a.m.12 views

NVIDIA Driver - Unchecked Write to User-Provided Pointer in Escape 0x700010d

NVIDIA Driver - Unchecked Write to User-Provided Pointer in Escape 0x700010d Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=894 The DxgkDdiEscape handler for 0x700010d accepts a user provided pointer as the destination for a memcpy call, without doing any checks on said pointer...

0.1AI score
SaveExploits0
exploitpack
exploitpack
added 2016/10/31 12:0 a.m.14 views

NVIDIA Driver - UVMLiteController ioctl Handling Unchecked InputOutput Lengths Privilege Escalation

NVIDIA Driver - UVMLiteController ioctl Handling Unchecked InputOutput Lengths Privilege Escalation / Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=880 The \.\UVMLiteController device is created by the nvlddmkm.sys driver, and can be opened by any user. The driver handles...

1.2AI score
SaveExploits0
Rows per page
Query Builder