Severity by source
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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Pre-auth, remote, no-interaction SQL injection with low complexity gives AV:N/AC:L/PR:N/UI:N; full database confidentiality, integrity, and availability impact yields C/I/A:H.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
5DescriptionCVE.org
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.
Articles & Coverage 1
AnalysisAI
SQL injection in ProjeQtor's login endpoint lets unauthenticated remote attackers inject arbitrary SQL through the username field, because the login variable is concatenated directly into a query without parameterization. Affecting versions 7.0 through 12.4.3, it can be leveraged to create privileged accounts, exfiltrate database contents, and - where the DB account has elevated OS privileges - achieve operating-system command execution. Publicly available exploit code exists (VulnCheck advisory and multiple PoCs), though EPSS remains low at 0.09% and it is not listed in CISA KEV.
Technical ContextAI
ProjeQtor is a PHP-based open-source project management / QMS web application backed by a relational database (typically MySQL/MariaDB). The flaw is a classic CWE-89 (Improper Neutralization of Special Elements used in an SQL Command) issue: the authentication handler builds its lookup query by string-concatenating the attacker-supplied login/username value rather than using prepared statements or bound parameters. Because this occurs at the pre-authentication login endpoint, the injected SQL executes with whatever rights the application's database user holds. The single CPE cpe:2.3:a:projeqtor:projeqtor:*:*:*:*:*:*:*:* confirms the affected component is the ProjeQtor application itself across the vulnerable version band, not a bundled third-party library.
RemediationAI
Upgrade ProjeQtor to a release later than 12.4.3 that contains the login-parameterization fix; the input does not specify an exact fixed version, so treat this as Patch available per vendor advisory and confirm the fixed build directly with ProjeQtor (https://www.projeqtor.com) and the VulnCheck advisory (https://www.vulncheck.com/advisories/projeqtor-unauthenticated-sql-injection-via-login) before deploying. Until patched, restrict network reachability of the login/authentication endpoint by placing the application behind a VPN or IP allowlist, and deploy a WAF rule to block SQL metacharacters and injection patterns in the username field (trade-off: WAF signatures can be bypassed and may cause false positives on legitimate logins). Additionally, enforce least privilege on the ProjeQtor database account - remove FILE, SUPER, and OS-command-capable privileges so a successful injection cannot escalate to operating-system command execution (trade-off: none significant, but requires validating the app still functions with reduced grants). Do not rely on these controls as a permanent substitute for the vendor patch.
projeqtor up to 11.2.0 was discovered to contain a remote code execution (RCE) vulnerability via the component /view/pri
The image-upload feature in ProjeQtOr 7.2.5 allows remote attackers to execute arbitrary code by uploading a .shtml file
Remote code execution in ProjeQtor 7.0 through 12.4.3 arises from a ZipSlip flaw in the plugin upload feature, where aut
SQL injection vulnerability in view/objectDetail.php in Project'Or RIA 3.4.0 allows remote attackers to execute arbitrar
Arbitrary file disclosure in ProjeQtor 7.0 through 12.4.3 allows authenticated attackers to read .log files anywhere on
Sensitive data disclosure in ProjeQtor 7.0 through 12.4.3 lets an authenticated guest-level user retrieve other users' r
projeqtor up to 11.2.0 was discovered to contain a SQL injection vulnerability via the component /view/criticalResourceE
Stored cross-site scripting in ProjeQtor 7.0 through 12.4.3 allows authenticated attackers to upload HTML or HTM files v
Stored cross-site scripting in ProjeQtor 7.0 through 12.4.3 enables authenticated users to inject persistent malicious H
uploadImage.php in ProjeQtOr before 6.3.2 allows remote authenticated users to execute arbitrary PHP code by uploading a
Multiple cross-site scripting (XSS) vulnerabilities in ProjeQtOr (formerly Project'Or RIA) before 4.0.0 allow remote att
Same weakness CWE-89 – SQL Injection
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-25865