Skip to main content

ProjeQtor CVE-2026-41462

| EUVDEUVD-2026-25865 CRITICAL
SQL Injection (CWE-89)
2026-04-27 VulnCheck
9.3
CVSS 4.0 · NVD
Share

Severity by source

NVD PRIMARY
9.3 CRITICAL
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
vuln.today AI
9.8 CRITICAL

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.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from NVD.

CVSS VectorNVD

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

5
Analysis Generated
Jul 24, 2026 - 01:56 vuln.today
PoC Detected
Apr 27, 2026 - 18:36 vuln.today
Public exploit code
CVSS changed
Apr 27, 2026 - 16:22 NVD
9.8 (CRITICAL) 9.3 (CRITICAL)
EUVD ID Assigned
Apr 27, 2026 - 15:30 euvd
EUVD-2026-25865
CVE Published
Apr 27, 2026 - 15:08 nvd
CRITICAL 9.3

DescriptionCVE.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.

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.

CVE-2024-29387 HIGH POC
8.8 Apr 04

projeqtor up to 11.2.0 was discovered to contain a remote code execution (RCE) vulnerability via the component /view/pri

CVE-2018-18924 HIGH POC
8.8 Nov 04

The image-upload feature in ProjeQtOr 7.2.5 allows remote attackers to execute arbitrary code by uploading a .shtml file

CVE-2026-41463 HIGH POC
8.7 Apr 27

Remote code execution in ProjeQtor 7.0 through 12.4.3 arises from a ZipSlip flaw in the plugin upload feature, where aut

CVE-2013-6164 HIGH POC
7.5 Nov 14

SQL injection vulnerability in view/objectDetail.php in Project'Or RIA 3.4.0 allows remote attackers to execute arbitrar

CVE-2026-41465 HIGH POC
7.1 Apr 27

Arbitrary file disclosure in ProjeQtor 7.0 through 12.4.3 allows authenticated attackers to read .log files anywhere on

CVE-2026-41464 HIGH POC
7.1 Apr 27

Sensitive data disclosure in ProjeQtor 7.0 through 12.4.3 lets an authenticated guest-level user retrieve other users' r

CVE-2024-29386 MEDIUM POC
5.4 Apr 04

projeqtor up to 11.2.0 was discovered to contain a SQL injection vulnerability via the component /view/criticalResourceE

CVE-2026-41467 MEDIUM POC
5.1 Apr 27

Stored cross-site scripting in ProjeQtor 7.0 through 12.4.3 allows authenticated attackers to upload HTML or HTM files v

CVE-2026-41466 MEDIUM POC
5.1 Apr 27

Stored cross-site scripting in ProjeQtor 7.0 through 12.4.3 enables authenticated users to inject persistent malicious H

CVE-2017-11760 HIGH
8.8 Jul 31

uploadImage.php in ProjeQtOr before 6.3.2 allows remote authenticated users to execute arbitrary PHP code by uploading a

CVE-2013-6163 MEDIUM POC
4.3 Nov 14

Multiple cross-site scripting (XSS) vulnerabilities in ProjeQtOr (formerly Project'Or RIA) before 4.0.0 allow remote att

Share

CVE-2026-41462 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy