| 제목 | RafyMrX TOKO-ONLINE-ROTI latest (2026-06, no formal release) Input Validation |
|---|
| 설명 | Description:
TOKO-ONLINE-ROTI uses user-controlled customer ID instead of session (CWE-639).
proses/add.php: $kode_cs = $_GET['kd_cs'] (not $_SESSION). proses/order.php:
$kd_cs = $_POST['kode_cs'] (not session). Frontend correctly uses
$_SESSION['kd_cs'] but backend fails to validate. Attacker can add items
to any customer's cart and place orders under their identity.
Exploitation:
Cart: add.php?kd_cs=C0002&produk=xxx
Order: POST kode_cs=C0002
Countermeasure: Use $_SESSION['kd_cs'] instead of user input. CVSS 6.5. |
|---|
| 원천 | ⚠️ https://github.com/RafyMrX/TOKO-ONLINE-ROTI |
|---|
| 사용자 | Dest1ny_2 (UID 98658) |
|---|
| 제출 | 2026. 05. 31. PM 06:08 (2 개월 ago) |
|---|
| 모더레이션 | 2026. 07. 15. PM 09:22 (2 months later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 379368 [RafyMrX TOKO-ONLINE-ROTI 까지 ddfe1cd587be0a0b5135d8b6e85cce2ec3aece99 proses/add.php kd_cs 권한 상승] |
|---|
| 포인트들 | 20 |
|---|