#VU25842 SQL injection in TestLink - CVE-2019-20107

 

#VU25842 SQL injection in TestLink - CVE-2019-20107

Published: March 5, 2020 / Updated: March 10, 2020


Vulnerability identifier: #VU25842
Vulnerability risk: High
CVSSv4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:U/U:Amber
CVE-ID: CVE-2019-20107
CWE-ID: CWE-89
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vulnerable software:
TestLink
Software vendor:
testlink.org

Description

The vulnerability allows a remote attacker to execute arbitrary SQL queries in database.

The vulnerability exists due to insufficient sanitization of user-supplied data in multiple scripts. A remote attacker can send a specially crafted request to the affected application and execute arbitrary SQL commands within the application database.

Successful exploitation of this vulnerability may allow a remote attacker to read, delete, modify data in database and gain complete control over the affected application.

List of affected parameters and scripts:

  • "tproject_id" parameter in keywordsView.php
  • "req_spec_id" parameter in reqSpecCompareRevisions.php
  • "requirement_id" parameter in reqCompareVersions.php
  • "build_id" parameter in planUpdateTC.php
  • "tplan_id" parameter in newest_tcversions.php
  • "tplan_id" parameter in tcCreatedPerUserGUI.php
  • "tcase_id" parameter in tcAssign2Tplan.php
  • "testcase_id" parameter in tcCompareVersions.php

Remediation

Update to version 1.9.20.

External links