KingSkrupellos

Nepalese Army Institute of Health Sciences SQL Injection

Mar 7th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : Nepalese Army Institute of Health Sciences SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 08/03/2019
  7. # Vendor Homepage : naihs.edu.np
  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. Nepalese Army Institue of Health Sciences is prone to an SQL-injection vulnerability
  22.  
  23. because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
  24.  
  25. Exploiting this issue could allow an attacker to compromise the application, access or
  26.  
  27. modify data, or exploit latent vulnerabilities in the underlying database.
  28.  
  29. A remote attacker can send a specially crafted request to the vulnerable application and
  30.  
  31. execute arbitrary SQL commands in application`s database. Further exploitation
  32.  
  33. of this vulnerability may result in unauthorized data manipulation.
  34.  
  35. An attacker can exploit this issue using a browser or with any SQL Injector Tool.
  36.  
  37. ####################################################################
  38.  
  39. # SQL Injection Exploit :
  40. **********************
  41. /page.php?page=vacancy-details&id=[SQL Injection]
  42.  
  43. ####################################################################
  44.  
  45. # Example Vulnerable Sites :
  46. *************************
  47. [+] naihs.edu.np/page.php?page=vacancy-details&id=4%27
  48.  
  49. ####################################################################
  50.  
  51. # Example SQL Database Error :
  52. ****************************
  53. You have an error in your SQL syntax; check the manual that corresponds to
  54. your MariaDB server version for the right syntax to use near ''4''' at line 1
  55.  
  56. ####################################################################
  57.  
  58. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  59.  
  60. ####################################################################
Add Comment
Please, Sign In to add comment