CVE-2025-32462: Sudo before 1.9.17p1, when used with a sudoers file that specifies a host that is neither the current host...
Sudo before 1.9.17p1, when used with a sudoers file that specifies a host that is neither the current host nor ALL, allows listed users to execute commands on unintended machines.
Security readout for executives and security teams
Plain-English summary
This is a narrow sudo authorization flaw. In certain host-specific sudoers configurations, a user who is already listed in policy may be allowed to run commands on machines that policy did not intend. It is low severity because it requires local access, privileges in sudoers, and a specific configuration pattern.
Executive priority
Handle through normal patch management, with earlier attention for centrally managed sudoers environments. This is not an emergency based on the supplied evidence, but it can undermine administrative access boundaries on affected hosts.
Technical view
Sudo before 1.9.17p1 can mishandle sudoers host specifications when the policy names a host other than the current host or ALL. The result is an authorization bypass where listed users may execute commands on unintended machines. The CVE is CWE-863 with CVSS 3.1 score 2.8.
Likely exposure
Exposure is most likely on Unix/Linux systems running sudo before 1.9.17p1 with host-specific sudoers entries. Systems using only current-host or ALL host rules are less likely to match the described condition.
Exploitation context
The bundle does not show CISA KEV listing or active exploitation. Abuse requires local access, a sudoers-listed user, and the vulnerable host-matching configuration. Public advisories are available, but the evidence provided does not establish in-the-wild exploitation.
Researcher notes
The key condition is policy shape, not merely sudo presence. Validate host aliases and distributed sudoers templates carefully. Avoid conflating this low-severity host authorization issue with other sudo vulnerabilities disclosed around the same time.
Mitigation direction
Upgrade sudo to 1.9.17p1 or the vendor-patched package.
Review sudoers host fields for unintended non-current-host entries.
Prioritize systems with shared sudoers policy across many hosts.
Check OS vendor advisories for package availability and backport status.
Validation and detection
Inventory sudo versions across Linux and Unix systems.
Inspect sudoers and included files for host-specific rules.
Confirm whether affected entries name hosts other than current host or ALL.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-863: Authorization and privilege behavior lookup
Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-863 · source CWE mapping
Incorrect Authorization
Incorrect Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.