Security 10997 Published by

Eight major Linux distributions shipped security errata today, addressing over three hundred CVEs across the standard infrastructure stack. The coordinated update targets recurring HTTP/2 memory exhaustion flaws, Go standard library bypasses, and critical bugs in OpenSSH, Chromium, and PHP. Administrators running internet-facing services should prioritize patching immediately, especially on systems relying on OpenShift, FreeIPA, or unpatched Node.js runtimes. Once the package manager finishes updating, expect to manually restart dependent services like SSSD, SPICE vdagent, and the OpenSSH daemon.





A Heavy Security Batch Hits AlmaLinux, Debian, Fedora, Oracle, RHEL, Rocky, SUSE, and Ubuntu

HTTP/2 flaws, OpenSSH quirks, and a flood of Go stdlib CVEs are pushing a synchronized patch day across the Linux ecosystem.

If your package manager has been pinging you all morning, don't brush it off. Eight major Linux distributions dropped synchronized security errata today, covering everything from the Linux kernel to PHP, Node.js, and OpenSSH. We're looking at well over three hundred CVEs across these releases, and a few of them are actively exploitable in production environments.

The recurring theme across most of these bulletins is HTTP/2 memory exhaustion, unencrypted transport bypasses, and a fresh wave of Go standard library patches. If you're running infrastructure that talks to the internet, treating today as a hard patch deadline is the only sane move.

Linux Security

The Browser and Runtime Fixes

Debian's Chromium bump is the obvious headline. The package jumps to 152.0.7977.75-1~deb13u1, quietly absorbing more than two hundred CVEs in a single flood. Browser engines usually stagger their fixes, but this one arrived all at once. Arbitrary code execution, denial of service, and information disclosure are all on the table if you skip the install.

Over on the Ubuntu side, OpenSSH got hit with three separate bugs. One is a ssh-agent quirk that lets forwarded connections slip past local-only restrictions. Another is a use-after-free condition in concurrent remote forwarding. You should prioritize updating SSH servers on 22.04 LTS and newer. FFmpeg rounded out Ubuntu's notice with fourteen CVEs spanning demuxers and protocol handlers, mostly triggered by crafted media files. Restart SSSD, SPICE vdagent, and OpenSSH after the upgrade takes effect.

The Go ecosystem got a quiet but heavy shakeup. AlmaLinux, Rocky, SUSE, and Oracle all shipped patches for the Go standard library, targeting CVEs that cover HTTP/2 unencrypted DoS, TLS indefinite KeyUpdate loops, and net/url quadratic complexity. Head here to review the full upstream Go advisory if your stack runs custom binaries. These are exactly the kind of routine maintenance updates that keep the lights on.

PHP also got a major bump. AlmaLinux and Oracle both pushed PHP 8.2 and 8.3 rebases to close a PostgreSQL backslash-escaping SQL injection and a phar archive denial of service. Node.js 24 landed across Rocky and Oracle with runtime rebases and npm brace-expansion fixes. Keep in mind that any service speaking HTTP/2 to untrusted networks is likely sitting on one of these patched endpoints.

Kernels, Infrastructure, and the Long Tail

Kernel updates are hitting AlmaLinux, Fedora, Oracle, and RHEL simultaneously. The standard and real-time kernel packages in AlmaLinux each carry fourteen CVEs, targeting use-after-free bugs, out-of-bounds writes, and a lingering AMD Secure Nested Paging flaw. Fedora's 7.1.13 stable bump brings ACPI resource overlap corrections and a page_pool alignment fix that has been throwing kernel panics during active calls. Oracle's Unbreakable Enterprise Kernel tackles Safe-RET vulnerabilities that interfere with interrupt handling. Microcode updates across Oracle and SUSE drop processor-level fixes for over a dozen CPU families.

Infrastructure tools are scattered across the boards. RHEL quietly refreshed OpenShift Container Platform 4.12.97 alongside maintenance streams for Camel and Quarkus, while Satellite management absorbed four async updates across different major versions. Fedora patched FreeIPA for seven CVEs covering authenticated denial-of-service vectors and privilege escalation via krbCanonicalName manipulation. Cockpit, pip, and kbd each took surgical hits for memory leaks and local privilege escalation through openvt and PID file handling. Valkey 9.0.6 rolled out with RDMA connection crash fixes and a lingering ACL bypass in GEORADIUS. SUSE's announcement focused on apr-util landing a critical rating for six flaws, including a heap buffer overflow and a SQL injection path in the Oracle database driver. nodejs20 picked up 35 CVEs there, mostly around TLS hostname verification skips and HTTP request smuggling.

A Detailed Breakdown

AlmaLinux

AlmaLinux shipped eight important security updates for AlmaLinux 8 and 10. The batch spans the Linux kernel, PHP, FreeRDP, Perl DBI, Node.js, and two Go-based utilities. If you run any of these on production hosts, patching them this week makes more sense than hoping the vulnerabilities stay theoretical. The standard and real-time kernel packages carry the heaviest load with fourteen CVEs each, targeting use-after-free bugs, out-of-bounds writes, and a lingering AMD Secure Nested Paging flaw. The two Go packages mostly mirror upstream standard library patches, which keeps your infrastructure secure without forcing a rewrite of your application code. PHP gets rebase to 8.3.33 to close a PostgreSQL backslash-escaping SQL injection and a phar archive denial of service. Node.js, FreeRDP, and Perl DBI round out the list with heap overflows and remote code execution paths that upstream developers already flagged. You will want to review the errata links if any of these services sit in front of untrusted networks.

PackageALSA IDAlmaLinux VersionRelease DateSecurity Fixes
nodejsALSA-2026:6258382026-09-03CVE-2026-58043 (unauthorized filesystem access), CVE-2026-56846 (HTTP/2 memory exhaustion), CVE-2026-56848 (HTTP/2 heap UAF DoS)
kernelALSA-2026:6301482026-09-0314 CVEs including CVE-2026-45970, CVE-2026-53185, CVE-2026-63800, CVE-2026-53397, CVE-2026-53399, CVE-2026-53392, CVE-2026-53391, CVE-2026-64018, CVE-2026-64268, CVE-2026-64298, CVE-2026-68480, CVE-2026-74581, CVE-2025-71132, CVE-2024-57849. Also includes 2 bug fixes (qede off-by-one panic, powerpc kbuf underflow).
kernel-rtALSA-2026:6301382026-09-03Identical 14 CVEs and 2 bug fixes as the standard kernel package, tailored for real-time scheduling requirements.
freerdpALSA-2026:6257182026-09-02CVE-2026-67301 (memory disclosure/DoS via RDP orders), CVE-2026-67288 (DoS via smartcard cache), CVE-2026-67291 (DoS via heap OOB read), CVE-2026-55194 (heap overflow RCE via RPC)
perl-DBIALSA-2026:6266782026-09-03CVE-2026-10879 (heap overflow in SQL preparsing), CVE-2026-9698 (buffer overflow in error handling), CVE-2026-14380 (RCE via caller-influenced profile attribute), CVE-2026-14739 (heap overflow with excessive placeholders)
golang-github-openprinting-ipp-usbALSA-2026:62631102026-09-036 Go stdlib CVEs: CVE-2026-42504 (MIME header DoS), CVE-2026-33818 (asn1 recursion DoS), CVE-2026-56860 (net/url quadratic complexity DoS), CVE-2026-56853 (unencrypted HTTP/2 DoS), CVE-2026-56862 (crypto/tls indefinite KeyUpdate DoS), CVE-2026-56859 (encoding/xml recursion DoS)
go-fdo-serverALSA-2026:62578102026-09-035 Go stdlib CVEs: CVE-2026-33810 (x509 DNS constraint bypass), CVE-2026-33818 (asn1 recursion DoS), CVE-2026-56860 (net/url quadratic complexity DoS), CVE-2026-56853 (unencrypted HTTP/2 DoS), CVE-2026-56862 (crypto/tls indefinite KeyUpdate DoS)
phpALSA-2026:62614102026-09-02CVE-2026-17543 (SQLi via improper backslash escaping in pgsql), CVE-2026-7260 (DoS via circular symlinks in phar archives). Rebased to PHP 8.3.33.

Debian GNU/Linux

Debian issued today a heavy Chromium patch for Debian 13. The update moves the package to version 152.0.7977.75-1~deb13u1 and quietly bundles more than two hundred CVEs covering arbitrary code execution, denial of service, and information disclosure. Browser engines typically ship their fixes in staggered waves, and this one arrives in a single flood. 

AdvisoryPackageAffected OSFixed VersionRelease DateCVEsImpactRecommendation
DSA-6482-1chromiumDebian 13 (trixie)152.0.7977.75-1~deb13u1September 3, 2026200+ (CVE-2026-78891 through CVE-2026-84359)Arbitrary code execution, DoS, information disclosureapt upgrade

Fedora Linux

Fedora is pushing a heavy security and stability batch for both Fedora 43 and 44, and you should treat this as a patch day rather than a rolling upgrade window. The Linux kernel lands another 7.1.13 stable bump across both releases, with upstream CVEs expected to follow shortly. The real wins here are the ACPI resource overlap corrections, the Intel Computer Vision Sensing Controller driver, the Bluetooth RTL8761B quirk narrowing, and a page_pool alignment fix that has been throwing kernel panics at users mid-call. FreeIPA gets the heaviest targeted hit, patching seven CVEs that cover authenticated denial-of-service vectors, privilege escalation via krbCanonicalName manipulation, and a trust-fetch logic flaw that lets unauthorized LDAP writes slip through. Cockpit, pip, kbd, and MRTG each get surgical patches for memory leaks, arbitrary file overwrites, and local privilege escalation through openvt and PID file handling. Valkey (9.0.6) rolls out with a focus on RDMA connection crashes, a lingering ACL bypass in GEORADIUS, and a TLS certificate validation fix that should quiet a few noisy exploit attempts. Expat simply rebases to 2.8.3. The changelogs are dense, the vulnerabilities are real, and deferring this installation just hands attackers a working roadmap.

PackageVersionAffected ReleaseUpdate TypeKey Changes / CVEs
kernel7.1.13-100.fc4343Stability / SecurityACPI resource overlap fixes, Intel CVS driver enablement, Bluetooth RTL8761B quirk restriction, page_pool alignment, random module ref leak fix
kernel7.1.13-200.fc4444Stability / SecurityIdentical stable bump to the Fedora 43 kernel package
cockpit367-1.fc4343SecurityCVE-2026-76235: unauthenticated remote memory leak via the CockpitLang cookie
python-pip25.1.1-19.fc4343SecurityCVE-2026-13346 (arbitrary file installation via malicious indexes), CVE-2026-8643 (path traversal via wheel entry points)
expat2.8.3-1.fc4343StabilityUpstream rebase to XML parser 2.8.3
kbd2.8.0-4.fc4343SecurityCVE-2026-72693: local privilege escalation in openvt caused by lax process owner verification
mrtg2.17.10-13.fc4343SecurityCVE-2026-72694: symlink-following privilege escalation in PID file handling
mrtg2.17.10-14.fc4444SecurityCVE-2026-72694: identical symlink-following privilege escalation fix for Fedora 44
freeipa4.13.3-1.1.fc4343SecuritySeven CVEs patched: CVE-2026-11861, 13097, 19550, 73196, 73197, 73198, 73199 (auth DoS, privilege escalation, trust-fetch ACI flaws, NULL pointer dereferences)
valkey9.0.6-1.fc4444Security / StabilityRDMA use-after-free, GEORADIUS ACL bypass, TLS certificate CN validation, extensive crash/hang stabilization across IO threads and cluster messaging

Oracle Linux

Oracle Linux just published another errata pulse across versions 7 through 10, and the advisory reads less like a security bulletin and more like a comprehensive inventory of everything that could compromise your system if you skip the update. The notice patches well over two hundred CVEs across the standard stack and the Unbreakable Enterprise Kernel. If you run GIMP, Node.js, PHP, Nginx, wget, or Grafana on your servers or desktops, you should pull these packages immediately. The Node.js module jumps to 24.19.0, PHP 8.2 lands on 8.2.33, and Golang picks up version 1.26.7. A handful of Go-dependent components, including Grafana and the FDO server client, got rebuilt purely to swallow the updated Go runtime and its bundled CVE fixes. The kernel updates tackle Safe-RET vulnerabilities that interfere with interrupt handling, plus standard memory management and networking hardening. Microcode drops processor-level fixes for a dozen CPU families. It is exactly the kind of routine but necessary maintenance that keeps production environments from quietly rotting.

PackageOracle Linux Version(s)SeverityNotable Fixes / CVEsNotes
GIMPOL9Important9 CVEs (CVE-2026-18301 through 18308, 59090)Image processing bounds and overflow corrections
wgetOL9, OL10, OL8ModerateCVE-2026-58471, 58472, 58469Buffer/integer overflows, signal handler unsafe code
iperf3OL9, OL10, OL8Important/ModerateCVE-2026-71217JSON parameter bounds validation
Node.js :24OL9, OL10, OL8ImportantCVE-2026-56846, 56848, 58043, 69192, 54272, 11824, 11822, 59873, 59874, 13149Runtime update, npm/brace-expansion and sqlite rebases
xmlrpc-cOL9ImportantCVE-2026-15928HTML injection in Abyss error responses
Node.js :22OL9, OL8ImportantCVE-2026-56846, 56848, 58043, 69152Runtime update, nodemon rebound to 3.1.14
FreeRDPOL9, OL8ImportantCVE-2026-55194, 67288, 67291, 67301Backported CVE fixes across desktop protocol stack
PipeWireOL9ModerateCVE-2026-14324, 14330RTSP Content-Length limits, stack exhaustion via unbounded alloca
GolangOL9ImportantCVE-2026-33818, 56853, 56858, 56859, 56860, 56862Upstream rebase to 1.26.7, fipsnoenforceems GODEBUG var
XwaylandOL9ImportantCVE-2026-55999, 56000Display server vulnerability fixes
Nginx :1.24OL9ImportantCVE-2026-56434, 60005, 42055, 9256, 42945, 32647, 27651, 27654, 27784, 1642, 7347Heap over-read, memory disclosure, HTTP/2 bomb, MP4 handling
dbus-brokerOL9ModerateCVE-2026-16730Session bus denial of service via EMFILE during peer setup
Go FDO Server/ClientOL10ImportantCVE-2026-33810, 33818, 56853, 56860, 56862Rebuilt against updated golang
Kernel 6.12 (OL10)OL10Important34 CVEs (CVE-2026-21834 through 72130)Safe-RET interrupt handling, crypto validation, memory management, networking hardening
GrafanaOL10, OL9, OL8Important/ModerateCVE-2026-33818, 39820, 42499, 56853, 56858, 56859, 56860, 56862, 42127, 33377, 1442Rebuilt against golang, email verification when updating user email
libxml2OL9, OL8ModerateCVE-2026-6653, 11979XML parsing vulnerability corrections
GEGL / gegl04OL9, OL8Important/ModerateCVE-2026-18300Bounds check in rgbe_read_scanlines prevents local code execution
PHP :8.2OL9ImportantCVE-2026-7260, 17543SQL injection via E'...' backslash breakout, recursive symlink crash
PHP :7.4OL8ImportantCVE-2026-7260, 17543Same SQL injection and symlink crash fixes
gzipOL10ModerateCVE-2026-41991, 41992Temporary file creation issue, LZH decompression buffer overflow
tarOL10, OL9ModerateCVE-2026-5704, 18477, 18508Cyclic rename escape, hardlink escape from --one-top-level
PAMOL9ModerateCVE-2026-54411Use-after-free in pam_sm_open_session, password timing leak
OpenSSL FIPS ProviderOL9ModerateCVE-2026-31790FIPS module bundling, updated build scripts
Image-builderOL9ImportantCVE-2025-61726, 68121, 2026-25679, 27137, 32282, 32283, 33186, 34986Adopted upstream 72.0.0 spec and tarball
microcode_ctlOL9, OL8Important14 CPU CVEs (CVE-2026-20705 through 20917, 31356)Processor-level firmware updates
libsshOL8Moderate7 CVEs (CVE-2026-59843 through 59850)Backported fixes from 0.11.5
bootcOL10ELBA (Bug fix)None listedUpstream rebase to 1.16.4
Kernel-UEK (OL8/OL7)OL8, OL7Important34+ CVEs (CVE-2026-31598 through 64600)x86 alternatives, KVM shadow paging, network stack hardening, arm64 TLBI errata

Red Hat Enterprise Linux

The Red Hat security team shipped another batch of errata, and the CVSS ratings follow a pretty predictable script. Nearly everything landed with an Important impact, leaving OpenShift Container Platform 4.12.97 as the only Low-rated release in the bunch. You will find patches covering Grafana, Python 3.12, several kernel flavors, and the container toolchain. If your shop runs OpenShift, two maintenance streams are getting refreshed simultaneously. The Camel and Quarkus developer toolkit picked up stability improvements alongside the security fixes, while the Satellite management stack quietly absorbed four async updates across different major versions. You will likely want to map your maintenance windows to this release before the dependency chains start complaining.

Errata IDPackageTarget PlatformSecurity RatingUpdate Notes
RHSA-2026:63022GrafanaRHEL 10ImportantSecurity update
RHSA-2026:63024Python 3.12RHEL 10.0 EUSImportantSecurity update
RHSA-2026:63014KernelRHEL 8ImportantSecurity, bug fix, enhancement
RHSA-2026:63136Grafana-PCPRHEL 9ImportantSecurity update
RHSA-2026:59831OpenShift Container Platform 4.12.97OCP 4.12LowBug fix and security update
RHSA-2026:59830OpenShift Container Platform 4.12.97 (packages)OCP 4.12LowPackages and security update
RHSA-2026:63130rhcRHEL 9ImportantSecurity update
RHSA-2026:63134osbuild-composerRHEL 10.0 EUSImportantSecurity update
RHSA-2026:60018OpenShift Container Platform 4.17.57 (packages)OCP 4.17ImportantPackages and security update
RHSA-2026:60019OpenShift Container Platform 4.17.57OCP 4.17ImportantBug fix and security update
RHSA-2026:63302Red Hat Build of Apache Camel 4.18 for Quarkus 3.33N/A (Toolkit)ImportantEnhancements, security, stability
RHSA-2026:63189kernel-rtRHEL 7 ELSImportantSecurity update
RHSA-2026:63163container-tools:rhel8RHEL 8ImportantSecurity update
RHSA-2026:63127rhcRHEL 10ImportantSecurity update
RHSA-2026:63332buildahRHEL 10ImportantSecurity update
RHSA-2026:63119Grafana-PCPRHEL 10ImportantSecurity update
RHSA-2026:63117Python 3.12RHEL 9.6 EUSImportantSecurity update
RHSA-2026:63124Grafana-PCPRHEL 8ImportantSecurity update
RHSA-2026:63327Satellite 6.16.13RHEL 8 & 9ImportantAsync security update
RHSA-2026:63385Satellite 6.19.4RHEL 9ImportantAsync security update
RHSA-2026:63387Satellite 6.17.11RHEL 9ImportantAsync security update
RHSA-2026:63386Satellite 6.18.9RHEL 9ImportantAsync security update

Rocky Linux

Rocky Linux just pushed a fresh batch of security errata, and if you are running the RHEL8 family, you have a lot of catching up to do. The release covers a familiar mix of dev and infrastructure tools. Grafana lands on both Rocky 8 and 9, while the Go ecosystem (FDO client, FDO server, and an IPP USB library) gets patched on Rocky 10 alongside PHP. If you are still on Rocky 8, you are also looking at updates for GIMP's underlying graphics toolkit (gegl and gegl04), FreeRDP, Perl's DBI module, and the newly released Node.js 24 stream. All of them are flagged "Important" by the distro, which means CVEs with solid CVSS scores are sitting behind these builds. Time to run your package manager.

Errata IDPackageRocky Linux VersionScope
RLSA-2026:62406grafanaRocky Linux 9Security update
RLSA-2026:62407grafanaRocky Linux 8Security update
RLSA-2026:62420gegl04Rocky Linux 8Security update
RLSA-2026:62571freerdpRocky Linux 8Security update
RLSA-2026:62425geglRocky Linux 8Security update
RLSA-2026:62667perl-DBIRocky Linux 8Security update
RLSA-2026:62583nodejs:24 (+ related modules)Rocky Linux 8Security update
RLSA-2026:62631golang-github-openprinting-ipp-usbRocky Linux 10Security update
RLSA-2026:62577go-fdo-clientRocky Linux 10Security update
RLSA-2026:62614phpRocky Linux 10Security, bug fix, and enhancement update
RLSA-2026:62578go-fdo-serverRocky Linux 10Security update

SUSE Linux

SUSE shipped a substantial security push, touching foundational libraries, developer runtimes, and infrastructure management tools. If you run any SUSE Linux Enterprise or openSUSE stack, your maintenance window probably just got busier. The most urgent item is the critical rating for apr-util, which addresses six flaws including a heap buffer overflow and a SQL injection path in the Oracle database driver. You will also want to prioritize the nodejs20 patches. That runtime absorbed 35 CVEs, covering everything from permission model bypasses to TLS hostname verification skips and HTTP request smuggling. The patches themselves are routine, but the volume means you should review your deployment scripts before running them in production. A quick zypper patch covers most of these, though you will want to verify your Service Pack alignment since the same flaws appear across multiple release tracks.

Announcement IDPackageRatingVulnerabilities AddressedHighest CVSSPrimary Platforms
SUSE-SU-2026:3937-1apr-utilCritical6 (buffer overflows, SQL injection, side-channel leak)9.8openSUSE Leap 15.3, SLE 15 SP4/SP5
SUSE-SU-2026:3938-1apr-utilCritical6 (same flaws)9.8Basesystem 15-SP7, Leap 15.6, SLE 15 SP6/SP7
SUSE-SU-2026:3946-1yast2-usersImportant1 (LDAP command injection)8.0Leap 15.4, SLE 15 SP4, SUSE Manager 4.3
SUSE-SU-2026:3947-1yast2-usersImportant1 (same flaw)8.0Leap 15.5, SLE 15 SP5
SUSE-SU-2026:3948-1yast2-usersImportant1 (same flaw)8.0Leap 15.6, SLE 15 SP6
SUSE-SU-2026:3929-1nodejs20Important35 CVEs (TLS bypass, HTTP smuggling, permission leaks)9.8Leap 15.6, SLE 15 SP6/SP7
SUSE-SU-2026:3930-1nodejs20Important35 CVEs (same set)9.8Leap 15.5, SLE 15 SP5
SUSE-SU-2026:3963-1postgresql16Important25 CVEs (heap overflows, type confusion, SQLi)8.8Leap 15.6, Legacy 15-SP7, SLE 15 SP6/SP7
SUSE-SU-2026:3932-1python-msgpackImportant1 (OOB read via Unpacker reuse)7.5Leap 15.4, SLE 15 SP4/SP5
SUSE-SU-2026:3952-1apache2-mod_auth_openidcImportant1 (OOB read/write in state-cookie parser)7.5Leap 15.6, Server Apps 15-SP7, SLE 15 SP6/SP7
SUSE-SU-2026:3954-1cosignImportantRebuild against Go security releaseN/ALeap 15.4, SLE 15 SP4-SP7, Basesystem 15-SP7
SUSE-SU-2026:3936-1libsoup2Important4 CVEs (integer truncation, auth bypass)8.3Leap 15.4, SLE Micro 5.3-5.5, SLE 15 SP4/SP5
SUSE-SU-2026:3928-1apptainerModerate1 (DoS via OpenTelemetry baggage parsing)5.3HPC 15-SP7, Leap 15.6, SLE 15 SP7
SUSE-SU-2026:3950-1quaggaModerate1 (BGP UPDATE DoS)6.5Leap 15.4
SUSE-SU-2026:3951-1erlangModerate1 (SFTP chroot path traversal)4.3Leap 15.3, Server Apps 15-SP7, SLE 15 SP7
SUSE-SU-2026:3958-1curlModerate6 CVEs (SMB reuse, netrc leak, auth bypass)9.1Leap 15.4, SLE Micro 5.3-5.5
SUSE-SU-2026:3961-1suseconnect-ngModerate5 fixes (flag parsing, migration logic, deregistration)N/ABasesystem 15-SP7, Leap 15.6, SLE 15 SP7
openSUSE-SU-2026:11660-1glibcModerate2 CVEs (integer overflow, locale handling)6.6openSUSE Tumbleweed
openSUSE-SU-2026:11664-1apptainerModerate1 (DoS via baggage parsing)5.3openSUSE Tumbleweed
openSUSE-SU-2026:11655-1libtree-sitter0_26Moderate1 (heap overflow in parser)8.7openSUSE Tumbleweed
openSUSE-SU-2026:11661-1grafanaModerate1 (authorization bypass)6.9openSUSE Tumbleweed

