CISA Issues Alert on Active Exploitation of Linux and Unix Sudo Flaw
The Cybersecurity and Infrastructure Security Agency (CISA) has issued an alert regarding a critical vulnerability in the sudo utility, which is widely used on Linux and Unix systems. The vulnerability, identified as CVE-2025-32463, allows attackers to…
The Cybersecurity and Infrastructure Security Agency (CISA) has issued an alert regarding a critical vulnerability in the sudo utility, which is widely used on Linux and Unix systems. The vulnerability, identified as CVE-2025-32463, allows attackers to gain full administrative control over affected systems.
Sudo is a fundamental tool on Unix-like systems, enabling authorized users to execute commands with elevated privileges. The vulnerability impacts the handling of the –R (or –chroot ) option, which is intended to execute commands within a chroot jail, an isolated environment. This flaw permits an attacker with limited sudo access to execute any command as the root user, bypassing the system’s sudoers list.
CVE-2025-32463 is a vulnerability related to the inclusion of functionality from an untrusted control sphere. Exploitation of this flaw could lead to full system compromise, data theft, service disruptions, or installation of additional malware.
Identify Vulnerable Systems: Use configuration management tools or perform manual inspections to locate versions of sudo with the chroot option enabled. Apply Vendor Patches: Refer to official Linux distribution and operating system vendor advisories to install updates or patches promptly. Follow BOD 22-01 Guidance for Cloud Services: Implement risk management and monitoring steps as outlined in Binding Operational Directive 22-01 for sudo usage in cloud environments. Consider Temporary Workarounds: If patches are unavailable, disable the –R / –chroot option or restrict sudo access until a complete fix is implemented. Monitor Logs and Systems: Audit for unusual sudo usage patterns and unauthorized root commands.
The vulnerability, identified as CVE-2025-32463, allows attackers to gain full administrative control over affected systems.
CISA emphasizes the importance of testing updates in non-production environments before wide deployment to prevent disruptions to critical services. Additionally, system owners should review sudoers configurations to eliminate unnecessary sudo privileges.
This vulnerability was added to CISA’s Known Exploited Vulnerabilities Catalog on Fri, Sep 29, 2025. Organizations are required to apply mitigations or document an approved risk acceptance plan by Mon, Oct 20, 2025, to avoid potential attacks.
Organizations are advised to bookmark vendor security pages and subscribe to mailing lists for the latest patch notices. Effective patch management remains crucial in defending against rapidly exploited software vulnerabilities.
For further details, visit the CISA Known Exploited Vulnerabilities Catalog .
Based on reporting by GBHackers.
