Advertisement
KingSkrupellos

Namaste Hindustan SQL Injection

Mar 9th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. ########################################################################################
  2.  
  3. # Exploit Title : Namaste Hindustan SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 10/03/2019
  7. # Vendor Homepage : namastehindustan.in
  8. # Tested On : Windows and Linux
  9. # Category : WebApps
  10. # Exploit Risk : Medium
  11. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  12. Special Elements used in an SQL Command ('SQL Injection') ]
  13. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  14. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  15. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  16.  
  17. ########################################################################################
  18.  
  19. # Impact :
  20. ***********
  21. Namaste Hindustan is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied
  22.  
  23. data before using it in an SQL query. Exploiting this issue could allow an attacker to compromise the application,
  24.  
  25. access or modify data, or exploit latent vulnerabilities in the underlying database. A remote attacker can send a
  26.  
  27. specially crafted request to the vulnerable application and execute arbitrary SQL commands in application`s database.
  28.  
  29. Further exploitation of this vulnerability may result in unauthorized data manipulation.
  30.  
  31. An attacker can exploit this issue using a browser or with any SQL Injector Tool.
  32.  
  33. ########################################################################################
  34.  
  35. # SQL Injection Exploit :
  36. **********************
  37. /product.php?cat_id=[SQL Injection]
  38.  
  39. /subcat.php?id=[SQL Injection]
  40.  
  41. ########################################################################################
  42.  
  43. # Example Vulnerable Sites :
  44. *************************
  45. [+] akbaritraders.in/product.php?cat_id=5%27
  46.  
  47. Vulnerable IP Addresses =>
  48.  
  49. akbaritraders.in (54.39.152.27) => There are 241 domains hosted on this server.
  50.  
  51. namastehindustan.in (198.27.81.31) => There are 3 domains hosted on this server.
  52.  
  53. ########################################################################################
  54.  
  55. # Example SQL Database Error :
  56. ****************************
  57. Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean
  58. given in /home/akbaritraders/public_html/product.php on line 5
  59.  
  60. ########################################################################################
  61.  
  62. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  63.  
  64. ########################################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement