July 2026 Linux Patch Roundup

Red | Vulnerability
Download Now
July 2026 Linux Patch Roundup | TA2026210 | HivePro Threat Advisory

Threat Advisory • Vulnerability Report

July 2026 Linux Patch Roundup

In July, more than 3,627 new vulnerabilities were discovered and addressed within the Linux ecosystem, impacting Debian, Red Hat, OpenSUSE, and Ubuntu. HiveForce Labs has identified 11 severe vulnerabilities that are exploited or have a high potential of successful exploitation, led by two Linux kernel zero-days, GhostLock (CVE-2026-43499) and Bad Epoll (CVE-2026-46242), both of which grant full root control.

11 Notable Vulnerabilities 3 Zero-Days Exploited Linux Kernel Privilege Escalation Admiralty Code: A1 TA2026210
Date of Publication
July 23, 2026
TA Number
TA2026210
Admiralty Code
A1
New Vulns This Period
3,627+
Patched Vulns Highlighted
433+
Severe / Notable CVEs
11
Zero-Days
3
Affected Distributions
Debian, RedHat, Ubuntu, Rocky, Alma
Report Type
Vulnerability Report

Summary

In July, more than 3,627 new vulnerabilities were discovered and addressed within the Linux ecosystem, impacting several major distributions such as Debian, Red Hat, OpenSUSE, and Ubuntu. During this period, over 433 vulnerabilities were also highlighted, with corresponding hotfixes or patches released to resolve them. These vulnerabilities span from information disclosure to privilege escalation to code execution. HiveForce Labs has identified 11 severe vulnerabilities that are exploited or have a high potential of successful exploitation, necessitating immediate attention. To ensure protection, it is essential to upgrade systems to the latest version with the necessary security patches and appropriate security controls.

The month's threat distribution spans Code Execution, Denial of Service, Information Disclosure, and Unauthorized Access, with adversary tactics touching Initial Access, Execution, Privilege Escalation, Impact, and Collection.

CVEs at a Glance
CVENameAffected ProductImpactAttack Vector
CVE-2026-0915GNU C Library Information Disclosure VulnerabilityDebian, RedHat, Alma Linux, Rocky Linux, UbuntuInformation DisclosureNetwork
CVE-2026-13774Chrome Extensions Use-After-Free VulnerabilityChrome, DebianCode ExecutionNetwork
CVE-2026-20213ClamAV PE Parser DoS VulnerabilityCisco, Ubuntu, DebianDenial of ServiceNetwork
CVE-2026-34980OpenPrinting CUPS Auth Bypass VulnerabilityOpenPrinting, Ubuntu, Rocky Linux, RedHat, Debian, Alpine LinuxUnauthorized AccessNetwork
CVE-2026-42271*BerriAI LiteLLM Command Injection VulnerabilityBerriAI LiteLLM, RedHatCode ExecutionNetwork
CVE-2026-43499*GhostLock (Linux Kernel rtmutex Use-After-Free Vulnerability)Linux Kernel, Debian, Alma Linux, RedHat, Rocky Linux, UbuntuCode ExecutionLocal
CVE-2026-4480Samba Printing Subsystem OS Command Injection VulnerabilityDebian, Alma Linux, RedHat, Alpine Linux, Rocky Linux, UbuntuCode ExecutionNetwork
CVE-2026-46242*Bad Epoll (Linux Kernel Use After Free Vulnerability)Linux kernel, Ubuntu, RedHat, Debian, Alma LinuxCode ExecutionLocal
CVE-2026-46529Atril Polyglot-PDF Single-Click RCE VulnerabilityUbuntu, Rocky Linux, RedHat, Debian, Alpine LinuxRemote Code ExecutionLocal
CVE-2026-5950BIND 9 Unbounded Resend Loop DoS VulnerabilityUbuntu, RedHat, Debian, Alpine LinuxDenial of ServiceNetwork
CVE-2026-55200libssh2 Unchecked packet_length Out-of-Bounds Write Vulnerabilitylibssh2, Debian, Ubuntu, RedHatCode ExecutionNetwork

* Refers to Notable CVEs — vulnerabilities that are either exploited in zero-day attacks, included in the CISA KEV catalog, utilized in malware operations, or targeted by threat actors in their campaigns.


Vulnerability Details

#1 — Scale of July's Linux Ecosystem Disclosures

