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!
ExtCalendar 2.0 Beta 2 cross site scripting
=========================================== ExtCalendar 2.0 Beta 2 cross site scripting =========================================== Summary: ExtCalendar is a powerful multi-user web-based calendar application. Features include Multi-Languages, Themes, Recurrent Events, Categories, Users and Groups management, Environment and General Settings, Template Configuration, Product Updates. Product web page: http://sourceforge.net/projects/extcal/ Description: ExtCalendar is prone to a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input. An attacker may leverage this issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials and to launch other attacks. The issue exist in the upgrade.php script in the html_footer() function, line 361. Conditional on register_globals turned ON. This vuln was found using Pixy code auditor. Advisory: http://www.zeroscience.mk/en/vulnerabilities/ZSL-2010-4928.php Details: ------------------------------------------------------------------------ *** detecting vulnerabilities *** ***************** XSS Analysis BEGIN ***************** Number of sinks: 10 XSS Analysis Output -------------------- Vulnerability detected! - conditional on register_globals=on - C:wampwwwextcal2.0_b2upgrade.php:361 - Graph: xss10 Total Graph Count: 10 Total Vuln Count: 1 ***************** XSS Analysis END ***************** ------------------------------------------------------------------------ function html_footer() { global $step; echo <<<EOT <input type='hidden' name='step' value='$step'> </form> </div> </div> </body> </html> <noscript><plaintext> EOT; } ------------------------------------------------------------------------ # 0day.today [2024-12-26] #