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!
Enomaly ECP / Enomalism < 2.2.1 Multiple Local Vulnerabilities
============================================================== Enomaly ECP / Enomalism < 2.2.1 Multiple Local Vulnerabilities ============================================================== Enomaly ECP/Enomalism: Multiple vulnerabilities in enomalism2.sh (redux) Synopsis All versions of Enomaly ECP/Enomalism[1] before 2.2.1 have multiple issues relating to the use of temporary files in an insecure manner. Fixes for CVE-2008-4990[2] and CVE-2009-0390[3] in 2.1.1 and 2.2 were found to be ineffective. Background Enomaly ECP (formerly Enomalism) is management software for virtual machines. Description Sam Johnston[4] of Australian Online Solutions[5] reported multiple vulnerabilities in enomalism2.sh: - Race condition on $PIDFILE renders 2.1.1 fixes ineffective - Incomplete fixes in 2.1.1/2.2 fail to address stop/restart functions - Root ownership check (ls -l $PIDFILE |grep root) is trivially bypassed by: - changing the symlink's group to one containing the word 'root' or - creating a symlink to any filename containing the word 'root' - Process check (ps -p $PID |grep enomalism2d) is also trivially bypassed. Impact A local attacker could perform a symlink attack to overwrite arbitrary files on the system with root privileges, inject arguments to the 'kill' command to terminate or send arbitrary signals to any process(es) as root or launch a denial of service attack by preventing the virtual machines from starting. Exploits a. while true; do ln -s /etc/passwd /tmp/enomalism2.pid; done b. echo "-9 1" > /tmp/enomalism2.pid c. i. ln -s /tmp/root /tmp/enomalism2.pid ii. chgrp beetroot /tmp/enomalism2.pid Workaround Change PIDFILE from /tmp/enomalism2.pid to /var/run/enomalism2.pid Resolution All Enomaly ECP and Enomalism users should upgrade to version 2.2.1[6] which includes researcher fix. History 2009-02-09 Bug initially reported to Enomaly by mail 2009-02-09 CVE(s) requested from Mitre; TBA 2009-02-09 Product Development Manager acknowledged receipt. "Thanks, we're incorporating a fix for the next release." 2009-02-10 Update announced[7] with no mention of security vulnerability: "ECP 2.2.1 is now available on both sourceforge and pypi. This is a bug-fix release. No new features have been added." 2009-02-14 Publication of vulnerability # 0day.today [2024-12-25] #