One can use dmesg command see or control the kernel ring buffer.
The kernel syslog contains debugging information that is often useful during exploitation of other vulnerabilities, such as kernel heap addresses.
There is an option that prevents unprivileged users from reading the syslog.
sudo sysctl -w kernel.dmesg_restrict=1
1 Comment
maryjane says:
great.