vendor:
IntelliPen
by:
Jerzy Kramarz
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: IntelliPen
Affected Version From: 1.1.12.1520
Affected Version To: 1.1.18.1658
Patch Exists: YES
Related CWE: N/A
CPE: Procentia:IntelliPen:1.1.12.1520
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
2014
CVE-2014-2043
SQL injection has been found and confirmed within the software as an authenticated user. A successful attack could allow an authenticated attacker to access information such as usernames and password hashes that are stored in the database. The following URL and parameters have been confirmed to suffer from Blind SQL injection. http[s]://<host>/Resources/System/Templates/Data.aspx?DocID=1&field=JobID&value=1<SQL INJECTION>&JobID=1&ParentDocID=1694&InTab=1&ParentKey=JobNumber&NoStore=1&Popup=1 This vulnerability exists because ‘value’ variable is not sanitised before it is used as part of an SQL query to retrived specific job information.
Mitigation:
Sanitize the ‘value’ variable before it is used as part of an SQL query to retrived specific job information.