KingSkrupellos

WordPress 4.9.x Jingke Themes 1.0 Open Redirection

May 23rd, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : WordPress 4.9.x Jingke Themes 1.0 Open Redirection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 24/05/2019
  7. # Vendor Homepage : hwaq.cc - zmingcx.com
  8. # WordPress Affected Version : 4.9.x
  9. # Theme Affected Version : 1.0
  10. # Information Link : themesinfo.com/jingke-wordpress-theme-bn7ss
  11. # Tested On : Windows and Linux
  12. # Category : WebApps
  13. # Exploit Risk : Medium
  14. # Vulnerability Type : CWE-601 [ URL Redirection to Untrusted Site ('Open Redirect') ]
  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. # Impact :
  22. ***********
  23. WordPress Jingke Themes accepts a user-controlled input that specifies
  24. a link to an external site, and uses that link in a Redirect. This simplifies phishing
  25. attacks. An http parameter may contain a URL value and could cause the web
  26. application to redirect the request to the specified URL. By modifying the URL
  27. value to a malicious site, an attacker may successfully launch a phishing scam and
  28. steal user credentials. Because the server name in the modified link is identical to the
  29. original site, phishing attempts have a more trustworthy appearance. Open redirect is a
  30. failure in that process that makes it possible for attackers to steer users to malicious
  31. websites. This vulnerability is used in phishing attacks to get users to visit malicious
  32. sites without realizing it. Web users often encounter redirection when they visit the
  33. Web site of a company whose name has been changed or which has been acquired by
  34. another company. Visiting unreal web page user's computer becomes affected
  35. by malware the task of which is to deceive the valid actor and steal his personal data.
  36.  
  37. ####################################################################
  38.  
  39. # Vulnerable File :
  40. *****************
  41. /go.php
  42.  
  43. # Vulnerable Parameters :
  44. ***********************
  45. ?url=
  46.  
  47. # Open Redirection Exploit :
  48. **************************
  49. /wp-content/themes/jingke/inc/go.php?url=https://www.[REDIRECTADDRESS].gov
  50.  
  51. ####################################################################
  52.  
  53. # Example Vulnerable Sites :
  54. *************************
  55. [+] jijinrumeng.com/wp-content/themes/jingke/inc/go.php?url=https://cxsecurity.com/
  56.  
  57. ####################################################################
  58.  
  59. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  60.  
  61. ####################################################################
Add Comment
Please, Sign In to add comment