xfrm: esp: avoid in-place decrypt on shared skb frags

Summary

CVECVE-2026-43284
StatePUBLISHED
AssignerLinux
Source PriorityCVE Program / NVD first with legacy fallback
Published2026-05-08 08:16:43 UTC
Updated2026-07-15 02:21:43 UTC
DescriptionIn the Linux kernel, the following vulnerability has been resolved: xfrm: esp: avoid in-place decrypt on shared skb frags MSG_SPLICE_PAGES can attach pages from a pipe directly to an skb. TCP marks such skbs with SKBFL_SHARED_FRAG after skb_splice_from_iter(), so later paths that may modify packet data can first make a private copy. The IPv4/IPv6 datagram append paths did not set this flag when splicing pages into UDP skbs. That leaves an ESP-in-UDP packet made from shared pipe pages looking like an ordinary uncloned nonlinear skb. ESP input then takes the no-COW fast path for uncloned skbs without a frag_list and decrypts in place over data that is not owned privately by the skb. Mark IPv4/IPv6 datagram splice frags with SKBFL_SHARED_FRAG, matching TCP. Also make ESP input fall back to skb_cow_data() when the flag is present, so ESP does not decrypt externally backed frags in place. Private nonlinear skb frags still use the existing fast path. This intentionally does not change ESP output. In esp_output_head(), the path that appends the ESP trailer to existing skb tailroom without calling skb_cow_data() is not reachable for nonlinear skbs: skb_tailroom() returns zero when skb->data_len is nonzero, while ESP tailen is positive. Thus ESP output will either use the separate destination-frag path or fall back to skb_cow_data().

Risk And Classification

Primary CVSS: v3.1 7.8 HIGH from ADP

CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H

EPSS: 0.000070000 probability, percentile 0.005070000 (date 2026-05-12)

Problem Types: CWE-123 | CWE-123 CWE-123 Write-what-where Condition | CWE-123 Write-what-where Condition


VersionSourceTypeScoreSeverityVector
3.1ADPDECLARED7.8HIGHCVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H
3.1ADPCVSS7.8HIGHCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
3.1416baaa9-dc9f-4396-8d5f-8c081fb06d67Secondary8.8HIGHCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
3.1134c704f-9b21-4f2e-91b3-4a467353bcc0Secondary7.8HIGHCVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H
3.10b0ca135-0b70-47e7-9f44-1890c2a1c46cSecondary7.8HIGHCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
3.1CNADECLARED8.8HIGHCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H

CVSS v3.1 Breakdown

Attack Vector
Local
Attack Complexity
High
Privileges Required
Low
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H

NVD Known Affected Configurations (CPE 2.3)

TypeVendorProductVersionUpdateEditionLanguage
Operating System Linux Linux Kernel All All All All

Vendor Declared Affected Products

