|
|
Subscribe / Log in / New account

Handling brute force attacks in the kernel

Handling brute force attacks in the kernel

[Kernel] Posted Mar 17, 2021 22:30 UTC (Wed) by jake

A number of different attacks against Linux systems rely on brute-force techniques using the fork() system call, so a new Linux security module (LSM), called "Brute", has been created to detect and thwart such attacks. Repeated fork() calls can be used for various types of attacks, such as exploiting the Stack Clash vulnerability or Heartbleed-style flaws. Version 6 of the Brute patch set was recently posted and looks like it might be heading toward the mainline.

Full Story (comments: 12)


Copyright © 2021, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds