Impact
Finit versions from v3.0-rc1 and later bundle an implementation of getty for the tty configuration directive that can bypass /bin/login, i.e., a user can log in as any user without authentication.
Example /etc/finit.d/available/getty.conf:
tty [12345789] @console 0 xterm noclear
Patches
Patch planned for the next release, v4.11, scheduled for March 31, 2025.
Workarounds
Use external getty, e.g., agetty from the distribution. Example:
tty [12345] /sbin/agetty /dev/ttyAMA0 xterm noclear
References
N/A
Impact
Finit versions from v3.0-rc1 and later bundle an implementation of getty for the
ttyconfiguration directive that can bypass/bin/login, i.e., a user can log in as any user without authentication.Example
/etc/finit.d/available/getty.conf:Patches
Patch planned for the next release, v4.11, scheduled for March 31, 2025.
Workarounds
Use external getty, e.g.,
agettyfrom the distribution. Example:References
N/A