Linux Kernel "ZcopyReaper" Vulnerability (CVE-2026-43502) Exposes Systems to Local Privilege Escalation
A newly disclosed Linux kernel vulnerability, CVE-2026-43502 (dubbed ZcopyReaper), allows unprivileged local users to escalate privileges on vulnerable systems under specific conditions. The flaw resides in the Reliable Datagram Sockets (RDS) zerocopy send path, a high-performance data transfer feature, and was introduced in Linux kernel version 4.17.
Reported by Yuan Tan of NebuSec, the issue was patched in commit 44b550d88b26, with the fix first included in Linux v7.1-rc3. The vulnerability affects systems where RDS networking support is enabled, particularly when RDS over TCP (CONFIG_RDS_TCP) is active alongside CONFIG_INET, CONFIG_AIO, and CONFIG_RDS.
Exploitation requires local access but no elevated permissions, making it a significant risk in shared environments including multi-user servers, VPS instances, development machines, and container-hosted deployments. NebuSec demonstrated successful privilege escalation on an openSUSE system running kernel 6.4.0-150600.23.100, highlighting that long-term support (LTS) and distribution-maintained kernels may remain vulnerable despite version differences.
Notably, disabling unprivileged user namespaces (CONFIG_USER_NS) a common hardening measure does not mitigate this flaw, as the vulnerable path does not depend on it. If RDS and RDS TCP are compiled as loadable modules (rds.ko, rds_tcp.ko), exploitation may still occur if the modules are loaded or auto-loaded.
Mitigation involves updating to a patched kernel (as provided by distribution vendors) or disabling RDS functionality where unnecessary, though the latter should be tested to avoid disrupting dependent workloads. Organizations are advised to monitor distribution advisories for patched package versions rather than relying solely on upstream milestones.
Source: https://cyberpress.org/linux-kernel-zcopyreaper-vulnerability/
SUSE cybersecurity rating report: https://www.rankiteo.com/company/suse
Linux Kernel Security cybersecurity rating report: https://www.rankiteo.com/company/linkersec
"id": "SUSLIN1789453827",
"linkid": "suse, linkersec",
"type": "Vulnerability",
"date": "1/2026",
"severity": "85",
"impact": "4",
"explanation": "Attack with significant impact with customers data leaks"
{'affected_entities': [{'industry': ['Technology',
'Cloud Services',
'Hosting Providers'],
'type': 'Linux-based systems'}],
'attack_vector': 'Local Access',
'description': 'A newly disclosed Linux kernel vulnerability, CVE-2026-43502 '
'(dubbed *ZcopyReaper*), allows unprivileged local users to '
'escalate privileges on vulnerable systems under specific '
'conditions. The flaw resides in the Reliable Datagram Sockets '
'(RDS) zerocopy send path and was introduced in Linux kernel '
'version 4.17. Exploitation requires local access but no '
'elevated permissions, posing significant risks in shared '
'environments like multi-user servers, VPS instances, and '
'container-hosted deployments.',
'impact': {'operational_impact': 'Privilege escalation risk in shared '
'environments',
'systems_affected': 'Linux systems with RDS networking support '
'enabled (RDS over TCP, CONFIG_RDS_TCP, '
'CONFIG_INET, CONFIG_AIO, CONFIG_RDS)'},
'post_incident_analysis': {'corrective_actions': 'Patch kernel to include '
'commit 44b550d88b26 or '
'disable RDS functionality',
'root_causes': 'Flaw in the RDS zerocopy send path '
'(Linux kernel vulnerability)'},
'recommendations': 'Monitor distribution advisories for patched kernel '
'versions, test disabling RDS functionality if '
'unnecessary, and apply updates promptly.',
'references': [{'source': 'NebuSec'}],
'response': {'containment_measures': 'Update to a patched kernel or disable '
'RDS functionality where unnecessary',
'remediation_measures': 'Apply kernel patches provided by '
'distribution vendors'},
'title': "Linux Kernel 'ZcopyReaper' Vulnerability (CVE-2026-43502) Exposes "
'Systems to Local Privilege Escalation',
'type': 'Local Privilege Escalation',
'vulnerability_exploited': 'CVE-2026-43502 (ZcopyReaper)'}