TestLink 1.9.13 - SQL Injection

Overview #

A SQL Injection vulnerability exists in TestLink version 1.9.13. The vulnerability allows remote attackers to execute arbitrary SQL commands and potentially compromise the database.

Vulnerability Details #

Affected Versions: 1.9.13 and earlier

Root Cause: Insufficient input validation allows SQL Injection attacks.

Exploitation Requirements #

  • Authentication may be required
  • Direct access to vulnerable endpoints

Impact #

Remote attackers can exploit this vulnerability to:

  • Extract sensitive test data from the database
  • Bypass authentication mechanisms
  • Modify or delete test results
  • Potentially gain administrative access

Proof of Concept #

Details available upon request.

Solution #

Upgrade to a patched version of TestLink that includes proper input sanitization and parameterized queries.

References #