Skip to main content

ProjeQtor CVE-2026-41465

| EUVDEUVD-2026-25868 HIGH
Path Traversal (CWE-22)
2026-04-27 VulnCheck
7.1
CVSS 4.0 · NVD
Share

Severity by source

NVD PRIMARY
7.1 HIGH
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/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
6.5 MEDIUM

Network-reachable endpoint (AV:N/AC:L) requires a valid low-privileged account (PR:L, UI:N); arbitrary .log read gives high confidentiality (C:H) with no integrity or availability impact.

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

Primary rating from NVD.

CVSS VectorNVD

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

Lifecycle Timeline

6
Analysis Generated
Jul 24, 2026 - 01:55 vuln.today
PoC Detected
Apr 27, 2026 - 18:35 vuln.today
Public exploit code
Severity Changed
Apr 27, 2026 - 16:22 NVD
MEDIUM HIGH
CVSS changed
Apr 27, 2026 - 16:22 NVD
6.5 (MEDIUM) 7.1 (HIGH)
EUVD ID Assigned
Apr 27, 2026 - 15:30 euvd
EUVD-2026-25868
CVE Published
Apr 27, 2026 - 15:10 nvd
HIGH 7.1

DescriptionCVE.org

ProjeQtor versions 7.0 through 12.4.3 contains a path traversal vulnerability in the log file viewer at dynamicDialog.php where the logname parameter is not validated against directory traversal sequences before constructing file paths. Authenticated attackers can inject directory traversal sequences ../ into the logname parameter to read arbitrary .log files accessible to the web server process on the filesystem.

AnalysisAI

Arbitrary file disclosure in ProjeQtor 7.0 through 12.4.3 allows authenticated attackers to read .log files anywhere on the filesystem by injecting ../ sequences into the logname parameter of the dynamicDialog.php log viewer. Reported by VulnCheck with publicly available exploit code; EPSS is low (0.20%, 42th percentile) and it is not in CISA KEV, so no public exploit identified as actively exploited. The flaw is limited to files readable by the web server process and to .log-named targets, capping direct impact to information disclosure.

Technical ContextAI

ProjeQtor is a PHP-based open-source web application for IT/enterprise project management (tasks, tickets, resources, planning). The vulnerable component is the server-side log viewer endpoint dynamicDialog.php, which builds a filesystem path from the user-supplied logname parameter without canonicalizing or validating it against directory traversal. This is a classic CWE-22 (Improper Limitation of a Pathname to a Restricted Directory / path traversal): because ../ sequences are not stripped or rejected, the constructed path escapes the intended log directory. The single affected-product CPE is cpe:2.3:a:projeqtor:projeqtor:*:*:*:*:*:*:*:*, confirming the vendor/product scope. The tags PHP and Path Traversal align with the root cause.

RemediationAI

Upgrade to a ProjeQtor release later than 12.4.3 that contains the fix; no vendor-released patched version is independently confirmed in the provided data, so treat this as 'no vendor-released patched version independently confirmed at time of analysis' and verify the fixed build directly with the vendor at https://www.projeqtor.com and the advisory at https://www.vulncheck.com/advisories/projeqtor-path-traversal-via-dynamicdialog-php. Until a confirmed fixed version is applied, restrict reachability of the dynamicDialog.php log-viewer endpoint at the web server or WAF layer (for example block or filter requests whose logname parameter contains ../ , encoded traversal like %2e%2e%2f, or absolute paths), and limit the endpoint to administrative users only - noting this may break legitimate log-viewing for lower-privileged operators. Additionally tighten filesystem permissions so the web server process cannot read sensitive files outside its log directory, and audit ProjeQtor accounts to remove unnecessary low-privileged users, since exploitation requires authentication.

More in PHP

View all
CVE-2019-11043 CRITICAL POC
9.8 Oct 28

In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it

CVE-2012-1823 CRITICAL POC
9.8 May 11

sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2018-11138 CRITICAL POC
9.8 May 31

The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

Share

CVE-2026-41465 vulnerability details – vuln.today

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