Zero Day MonitorZDM
DashboardVulnerabilitiesTrendingZero-DaysNewsAbout
Login
ImpressumPrivacy Policy
Zero Day Monitor © 2026
2981 articles · 185100 vulns · 37/41 feeds (7d)
← Back to list
7.8
CVE-2026-43500KEVEXPLOITEDPATCHED
linux · linux_kernel

rxrpc: Also unshare DATA/RESPONSE packets when paged frags are present

Description

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Also unshare DATA/RESPONSE packets when paged frags are present The DATA-packet handler in rxrpc_input_call_event() and the RESPONSE handler in rxrpc_verify_response() copy the skb to a linear one before calling into the security ops only when skb_cloned() is true. An skb that is not cloned but still carries externally-owned paged fragments (e.g. SKBFL_SHARED_FRAG set by splice() into a UDP socket via __ip_append_data, or a chained skb_has_frag_list()) falls through to the in-place decryption path, which binds the frag pages directly into the AEAD/skcipher SGL via skb_to_sgvec(). Extend the gate to also unshare when skb_has_frag_list() or skb_has_shared_frag() is true. This catches the splice-loopback vector and other externally-shared frag sources while preserving the zero-copy fast path for skbs whose frags are kernel-private (e.g. NIC page_pool RX, GRO). The OOM/trace handling already in place is reused.

Affected Products

VendorProductVersions
linuxlinux_kerneld0d5c0cd1e711c98703f3544c1e6fc1372898de5, d0d5c0cd1e711c98703f3544c1e6fc1372898de5, d0d5c0cd1e711c98703f3544c1e6fc1372898de5, d0d5c0cd1e711c98703f3544c1e6fc1372898de5, d0d5c0cd1e711c98703f3544c1e6fc1372898de5, 5.3

Also Affects

Downstream vendors/products affected by this vulnerability

VendorProductSourceConfidence
linuxlinuxmitre_affected90%
open sourceopen source linux kernelcert_advisory90%
oracleoracle communicationscert_advisory90%

References

  • https://git.kernel.org/stable/c/7c504ffab3efce8f7e4f463b314ae31030bdf18b
  • https://git.kernel.org/stable/c/3711382a77342a9a1c3d2e7330dcfc7ea927f568
  • https://git.kernel.org/stable/c/3eae0f4f9f7206a4801efa5e0235c25bbd5a412c
  • https://git.kernel.org/stable/c/d45179f8795222ce858770dc619abe51f9d24411
  • https://git.kernel.org/stable/c/aa54b1d27fe0c2b78e664a34fd0fdf7cd1960d71

Related News (37 articles)

