
28 changes to exploits/shellcodes gif2apng 1.9 - '.gif' Stack Buffer Overflow VLC Media Player/Kodi/PopcornTime 'Red Chimera' < 2.2.5 - Memory Corruption (PoC) Kaspersky KSN for Linux 5.2 - Memory Corruption Microsoft (Win 10) Internet Explorer 11.371.16299.0 - Denial Of Service Adobe Flash - Overflow when Playing Sound Adobe Flash - Overflow in Slab Rendering Adobe Flash - Info Leak in Image Inflation Adobe Flash - Out-of-Bounds Write in blur Filtering Chrome V8 JIT - 'NodeProperties::InferReceiverMaps' Type Confusion R 3.4.4 - Local Buffer Overflow Allok Video to DVD Burner 2.6.1217 - Buffer Overflow (SEH) lastore-daemon D-Bus - Privilege Escalation (Metasploit) Easy File Sharing Web Server 7.2 - 'UserID' Remote Buffer Overflow (DEP Bypass) ASUS infosvr - Auth Bypass Command Execution (Metasploit) UK Cookie Consent - Persistent Cross-Site Scripting WUZHI CMS 4.1.0 - Cross-Site Request Forgery Open-AudIT 2.1 - CSV Macro Injection Monstra CMS 3.0.4 - Arbitrary Folder Deletion Interspire Email Marketer < 6.1.6 - Remote Admin Authentication Bypass Ericsson-LG iPECS NMS A.1Ac - Cleartext Credential Disclosure WordPress Plugin Woo Import Export 1.0 - Arbitrary File Deletion WSO2 Carbon / WSO2 Dashboard Server 5.3.0 - Persistent Cross-Site Scripting Linux/x86 - Bind TCP (1337/TCP) Shell + Null-Free Shellcode (92 bytes) Linux/x86 - Edit /etc/sudoers with NOPASSWD for ALL Shellcode Linux/x86 - Reverse TCP (5555/TCP) Shellcode - (73 Bytes) Linux/x86 - chmod 4755 /bin/dash Shellcode (33 bytes) Linux/x86 - cp /bin/sh /tmp/sh; chmod +s /tmp/sh Shellcode (74 bytes) Linux/x86 - execve /bin/sh Shellcode Encoded with ROT-13 + RShift-2 + XOR Encoded (44 bytes)
50 lines
No EOL
1.6 KiB
Text
50 lines
No EOL
1.6 KiB
Text
Hi Guys,
|
||
|
||
#######################################
|
||
# Exploit Title: Open-AudIT 2.1 - CSV Macro Injection Vulnerability
|
||
# Google Dork: N/A
|
||
# Date: 21-04-2018
|
||
#######################################
|
||
# Exploit Author: Sureshbabu Narvaneni#
|
||
#######################################
|
||
# Author Blog : http://nullnews.in
|
||
# Vendor Homepage: https://opmantek.com
|
||
# Software Link: https://www.open-audit.org/downloads.php
|
||
# Affected Version: 2.1
|
||
# Category: WebApps
|
||
# Tested on: Win7 Enterprise x86/Kali Linux 4.12 i686
|
||
# CVE : CVE-2018-9137
|
||
#######################################
|
||
|
||
1. Vendor Description:
|
||
|
||
Open-AudIT intelligently scans an organization’s network and stores the
|
||
configurations of the discovered devices.
|
||
|
||
A powerful reporting framework enables information such as software
|
||
licensing, configuration changes, non-authorized devices, capacity
|
||
utilization and hardware warranty status to be extracted and explored.
|
||
|
||
Open-AudIT Enterprise comes with additional features including Business
|
||
Dashboards, Report filtering, Scheduled discovery, Scheduled Reports and
|
||
Maps.
|
||
|
||
2. Technical Description:
|
||
|
||
CSV Injection (aka Excel Macro Injection or Formula Injection) exists in
|
||
the export feature in the OpenAudIT before 2.2 via a value that is
|
||
mishandled in a CSV export.
|
||
|
||
3. Proof of Concept:
|
||
|
||
Login and Navigate to the any field which is having export feature and
|
||
create an entry with @SUM(1+1)*cmd|' /C calc'!A0.
|
||
|
||
When user logged in and exported user data then the CSV
|
||
Formula gets executed and calculator will get popped in his machine.
|
||
|
||
4. Solution:
|
||
|
||
Update to latest version
|
||
|
||
https://www.open-audit.org/downloads.php |