The Debian project officially released Debian 13.1. This update is the first point release for Debian 13, known as "trixie", which initially launched on August 9th, 2025. If you are already running Debian 13, this is an update you absolutely need to know about!
Debian 13.1 release mainly adds corrections for security issues and makes adjustments for serious problems that appeared since the original "trixie" launch.
Please remember that Debian 13.1 is not a completely new version of Debian 13. Instead, it updates many of the packages already in "trixie". For instance, if you often install updates from security.debian.org, you have likely already received many of these important fixes.
Table of Contents
Key Security Boosts in Debian 13.1
The Debian Security Team has been hard at work. They released specific advisories for each security update, and many of these are now part of Debian 13.1.
For example, this update addresses significant vulnerabilities in several core packages:
git: It fixes issues like arbitrary file writes and potential code execution problems [CVE-2025-27613, CVE-2025-46835, CVE-2025-27614, CVE-2025-48384, CVE-2025-48385].imagemagick: This update resolves several security flaws, including heap buffer overflows, infinite loops, memory leaks, and use-after-free bugs [CVE-2025-53014, CVE-2025-53015, CVE-2025-53019, CVE-2025-53101, CVE-2025-43965, CVE-2025-46393].mozjs128: It fixes an uninitialised memory issue and general memory safety problems [CVE-2025-9181, CVE-2025-9185].nginx: A potential information leak inngx_mail_smtp_moduleis now fixed [CVE-2025-53859].postgresql-17: This release tightens security checks and prevents certain attack methods in database functions [CVE-2025-8713, CVE-2025-8714, CVE-2025-8715].wolfssl: It addresses an issue with weak and predictable random numbers [CVE-2025-7394].
Furthermore, other crucial packages also received security updates, including linux-signed-amd64, linux-signed-arm64, linux, chromium, aide, webkit2gtk, libxslt, firefox-esr, qemu, thunderbird, node-cipher-base, udisks2, libxml2, and firebird4.0.
Important Bug Fixes and Enhancements
Beyond security, Debian 13.1 also brings various general bug fixes and adjustments. These improvements make your "trixie" experience even better:
debian-installer: The installer now includes an increased Linux kernel ABI to 6.12.43+deb13 and a workaround for a GRUB graphics initialisation bug. This means a smoother installation process for new users.glib2.0andsystemd: Both received new upstream bugfix releases.gnome-control-center: This update fixes a user interface problem and improves error display.libreoffice: It adds EUR support for Bulgaria, fixes Impress sound effects installation, and resolves video playback issues in Impress under Qt6.
For Current and New Users
If you already run Debian 13 "trixie", simply perform your regular system updates.
sudo apt update sudo apt full-upgrade -y
Your package management system will update to these newer versions from a Debian mirror. Since you probably update security packages regularly, many of these fixes might already be on your system.
After updating your system, you check the current Debian version suing commands:
$ cat /etc/debian_version 13.1
$ cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 13 (trixie)" NAME="Debian GNU/Linux" VERSION_ID="13" VERSION="13 (trixie)" VERSION_CODENAME=trixie DEBIAN_VERSION_FULL=13.1 ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/"
For new installations, Debian will soon provide new installation images that include all these fixes from the 13.1 point release. This means new users can start with a more secure and stable system right away.
It's Time to Upgrade to Debian 13.1 from Debian 12
As stated already, the primary purpose of this first update is to add corrections for security issues and make adjustments for serious problems that were identified in the stable distribution
Debian users, especially those running servers or production systems, tend to wait for the first point release before upgrading. That’s because:
- Stability assurance: The
.1release includes all the initial bug fixes and security patches found since the original Debian 13 (Trixie) release. It’s safer and more polished. - Kernel and package updates: Many minor regressions are resolved, making hardware compatibility and overall stability better.
- Community habit: In the Debian world, it's common advice: "Never upgrade to a new major version until the first point release."
- Better upgrade path: The official release notes and upgrade tools get tested by early adopters, so by the time
.1lands, you can expect fewer surprises.
This is probably the release where many Debian 12 (Bookworm) users will start migrating to Debian 13 (Trixie). If you want to upgrade your Debian 12 bookworm to Debian 13 trixie, read the following link:
Stay Secure, Stay Updated!
Debian 13.1 is a new update that enhances the security and stability of your "trixie" system. By keeping your system updated, you can benefit from the latest protections and bug fixes. Therefore, always make sure to run your updates regularly!
Related Read:
