Tag: io_uring

  • Slashdot: Security Researchers Create Proof-of-Concept Program that Evades Linux Syscall-Watching Antivirus

    Source URL: https://linux.slashdot.org/story/25/05/04/0455245/security-researchers-create-proof-of-concept-program-that-evades-linux-syscall-watching-antivirus Source: Slashdot Title: Security Researchers Create Proof-of-Concept Program that Evades Linux Syscall-Watching Antivirus Feedly Summary: AI Summary and Description: Yes Summary: The text discusses a recent proof-of-concept that highlights a security vulnerability related to Linux’s io_uring interface. This interface allows applications to perform asynchronous I/O operations, but can create blind spots for…

  • Hacker News: Io_uring and seccomp (2022)

    Source URL: https://blog.0x74696d.com/posts/iouring-and-seccomp/ Source: Hacker News Title: Io_uring and seccomp (2022) Feedly Summary: Comments AI Summary and Description: Yes Summary: The text discusses the Linux `io_uring` interface for asynchronous I/O and its interaction with seccomp filtering, highlighting both performance benefits and potential security implications for applications relying on syscalls. This insight is particularly relevant for…