CVE-2026-41463
Received Received - Intake
ZipSlip Path Traversal in ProjeQtor Plugin Enables RCE

Publication date: 2026-04-27

Last updated on: 2026-04-27

Assigner: VulnCheck

Description
ProjeQtor versions 7.0 through 12.4.3 contain a ZipSlip path traversal vulnerability in the plugin upload functionality that allows authenticated attackers with upload permissions to write files outside the intended extraction directory by crafting ZIP archives with directory traversal sequences. Attackers can exploit unvalidated archive extraction to write a PHP webshell to a web-accessible directory and achieve remote code execution with the privileges of the web server process.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-04-27
Last Modified
2026-04-27
Generated
2026-05-07
AI Q&A
2026-04-27
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
projeqtor projeqtor From 7.0 (inc) to 12.4.3 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.
Attack-Flow Graph
AI Powered Q&A
How can this vulnerability impact me? :

This vulnerability can have severe impacts as it allows an authenticated attacker with upload permissions to execute arbitrary code on the affected server.

By writing a PHP webshell to a web-accessible directory, the attacker gains remote code execution capabilities with the same privileges as the web server process.

This can lead to full compromise of the server, unauthorized access to sensitive data, disruption of services, and further attacks within the network.


Can you explain this vulnerability to me?

CVE-2026-41463 is a ZipSlip path traversal vulnerability affecting ProjeQtor versions 7.0 through 12.4.3. It exists in the plugin upload functionality, specifically via the uploadPlugin.php script.

Authenticated users with upload permissions can exploit this vulnerability by crafting malicious ZIP archives containing directory traversal sequences. This allows them to write files outside the intended extraction directory.

By exploiting this flaw, attackers can place a PHP webshell into a web-accessible directory, enabling remote code execution with the privileges of the web server process.


How can this vulnerability be detected on my network or system? Can you suggest some commands?

Detection of this vulnerability involves identifying malicious ZIP archives containing directory traversal sequences being uploaded via the plugin upload functionality (uploadPlugin.php) in ProjeQtor versions 7.0 through 12.4.3.

You can monitor web server logs for suspicious upload requests to uploadPlugin.php and look for ZIP files with filenames containing directory traversal patterns such as "../" or "%2e%2e%2f".

Additionally, scanning the web-accessible directories for unexpected PHP files (such as webshells) that were not part of the original installation can help detect exploitation.

Example commands to detect suspicious files or uploads might include:

  • Using grep to find directory traversal patterns in upload logs: grep -E "\.\./|%2e%2e%2f" /var/log/apache2/access.log
  • Finding recently created or modified PHP files in web directories: find /var/www/html -type f -name "*.php" -mtime -7
  • Checking for ZIP files with suspicious paths inside: unzip -l suspicious.zip | grep "\.\./"

What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include restricting or disabling the plugin upload functionality for users who do not absolutely need it.

Ensure that only trusted and authenticated users with upload permissions can access the uploadPlugin.php script.

Implement input validation and sanitization on ZIP archive extraction to prevent directory traversal sequences from being processed.

As a temporary measure, monitor and block uploads containing directory traversal sequences in ZIP filenames.

Update ProjeQtor to a version later than 12.4.3 once a patch is available to fully resolve the vulnerability.


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

The vulnerability allows authenticated attackers to achieve remote code execution on the affected system by uploading malicious files outside the intended directory, potentially leading to unauthorized access or modification of sensitive data.

Such unauthorized access and potential data breaches could impact compliance with common standards and regulations like GDPR and HIPAA, which require protection of personal and sensitive information against unauthorized access and ensure system integrity.

However, the provided information does not explicitly detail the direct compliance implications or specific regulatory impacts of this vulnerability.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart