June 2026 Linux Patch Roundup

Red | Vulnerability
Download Now
June 2026 Linux Patch Roundup | Threat Advisory TA2026177

Threat Advisory • Vulnerability Report

More than 2,416 new Linux vulnerabilities were addressed in June 2026 across Debian, SUSE, Ubuntu, and Red Hat; HiveForce Labs has identified 13 severe vulnerabilities that are exploited or have high potential for successful exploitation, including the actively exploited Chrome V8 zero-day CVE-2026-11645.

SEVERITY: HIGHADMIRALTY CODE: A1VULNERABILITY REPORTTA NUMBER: TA202617713 SEVERE CVESCVE-2026-11645 ZERO-DAYLINUX ECOSYSTEM
TA Number
TA2026177
Published
June 25, 2026
Admiralty Code
A1
New Vulns
2,416+
Patched
2,913+
Severe CVEs
13
Active Zero-Day
CVE-2026-11645
Distributions
Debian, SUSE, Ubuntu, Red Hat
Impact
RCE, PrivEsc, DoS, Info Disclosure

Summary

In June 2026, more than 2,416 new vulnerabilities were discovered and addressed within the Linux ecosystem, impacting several major distributions such as Debian, SUSE, Ubuntu, and Red Hat. During this period, over 2,913 vulnerabilities were also highlighted, with corresponding hotfixes or patches released to resolve them. These Linux vulnerabilities span from information disclosure to privilege escalation to code execution.

HiveForce Labs has identified 13 severe Linux vulnerabilities which are exploited or have 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.


Vulnerability Details

CVE Name Affected Product Impact Attack Vector
CVE-2024-4741 OpenSSL Use-After-Free Vulnerability OpenSSL, Ubuntu, RedHat, Debian, SUSE, Amazon Linux, Oracle Code Execution Network
CVE-2025-52999 Jackson-core Stack Overflow Vulnerability Jackson-core, Red Hat, Oracle Linux, Debian, SUSE Denial of Service Network
CVE-2025-69720 GNU ncurses analyze_string Buffer Overflow Vulnerability ncurses 6.4 and 6.5 (before 6.5-20251213); Red Hat, Oracle Linux, Debian, Ubuntu, SUSE Code Execution Local
CVE-2026-11645* Google Chrome V8 Out-of-Bounds Read and Write Vulnerability Google Chrome prior to 149.0.7827.103 Code Execution Network
CVE-2024-12084 Rsync Heap-based Buffer Overflow Vulnerability Rsync 3.2.7 through 3.3.0 (fixed in 3.4.0); Ubuntu, Debian, RedHat, SUSE, Amazon Linux, Oracle Code Execution Network
CVE-2024-12085 Rsync Information Disclosure Vulnerability Rsync before 3.4.0; RedHat, Oracle Linux, Debian, Ubuntu, SUSE Information Disclosure Network
CVE-2026-23479 Redis Use-After-Free Vulnerability Redis 7.2.0 through 8.6.2; Debian, SUSE, Oracle Linux, RedHat Code Execution Network
CVE-2026-31402 Linux Kernel nfsd Heap-based Buffer Overflow Vulnerability Linux Kernel (nfsd NFSv4.0); RedHat, Oracle Linux, Ubuntu, SUSE, Debian, Amazon Linux Code Execution Network
CVE-2026-34444 Lupa Sandbox Escape Authorization Bypass Vulnerability Lupa (Python/PyPI) 2.6 and earlier, RedHat, Oracle Linux, SUSE, Debian Arbitrary Code Execution Network
CVE-2026-43512 Apache Tomcat DIGEST Authentication Bypass Vulnerability Apache Tomcat 8.5.x, 9.0.x ≤ 9.0.117, 10.1.x ≤ 10.1.54, 11.0.x ≤ 11.0.21 (fixed in 9.0.118 / 10.1.55 / 11.0.22); Debian, SUSE, RedHat, Mageia Unauthorized Access Network
CVE-2026-4800 Lodash Template Code Injection Vulnerability Lodash (npm) before 4.18.0; RedHat, Ubuntu, Debian, SUSE, Oracle Code Execution Network
CVE-2026-46300 Fragnesia (Linux Kernel XFRM ESP-in-TCP Page-Cache Corruption Local Privilege Escalation Vulnerability) Linux Kernel; RedHat, Ubuntu, Debian, SUSE, Oracle, Amazon Linux Privileged Access Local
CVE-2026-46333 Linux Kernel ptrace "ssh-keysign-pwn" Privilege Escalation Vulnerability Linux Kernel; RedHat, Ubuntu, Debian, SUSE, Oracle, Amazon Linux Privileged Access Local

