important4 findings, 16 signals7 min read

Working public exploits now turn four Linux networking corruptions into root, while a normal Android app can send Wi-Fi keepalives outside VPN lockdown.

Cisco also reports exploitation of unauthenticated paths that can end in root on Secure Email Gateway and ISE.

Priority findings4
01
High
Linux kernel
Confirmed
CVE-2026-80844

Public exploits now turn four Linux networking memory corruptions into local root shells.

Four target-specific chains start from an ordinary local account.

Affects

Linux kernel networking subsystems AH6/XFRM, TUN/TAP with Open vSwitch, PPPoE, and SCTP diagnostics across supported and historical kernel series.

What it enables

Local root through four feature-dependent kernel-memory corruption chains

Attacker starts as an ordinary local user on a build exposing the required subsystem and configuration.For DirtyAH6, TUNderflow, or PPPoEject, the attacker creates a user/network namespace and assembles the required virtual networking path; DiagSpill instead requires SCTP diagnostics.The selected bug corrupts kernel-managed memory.The published target-specific grooming redirects the corruption into a file-backed page, fdtable/callback, or page tables.The exploit replaces a PAM rule, installs credentials or a sudoers entry, and opens a root shell.
Why this matters

This is not identifier churn: public grooming and end-to-end chains now convert four feature-dependent corruptions into root from an ordinary account.

Detail, proof-of-concept code and 5 sources
Required access

An ordinary local account on a compatible build; three exploits use unprivileged user/network namespaces, while DiagSpill needs SCTP and sctp_diag but no namespace capability

Affected versions

DirtyAH6: affected series through 5.10.268, 5.15.219, 6.1.186, 6.6.155, 6.12.107, 6.18.48, 7.1.12 and 7.2.2, plus affected EOL series, TUNderflow: affected series through 5.10.269, 5.15.220, 6.1.187, 6.6.156, 6.12.108, 6.18.49 and 7.2.3, plus affected EOL series, PPPoEject: affected series through 5.10.264, 5.15.215, 6.1.182, 6.6.147, 6.12.100, 6.18.41 and 7.1.5, plus affected EOL series, DiagSpill: affected series through 5.10.264, 5.15.215, 6.1.182, 6.6.150, 6.12.102, 6.18.43 and 7.1.7, plus affected EOL series

Proof of concept

Public exploit code

DirtyAH6, TUNderflow and PPPoEject use unprivileged user and network namespaces; DiagSpill instead needs SCTP and sctp_diag.

The chains redirect the corruptions through file-backed pages, an fdtable or callback, or page tables, then install credentials, a PAM rule or a sudoers entry and open a root shell. The report maps each flaw to fixed stable releases.

Evidence
Researcher's technical report states successful root reproduction and documents each chainFour public repositories contain target-specific root reproductionsUpstream stable fixed-release mapping is included in the original report
Share this finding
02
High
Wi-Fi / Mobile
Provisional

A normal Android app can send Wi-Fi keepalives outside VPN lockdown.

The destination sees the device's real source address and packet timing.

Affects

Android phones whose framework and Wi-Fi firmware expose unprivileged NAT-T keepalive offload, including a demonstrated Pixel 8 Pro running Android 16.

What it enables

VPN-lockdown bypass for real network-identity and activity-timing disclosure

Attacker induces the victim to run an ordinary app requiring no dangerous permissions.The app opens a UDP encapsulation socket and requests a NAT-T socket keepalive through public Android APIs.ConnectivityService passes the request to Wi-Fi offload without applying the caller UID's VPN-lockdown policy.The Wi-Fi chipset emits fixed-format UDP/4500 keepalives on the physical interface rather than through the VPN.The attacker-controlled endpoint observes the device's real source address and packet timing.The full affected-device population is not established.
Research leadExternally capture keepalives on representative Samsung, Nothing, MediaTek and Qualcomm Android 12–16 devices with VPN lockdown enabled.
Why this matters

The change is a demonstrated escape from an explicit operating-system guarantee through public APIs available to an ordinary app.

Detail, proof-of-concept code and 4 sources
Required access

Execution of a normal third-party app on an affected Android device using Wi-Fi while Always-on VPN and Block connections without VPN are enabled.

Affected versions

Android 16 on Pixel 8 Pro, demonstrated by external packet capture, Android 12 and later implementations exposing app-visible NAT-T keepalive offload slots; broader scope remains provisional

With Always-on VPN and Block connections without VPN enabled, an app can request a NAT-T socket keepalive. Android passes it to Wi-Fi hardware offload without applying the caller UID's effective lockdown policy.

