Soumettre #844136: RafyMrX TOKO-ONLINE-ROTI latest (2026-05, no formal release) SQL Injectioninformation

TitreRafyMrX TOKO-ONLINE-ROTI latest (2026-05, no formal release) SQL Injection
DescriptionDescription: TOKO-ONLINE-ROTI bakery e-commerce platform contains multiple unauthenticated SQL injection vulnerabilities (CWE-89). Vulnerability 1 - Login bypass (proses/login.php): $username = $_POST['username']; $cek = mysqli_query($conn, "SELECT * FROM customer WHERE username = '$username'"); Vulnerability 2 - Shopping cart injection (proses/add.php): $_GET['kode_produk'], $_GET['kd_cs'] directly concatenated into SELECT/INSERT/UPDATE queries without escaping. Vulnerability 3 - Order processing injection (proses/order.php): $kd_cs = $_POST['kode_cs']; $keranjang = mysqli_query($conn, "SELECT * FROM keranjang WHERE kode_customer = '$kd_cs'"); $order = mysqli_query($conn, "INSERT INTO produksi VALUES('','$format','$kd_cs'...)" ); All injection points use raw mysqli_query() with direct variable concatenation. No mysqli_real_escape_string or prepared statements. Exploitation: Login bypass: username=admin' OR '1'='1'-- &pass=x Cart: proses/add.php?kode_produk=1' UNION SELECT... Order: POST kode_cs=1' OR '1'='1' Countermeasure: Use prepared statements. Validate input before SQL execution.
La source⚠️ https://github.com/RafyMrX/TOKO-ONLINE-ROTI
Utilisateur Dest1ny_1 (UID 98653)
Soumission31/05/2026 10:44 (il y a 1 mois)
Modérer11/07/2026 13:58 (1 month later)
StatutAccepté
Entrée VulDB377797 [RafyMrX TOKO-ONLINE-ROTI proses/add.php kode_produk/kd_cs injection SQL]
Points20

Interested in the pricing of exploits?

See the underground prices here!