Ubuntu Linux

Ubuntu shipped a heavy security batch, patching roughly three dozen CVEs across nine components. The headline fix lands on OpenSSH, which addressed three separate bugs: a ssh-agent quirk that lets forwarded connections perform local-only operations, a use-after-free condition in concurrent remote forwarding, and an authorized_keys tunnel restriction bypass. You should prioritize updating SSH servers running on 22.04 LTS and newer.

The rest of the notice covers library-level validation and parsing flaws. APR-util and rabbitmq-c both shipped heap overflows and framing bugs that could theoretically let a remote party crash the process or run code. FFmpeg rounded out the list with a staggering fourteen CVEs spanning demuxers, decoders, and protocol handlers, mostly triggered by crafted media files. libssh2, GnuPG, SSSD, SPICE vdagent, and Apache Tika each received targeted patches for authentication, session, and file-path handling issues. Standard system updates will pull in most of these, though Ubuntu Pro backs the patches for anything on 20.04 LTS and older. You will also need to restart SSSD, SPICE vdagent, and OpenSSH services after the upgrade takes effect.

ComponentCVEsKey IssueAffected ReleasesUpdated Package Version(s)Service Restart?
Apache TikaCVE-2026-66755ISA-Tab parser path traversal allows reading arbitrary files22.04, 20.04 LTSlibtika-java (Pro-only)No
GnuPGCVE-2026-57062CMS authentication tag length validation flaw enabling forged messages26.04, 24.04 LTSgpgsmNo
APR-utilCVE-2025-49506, CVE-2026-32327, CVE-2026-34501, CVE-2026-34502Non-constant-time password hashing, recursive XML DoS, Redis/Memcached heap overflows14.04 through 26.04 LTSlibaprutil1 / libaprutil1t64 (Pro/ESM for older)No
SSSDCVE-2026-68743PAM responder auth token validation flaw causing local DoS16.04 through 26.04 LTSsssd-common (Pro/ESM for older)Yes
SPICE vdagentCVE-2026-57965, CVE-2026-57966Socket write integer overflow and unsanitized host filenames enabling arbitrary file writes22.04 through 26.04 LTSspice-vdagentYes
libssh2CVE-2026-66032, CVE-2026-66033, CVE-2026-66035SFTP response handling, AES-GCM negotiation, and Encrypt-then-MAC flaws allowing crashes or RCE26.04, 24.04 LTSlibssh2-1t64No
OpenSSHCVE-2026-73281, CVE-2026-73282, CVE-2026-73283ssh-agent session-binding quirk, concurrent forwarding use-after-free, and authorized_keys tunnel restriction bypass22.04 through 26.04 LTSopenssh-client, openssh-serverYes
FFmpeg14 CVEs (2026-64830 through 2026-75146)Multiple demuxers, decoders, filters, and protocol handlers mishandling crafted media, enabling crashes or RCE16.04 through 24.04 LTSffmpeg, libavcodec, libavfilter, libavformat (Pro-only)No
rabbitmq-cCVE-2023-35789, CVE-2026-44235, CVE-2026-44236, CVE-2026-59986, CVE-2026-61547CLI credential exposure, frame length underflows, login heap overflows, and 32-bit integer overflows14.04 through 26.04 LTSamqp-tools, librabbitmq-dev, librabbitmq4/librabbitmq1 (Pro/ESM for older)No

How to apply these Linux security updates

Before running any update commands, check which services are currently active on your system. If Nginx or Apache is handling live traffic, schedule a brief maintenance window or use rolling restarts to minimize downtime during the patching process. Desktop users can usually apply these fixes by opening a terminal and running the standard package manager command for their distribution followed by an upgrade flag. A reboot will be necessary if the kernel received updates to ensure the new security modules load correctly.

Power users who rely on command-line tools like jq should verify the patch level after installation. Regression bugs can occasionally break scripts that depend on specific JSON parsing behavior, so a quick test run is worth the few minutes it takes. If you use PackageKit or other GUI package managers and prefer to skip them because they sometimes hang or try to install junk, do not let that stop you from running the command-line equivalent to get these critical patches applied.

Applying these patches requires distribution-specific package management commands. RHEL-based systems typically use dnf update or yum update, while Debian and Ubuntu rely on apt upgrade. SUSE users should run zypper patch to properly address all security advisories, and Slackware administrators can manage updates with upgradepkg or slackpkg. After executing the commands, a reboot is usually necessary for kernel changes to take effect. Finally, review your package manager’s logs to verify that all patches installed successfully and no dependencies were disrupted.

Debian/Ubuntu (apt)

The first thing to do is refresh the local package index; running sudo apt update contacts all configured repositories and pulls in the newest lists of available versions. Skipping this step leaves the system blind to any recent uploads, which explains why “upgrade” sometimes claims there’s nothing to do even after a security advisory has been published. Once the index is current, invoke sudo apt upgrade -y; the -y flag answers every prompt automatically so the process doesn’t pause for user input. This command upgrades all installed packages that have newer versions in the repositories while preserving configuration files.

sudo apt update
sudo apt upgrade -y

Fedora/RedHat/Rocky/Alma/Oracle (dnf or yum)

On modern Fedora and recent Red Hat derivatives, dnf is the package manager; older RHEL releases still rely on yum. Begin with a check‑update operation—sudo dnf check-update or sudo yum check-update—to see exactly which packages are awaiting an upgrade. This preview step can be useful for spotting unexpected kernel bumps before they land. To actually apply the updates, run sudo dnf upgrade -y (or sudo yum update if you prefer the older tool). The upgrade command pulls down the new binaries and runs any necessary post‑install scripts, such as rebuilding initramfs when a kernel changes.

sudo dnf check-update
sudo dnf upgrade -y

or on older releases

sudo yum check-update
sudo yum update

SUSE (zypper)

SUSE’s command line front‑end is called zypper. First execute sudo zypper refresh so that the metadata for all enabled repos gets updated; without this, zypper will happily report “No updates available” even though newer packages sit on the mirror. After a fresh refresh, issue sudo zypper update -y; this upgrades every package to the latest version in the configured repositories and automatically handles service restarts when required.

sudo zypper refresh
sudo zypper update -y