* 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.

Notable CVE: CVE-2026-11645
Celebrity Vulnerability Zero-Day • CISA KEV
Name Google Chromium V8 Out-of-Bounds Read and Write Vulnerability
Affected Product Google Chrome (Before 149.0.7827.103)
Affected CPE cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:*
CWE ID CWE-125, CWE-787
Associated TTPs T1203 Exploitation for Client Execution, T1189 Drive-by Compromise
Patch Link https://www.google.com/intl/en/chrome/?standalone=1
Analysis
1

In June, the Linux ecosystem addressed over 2,913 vulnerabilities across various distributions and products, covering critical issues such as denial of service, privilege escalation, and remote code execution. HiveForce Labs has identified 13 critical vulnerabilities that are either currently being exploited or highly likely to be targeted soon. Notably, one of the vulnerabilities is under active exploitation, requiring immediate attention and remediation.

2

The most urgent threat is browser-based. CVE-2026-11645, a high-severity out-of-bounds read and write flaw (CVSS 8.8) in V8, the JavaScript and WebAssembly engine, allows a remote attacker to execute arbitrary code inside the browser sandbox via a crafted HTML page, affecting Chrome prior to 149.0.7827.103 and all Chromium-based browsers including Edge, Brave, Opera, and Vivaldi. It is the fifth actively exploited Chrome zero-day of 2026, with an exploit confirmed in the wild and a fix shipped on June 8, 2026. This is the single vulnerability in this set requiring emergency remediation.

3

Network-facing services present the highest remote-code-execution risk after the browser. CVE-2024-12084, a heap-based buffer overflow in the Rsync daemon (CVSS 9.8), allows an unauthenticated client to corrupt heap memory through an attacker-controlled checksum length and achieve remote code execution, and it pairs with CVE-2024-12085 (CVSS 7.5), an uninitialized-stack information disclosure flaw that leaks memory to defeat ASLR and make the overflow reliably exploitable; both are resolved in rsync 3.4.0.

4

CVE-2026-23479, a use-after-free in the Redis unblock-client path, enables code execution as the Redis daemon for an authenticated user with sufficient privileges. CVE-2026-31402, a heap-based buffer overflow in the kernel's NFSv4.0 LOCK replay cache, can be triggered remotely by an unauthenticated attacker using two cooperating NFS clients, most plausibly causing memory corruption and service crash.

5

Linux kernel and local privilege escalation remain prime targets. CVE-2026-46300, named "Fragnesia," is a local privilege escalation flaw in the kernel's XFRM ESP-in-TCP subsystem (CVSS 7.8); a public proof-of-concept reliably grants root on default installations by modifying a privileged binary such as /usr/bin/su in the page cache, with no race condition required.

6

CVE-2026-46333, "ssh-keysign-pwn," abuses a missing check in __ptrace_may_access combined with the process-exit window; though scored 5.5 as information disclosure, public exploits demonstrate full local root and theft of sensitive files including OpenSSH host private keys and /etc/shadow. CVE-2025-69720, a stack-based buffer overflow in the ncurses infocmp utility, allows local code execution or crash when processing an untrusted terminfo entry.

7

Critical flaws in widely deployed application libraries and middleware were also addressed, with real-world impact often gated by configuration. CVE-2026-34444, a sandbox-escape flaw in the Lupa Python-to-Lua bridge (CVSS 10.0), bypasses the attribute filter through built-in functions to reach arbitrary code execution in deployments that execute untrusted Lua with built-ins exposed. CVE-2026-43512, an Apache Tomcat DIGEST authentication bypass (CVSS 9.8, vendor-rated moderate), lets an attacker authenticate as any user where DIGEST authentication is enabled.

8

CVE-2026-4800, a code-injection flaw in the Lodash template function, executes attacker JavaScript when untrusted input reaches template imports. CVE-2025-52999, a stack-overflow flaw in jackson-core (CVSS 8.7), crashes services through deeply nested JSON, and CVE-2024-4741, a low-severity use-after-free in OpenSSL's SSL_free_buffers, affects only the narrow set of applications calling that function directly.