Tier B
CERT-FR9d ago
Multiples vulnérabilités dans le noyau Linux d'Ubuntu (31 juillet 2026)
→ No new info (linked only)
Tier B
CERT-FR9d ago
Multiples vulnérabilités dans le noyau Linux de Red Hat (31 juillet 2026)
→ No new info (linked only)
Tier D
The Hacker News15d ago
Hacker Runs Hermes AI Agent Unattended for Post-Exploitation at Thai Finance Ministry
→ No new info (linked only)
Tier B
CERT-FR16d ago
Multiples vulnérabilités dans le noyau Linux d'Ubuntu (24 juillet 2026)
→ No new info (linked only)
Tier B
BSI Advisories17d ago
[NEU] [hoch] Oracle Communications: Mehrere Schwachstellen
→ No new info (linked only)
Tier B
BSI Advisories19d ago
[NEU] [mittel] Linux Kernel: Mehrere Schwachstellen ermöglichen nicht spezifizierten Angriff
→ No new info (linked only)
Tier D
BleepingComputer32d ago
New Januscape Linux flaw allows VM escape on Intel, AMD devices
→ No new info (linked only)
Tier E
Lobsters Security36d ago
Dissecting and Exploiting Linux LPE Variant: DirtyClone (CVE-2026-43503)
→ No new info (linked only)
Tier D
SecurityWeek40d ago
‘DirtyClone’ Linux Kernel Vulnerability Leads to Root Access
→ No new info (linked only)
Tier B
CERT-FR44d ago
Multiples vulnérabilités dans le noyau Linux d'Ubuntu (26 juin 2026)
→ No new info (linked only)
Tier D
The Hacker News60d ago
Researchers Build Self-Replicating AI Worm That Operates Entirely on Local, Open-Weight Models
→ No new info (linked only)
Tier B
CERT-FR65d ago
Multiples vulnérabilités dans le noyau Linux de SUSE (05 juin 2026)
→ No new info (linked only)
Tier A
Fortinet PSIRT66d ago
Linux Kernel vulnerability Dirty Frag
→ No new info (linked only)
Tier B
CERT-FR69d ago
Multiples vulnérabilités dans les produits Mitel (01 juin 2026)
→ No new info (linked only)
Tier C
Rapid7 Blog71d ago
Metasploit Wrap Up 05/29/2026
→ No new info (linked only)
Tier C
Exploit-DB72d ago
[local] Linux Kernel - Local Privilege Escalation
→ No new info (linked only)
Tier B
CCCS Canada72d ago
Mitel security advisory (AV26-524)
→ No new info (linked only)
Tier E
Hacker News73d ago
Dirty Frag: a kernel zero-day vs. container and microVM sandboxes
→ No new info (linked only)
Tier C
Exploit-DB74d ago
[local] Linux Kernel - Local Privilege Escalation
→ No new info (linked only)
Tier B
CCCS Canada74d ago
[Control Systems] Moxa security advisory (AV26-509)
→ No new info (linked only)
Tier B
CERT-FR79d ago
Multiples vulnérabilités dans le noyau Linux de SUSE (22 mai 2026)
→ No new info (linked only)
Tier B
CERT/CC Vuln Notes80d ago
VU#980487: Local privilege escalation in Linux Kernel (Dirty Frag)
→ No new info (linked only)
Tier B
CERT-FR86d ago
Multiples vulnérabilités dans le noyau Linux de Debian (15 mai 2026)
→ No new info (linked only)
Tier B
CERT-FR86d ago
Multiples vulnérabilités dans le noyau Linux de SUSE (15 mai 2026)
→ No new info (linked only)
Tier D
Infosecurity Magazine86d ago
New Fragnesia Flaw Hands Linux Local Users Root Access
→ No new info (linked only)
Tier E
Reddit r/cybersecurity87d ago
Detecting CopyFail and DirtyFrag by thinking outside the box
→ No new info (linked only)
Tier A
Microsoft MSRC88d ago
CVE-2026-43500 rxrpc: Also unshare DATA/RESPONSE packets when paged frags are present
→ No new info (linked only)
Tier E
Hacker News89d ago
Just released: Dirty Frag (CVE-2026-43284 / CVE-2026-43500) Detection Script
→ No new info (linked only)
Tier E
Hacker News89d ago
New Linux kernel vulnerability: Dirty Frag family RxGK variants discovered
→ No new info (linked only)
Tier E
Lobsters Security89d ago
Load-Bearing Assumptions: the rxrpc case (CVE-2026-43500) and the constraint that was never there
→ No new info (linked only)
Tier C
VulDB89d ago
CVE-2026-43500 | Linux Kernel up to 6.18.28/7.0.5/7.1-rc2 rxrpc rxrpc_input_call_event infinite loop
→ No new info (linked only)
Tier C
Linux Kernel CVEs89d ago
CVE-2026-43500: rxrpc: Also unshare DATA/RESPONSE packets when paged frags are present
→ No new info (linked only)
Tier B
CERT-FR90d ago
Bulletin d'actualité CERTFR-2026-ACT-021 (11 mai 2026)
→ No new info (linked only)
Tier E
Hacker News91d ago
"Dirty Frag" (CVE-2026-43284): The Second Linux Root Exploit in Eight Days
→ No new info (linked only)
Tier E
Hacker News91d ago
CVE-2026-43284 ("Dirty Frag") Alma Linux
→ No new info (linked only)
Tier E
Hacker News91d ago
Dirty Frag: Ongoing Linux Kernel Privilege Escalation Vulnerability Since 2017
→ No new info (linked only)
Tier B
BSI Advisories92d ago
[NEU] [hoch] Linux Kernel (Dirty Frag): Mehrere Schwachstellen ermöglichen Erlangen von Administratorrechten
→ No new info (linked only)
CVSS 3.17.8 HIGH
VectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CISA KEV✅ Yes
Actively exploited✅ Yes
Patch available
3eae0f4f9f7206a4801efa5e0235c25bbd5a412cd45179f8795222ce858770dc619abe51f9d24411aa54b1d27fe0c2b78e664a34fd0fdf7cd1960d7106.18.297.0.67.1-rc3
PublishedMay 11, 2026
Last enriched32d agov9
Tags
privilege escalationmemory corruptionlocal privilege escalationpage-cache managementDirty FragLinux LPE
Trending Score38
Source articles37
Independent17
Info Completeness11/14
Missing: epss, iocs, mitre_attack

