Overview
CVE-2025-24914 is a critical vulnerability that affects Nessus, a popular vulnerability assessment tool. This vulnerability arises when Nessus is installed to a non-default location on a Windows host, where Nessus versions prior to 10.8.4 did not enforce secure permissions for sub-directories. If users have not secured the directories in the non-default installation location, it could pave the way for local privilege escalation. This flaw is significant as it potentially allows system compromise or data leakage, causing substantial harm to the security of the host system.
Vulnerability Summary
CVE ID: CVE-2025-24914
Severity: High (7.8 CVSS)
Attack Vector: Local
Privileges Required: Low
User Interaction: Required
Impact: Local Privilege Escalation, Potential system compromise, and Data leakage
Affected Products
Share secrets securely
Ameeba is private infrastructure for communication and sensitive work built on encrypted identity instead of exposed corporate identity systems.
Passwords, credentials, confidential files, screenshots, internal discussions, sensitive AI context, and private coordination should not become exposed across ordinary communication platforms.
- • Encrypted identity
- • Private Spaces for organizations and teams
- • End-to-end encrypted chat, calls, files, and notes
- • Sensitive AI work and protected collaboration
- • Built for information that cannot leak
Our mission is to secure human work alongside AI.
Product | Affected Versions
Nessus | Before 10.8.4
How the Exploit Works
The flaw is grounded on insecure permissions set for sub-directories when installing Nessus to a non-default location on a Windows host. An attacker with low privileges and local access can escalate their privileges by manipulating files in these insecurely configured directories. An attacker could modify, add or delete files leading to arbitrary code execution with escalated privileges.
Conceptual Example Code
The following pseudocode provides a conceptual example of how the vulnerability might be exploited:
# Assume the attacker has local access and low level privileges
# Navigate to the insecure directory
cd C:\Program Files\Non-default Nessus Directory
# Modify or add files, potentially leading to arbitrary code execution
echo "malicious code" > vulnerable_file.dll
Recommended Mitigation
Users are advised to apply the vendor patch immediately to mitigate this vulnerability. If the patch cannot be applied immediately, as a temporary mitigation, users can use Web Application Firewall (WAF) or Intrusion Detection System (IDS) to detect and prevent exploitation attempts. Additionally, manual enforcement of secure directory permissions in the non-default installation location can also serve as a temporary countermeasure.
