lkrg-org / lkrg

Linux Kernel Runtime Guard
https://lkrg.org
Other
404 stars 72 forks source link

Consider upgrading "Frame pointer is not on the stack" to ALERT #214

Open solardiz opened 1 year ago

solardiz commented 1 year ago

While fixing #210, we set this message to FAULT. Let's keep it that way for a while, and if we receive no reports of this occurring in normal usage (outside of attacks), let's consider upgrading the message severity to ALERT and triggering the configured pCFI enforcement on this condition. Conversely, if the message does appear in normal usage, we'll probably want to downgrade it to ISSUE or lower.