vendor:
Simple Image Gallery System
by:
Azumah Foresight Xorlali (M4sk0ff)
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Simple Image Gallery System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:simple_image_gallery_system:1.0
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Kali Linux
2020
Simple Image Gallery System 1.0 – ‘id’ SQL Injection
Simple Image Gallery System 1.0 application is vulnerable to SQL injection via the 'id' parameter on the album page. An attacker can use boolean-based blind, error-based, and time-based blind payloads to exploit this vulnerability.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.