Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-pagenavi domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/u918112125/domains/exploit.company/public_html/wp-includes/functions.php on line 6114
SQL Injection in tenfourzero.net's Shutter - exploit.company
header-logo
Suggest Exploit
vendor:
Shutter
by:
Unknown
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Shutter
Affected Version From: 2000.1.4
Affected Version To: Unknown
Patch Exists: NO
Related CWE: Unknown
CPE: a:tenfourzero:shutter:0.1.4
Metasploit:
Other Scripts:
Platforms Tested: Unknown
Unknown

SQL Injection in tenfourzero.net’s Shutter

The application fails to sufficiently sanitize user-supplied data before using it in an SQL query, leading to SQL injection vulnerabilities. An attacker can exploit this to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.

Mitigation:

Proper input validation and sanitization should be implemented to prevent SQL injection attacks. Use prepared statements or parameterized queries to handle user-supplied data securely.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/38849/info

tenfourzero.net's Shutter is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.

Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.

Shutter 0.1.4 is vulnerable; other versions may also be affected. 

http://www.example.com/shutter/admin.html?albumID=2%20and%20substring%28@@version,1,1%29=5
http://www.example.com/shutter/admin.html?albumID=2&photoID=5%20and%20substring%28@@version,1,1%29=5