SourceVendorProductVersionPlatforms
CNA Linux Linux affected cac2661c53f35cbe651bef9b07026a5a05ab8ce0 a6cb440f274a22456ef3e86b457344f1678f38f9 git Not specified
CNA Linux Linux affected cac2661c53f35cbe651bef9b07026a5a05ab8ce0 ab8b995323e5237041472d07e5055f5f7dcdf15b git Not specified
CNA Linux Linux affected cac2661c53f35cbe651bef9b07026a5a05ab8ce0 fe785bb3a8096dffcc4048a85cd0c83337eeecad git Not specified
CNA Linux Linux affected cac2661c53f35cbe651bef9b07026a5a05ab8ce0 5d55c7336f8032d434adcc5fab987ccc93a44aec git Not specified
CNA Linux Linux affected cac2661c53f35cbe651bef9b07026a5a05ab8ce0 8253aab4659ca16116b522203c2a6b18dccacea7 git Not specified
CNA Linux Linux affected cac2661c53f35cbe651bef9b07026a5a05ab8ce0 50ed1e7873100f77abad20fd31c51029bc49cd03 git Not specified
CNA Linux Linux affected cac2661c53f35cbe651bef9b07026a5a05ab8ce0 b54edf1e9a3fd3491bdcb82a21f8d21315271e0d git Not specified
CNA Linux Linux affected cac2661c53f35cbe651bef9b07026a5a05ab8ce0 71a1d9d985d26716f74d21f18ee8cac821b06e97 git Not specified
CNA Linux Linux affected cac2661c53f35cbe651bef9b07026a5a05ab8ce0 52646cbd00e765a6db9c3afe9535f26218276034 git Not specified
CNA Linux Linux affected cac2661c53f35cbe651bef9b07026a5a05ab8ce0 f4c50a4034e62ab75f1d5cdd191dd5f9c77fdff4 git Not specified
CNA Linux Linux affected 4.11 Not specified
CNA Linux Linux unaffected 4.11 semver Not specified
CNA Linux Linux unaffected 5.10.255 5.10.* semver Not specified
CNA Linux Linux unaffected 5.15.205 5.15.* semver Not specified
CNA Linux Linux unaffected 5.15.206 5.15.* semver Not specified
CNA Linux Linux unaffected 6.1.171 6.1.* semver Not specified
CNA Linux Linux unaffected 6.1.172 6.1.* semver Not specified
CNA Linux Linux unaffected 6.6.138 6.6.* semver Not specified
CNA Linux Linux unaffected 6.12.87 6.12.* semver Not specified
CNA Linux Linux unaffected 6.18.28 6.18.* semver Not specified
CNA Linux Linux unaffected 7.0.5 7.0.* semver Not specified
CNA Linux Linux unaffected 7.1 * original_commit_for_fix Not specified
ADP Red Hat NVIDIA For RHEL 10 unaffected 0:6.12.0-211.7.el10nv * rpm Not specified
ADP Red Hat NVIDIA For RHEL 10 unaffected 0:6.12.0-231.12.el10nv * rpm Not specified
ADP Red Hat Red Hat Enterprise Linux 10 unaffected 0:6.12.0-124.56.1.el10_1 * rpm Not specified
ADP Red Hat Red Hat Enterprise Linux 10 unaffected 0:6.12.0-211.16.1.el10_2 * rpm Not specified
ADP Red Hat Red Hat Enterprise Linux 10 unaffected 0:6.12.0-211.7.3.el10_2 * rpm Not specified
ADP Red Hat Red Hat Enterprise Linux 10.0 Extended Update Support unaffected 0:6.12.0-55.73.1.el10_0 * rpm Not specified
ADP Red Hat Red Hat Enterprise Linux 8 unaffected 0:4.18.0-553.124.1.rt7.465.el8_10 * rpm Not specified
ADP Red Hat Red Hat Enterprise Linux 8 unaffected 0:4.18.0-553.124.1.el8_10 * rpm Not specified
ADP Red Hat Red Hat Enterprise Linux 8 Not specified Not specified
ADP Red Hat Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support unaffected 0:4.18.0-305.191.1.el8_4 * rpm Not specified
ADP Red Hat Red Hat Enterprise Linux 8.4 Extended Update Support Long-Life Add-On unaffected 0:4.18.0-305.191.1.el8_4 * rpm Not specified
ADP Red Hat Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support unaffected 0:4.18.0-372.192.1.el8_6 * rpm Not specified
ADP Red Hat Red Hat Enterprise Linux 8.6 Telecommunications Update Service unaffected 0:4.18.0-372.192.1.el8_6 * rpm Not specified
ADP Red Hat Red Hat Enterprise Linux 8.6 Update Services For SAP Solutions unaffected 0:4.18.0-372.192.1.el8_6 * rpm Not specified
ADP Red Hat Red Hat Enterprise Linux 8.6 Update Services For SAP Solutions Not specified Not specified
ADP Red Hat Red Hat Enterprise Linux 8.8 Telecommunications Update Service unaffected 0:4.18.0-477.140.1.el8_8 * rpm Not specified
ADP Red Hat Red Hat Enterprise Linux 8.8 Update Services For SAP Solutions unaffected 0:4.18.0-477.140.1.el8_8 * rpm Not specified
ADP Red Hat Red Hat Enterprise Linux 8.8 Update Services For SAP Solutions Not specified Not specified
ADP Red Hat Red Hat Enterprise Linux 9 unaffected 0:5.14.0-611.55.1.el9_7 * rpm Not specified
ADP Red Hat Red Hat Enterprise Linux 9 unaffected 0:5.14.0-687.10.1.el9_8 * rpm Not specified
ADP Red Hat Red Hat Enterprise Linux 9 unaffected 0:5.14.0-687.5.3.el9_8 * rpm Not specified
ADP Red Hat Red Hat Enterprise Linux 9.0 Update Services For SAP Solutions unaffected 0:5.14.0-70.179.1.el9_0 * rpm Not specified
ADP Red Hat Red Hat Enterprise Linux 9.0 Update Services For SAP Solutions unaffected 0:5.14.0-70.179.1.rt21.251.el9_0 * rpm Not specified
ADP Red Hat Red Hat Enterprise Linux 9.0 Update Services For SAP Solutions Not specified Not specified
ADP Red Hat Red Hat Enterprise Linux 9.2 Update Services For SAP Solutions unaffected 0:5.14.0-284.170.1.el9_2 * rpm Not specified
ADP Red Hat Red Hat Enterprise Linux 9.2 Update Services For SAP Solutions unaffected 0:5.14.0-284.170.1.rt14.455.el9_2 * rpm Not specified
ADP Red Hat Red Hat Enterprise Linux 9.2 Update Services For SAP Solutions Not specified Not specified
ADP Red Hat Red Hat Enterprise Linux 9.4 Extended Update Support unaffected 0:5.14.0-427.125.1.el9_4 * rpm Not specified
ADP Red Hat Red Hat Enterprise Linux 9.4 Extended Update Support Not specified Not specified
ADP Red Hat Red Hat Enterprise Linux 9.6 Extended Update Support unaffected 0:5.14.0-570.113.1.el9_6 * rpm Not specified
ADP Red Hat Red Hat Enterprise Linux 9.6 Extended Update Support Not specified Not specified
ADP Red Hat Red Hat OpenShift Container Platform 4.12 unaffected 412.86.202605111404-0 * rpm Not specified
ADP Red Hat Red Hat OpenShift Container Platform 4.12 unaffected 412.86.202605271418-0 * rpm Not specified
ADP Red Hat Red Hat OpenShift Container Platform 4.13 unaffected 413.92.202606160406-0 * rpm Not specified
ADP Red Hat Red Hat OpenShift Container Platform 4.14 unaffected 414.92.202605111427-0 * rpm Not specified
ADP Red Hat Red Hat OpenShift Container Platform 4.15 unaffected 415.92.202606030318-0 * rpm Not specified
ADP Red Hat Red Hat OpenShift Container Platform 4.16 unaffected 416.94.202605101426-0 * rpm Not specified
ADP Red Hat Red Hat OpenShift Container Platform 4.17 unaffected 417.94.202606250942-0 * rpm Not specified
ADP Red Hat Red Hat OpenShift Container Platform 4.18 unaffected 418.94.202605101521-0 * rpm Not specified
ADP Red Hat Red Hat OpenShift Container Platform 4.19 unaffected 4.19.9.6.202605110225-0 * rpm Not specified
ADP Red Hat Red Hat OpenShift Container Platform 4.20 unaffected 4.20.9.6.202605110206-0 * rpm Not specified
ADP Red Hat Red Hat OpenShift Container Platform 4.21 unaffected 4.21.9.6.202605110143-0 * rpm Not specified
ADP Red Hat Red Hat Enterprise Linux 6 Not specified Not specified
ADP Red Hat Red Hat Enterprise Linux 7 Not specified Not specified
ADP Red Hat Red Hat Enterprise Linux 7 Not specified Not specified
ADP Siemens SIMATIC S7-1500 CPU 1518-4 PN/DP MFP affected V3.1.6 * custom Not specified
ADP Siemens SIMATIC S7-1500 CPU 1518-4 PN/DP MFP affected V3.1.5 * custom Not specified
ADP Siemens SIMATIC S7-1500 CPU 1518-4 PN/DP MFP affected V3.1.6 * custom Not specified
ADP Siemens SIMATIC S7-1500 CPU 1518-4 PN/DP MFP affected V3.1.5 * custom Not specified
ADP Siemens SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP affected V3.1.6 * custom Not specified
ADP Siemens SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP affected V3.1.5 * custom Not specified
ADP Siemens SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP affected V3.1.6 * custom Not specified
ADP Siemens SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP affected V3.1.5 * custom Not specified
ADP Siemens SIPLUS S7-1500 CPU 1518-4 PN/DP MFP affected V3.1.6 * custom Not specified
ADP Siemens SIPLUS S7-1500 CPU 1518-4 PN/DP MFP affected V3.1.5 * custom Not specified

References

ReferenceSourceLinkTags
access.redhat.com/errata/RHSA-2026:19575 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
git.kernel.org/stable/c/f4c50a4034e62ab75f1d5cdd191dd5f9c77fdff4 416baaa9-dc9f-4396-8d5f-8c081fb06d67 git.kernel.org
www.openwall.com/lists/oss-security/2026/05/14/4 af854a3a-2127-422b-91ae-364da2661108 www.openwall.com
bugzilla.redhat.com/show_bug.cgi 0b0ca135-0b70-47e7-9f44-1890c2a1c46c bugzilla.redhat.com
access.redhat.com/errata/RHSA-2026:16176 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
access.redhat.com/errata/RHSA-2026:17795 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
access.redhat.com/errata/RHSA-2026:19568 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
cert-portal.siemens.com/productcert/html/ssa-082556.html 0b142b55-0307-4c5a-b3c9-f314f3fb7c5e cert-portal.siemens.com
access.redhat.com/errata/RHSA-2026:16161 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
access.redhat.com/errata/RHSA-2026:16155 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
access.redhat.com/security/cve/CVE-2026-43284 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
git.kernel.org/stable/c/8253aab4659ca16116b522203c2a6b18dccacea7 416baaa9-dc9f-4396-8d5f-8c081fb06d67 git.kernel.org
access.redhat.com/errata/RHSA-2026:19225 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
access.redhat.com/errata/RHSA-2026:16254 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
access.redhat.com/errata/RHSA-2026:16061 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
access.redhat.com/errata/RHSA-2026:16202 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
www.openwall.com/lists/oss-security/2026/05/13/6 af854a3a-2127-422b-91ae-364da2661108 www.openwall.com
access.redhat.com/errata/RHSA-2026:34098 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
access.redhat.com/errata/RHSA-2026:16157 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
git.kernel.org/stable/c/b54edf1e9a3fd3491bdcb82a21f8d21315271e0d 416baaa9-dc9f-4396-8d5f-8c081fb06d67 git.kernel.org Patch
security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-43284.json 0b0ca135-0b70-47e7-9f44-1890c2a1c46c security.access.redhat.com
git.kernel.org/stable/c/5d55c7336f8032d434adcc5fab987ccc93a44aec 416baaa9-dc9f-4396-8d5f-8c081fb06d67 git.kernel.org Patch
access.redhat.com/errata/RHSA-2026:23233 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
access.redhat.com/errata/RHSA-2026:19572 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
www.openwall.com/lists/oss-security/2026/05/14/2 af854a3a-2127-422b-91ae-364da2661108 www.openwall.com
access.redhat.com/errata/RHSA-2026:19577 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
www.vicarius.io/vsociety/posts/cve-2026-43284-mitigation-script-dirty-frag-li... af854a3a-2127-422b-91ae-364da2661108 www.vicarius.io
git.kernel.org/stable/c/50ed1e7873100f77abad20fd31c51029bc49cd03 416baaa9-dc9f-4396-8d5f-8c081fb06d67 git.kernel.org Patch
www.openwall.com/lists/oss-security/2026/05/08/7 af854a3a-2127-422b-91ae-364da2661108 www.openwall.com Mailing List
access.redhat.com/errata/RHSA-2026:16196 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
access.redhat.com/errata/RHSA-2026:16312 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
cert-portal.siemens.com/productcert/html/ssa-019113.html 0b142b55-0307-4c5a-b3c9-f314f3fb7c5e cert-portal.siemens.com
access.redhat.com/errata/RHSA-2026:16171 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
access.redhat.com/errata/RHSA-2026:16203 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
access.redhat.com/errata/RHSA-2026:16180 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
access.redhat.com/errata/RHSA-2026:26542 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
access.redhat.com/errata/RHSA-2026:16206 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
access.redhat.com/errata/RHSA-2026:16100 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
access.redhat.com/errata/RHSA-2026:19564 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
git.kernel.org/stable/c/52646cbd00e765a6db9c3afe9535f26218276034 416baaa9-dc9f-4396-8d5f-8c081fb06d67 git.kernel.org Patch
access.redhat.com/errata/RHSA-2026:16328 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
access.redhat.com/errata/RHSA-2026:21695 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
access.redhat.com/errata/RHSA-2026:19573 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
access.redhat.com/errata/RHSA-2026:16195 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
git.kernel.org/stable/c/71a1d9d985d26716f74d21f18ee8cac821b06e97 416baaa9-dc9f-4396-8d5f-8c081fb06d67 git.kernel.org Patch
access.redhat.com/errata/RHSA-2026:16314 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
git.kernel.org/stable/c/ab8b995323e5237041472d07e5055f5f7dcdf15b 416baaa9-dc9f-4396-8d5f-8c081fb06d67 git.kernel.org Patch
git.kernel.org/stable/c/a6cb440f274a22456ef3e86b457344f1678f38f9 416baaa9-dc9f-4396-8d5f-8c081fb06d67 git.kernel.org Patch
access.redhat.com/errata/RHSA-2026:19574 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
access.redhat.com/errata/RHSA-2026:33486 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
access.redhat.com/errata/RHSA-2026:18025 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
access.redhat.com/errata/RHSA-2026:16204 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
access.redhat.com/errata/RHSA-2026:16062 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
access.redhat.com/errata/RHSA-2026:16201 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
git.kernel.org/stable/c/fe785bb3a8096dffcc4048a85cd0c83337eeecad 416baaa9-dc9f-4396-8d5f-8c081fb06d67 git.kernel.org
www.vicarius.io/vsociety/posts/cve-2026-43284-detection-script-dirty-frag-lin... af854a3a-2127-422b-91ae-364da2661108 www.vicarius.io
access.redhat.com/errata/RHSA-2026:16160 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
access.redhat.com/errata/RHSA-2026:19074 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
access.redhat.com/errata/RHSA-2026:19569 0b0ca135-0b70-47e7-9f44-1890c2a1c46c access.redhat.com
github.com/V4bel/dirtyfrag 134c704f-9b21-4f2e-91b3-4a467353bcc0 github.com Exploit, Third Party Advisory
CVE Program record CVE.ORG www.cve.org canonical
NVD vulnerability detail NVD nvd.nist.gov canonical, analysis

