CVE-2026-41462 PUBLISHED

ProjeQtor < 12.4.4 Unauthenticated SQL Injection via Login

Assigner: VulnCheck
Reserved: 20.04.2026 Published: 27.04.2026 Updated: 27.04.2026

ProjeQtor versions 7.0 through 12.4.3 contain an unauthenticated SQL injection vulnerability in the login functionality where the login variable is directly concatenated into a SQL query without parameterization or sanitization. Attackers can inject arbitrary SQL expressions through the username field at the authentication endpoint to create privileged accounts, read sensitive data, and execute operating system commands if the database user has elevated permissions.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 9.3

Product Status

Vendor ProjeQtor
Product ProjeQtor
Versions Default: unaffected
  • affected from 7.0 to 12.4.3 (incl.)
  • Version 12.4.4 is unaffected

Credits

  • Yassine Damiri finder
  • Noé Susset finder

References

Problem Types

  • CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE