CVE-2026-6645
Deferred Deferred - Pending Action

Insecure Process Execution in PaperCut Print Deploy Client

Vulnerability report for CVE-2026-6645, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-22

Last updated on: 2026-06-23

Assigner: PaperCut

Description

An insecure process execution vulnerability exists in the pc-printer-updater.exe component of the PaperCut Print Deploy Client for Windows. The application, which typically operates with high-level system privileges, attempts to perform an internal validation check by invoking a secondary system utility using an unqualified file reference. Because the application does not specify an absolute path to this utility, it relies on the operating system's default search order to locate the executable. Under specific conditions, a local attacker with the ability to modify directories within the system's search path could plant a malicious binary that mimics the expected utility. This could result in the malicious code being executed with SYSTEM privileges, leading to a full compromise of the affected host.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-22
Last Modified
2026-06-23
Generated
2026-07-12
AI Q&A
2026-06-22
EPSS Evaluated
2026-07-11
NVD
EUVD

Affected Vendors & Products

Showing 3 associated CPEs
Vendor Product Version / Range
papercut print_deploy_client *
papercut ng *
papercut mf *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-427 The product uses a fixed or controlled search path to find resources, but one or more locations in that path can be under the control of unintended actors.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in the pc-printer-updater.exe component of the PaperCut Print Deploy Client for Windows. The application runs with high-level system privileges and tries to perform an internal validation by calling a secondary system utility using an unqualified file name.

Because it does not specify the absolute path to this utility, it relies on the operating system's default search order to find the executable. A local attacker who can modify directories in the system's search path could place a malicious binary that mimics the expected utility.

If successful, this malicious code would be executed with SYSTEM privileges, potentially leading to a full compromise of the affected host.

Impact Analysis

This vulnerability can allow a local attacker to execute malicious code with SYSTEM-level privileges on the affected machine.

Such an exploit could lead to a full compromise of the host, giving the attacker complete control over the system.

Mitigation Strategies

To mitigate CVE-2026-6645, users should immediately update PaperCut NG/MF to the latest patched version provided by the vendor.

This vulnerability allows unauthorized remote code execution without authentication, so applying the update promptly is critical to prevent potential full system compromise.

Detection Guidance

This vulnerability involves the pc-printer-updater.exe component executing a secondary system utility using an unqualified file reference, which can be exploited if a malicious binary is placed in the system's search path. Detection involves checking for the presence of unauthorized or suspicious executables in directories that are part of the system's executable search path.

Suggested commands to help detect potential exploitation or presence of malicious binaries include:

  • Use PowerShell or Command Prompt to list directories in the PATH environment variable: `echo %PATH%` (Windows CMD) or `$Env:Path` (PowerShell).
  • Manually inspect each directory in the PATH for unexpected or suspicious executables that could mimic the expected utility.
  • Use the command `where <utility_name>` to see which executable is being invoked by default.
  • Check the file properties and digital signatures of the executables found to verify their legitimacy.
  • Monitor process execution with tools like Sysinternals Process Monitor to detect if pc-printer-updater.exe is invoking unexpected binaries.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-6645. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart