Page 1 of 1

GnuTLS 3.8.13 Released With Security Fixes

Posted: Thu Apr 30, 2026 6:48 am
by NetGuru
GnuTLS 3.8.13 Released With Security Fixes

GnuTLS 3.8.13 has been released as a security, bugfix and enhancement update for the 3.8.x branch.

According to the oss-sec announcement, this release fixes multiple security issues, including 12 CVEs.

GnuTLS is a TLS/SSL library used by many applications for encrypted network communication. Because of that, security updates for GnuTLS are important even if users do not interact with it directly.

Official sources:
Check installed version:

Code: Select all

gnutls-cli --version
dpkg -l | grep gnutls
Update on Debian/Ubuntu:

Code: Select all

sudo apt update
sudo apt full-upgrade
sudo reboot
As usual, Linux distributions may backport security fixes, so the visible version number may not always match the latest upstream release.…login to view the rest of this post