Researchers captured the resulting UDP/4500 traffic outside the tunnel on a Pixel 8 Pro. Samsung and Nothing devices exposed compatible active offload slots, but we do not yet know the full affected-device population.

Evidence
Research report demonstrates the API sequence and external packet capture on a Pixel 8 ProMullvad independently assessed the VPN-lockdown consequence and publicized the researchA shipped Android fix or fixed-version boundary was available by the cutoff
Share this finding
03
High
Edge / Zero-click
Confirmed
CVE-2026-76461

One crafted email can give an unauthenticated attacker root command execution on Cisco Secure Email Gateway.

No management access or recipient action is required.

Affects

Cisco Secure Email Gateway, physical and virtual email-security appliances running AsyncOS.

What it enables

Unauthenticated root command execution through email delivery

Send an email containing crafted SQL through the target gateway.The email parser passes the malicious statements into the appliance database.Use database program execution to run operating-system commands.Execute commands as root on the gateway and access appliance or cluster credentials.
Why this matters

The gateway processes the hostile object itself, and Cisco reports exploitation of the message-to-database-to-root path.

Detail and 4 sources
Required access

Ability to deliver a crafted email through an affected Secure Email Gateway; no management access or recipient action

Affected versions

AsyncOS 15.5 and earlier before 15.5.5-014, AsyncOS 16.0 before 16.0.4-302, AsyncOS 16.5 before 16.5.0-780, AsyncOS 15.5 releases before 15.5.5-014, AsyncOS 16.0 releases before 16.0.4-302, AsyncOS 16.5 releases before 16.5.0-780

Insufficient parser validation lets crafted SQL reach the appliance database; PostgreSQL program execution then reaches operating-system commands running as root.

Cisco reports exploitation and has published fixed AsyncOS releases. Pre-fix images remain accepted.

Evidence
Cisco advisory confirms crafted-email delivery, arbitrary SQL, root command execution, exploitation and fixesJPCERT/CC independently confirms that receipt by the gateway needs no recipient action and can execute commands as root
Share this finding
04
High
Edge / RCE
Confirmed
CVE-2026-76460

Attackers are exploiting a Cisco ISE authentication bypass that can end in root command execution.

The path needs management-plane reachability but no credentials or user interaction.

Affects

Cisco Identity Services Engine and ISE Passive Identity Connector, network-access-control systems deployed as appliances or virtual machines.

What it enables

Unauthenticated root command execution on a network-access-control appliance

Attacker reaches an affected ISE or ISE-PIC management/API interface.A crafted unauthenticated API request bypasses the web management interface.The attacker obtains unauthorized appliance access.Cisco says threat actors may obtain command execution with root privileges and can hide evidence.
Why this matters

Observed exploitation turns the management-plane authentication failure into a current root risk, although the interface must be reachable.

Detail and 5 sources
Required access

Network reachability to the Cisco ISE or ISE-PIC web/API management plane; no credentials or user interaction

Affected versions

ISE/ISE-PIC releases before 3.0 require migration to a supported fixed release, ISE/ISE-PIC 3.1 before Patch 12, ISE/ISE-PIC 3.2 before Patch 11, ISE/ISE-PIC 3.3 before Patch 12, ISE/ISE-PIC 3.4 before Patch 7, ISE/ISE-PIC 3.5 before Patch 4, ISE and ISE-PIC 3.0, ISE and ISE-PIC 3.1 before Patch 12, ISE and ISE-PIC 3.2 before Patch 11, ISE and ISE-PIC 3.3 before Patch 12, ISE and ISE-PIC 3.4 before Patch 7, ISE and ISE-PIC 3.5 before Patch 4, ISE/ISE-PIC 3.1 before 3.1 Patch 12, ISE/ISE-PIC 3.2 before 3.2 Patch 11, ISE/ISE-PIC 3.3 before 3.3 Patch 12, ISE/ISE-PIC 3.4 before 3.4 Patch 7, ISE/ISE-PIC 3.5 before 3.5 Patch 4, ISE/ISE-PIC releases before 3.1 require migration to a supported fixed release

A crafted unauthenticated API request bypasses the web management interface; Cisco says successful exploitation may then produce root command execution.

Cisco and the Canadian Cyber Centre identify fixed releases, and both record the exploitation.

Evidence
Cisco advisory confirms unauthenticated bypass, possible root execution, fixes and active exploitationCanadian Cyber Centre independently records active exploitation and fixed releases
Share this finding
Signals16
important · Mobile

A sandboxed iOS or iPadOS app can race AVEVideoEncoder into kernel code execution.

Affects

iOS and iPadOS, Apple's operating systems for supported iPhones and iPads.

Apple fixed the race, but the disclosed record stops at the sandbox-to-kernel primitive and supplies no public exploit. Pre-fix images remain accepted.

Detail and 2 sources
important · Bluetooth

A remote Bluetooth attacker may execute code on current Apple devices without privileges or user interaction.

Affects

Apple operating systems on supported iPhone, iPad, Mac, Apple TV, Apple Watch, and Vision Pro devices.

Apple identifies an out-of-bounds write and has shipped fixes across eight operating-system families.

Detail and 3 sources

We do not know the Bluetooth profile, radio mode, pairing requirement or resulting execution context.

Chain to watch
Reach the vulnerable Apple Bluetooth processing pathTrigger the out-of-bounds writeEstablish the execution context and practical reliabilityPairing state, radio mode and the corrupted process remain undisclosed.
Unverified chainCompare patched Bluetooth binaries or obtain the reporter's analysis, then reproduce while recording pairing state and process context.
important · Bluetooth / Privilege

A local macOS app can cross Bluetooth entitlement checks and gain root.

Affects

macOS on supported Apple-silicon Mac computers.

The path starts from a local app on a supported Apple-silicon Mac. Apple added entitlement checks, but has not identified the entitlement, API, service or invocation sequence, and pre-fix images remain accepted.

Detail and 2 sources
important · Research / RCE

One WordPress administrator visit can install an inactive theme and execute attacker-supplied PHP.

Affects

WordPress, a web content-management system, chained with the Mobile Repair Zone catalog theme or another theme exposing a comparable pre-activation installer.

A logged-in administrator must open a crafted theme-preview URL, but the attacker needs no WordPress account and the selector injection triggers installation without an Install or Activate click.

Detail and 2 sources

The demonstrated theme then exposes an unauthenticated package installer that fetches an attacker-selected plugin and executes its PHP. WordPress has fixed the forced install-and-preview issue.

important · Boot chain / Physical

A $159 DDR5 interposer can expose Intel TDX guest plaintext and forge attestation.

Affects

Intel TDX, hardware-isolated confidential virtual machines on Xeon cloud servers.

With the interposer installed and the host or hypervisor under attacker control, suppressed DDR5 writes leave prepared stale ciphertext that TDX accepts.

Detail and 4 sources

Researchers used the primitive to change a trust domain's debug state, access plaintext and replace a launch measurement; the hardware designs and attack code are public.

important · Boot chain / Physical

DDRop lets a physical host attacker replace selected AMD SEV-SNP guest pages with stale plaintext.

Affects

AMD SEV-SNP, encrypted confidential virtual machines on DDR5 EPYC servers.

The interposer and privileged host control let an attacker reintroduce stale encrypted page contents; known plaintext can turn that into changes to victim data or code pages.

Detail and 4 sources

AMD lists affected processor families but plans no CVE or mitigation because it excludes physical memory-bus attacks from its threat model.

important · Firmware / Edge

Unauthenticated network clients can read or write arbitrary files on current Synology DSM branches.

Affects

Synology DiskStation Manager, the embedded operating system and management environment for Synology NAS appliances.

The attacker must reach the affected SCGI or login path, but we do not know its default exposure, service privilege, writable paths or whether file write composes into execution.

Detail and 2 sources

Synology provides fixed current branches, but affected end-of-life hardware is outside their reach.

Chain to watch
Reach an affected DSM SCGI or login pathObtain unauthenticated arbitrary file accessDetermine whether a privileged writable path yields executionWritable paths, process identity and the file-write-to-execution step are unknown.
Unverified chainTest a stock NAS to identify reachable endpoints, writable paths and service identities.
important · Mobile / Zero-click

Google reports targeted exploitation of a Pixel cellular-modem permission bypass.

Affects

Supported Google Pixel phones and tablets running Android with Google device firmware below the September 2026 patch level.

The path needs adjacent or proximal network reach and an unspecified low-privilege prerequisite, but no device-owner interaction; a modem logic error then bypasses permission checks.

Detail and 9 sources

We do not know the radio transaction, affected models, prerequisite privilege or destination privilege.

Chain to watch
Reach the Pixel modem from the required adjacent-network positionTrigger the permission-check bypassEstablish the privilege obtainedThe radio trigger and both sides of the privilege transition remain undisclosed.
Unverified chainObtain incident forensics or Google's technical analysis identifying the protocol, modem generations and resulting context.
important · Mobile / Zero-click

A cellular-adjacent attacker can execute code in an affected Pixel modem without user interaction.

Affects

Supported Google Pixel phones and their cellular-modem software.

