0

I'm looking for a solution for Ubuntu 22.04 CVE-2025-37899 remediation as a new kernel is not available.

   Kernel version: 6.8.0-1044-azure
   VERSION="22.04.5 LTS (Jammy Jellyfish)"

2
  • ubuntu.com/security/CVE-2025-37899 (the kernel you mention I didn't see listed there) Commented Feb 11 at 21:25
  • 1
    @guiverc linux-azure-6.8 :P Commented Feb 11 at 23:50

1 Answer 1

5

Ubuntu security recommends just disabling the module:

echo -e "blacklist ksmbd\ninstall ksmbd /bin/true" | sudo tee /etc/modprobe.d/ksmbd-blacklist.conf
sudo update-initramfs -u

ksmbd had a bad security reputation. Use Samba if you want to run a SMB server.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.