Wingetlywingetly
← All apps

Tenable Nessus

by Tenable, Inc.v10.12.4.20038

Last updated

Vulnerability scanner developed by Tenable

Install with winget

$ winget install --id Tenable.Nessus --exact --version 10.12.4.20038

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for Tenable Nessus

Tenable Nessus uses MSI. The silent install switches are /quiet /norestart.

One-line silent install (x64, machine scope)
msiexec.exe /i Nessus-10.12.4-x64.msi /quiet /norestart

See the full silent install reference for Tenable Nessus

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

Installers · v10.12.4.20038

ArchitectureTypeScopeInstallDownload
x64MSImachineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

25 known CVEs via NVD

  • low3.3Patched in wingetCVE-2026-57588affects before 10.12.1Jun 25, 2026

    A SQL injection vulnerability in Nessus allows an attacker to craft a malicious scan result file that, when imported by a privileged user, injects malicious SQL into the scan results database, potentially enabling exfiltration of scan-result data.

  • medium5.3Patched in wingetCVE-2026-57587affects before 10.12.1Jun 25, 2026

    A SQL injection vulnerability in Nessus allows a remote, unauthenticated attacker who controls reverse DNS records for a scanned host to inject malicious SQL into the scan results database, potentially enabling exfiltration of scan-result data.

  • high8.4Patched in wingetCVE-2025-36630affects before 10.8.5Jul 1, 2025

    In Tenable Nessus versions prior to 10.8.5 on a Windows host, it was found that a non-administrative user could overwrite arbitrary local system files with log content at SYSTEM privilege.

  • medium6.5Patched in wingetCVE-2024-0971affects before 10.7.0Feb 6, 2024

    A SQL injection vulnerability exists where an authenticated, low-privileged remote attacker could potentially alter scan DB content.

  • medium4.8Patched in wingetCVE-2024-0955affects before 10.7.0Feb 6, 2024

    A stored XSS vulnerability exists where an authenticated, remote attacker with administrator privileges on the Nessus application could alter Nessus proxy settings, which could lead to the execution of remote arbitrary scripts.

  • medium6.8Patched in wingetCVE-2023-6178affects before 10.4.4Nov 20, 2023

    An arbitrary file write vulnerability exists where an authenticated attacker with privileges on the managing application could alter Nessus Rules variables to overwrite arbitrary files on the remote host, which could lead to a denial of service condition.

  • medium6.8Patched in wingetCVE-2023-6062affects before 10.5.7, 10.6.3Nov 20, 2023

    An arbitrary file write vulnerability exists where an authenticated, remote attacker with administrator privileges on the Nessus application could alter Nessus Rules variables to overwrite arbitrary files on the remote host, which could lead to a denial of service condition.

  • medium6.7Patched in wingetCVE-2023-5847affects before 10.6.2Nov 1, 2023

    Under certain conditions, a low privileged attacker could load a specially crafted file during installation or upgrade to escalate privileges on Windows and Linux hosts.

Showing 8 of 25. Source: NVD, updated 2h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

See a CVE that affects your fleet? Push the patched version to Intune in one click with Pckgr - automated patching is the only way to keep up.

Related apps

  • Nessus AgentTenable, Inc.
    Tenable.NessusAgentv11.2.2.20009

    Nessus Agents give you visibility into additional IT assets - even endpoints, and other remote assets that intermittently connect to the internet.

  • System InformerWinsider Seminars & Solutions, Inc.
    WinsiderSS.SystemInformerv4.0.26241.138

    System Informer is a free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware.

  • Mullvad VPNMullvad VPN
    MullvadVPN.MullvadVPNv2026.4

    Mullvad is an open-source commercial virtual private network service based in Sweden.

  • Gpg4winThe Gpg4win Project
    GnuPG.Gpg4winv5.1.0

    A secure solution for file and email encryption.

  • iDefenderiMonitorSDK
    TRUSTSING.iDefender.ENv6.1.1.0

    The Infinite Potential Host Intrusion Prevention System (HIPS)

  • Proton VPNProton AG
    Proton.ProtonVPNv5.1.8

    High-speed Swiss VPN that safeguards your privacy.

More from Tenable, Inc. or browse security, vulnerability.

Frequently asked questions

How do I install Tenable Nessus on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Tenable.Nessus --exact --version 10.12.4.20038. winget downloads the installer from Tenable, Inc. and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Tenable Nessus silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Tenable.Nessus --exact 10.12.4.20038 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for Tenable Nessus?
Tenable Nessus uses MSI. Run the downloaded installer with: msiexec.exe /i Nessus-10.12.4-x64.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall Tenable Nessus via winget?
Run: winget uninstall --id Tenable.Nessus --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Tenable Nessus's Apps & Features entry.
Is Tenable Nessus free?
Tenable Nessus is distributed under Proprietary. Refer to the publisher (https://www.tenable.com/downloads/nessus) for the full license terms - Wingetly itself does not charge for installation.
Does Tenable Nessus work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Tenable Nessus directly from the publisher.
How do I keep Tenable Nessus up to date?
Run winget upgrade --id Tenable.Nessus --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Tenable Nessus from microsoft/winget-pkgs.