Additional Advisory Data

SourceTimeEvent
ADP2026-05-07T15:56:04.044ZReported to Red Hat.
ADP2026-05-07T00:00:00.000ZMade public.

Solutions

ADP: RHSA-2026:17795: NVIDIA for RHEL 10

ADP: RHSA-2026:33486: NVIDIA for RHEL 10

ADP: RHSA-2026:16180: Red Hat OpenShift Container Platform 4.12

ADP: RHSA-2026:21695: Red Hat OpenShift Container Platform 4.12

ADP: RHSA-2026:26542: Red Hat OpenShift Container Platform 4.13

ADP: RHSA-2026:16176: Red Hat OpenShift Container Platform 4.14

ADP: RHSA-2026:23233: Red Hat OpenShift Container Platform 4.15

ADP: RHSA-2026:16171: Red Hat OpenShift Container Platform 4.16

ADP: RHSA-2026:34098: Red Hat OpenShift Container Platform 4.17

ADP: RHSA-2026:16160: Red Hat OpenShift Container Platform 4.18

ADP: RHSA-2026:16161: Red Hat OpenShift Container Platform 4.19

ADP: RHSA-2026:16157: Red Hat OpenShift Container Platform 4.20

ADP: RHSA-2026:16155: Red Hat OpenShift Container Platform 4.21