Community Vote

0
Login to vote
0 upvotes0 downvotes
No votes yet

Related CVEs (5)

HIGHCVE-2026-53359EXP
KVM: x86: Fix shadow paging use-after-free due to unexpected role
Trending: 73
HIGHCVE-2026-46331EXP
net/sched: fix pedit partial COW leading to page cache corruption
Trending: 72
HIGHCVE-2026-46243EXP
smb: client: reject userspace cifs.spnego descriptions
Trending: 63
HIGHCVE-2026-64600EXP
xfs: resample the data fork mapping after cycling ILOCK
Trending: 63
HIGHCVE-2026-43499EXP
rtmutex: Use waiter::task instead of current in remove_waiter()
Trending: 60

Pin to Dashboard

Verification

State: verified
Confidence: 0%

Vulnerability Timeline

CVE Published
May 11, 2026
Added to CISA KEV
May 11, 2026
Discovered by ZDM
May 11, 2026
Updated: affectedVersions
May 11, 2026
Updated: description, affectedVersions, severity, cweIds, exploitAvailable, tags
May 20, 2026
Updated: cweIds
May 26, 2026
Updated: affectedVersions, tags
May 28, 2026
Updated: description, affectedVersions, severity, cweIds
May 29, 2026
Updated: cweIds, tags
May 29, 2026
Updated: cvssEstimate
Jun 3, 2026
Updated: cweIds
Jul 7, 2026
Actively Exploited
Aug 5, 2026
Exploit Available
Aug 5, 2026
Patch Available
Aug 5, 2026

Version History

v9
Last enriched 32d ago
v9Tier D32d ago

Updated description with detailed technical information about the Januscape vulnerability and added new CWE ID and patch information.

cweIds
via BleepingComputer
v8Tier A66d ago

Updated CVSS from 7.8 to 7.9, added new CWE IDs CVE-2026-43284 and CVE-2026-43500, and set patchAvailable to null.

cvssEstimate
via Fortinet PSIRT
v7Tier C71d ago

Added new CWE IDs related to the 'Dirty Frag' vulnerabilities and included new relevant tags.

cweIdstags
via Rapid7 Blog
v6Tier C71d ago

Updated description with new exploit details, added affected versions for various distributions, changed severity to HIGH, added new CWE, and updated tags.

descriptionaffectedVersionsseveritycweIds
via Exploit-DB
v5Tier C72d ago

Updated description with detailed exploit information, added affected versions, changed severity to HIGH, and included new tags.

affectedVersionstags
via Exploit-DB
v4Tier B74d ago

Added new CWE-119 related to the vulnerability.

cweIds
via CCCS Canada
v3Tier B80d ago

Updated description with detailed technical information, added affected version 4.10, changed severity to CRITICAL, and included new CWE IDs.

descriptionaffectedVersionsseveritycweIdsexploitAvailabletags
via CERT/CC Vuln Notes
v2Tier C89d ago

Updated description with critical vulnerability details, changed severity to CRITICAL, and added affected versions 6.18.28, 7.0.5, and 7.1-rc2.

affectedVersions
via VulDB
v189d ago

Initial creation