In July, the Linux ecosystem addressed over 4,060 vulnerabilities across various distributions and products, covering critical issues such as information disclosure, denial-of-service, and code execution. Over 3,627 new vulnerabilities were discovered and patched. HiveForce Labs has identified 11 critical vulnerabilities that are either currently being exploited or are highly likely to be exploited in the near future.

#2 — Adversarial Tactics Enabled

These vulnerabilities could facilitate adversarial tactics such as Initial Access, Execution, and Privilege Escalation. Notably, three of these vulnerabilities — GhostLock, Bad Epoll, and the LiteLLM command injection flaw — are currently being exploited, requiring urgent attention and remediation.

#3 — GhostLock (CVE-2026-43499): A 15-Year-Old Linux Kernel Bug

GhostLock (CVE-2026-43499) is a 15-year-old Linux kernel bug that lets any logged-in user seize full root control of a machine. The flawed code has shipped by default in nearly every major Linux distribution since 2011. GhostLock is also the second half of an exploit chain called IonStack. The first half, CVE-2026-10702, is a Firefox flaw that runs code inside the browser and breaks out of its sandbox; GhostLock then carries the attacker the rest of the way to root.

#4 — Bad Epoll (CVE-2026-46242): Another Root-Granting Kernel Flaw

Bad Epoll (CVE-2026-46242) is another Linux kernel flaw that lets a regular user with no special access take over a machine as root. It affects Linux desktops, servers, and Android, and a patch is available. Epoll is a core Linux feature that lets a program monitor many files or network connections at once. Servers, network services, and web browsers all depend on it, so it can't simply be turned off.

#5 — CVE-2026-42271: Command Injection in BerriAI LiteLLM

CVE-2026-42271 is a command injection flaw in LiteLLM that lets any authenticated user run arbitrary commands on the host. A successful attack could let intruders execute commands on the LiteLLM server, steal model-provider credentials, harvest API keys and secrets held by the proxy, pivot into connected AI infrastructure, and compromise downstream systems linked to the gateway.

#6 — CVE-2026-13774: Use-After-Free in Chrome Extensions

CVE-2026-13774 is a use-after-free flaw in Google Chrome's Extensions component. The root cause is poor object lifetime management: a pointer to an extension-related object stays reachable after the object has been destroyed, so a later operation ends up reading or writing freed memory.

Notable CVEs — Celebrity Vulnerabilities
CVE IDCelebrity VulnerabilityAffected ProductsCWE IDAssociated TTPs
CVE-2026-43499GhostLock — ZERO-DAY, CISA KEVLinux Kernel, Debian, Alma Linux, RedHat, Rocky Linux, UbuntuCWE-416T1068 Exploitation for Privilege Escalation
CVE-2026-46242Bad Epoll — ZERO-DAY, CISA KEVLinux kernel, Ubuntu, RedHat, Debian, Alma LinuxCWE-416T1068 Exploitation for Privilege Escalation, T1588 Obtain Capabilities, T1588.006 Vulnerabilities
CVE-2026-42271BerriAI LiteLLM Command Injection — ZERO-DAY, CISA KEVBerriAI LiteLLM, RedHatCWE-77T1190 Exploit Public-Facing Application, T1059 Command and Scripting Interpreter, T1552 Unsecured Credentials, T1552.001 Credentials In Files

Recommendations

