CVE-2025-36640
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 · uneditedA vulnerability has been identified in the installation/uninstallation of the Nessus Agent Tray App on Windows Hosts which could lead to escalation of privileges.
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 confidenceA local privilege escalation vulnerability exists in the Nessus Agent Tray App for Windows during installation and uninstallation operations. The vulnerability allows an authenticated local attacker to potentially gain elevated (administrator) privileges by exploiting improper file or registry permissions during these setup/teardown processes.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
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
- Changed
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/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 checksWork through these to decide whether this CVE applies to you.
-
Verify Nessus Agent is installedOpen Control Panel > Programs and Features, or run 'Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName, DisplayVersion' in PowerShell to list installed programs and locate Nessus AgentAffected if Nessus Agent for Windows is found on the system
-
Confirm Tray App component presenceCheck for the Tray App executable (typically named NessusAgentTray.exe or similar) in the Nessus Agent installation directory, commonly at C:\Program Files\Tenable\Nessus Agent\ or C:\Program Files (x86)\Tenable\Nessus Agent\Affected if The Tray App executable exists in the Nessus Agent installation folder
-
Identify installed versionRight-click the installed Nessus Agent in Programs and Features to view version, or check the registry key HKLM\SOFTWARE\Tenable\NessusAgent\Version, or view the agent's About/Status information through the system tray iconAffected if The installed version has not been patched by Tenable (compare against vendor advisories for CVE-2025-36640)
-
Audit file permissions on Tray App installer filesRight-click the Tray App executable and folder, select Properties > Security, and verify which users/groups have Write or Full Control permissions. Use icacls.exe from an elevated command prompt (e.g., 'icacls "C:\Program Files\Tenable\Nessus Agent\*"') to list all permission entriesAffected if Non-administrator users or the Users group have Write, Modify, or Full Control permissions on installer files or directories
-
Audit registry permissions for Nessus Agent keysOpen regedit.exe, navigate to HKLM\SOFTWARE\Tenable\NessusAgent\, right-click the key, select Permissions, and verify which users have access. Use 'reg query HKLM\SOFTWARE\Tenable\NessusAgent' from a non-admin command prompt to test read accessAffected if Non-administrator users have Write or Full Control access to registry keys used during installation or uninstallation
A user is affected if Nessus Agent with the Tray App component is installed and non-privileged users can modify installer files, directories, or registry keys that the Tray App uses during setup or teardown operations.
Generated from the published advisory. Verify against your own configuration.
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.
From vendor dataApply vendor patches from Tenable when available. In the interim, restrict physical and logical access to systems with Nessus Agent installed, limit non-admin users from initiating installation/uninstallation operations, and monitor for suspicious processes related to the Tray App installer.
- Consultation2.0 h
- Implementation3.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,272.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-36640 — 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 sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2025-36640 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
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.
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.
- 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