A crafted modem input triggers a heap-buffer overflow and out-of-bounds write, but the required low-privilege network role and affected modem families are not public.

Detail and 2 sources

The September 2026 Pixel patch level addresses the vulnerability.

Chain to watch
Obtain the required cellular-adjacent positionDeliver the undisclosed modem inputTrigger the out-of-bounds write and modem-context executionThe cellular message and required network role remain unknown.
Unverified chainObtain the underlying fix or a reproduction that identifies the message, network role and affected modem families.
important · RCE / Privilege

A malicious DNS zone can overflow Unbound's DNSSEC digest buffer.

Affects

Unbound, a cross-platform recursive and caching DNS resolver commonly deployed on Linux and network infrastructure.

After the attacker induces a query to a controlled zone, a self-referential compression pointer makes DNSSEC validation write beyond the allocated buffer.

Detail and 2 sources

Resolver-process code execution remains unproved. NLnet Labs identifies a fixed release, but the fix was not read for a Priority Finding.

Chain to watch
Induce an affected resolver to query an attacker-controlled zoneTrigger the DNSSEC heap overflowEstablish control-flow influence under supported hardening configurationsReliable control-flow hijack and process code execution are unproved.
Unverified chainReproduce across supported allocators and hardening configurations, then measure instruction-pointer control.
important · Edge / RCE

A crafted Check Point management login can execute code as root before authentication.

Affects

Check Point Security Management, Multi-Domain Security Management, Log, and Multi-Domain Log Servers controlling and recording security infrastructure.

The reported overlong-username trigger reaches a stack overflow in the login process; Trusted Clients restrictions can narrow which source hosts reach it.

Detail and 4 sources
important · Privilege

Attackers are exploiting Acronis hosting-plugin permissions to elevate a local hosting account to root.

Affects

Acronis Backup integrations for cPanel/WHM, Plesk and DirectAdmin on Linux hosting servers.

A low-privilege user on an affected hosting server can alter a file or path later consumed by the privileged backup service.

Detail and 5 sources
important · Wi-Fi / Edge

A LAN attacker can replay a Tapo camera challenge into an administrative session.

Affects

TP-Link Tapo C120 and C200, Wi-Fi-connected home and small-business security cameras running embedded firmware.

A LAN peer needs only HTTPS reachability, not an existing session; the resulting token reaches configuration, live streams and stored recordings.

Detail and 3 sources
important · Zero-click / RCE

A malformed VVC bitstream can write past FFmpeg's slice-entry-point array.

Affects

FFmpeg, a cross-platform multimedia decoding and processing library used by media applications and services.

An affected consumer must decode the bitstream; missing entry-point bounds enforcement then produces an out-of-bounds CTU-index write.

Detail and 3 sources

Code-execution control and an automatic remote delivery path remain unproved. The fix reached master and release/9.0, but it was not read for a Priority Finding.

Chain to watch
Deliver a crafted VVC bitstream to an affected consumerTrigger the slice-entry-point overwriteEstablish overwrite control and an automatic remote ingestion pathBoth exploitability and receipt-only reachability remain unproved.
Unverified chainReproduce the regression input, characterize the overwritten object and test automatic VVC consumers.
important · Firmware / Edge

Any LAN client can bypass the TOTOLINK A3002MU login and execute shell commands as root.

Affects

TOTOLINK A3002MU, a dual-band home and small-office Wi-Fi router running embedded Linux firmware.

A fail-open session check exposes the Boa handlers; formWsc then passes shell-bearing peerPin input to system() as root.

Detail and 2 sources

Public exploit code is available and no patch was identified, but the path is confined to LAN reachability on one obscure router.

important · Physical / Firmware

Laser faults restore Secure debug on a permanently locked RP2350 A4.

Affects

Raspberry Pi RP2350 A4, a dual-core microcontroller used in embedded devices.

The path requires possession, destructive backside decapsulation, SWD access and laboratory-grade photon-emission and laser-fault equipment.

Detail and 1 source

Researchers nevertheless restored the Secure debugger and recovered the vendor-challenge 128-bit secret from OTP.

Also noted0

No additional findings today.

What was checked · 1 quiet
Boot chain & TPMQuiet

DDRop's low-cost interposer breaks TDX and SEV-SNP freshness assumptions; no separate bootloader change was established.

Get it by email

The same brief, every morning. One email a day, nothing else.

fullchain.sh follows the day’s disclosures from bug to shell — what each one enables, what it links to, and where the fix left the primitive in place.

Every finding here carries a source that was checked before it published. If something is wrong, write to admin@fullchain.sh — corrections are published on the day they affect.

Saturday, September 19, 2026