pam_usb: NULL Dereference Crash in pusb_is_loginctl_local when loginctl Returns Empty Remote Field
Description
pam_usb provides hardware authentication for Linux using ordinary removable media. In versions 0.9.1 and below, pusb_is_loginctl_local() can cause a NULL dereference crash when parsing loginctl output. The function calls popen() and reads the result; if the Remote field is only a newline, fgets() succeeds but strtok_r(buf, "\n", &saveptr) returns NULL. A subsequent strcmp(is_remote, "no") then dereferences NULL, causing undefined behavior (typically SIGSEGV) and crashing the PAM module. This can crash the authenticating process (e.g., sudo, login) and, depending on PAM stack configuration, deny access for all users of the affected service. This issue has been fixed in version 0.9.2.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected products
1Patches
Vulnerability mechanics
References
2- github.com/mcdope/pam_usb/releases/tag/0.9.2mitrex_refsource_MISC
- github.com/mcdope/pam_usb/security/advisories/GHSA-7j6h-wfc2-mg5qmitrex_refsource_CONFIRM
News mentions
1- pam_usb: Five Coordinated Vulns Disclosed — TOCTOU, DoS, and Memory-Scrubbing FlawVypr Intelligence · Jun 18, 2026