Proactive Strategies
01
Patch Promptly
Upgrade to fixed versions across all listed products: Chrome ≥ 150.0.7871.47, LiteLLM ≥ 1.83.7, patched Linux kernels for GhostLock (CVE-2026-43499) and Bad Epoll (CVE-2026-46242), glibc updates via distro advisories, and the ClamAV and CUPS releases as soon as vendors publish them.
02
Least-Privilege Access
Restrict local shell access on Linux hosts (limits GhostLock and Bad Epoll blast radius), run LiteLLM as an unprivileged, sandboxed user, and issue proxy API keys with the minimum scope required.
03
Browser Extension Governance
Enforce Chrome ExtensionInstallAllowlist / ExtensionInstallBlocklist policies so only vetted extensions can be installed; disable third-party extension sideloading.
04
Harden Configurations
Disable the DNS backend for the networks NSS database in nsswitch.conf unless required; require authentication for all CUPS print submissions; disable ClamAV PE scanning temporarily where operationally acceptable if a patch is delayed.
Reactive Strategies
01
Centralized Logging and SIEM Correlation
Forward kernel ring buffer, CUPS access logs, ClamAV daemon logs, LiteLLM audit logs, DNS query logs, and endpoint process telemetry to a SIEM. Correlate crashes and anomalies to vulnerable versions.
02
Credential Rotation on Suspicion
If a LiteLLM host is suspected of compromise, immediately rotate proxy API keys, model-provider credentials, and any secrets reachable by the process; audit /mcp-rest/test/* request bodies for command, args, or env fields.

Detect, Mitigate & Patch

CVE IDTTPsDetectionMitigationPatch
CVE-2026-0915T1005 Data from Local SystemDET0380: Detection of Local Data Collection Prior to ExfiltrationM1057: Data Loss PreventionDebian, RedHat, Alma Linux, Rocky Linux, Ubuntu
CVE-2026-13774T1203 Exploitation for Client ExecutionDET0287: Exploitation for Client Execution — cross-platform behavior chainM1048: Application Isolation and Sandboxing, M1050: Exploit ProtectionChrome, Debian
CVE-2026-20213T1499 Endpoint Denial of Service, T1499.004 Application or System ExploitationDET0208: Endpoint Resource Saturation and Crash Pattern Detection, DET0304: Detection Strategy for Endpoint DoSM1037: Filter Network TrafficCisco, Ubuntu, Debian
CVE-2026-34980T1190 Exploit Public-Facing ApplicationDET0080: Exploit Public-Facing Application — multi-signal correlationM1048: Application Isolation and Sandboxing, M1050: Exploit Protection, M1037: Filter Network TrafficOpenPrinting, Ubuntu, Rocky Linux, RedHat, Debian, Alpine Linux
CVE-2026-42271*T1190 Exploit Public-Facing Application, T1059 Command and Scripting Interpreter, T1552/T1552.001 Unsecured Credentials in FilesDET0080: Exploit Public-Facing Application — multi-signal correlationM1048: Application Isolation and Sandboxing, M1050: Exploit Protection, M1037: Filter Network TrafficBerriAI LiteLLM, RedHat
CVE-2026-43499*T1068 Exploitation for Privilege EscalationDET0514: Detection Strategy for Exploitation for Privilege EscalationM1048: Application Isolation and Sandboxing, M1038: Execution Prevention, M1050: Exploit ProtectionLinux Kernel, Debian, Alma Linux, RedHat, Rocky Linux, Ubuntu
CVE-2026-4480T1190 Exploit Public-Facing ApplicationDET0080: Exploit Public-Facing Application — multi-signal correlationM1048: Application Isolation and Sandboxing, M1050: Exploit Protection, M1037: Filter Network TrafficDebian, Alma Linux, RedHat, Alpine Linux, Rocky Linux, Ubuntu
CVE-2026-46242*T1068 Exploitation for Privilege Escalation, T1588/T1588.006 Obtain Capabilities: VulnerabilitiesDET0514: Detection Strategy for Exploitation for Privilege Escalation, DET0850: Detection of Obtain CapabilitiesM1048: Application Isolation and Sandboxing, M1038: Execution Prevention, M1050: Exploit Protection, M1056: Pre-compromiseLinux Kernel, Ubuntu, RedHat, Debian, Alma Linux
CVE-2026-46529T1203 Exploitation for Client ExecutionDET0287: Exploitation for Client Execution — cross-platform behavior chainM1048: Application Isolation and Sandboxing, M1050: Exploit ProtectionUbuntu, Rocky Linux, RedHat, Debian, Alpine Linux
CVE-2026-5950T1499 Endpoint Denial of Service, T1499.004 Application or System ExploitationDET0208: Endpoint Resource Saturation and Crash Pattern DetectionM1037: Filter Network TrafficUbuntu, RedHat, Debian, Alpine Linux
CVE-2026-55200T1203 Exploitation for Client ExecutionDET0287: Exploitation for Client Execution — cross-platform behavior chainM1048: Application Isolation and Sandboxing, M1050: Exploit Protectionlibssh2, Debian, Ubuntu, RedHat

Potential MITRE ATT&CK TTPs

T1005
Collection
Data from Local System
T1203
Execution
Exploitation for Client Execution
T1499
Impact
Endpoint Denial of Service
T1499.004
Impact
T1499: Endpoint Denial of Service — Application or System Exploitation
T1190
Initial Access
Exploit Public-Facing Application
T1059
Execution
Command and Scripting Interpreter
T1552
Credential Access
Unsecured Credentials
T1552.001
Credential Access
T1552: Unsecured Credentials — Credentials In Files
T1068
Privilege Escalation
Exploitation for Privilege Escalation
T1588
Resource Development
Obtain Capabilities
T1588.006
Resource Development
T1588: Obtain Capabilities — Vulnerabilities

References