GnuTLS 3.8.13 Released With Security Fixes

A computer security forum focused on cybersecurity, system hardening, network protection, vulnerability analysis, privacy, and best practices for securing servers, applications, and infrastructure.
Post Reply
NetGuru
Posts: 38
Joined: Thu Apr 23, 2026 5:29 pm

GnuTLS 3.8.13 Released With Security Fixes

Post 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
Post Reply