ADP: RHSA-2026:16314: Red Hat Enterprise Linux AppStream EUS (v. 10.0), Red Hat Enterprise Linux BaseOS EUS (v. 10.0), Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0), Red Hat Enterprise Linux Real Time EUS (v. 10.0), Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)

ADP: RHSA-2026:16062: Red Hat Enterprise Linux AppStream (v. 10), Red Hat Enterprise Linux BaseOS (v. 10), Red Hat Enterprise Linux CodeReady Linux Builder (v. 10), Red Hat Enterprise Linux Real Time (v. 10), Red Hat Enterprise Linux Real Time for NFV (v. 10)

ADP: RHSA-2026:19569: Red Hat Enterprise Linux AppStream (v. 10), Red Hat Enterprise Linux BaseOS (v. 10), Red Hat Enterprise Linux CodeReady Linux Builder (v. 10), Red Hat Enterprise Linux Real Time (v. 10), Red Hat Enterprise Linux Real Time for NFV (v. 10)

ADP: RHSA-2026:19074: Red Hat Enterprise Linux AppStream (v. 10), Red Hat Enterprise Linux BaseOS (v. 10), Red Hat Enterprise Linux CodeReady Linux Builder (v. 10), Red Hat Enterprise Linux Real Time (v. 10), Red Hat Enterprise Linux Real Time for NFV (v. 10)

ADP: RHSA-2026:16202: Red Hat Enterprise Linux AppStream E4S (v.9.0), Red Hat Enterprise Linux BaseOS E4S (v.9.0)

ADP: RHSA-2026:16328: Red Hat Enterprise Linux AppStream E4S (v.9.2), Red Hat Enterprise Linux BaseOS E4S (v.9.2)

ADP: RHSA-2026:16100: Red Hat CodeReady Linux Builder EUS (v.9.4), Red Hat Enterprise Linux AppStream EUS (v.9.4), Red Hat Enterprise Linux BaseOS EUS (v.9.4), Red Hat Enterprise Linux Real Time EUS (v.9.4), Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)

ADP: RHSA-2026:16312: Red Hat CodeReady Linux Builder EUS (v.9.6), Red Hat Enterprise Linux AppStream EUS (v.9.6), Red Hat Enterprise Linux BaseOS EUS (v.9.6), Red Hat Enterprise Linux Real Time EUS (v.9.6), Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)

ADP: RHSA-2026:16206: Red Hat Enterprise Linux AppStream (v. 9), Red Hat Enterprise Linux BaseOS (v. 9), Red Hat Enterprise Linux CodeReady Linux Builder (v. 9), Red Hat Enterprise Linux Real Time (v. 9), Red Hat Enterprise Linux Real Time for NFV (v. 9)

ADP: RHSA-2026:19568: Red Hat Enterprise Linux AppStream (v. 9), Red Hat Enterprise Linux BaseOS (v. 9), Red Hat Enterprise Linux CodeReady Linux Builder (v. 9), Red Hat Enterprise Linux Real Time (v. 9), Red Hat Enterprise Linux Real Time for NFV (v. 9)

ADP: RHSA-2026:19225: Red Hat Enterprise Linux AppStream (v. 9), Red Hat Enterprise Linux BaseOS (v. 9), Red Hat Enterprise Linux CodeReady Linux Builder (v. 9), Red Hat Enterprise Linux Real Time (v. 9), Red Hat Enterprise Linux Real Time for NFV (v. 9)

ADP: RHSA-2026:16195: Red Hat Enterprise Linux BaseOS (v. 8), Red Hat Enterprise Linux CRB (v. 8)

ADP: RHSA-2026:19574: Red Hat Enterprise Linux BaseOS (v. 8)

ADP: RHSA-2026:16201: Red Hat Enterprise Linux BaseOS AUS (v.8.4), Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)

ADP: RHSA-2026:16204: Red Hat Enterprise Linux BaseOS AUS (v.8.6), Red Hat Enterprise Linux BaseOS E4S (v.8.6), Red Hat Enterprise Linux BaseOS TUS (v.8.6)

ADP: RHSA-2026:19564: Red Hat Enterprise Linux BaseOS E4S (v.8.6)

ADP: RHSA-2026:16061: Red Hat Enterprise Linux BaseOS E4S (v.8.8), Red Hat Enterprise Linux BaseOS TUS (v.8.8)

ADP: RHSA-2026:19572: Red Hat Enterprise Linux BaseOS E4S (v.8.8)

ADP: RHSA-2026:19575: Red Hat Enterprise Linux BaseOS E4S (v.9.0)

ADP: RHSA-2026:19573: Red Hat Enterprise Linux BaseOS E4S (v.9.2)

ADP: RHSA-2026:19577: Red Hat Enterprise Linux BaseOS EUS (v.9.4)

ADP: RHSA-2026:18025: Red Hat Enterprise Linux BaseOS EUS (v.9.6)

ADP: RHSA-2026:16196: Red Hat Enterprise Linux NFV (v. 8), Red Hat Enterprise Linux RT (v. 8)

ADP: RHSA-2026:16203: Red Hat Enterprise Linux NFV E4S (v.9.0), Red Hat Enterprise Linux Real Time E4S (v.9.0)

ADP: RHSA-2026:16254: Red Hat Enterprise Linux Real Time E4S (v.9.2), Red Hat Enterprise Linux Real Time for NFV E4S (v.9.2)

Workarounds

ADP: See the security bulletin for a detailed mitigation procedure.

© CVE.report 2026

Use of this information constitutes acceptance for use in an AS IS condition. There are NO warranties, implied or otherwise, with regard to this information or its use. Any use of this information is at the user's risk. It is the responsibility of user to evaluate the accuracy, completeness or usefulness of any information, opinion, advice or other content. EACH USER WILL BE SOLELY RESPONSIBLE FOR ANY consequences of his or her direct or indirect use of this web site. ALL WARRANTIES OF ANY KIND ARE EXPRESSLY DISCLAIMED. This site will NOT BE LIABLE FOR ANY DIRECT, INDIRECT or any other kind of loss.

CVE, CWE, and OVAL are registred trademarks of The MITRE Corporation and the authoritative source of CVE content is MITRE's CVE web site. This site includes MITRE data granted under the following license.

Free CVE JSON API cve.report/api

CVE.report and Source URL Uptime Status status.cve.report