NomachineApplication

CVE-2025-8614

HIGH · 7.8 CVSS v3.0 Published 2025-09-02
Fix available
A fix is available. Upgrade to 8.17.2 / 9.1.24 or later.
See remediation →
80/100
Remediation priority · High
Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
NoMachine Uncontrolled Search Path Element Local Privilege Escalation Vulnerability. This vulnerability allows local attackers to escalate privileges on affected installations of NoMachine. An attacker must first obtain the ability to execute low-privileged code on the target system in order to exploit this vulnerability. The specific flaw exists within the configuration of OpenSSL. The product loads an OpenSSL configuration file from an unsecured location. An attacker can leverage this vulnerability to escalate privileges and execute arbitrary code in the context of the service account. Was ZDI-CAN-26766.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · moderate confidence

NoMachine loads its OpenSSL configuration file from an unsecured location, allowing a local attacker with low-privileged code execution to place a malicious config file in the search path. When the NoMachine service loads this crafted config, it executes within the service account context, enabling privilege escalation to the service user's privileges.

MitigationRestrict write permissions on directories in the OpenSSL search path to prevent unauthorized config file placement; apply vendor patch when available; run NoMachine service with minimal required privileges.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
NomachineApplication
Affected:< 8.17.2>= 9.0, < 9.1.24

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Local
Complexity
Low
Privileges
Low
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify NoMachine version
    Use the system's package manager or NoMachine's built-in version command to determine the installed version (for example, 'nxserver --version' or check the package database)
    Affected if The installed version is less than 8.17.2, or is 9.0 through 9.1.23 (inclusive)
  2. Confirm NoMachine service is running
    Check if the NoMachine service or daemon process is currently active on the system using process listing tools (for example, 'ps aux' or service status commands)
    Affected if The NoMachine service is running and the version is in the affected range
  3. Identify OpenSSL config file search path
    Determine the OpenSSL configuration file search path used by the system (check OpenSSL documentation for default paths, which typically include the current working directory and standard config directories)
    Affected if Any directory in the search path is writable by low-privileged users
  4. Check for unauthorized OpenSSL config files
    Inspect the OpenSSL config search path directories for any unexpected or recently created config files (for example, openssl.cnf) that could have been placed by an attacker
    Affected if Suspicious config files exist in directories that are writable by non-root users
  5. Verify permissions on OpenSSL search path directories
    Review file system permissions on directories in the OpenSSL config search path to confirm they are not world-writable or group-writable by low-privilege users
    Affected if One or more directories in the search path allow write access to unprivileged users

You are affected if NoMachine version is less than 8.17.2 or between 9.0 and 9.1.23 inclusive, the NoMachine service is running, and directories in the OpenSSL config search path are writable by low-privileged users.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 8.17.2 / 9.1.24 or later
Fixed in 8.17.29.1.24
Interim mitigation

Restrict write permissions on directories in the OpenSSL search path to prevent unauthorized config file placement; apply vendor patch when available; run NoMachine service with minimal required privileges.

Recommended fix High confidence

NoMachine 8.17.2 or later for 8.x branch; NoMachine 9.1.24 or later for 9.x branch

  1. Verify current installed NoMachine version using 'nxsoftwareversion' command or checking /usr/NX/etc/server.cfg
  2. Stop NoMachine service using 'sudo /usr/NX/bin/nxserver --stop'
  3. Backup the NoMachine configuration directory at /usr/NX/etc/
  4. For systems running NoMachine 8.x: Upgrade to version 8.17.2 or later by downloading from https://www.nomachine.com/download
  5. For systems running NoMachine 9.x: Upgrade to version 9.1.24 or later by downloading from https://www.nomachine.com/download
  6. Install the new package using the appropriate package manager (dpkg -i for .deb or rpm -i for .rpm)
  7. Start NoMachine service using 'sudo /usr/NX/bin/nxserver --start'
  8. Verify the new version is installed with 'nxsoftwareversion'
Caveat Review NoMachine release notes for version-specific changes before upgrading, as configuration adjustments may be needed

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Nomachine Scoped from the published advisory
  • Consultation3.0 h
  • Implementation6.0 h
  • Testing3.0 h
  • Review / QA2.0 h
14.0 hours of engineering $2,490
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,984.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2025-8614 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2025-8614 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data