Description
PACSgear PACS Scan 5.2.1 contains an unauthenticated remote code execution vulnerability that allows remote attackers to read and write arbitrary files by exploiting an exposed .NET Remoting TCP service on port 22222 via PGImageExchQueue.exe without any authentication requirement. Attackers can chain the arbitrary file write primitive with DLL hijacking in PGImageExchangeQueueSvc.exe, which loads missing DLLs such as CRYPTSP.DLL from the application directory, to achieve remote code execution as NT Authority\SYSTEM upon service restart.
Published: 2026-07-01
Score: 9.3 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

PACSgear PACS Scan 5.2.1 contains an unauthenticated flaw that enables remote attackers to read and write arbitrary files by exploiting an exposed .NET Remoting TCP service on port 22222. The service is invoked by PGImageExchQueue.exe and accepts crafted requests without authentication, exposing a CWE‑306 weakness. By supplying a specially crafted payload, an attacker can inject a malicious DLL into the application directory and then trigger a restart of PGImageExchangeQueueSvc.exe, whose DLL load order allows the injected package to run as NT Authority\\SYSTEM, providing full system control.

Affected Systems

Hyland PACSgear PACS Scan 5.2.1 is the affected version; no other releases have been confirmed to be affected at this time.

Risk and Exploitability

The flaw scores a CVSS score of 9.3, marking it as critical. It can be reached over the network without authentication by connecting to TCP port 22222, which is the likely attack vector. The EPSS score of < 1 % indicates a very low probability of exploitation, and the vulnerability is not listed in the CISA KEV catalog. An attacker only needs remote network access to the host, no local privileges, to send a crafted payload, stage the file‑write and DLL hijack sequence, and then wait for the service restart to gain SYSTEM rights.

Generated by OpenCVE AI on July 21, 2026 at 14:19 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Obtain and apply the vendor‑issued patch that disables or secures the .NET Remoting service; if no patch is available, upgrade to a newer PACS Scan release where the exposure has been resolved.
  • Apply a firewall rule or network policy to block inbound traffic to TCP port 22222 from all untrusted networks, or permanently stop the PGImageExchangeQueueSvc service if its functionality is not required.
  • Set restrictive permissions on the PACS Scan application directory to prevent unauthorized DLL placement and ensure that only signed, trusted libraries can be loaded.

Generated by OpenCVE AI on July 21, 2026 at 14:19 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 06 Jul 2026 23:15:00 +0000

Type Values Removed Values Added
First Time appeared Hyland
Hyland pacsgear Pacs Scan
Vendors & Products Hyland
Hyland pacsgear Pacs Scan

Wed, 01 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Wed, 01 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Description PACSgear PACS Scan 5.2.1 contains an unauthenticated remote code execution vulnerability that allows remote attackers to read and write arbitrary files by exploiting an exposed .NET Remoting TCP service on port 22222 via PGImageExchQueue.exe without any authentication requirement. Attackers can chain the arbitrary file write primitive with DLL hijacking in PGImageExchangeQueueSvc.exe, which loads missing DLLs such as CRYPTSP.DLL from the application directory, to achieve remote code execution as NT Authority\SYSTEM upon service restart.
Title PACSgear PACS Scan 5.2.1 Unauthenticated RCE via .NET Remoting TCP Service
Weaknesses CWE-306
CWE-502
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}

cvssV4_0

{'score': 9.3, 'vector': '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'}


Subscriptions

Hyland Pacsgear Pacs Scan
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-01T16:06:12.873Z

Reserved: 2026-06-29T14:13:18.384Z

Link: CVE-2026-58126

cve-icon Vulnrichment

Updated: 2026-07-01T16:04:30.731Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-21T14:30:08Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function

  • CWE-502

    Deserialization of Untrusted Data