Author Topic: New CVEs in Linux Kernel: CVE-2026-53359, CVE-2026-46242, CVE-2026-43499  (Read 123 times)

0 Members and 1 Guest are viewing this topic.


Offline
*****
Let the summer of AI fuzzing continue!

Offline
*
In my case, when I update the server, it prevents startup with the CWP secure kernel.

Offline
****
What version of OS do you use ? Alamlinux 8/9, something else ?

Run:
Code: [Select]
uname -rwhen the server is booted with secure kernel and show output.

Offline
*
Distro Name: AlmaLinux release 8.10 (Cerulean Leopard)
Kernel Version: 4.18.0-553.92.1.el8_10.x86_64
Platform: x86_64

Offline
****
CWP Secure Kernel is a regular linux kernel with a security addon. The security addon is Tomoyo:
https://tomoyo.sourceforge.net/
The linux kernel doesn't include the security addon Tomoyo by default. The kernel must be recompiled with the Tomoyo enabled. That is why the security enhancements don't  start when you boot the server using the update kernel.

However, I think CWP Secure Kernel should protect your from such vulnerabilities. It should not allow to run suspicious executable files/binaries, etc. Anyway, it is better to get confirmation from CWP Secure Kernel developers or check the Tomoyo rules if you understand Tomoyo )