9

June 2026's vulnerability landscape reflects continued high-risk trends, with active exploitation of browser engines, publicly weaponized kernel privilege-escalation flaws, and remote code execution in network services and application dependencies posing the most urgent threats. Timely patching, strict configuration hardening, and defense-in-depth strategies remain essential to prevent system compromise.


Recommendations

Proactive Strategies
1
Exposure Assessment

Conduct a comprehensive service exposure evaluation to identify any publicly accessible services, data-processing endpoints, or multi-tenant hosts that may be vulnerable to exploitation. Prioritize exposure assessment for internet-facing rsync daemons, Redis instances, NFSv4.0 servers, Apache Tomcat deployments using DIGEST authentication, and shared Linux hosts, CI runners, and containers where untrusted users can obtain a shell.

2
Regular Patch Management & Kernel Updates

Ensure all Linux distributions, installed packages, and kernel versions are updated to the latest security patches. Automate updates using tools such as unattended-upgrades, DNF Automatic, or apt-cron to reduce the window of exposure. Pay particular attention to the actively exploited CVE-2026-11645, the Rsync fixes CVE-2024-12084 and CVE-2024-12085 (rsync 3.4.0), and the kernel privilege-escalation flaws CVE-2026-46300 and CVE-2026-46333.

3
Reduce Attack Surface & Harden Configurations

With CVE-2024-12084 enabling unauthenticated RCE, restrict Rsync daemons to trusted networks and require authentication. Keep Redis off the public internet, enforce strong ACLs so no single role holds admin, config, and scripting privileges together, and disable scripting where Lua is unused to break CVE-2026-23479. Limit NFSv4.0 to trusted clients for CVE-2026-31402. Where kernel patching lags, apply the module blacklist for esp4/esp6/rxrpc to mitigate Fragnesia, and set kernel.yama.ptrace_scope=2 against CVE-2026-46333.

4
Harden Browser and Application Dependencies

With CVE-2026-11645 actively exploited in Chromium, update all browsers and email clients to the latest supported versions immediately. Audit application dependencies for vulnerable libraries, upgrading jackson-core, Lodash, Lupa, and disable DIGEST authentication on Tomcat unless explicitly required.

Reactive Strategies
1
Deploy or Tighten Detection

Deploy or tighten endpoint detection and response (EDR), SIEM rules, and network traffic analysis to detect exploitation attempts and persistence mechanisms. Focus on anomalous Rsync daemon connections, suspicious ptrace-based and namespace-driven kernel privilege escalation activity, page-cache tampering of privileged binaries, and browser-related script execution anomalies.

2
Contain and Recover from Compromise

In case of system compromise, immediately isolate the host from the network to prevent further spread. Use iptables or nftables to block malicious traffic, revoke credentials of affected users and rotate exposed keys, and restore from a clean, verified backup before reconnecting.


Potential MITRE ATT&CK TTPs

Initial Access
T1190
Exploit Public-Facing Application
Applies to CVE-2024-4741, CVE-2025-52999, CVE-2024-12084, CVE-2024-12085, CVE-2026-23479, CVE-2026-31402, CVE-2026-43512, CVE-2026-4800
Execution
T1203
Exploitation for Client Execution
Client-side exploitation (CVE-2024-4741, CVE-2026-11645, CVE-2024-12085, CVE-2026-34444)
T1204
User Execution
CVE-2025-69720 untrusted terminfo entry
T1059
Command and Scripting Interpreter
CVE-2024-12084, CVE-2026-23479
T1059.006
Command & Scripting Interpreter: Python
CVE-2026-34444
T1059.007
Command & Scripting Interpreter: JavaScript
CVE-2026-4800
Privilege Escalation
T1068
Exploitation for Privilege Escalation
CVE-2026-46300, CVE-2026-46333
T1611
Escape to Host
CVE-2026-46300 Fragnesia
Defense Evasion
T1078
Valid Accounts
CVE-2026-43512 Tomcat DIGEST auth bypass
Credential Access
T1003.008
OS Credential Dumping
/etc/passwd and /etc/shadow (CVE-2026-46333)
T1552.004
Unsecured Credentials
Private Keys (CVE-2026-46333)
Impact
T1499
Endpoint Denial of Service
CVE-2025-52999, CVE-2025-69720, CVE-2026-31402

References & Patch Links