Linux admins -

Core dumps are incredibly useful snapshots of what happened when a program goes bad and crashes. This includes data like the contents of the process's memory and sequence of function calls that lead up to the crash. However, it can also include private information the process was accessing when it failed, such as password hashes, encryption keys and authentication details.Unfortunately it was recently learned that many of the system tools responsible for managing these core dumps have vulnerabilities that allow attackers to easily access the secret info that may be stored in those coredumps.

Patching these vulnerable systems is the first line of defense, but there are also other tips and best practices you should know to limit your exposure to these issues when they occur the next time as well.

You'll also learn about a remote zero-day vulnerability recently found in the Linux ksmbd kernel module using the OpenAIs o3 model

If you found value in today’s newsletter, please share it with your friends! Do you have a Linux security-related topic you'd like to cover for our audience? We welcome contributions from passionate and insightful community members who share our love for Linux and security.

Yours in Open Source, 

Dv Signature Newsletter 2024 Esm W150

Dave Wreski

LinuxSecurity Founder

Apport / systemd-coredump

The Discovery 

Two critical flaws - CVE-2025-5054 and CVE-2025-4598 - have been discovered in Apport and systemd-coredump. 

Linuxsec Esm W400

The Impact

These vulnerabilities allow attackers to easily access secret info stored in coredumps.

 The Fix

Patches have been released to mitigate the risks posed by these bugs. Those impacted by these flaws should update immediately to protect their sensitive information and prevent exploits.

Your Related Advisories:

[distro_list_1]

Linux Kernel 

The Discovery 

A remote zero-day vulnerability was recently found in the Linux ksmbd kernel module using the OpenAIs o3 model

LinuxKernel Esm W206

The Impact

This flaw could be exploited to execute arbitrary code with kernel-level privileges.

 The Fix

 Patches have been released to fix this flaw. All impacted admins should update as soon as possible to protect the security and integrity of their Linux systems.

Your Related Advisories:

[distro_list_2]