KingSkrupellos

Solvonix Technologies India SQL Injection

Mar 9th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. ###############################################################################
  2.  
  3. # Exploit Title : Solvonix Technologies India SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 10/03/2019
  7. # Vendor Homepage : solvonix.com
  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. # Description about Software :
  20. ***************************
  21. India's leading internet marketing service provider. Solvonix is a professional SEO company in India.
  22.  
  23. ###############################################################################
  24.  
  25. # Impact :
  26. ***********
  27. Solvonix Technologies is prone to an SQL-injection vulnerability because it fails to sufficiently
  28.  
  29. sanitize user-supplied data before using it in an SQL query. Exploiting this issue could allow
  30.  
  31. an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities
  32.  
  33. in the underlying database. A remote attacker can send a specially crafted request to the vulnerable
  34.  
  35. application and execute arbitrary SQL commands in application`s database. Further exploitation
  36.  
  37. of this vulnerability may result in unauthorized data manipulation.
  38.  
  39. An attacker can exploit this issue using a browser or with any SQL Injector Tool.
  40.  
  41. ###############################################################################
  42.  
  43. # SQL Injection Exploit :
  44. **********************
  45. /pages.php?id=[SQL Injection]
  46.  
  47. ###############################################################################
  48.  
  49. # Example Vulnerable Sites :
  50. *************************
  51. [+] interiorsdecor.in/pages.php?id=94%27
  52.  
  53. Vulnerable IP Addresses =>
  54.  
  55. solvonix.com (192.185.48.232) => There are 346 domains hosted on this server.
  56.  
  57. ###############################################################################
  58.  
  59. # Example SQL Database Error :
  60. ****************************
  61. Warning: Invalid argument supplied for foreach() in
  62. /home2/sumitt12/public_html/interiorsdecor.in/pages.php on line 67
  63.  
  64. ###############################################################################
  65.  
  66. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  67.  
  68. ###############################################################################
Add Comment
Please, Sign In to add comment