Advertisement
Guest User

PayPal - Vulnerable Service

a guest
Jul 1st, 2014
713
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. It seems PayPal uses something called JBoss/7.0.17.
  2.  
  3. Changing 'signupType' causes the following error:
  4.  
  5. https://www.paypal.com/de/webapps/merchantboarding/webflow/unifiedflow?countryCode=DE&signupType=CREATE_NEW_ACCOUNT&productIntentID=pp_express&displayMode=regular&token=&returnUrl=
  6.  
  7. --------------------------------------------------------
  8. HTTP Status 404 - /webapps/merchantboarding/
  9.  
  10. type Status report
  11.  
  12. message /webapps/merchantboarding/
  13.  
  14. description The requested resource (/webapps/merchantboarding/) is not available.
  15. JBoss Web/7.0.17.Final
  16. --------------------------------------------------------
  17.  
  18.  
  19. CVE's for JBoss Web/7.0.17
  20. ==========================
  21. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-3190
  22. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-3375
  23. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-3546
  24. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2071
  25. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-3376
  26. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-0022
  27. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2526
  28. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2729
  29. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-5568
  30. CVE-2012-4431 Apache Tomcat Bypass of CSRF prevention filter
  31. CVE-2012-3546 Apache Tomcat Bypass of security constraints
  32.  
  33.  
  34.  
  35. Also interesting, though probably useless:
  36.  
  37. https://www.paypal.com/cgi-bin/gs_web/%00/secret.jpeg
  38.  
  39. Results in an actual 'Not Found' page, rather than a redirect.
  40. This is only the case when '%00' is present. Anything else
  41. produces the image.
  42.  
  43.  
  44. Hopefully someone can use this. Fuck PayPal and everything they have done.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement