VYPR
Unrated severityNVD Advisory· Published Jun 17, 2026

Missing authorization in Quanos SCHEMA ST4 Client Update Service allows arbitrary file overwrite as SYSTEM

CVE-2026-11858

Description

Quanos SCHEMA ST4 on-premises contains a local privilege escalation vulnerability in the Client Update Service. The update service runs as NT AUTHORITY\SYSTEM and exposes a .NET Remoting interface over a named pipe without sufficient access controls or authorization. A local authenticated low-privileged user can connect to the interface and invoke privileged update methods such as Update(). This allows arbitrary file write and delete operations with SYSTEM privileges and can be used to achieve local privilege escalation.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected products

1

Patches

Vulnerability mechanics

Root cause

"The SCHEMA ST4 Update Service exposes a .NET Remoting interface over a named pipe without sufficient access controls or authentication, allowing any local low-privileged user to invoke privileged methods like Update()."

Attack vector

A local authenticated low-privileged user connects to the named pipe `ST4Updater2` and sends `"init"` to obtain a .NET Remoting port [ref_id=1]. The attacker then retrieves the remote object at `tcp://127.0.0.1:<port>/UpdateProcessCore`, creates a zlib-compressed Manifest.rdf and payload file served via HTTP, and invokes the `Update()` method with arguments such as `"Newer"` (to write files as SYSTEM) or `"Remove"` (to delete files/directories) [ref_id=1]. No authentication or authorization check is performed on the named-pipe endpoint, allowing arbitrary file operations with SYSTEM privileges.

Affected code

The SCHEMA ST4 Update Service runs as NT AUTHORITY\SYSTEM and exposes a .NET Remoting interface over a named pipe (`ST4Updater2`) without sufficient access controls or authentication. The `Update()` method can be invoked by any local low-privileged user, leading to arbitrary file write and delete operations with SYSTEM privileges.

What the fix does

The vendor does not provide a patch but offers a workaround: disable the affected "Client Update Service" [ref_id=1]. Without the service running, the vulnerable .NET Remoting interface is no longer exposed. Updating the client must then be performed manually with a privileged user account. The advisory notes that the cloud/SaaS solution is not affected [ref_id=1].

Preconditions

  • authAttacker must have a local authenticated user session on the affected Windows host
  • configThe SCHEMA ST4 Client Update Service must be running as NT AUTHORITY\SYSTEM
  • networkAttacker must be able to connect to the named pipe ST4Updater2 (local access only)

Generated on Jun 17, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

1

News mentions

0

No linked articles in our index yet.