VYPR
Unrated severityNVD Advisory· Published Oct 7, 1999· Updated Apr 16, 2026

CVE-1999-1346

CVE-1999-1346

Description

PAM configuration file for rlogin in Red Hat Linux 6.1 and earlier includes a less restrictive rule before a more restrictive one, which allows users to access the host via rlogin even if rlogin has been explicitly disabled using the /etc/nologin file.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Red Hat Linux 6.1 and earlier PAM misconfiguration allows rlogin access despite /etc/nologin disabling logins.

Vulnerability

CVE-1999-1346 is a PAM configuration ordering flaw in Red Hat Linux 6.1 and earlier. The /etc/pam.d/rlogin file places a less restrictive auth sufficient rule for pam_rhosts_auth.so before a more restrictive auth required rule for pam_nologin.so. This allows rlogin sessions to succeed without checking the /etc/nologin file, which is intended to block all non-root logins (e.g., during maintenance). The flawed ordering is present in Red Hat Linux 6.0 and 6.1 [1].

Exploitation

An attacker with network access to the host and valid rlogin credentials (or a host in .rhosts) can connect via rlogin even after the administrator has created /etc/nologin to deny all logins. No special privileges or user interaction beyond standard network access are required; the attacker simply invokes the rlogin command [1].

Impact

Successful exploitation circumvents the system-wide login restriction imposed by /etc/nologin, granting the attacker a remote shell session. This is an authorization bypass that compromises system integrity and availability (the administrator’s intended lockdown is defeated) [1].

Mitigation

Red Hat has acknowledged the issue as a configuration error. The fix is to reorder the rules in /etc/pam.d/rlogin so that pam_nologin.so is checked before pam_rhosts_auth.so, or to delete the duplicate pam_rhosts_auth.so entry if it is redundant. No official patched version has been released; administrators must manually correct the PAM configuration file [1].

AI Insight generated on May 24, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

1

News mentions

0

No linked articles in our index yet.