CVE-2026-43503

EUVD-2026-31536
In the Linux kernel, the following vulnerability has been resolved:

net: skbuff: propagate shared-frag marker through frag-transfer helpers

Two frag-transfer helpers (__pskb_copy_fclone() and skb_shift()) fail
to propagate the SKBFL_SHARED_FRAG bit in skb_shinfo()->flags when
moving frags from source to destination.  __pskb_copy_fclone() defers
the rest of the shinfo metadata to skb_copy_header() after copying
frag descriptors, but that helper only carries over gso_{size,segs,
type} and never touches skb_shinfo()->flags; skb_shift() moves frag
descriptors directly and leaves flags untouched.  As a result, the
destination skb keeps a reference to the same externally-owned or
page-cache-backed pages while reporting skb_has_shared_frag() as
false.

The mismatch is harmful in any in-place writer that uses
skb_has_shared_frag() to decide whether shared pages must be detoured
through skb_cow_data().  ESP input is one such writer (esp4.c,
esp6.c), and a single nft 'dup to <local>' rule -- or any other
nf_dup_ipv4() / xt_TEE caller -- is enough to land a pskb_copy()'d
skb in esp_input() with the marker stripped, letting an unprivileged
user write into the page cache of a root-owned read-only file via
authencesn-ESN stray writes.

Set SKBFL_SHARED_FRAG on the destination whenever frag descriptors
were actually moved from the source.  skb_copy() and skb_copy_expand()
share skb_copy_header() too but linearize all paged data into freshly
allocated head storage and emerge with nr_frags == 0, so
skb_has_shared_frag() returns false on its own; they need no change.

The same omission exists in skb_gro_receive() and skb_gro_receive_list().
The former moves the incoming skb's frag descriptors into the
accumulator's last sub-skb via two paths (a direct frag-move loop and
the head_frag + memcpy path); the latter chains the incoming skb whole
onto p's frag_list.  Downstream skb_segment() reads only
skb_shinfo(p)->flags, and skb_segment_list() reuses each sub-skb's
shinfo as the nskb -- both p and lp must carry the marker.

The same omission also exists in tcp_clone_payload(), which builds an
MTU probe skb by moving frag descriptors from skbs on sk_write_queue
into a freshly allocated nskb.  The helper falls into the same family
and warrants the same fix for consistency; no TCP TX-side in-place
writer is currently known to reach a user page through this gap, but
a future consumer depending on the marker would regress silently.

The same omission exists in skb_segment(): the per-iteration flag
merge takes only head_skb's flag, and the inner switch that rebinds
frag_skb to list_skb on head_skb-frags exhaustion does not fold the
new frag_skb's flag into nskb.  Fold frag_skb's flag at both sites
so segments drawing frags from frag_list members carry the marker.
ProviderTypeBase ScoreAtk. VectorAtk. ComplexityPriv. RequiredVector
NISTPrimary
8.8 HIGH
LOCAL
LOW
LOW
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
Base Score
CVSS 3.x
EPSS Score
Percentile: 26.13%
Affected Products (NVD)
VendorProductVersion
linuxlinux_kernel
3.9 ≤
𝑥
< 5.10.257
linuxlinux_kernel
5.11 ≤
𝑥
< 5.15.208
linuxlinux_kernel
5.16 ≤
𝑥
< 6.1.174
linuxlinux_kernel
6.2 ≤
𝑥
< 6.6.141
linuxlinux_kernel
6.7 ≤
𝑥
< 6.12.91
linuxlinux_kernel
6.13 ≤
𝑥
< 6.18.33
linuxlinux_kernel
6.19 ≤
𝑥
< 7.0.10
linuxlinux_kernel
7.1:rc1
linuxlinux_kernel
7.1:rc2
linuxlinux_kernel
7.1:rc3
linuxlinux_kernel
7.1:rc4
𝑥
= Vulnerable software versions
Early Detection
Affected products identified ahead of NVD analysis through intelligence sources.
VendorProductVersionSource
Red HatNVIDIA for RHEL 10
0:6.12.0-211.8.el10nv ≤
𝑥
< *
ADP
Red HatNVIDIA for RHEL 10
0:6.12.0-231.12.el10nv ≤
𝑥
< *
ADP
Red HatRed Hat Enterprise Linux 10
0:6.12.0-211.16.1.el10_2 ≤
𝑥
< *
ADP
Red HatRed Hat Enterprise Linux 10.0 Extended Update Support
0:6.12.0-55.75.1.el10_0 ≤
𝑥
< *
ADP
Red HatRed Hat Enterprise Linux 8
0:4.18.0-553.125.1.rt7.466.el8_10 ≤
𝑥
< *
ADP
Red HatRed Hat Enterprise Linux 8
0:4.18.0-553.125.1.el8_10 ≤
𝑥
< *
ADP
Red HatRed Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support
0:4.18.0-305.192.1.el8_4 ≤
𝑥
< *
ADP
Red HatRed Hat Enterprise Linux 8.4 Extended Update Support Long-Life Add-On
0:4.18.0-305.192.1.el8_4 ≤
𝑥
< *
ADP
Red HatRed Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support
0:4.18.0-372.193.1.el8_6 ≤
𝑥
< *
ADP
Red HatRed Hat Enterprise Linux 8.6 Telecommunications Update Service
0:4.18.0-372.193.1.el8_6 ≤
𝑥
< *
ADP
Red HatRed Hat Enterprise Linux 8.6 Update Services for SAP Solutions
0:4.18.0-372.193.1.el8_6 ≤
𝑥
< *
ADP
Red HatRed Hat Enterprise Linux 8.8 Telecommunications Update Service
0:4.18.0-477.143.1.el8_8 ≤
𝑥
< *
ADP
Red HatRed Hat Enterprise Linux 8.8 Update Services for SAP Solutions
0:4.18.0-477.143.1.el8_8 ≤
𝑥
< *
ADP
Red HatRed Hat Enterprise Linux 9
0:5.14.0-687.10.1.el9_8 ≤
𝑥
< *
ADP
Red HatRed Hat Enterprise Linux 9.0 Update Services for SAP Solutions
0:5.14.0-70.180.1.el9_0 ≤
𝑥
< *
ADP
Red HatRed Hat Enterprise Linux 9.0 Update Services for SAP Solutions
0:5.14.0-70.180.1.rt21.252.el9_0 ≤
𝑥
< *
ADP
Red HatRed Hat Enterprise Linux 9.2 Update Services for SAP Solutions
0:5.14.0-284.172.1.el9_2 ≤
𝑥
< *
ADP
Red HatRed Hat Enterprise Linux 9.2 Update Services for SAP Solutions
0:5.14.0-284.172.1.rt14.457.el9_2 ≤
𝑥
< *
ADP
Red HatRed Hat Enterprise Linux 9.4 Extended Update Support
0:5.14.0-427.126.1.el9_4 ≤
𝑥
< *
ADP
Red HatRed Hat Enterprise Linux 9.6 Extended Update Support
0:5.14.0-570.116.1.el9_6 ≤
𝑥
< *
ADP
Red HatRed Hat OpenShift Container Platform 4.12
412.86.202605271418-0 ≤
𝑥
< *
ADP
Red HatRed Hat OpenShift Container Platform 4.13
413.92.202605271328-0 ≤
𝑥
< *
ADP
Red HatRed Hat OpenShift Container Platform 4.15
415.92.202606030318-0 ≤
𝑥
< *
ADP
Red HatRed Hat OpenShift Container Platform 4.16
416.94.202605200242-0 ≤
𝑥
< *
ADP
Red HatRed Hat OpenShift Container Platform 4.16
416.94.202606051757-0 ≤
𝑥
< *
ADP
Red HatRed Hat OpenShift Container Platform 4.18
418.94.202605260517-0 ≤
𝑥
< *
ADP
Red HatRed Hat OpenShift Container Platform 4.19
4.19.9.6.202606031700-0 ≤
𝑥
< *
ADP
Red HatRed Hat OpenShift Container Platform 4.20
4.20.9.6.202605270908-0 ≤
𝑥
< *
ADP
Red HatRed Hat OpenShift Container Platform 4.21
4.21.9.6.202606030721-0 ≤
𝑥
< *
ADP
Debian logo
Debian Releases
Debian Product
Codename
linux
bookworm
6.1.176-1
fixed
bookworm (security)
6.1.180-1
fixed
bullseye
vulnerable
bullseye (security)
5.10.262-1
fixed
forky
7.1.8-2
fixed
sid
7.1.9-1
fixed
trixie
6.12.94-1
fixed
trixie (security)
6.12.101-1
fixed
linux-6.1
bullseye (security)
6.1.180-1~deb11u1
fixed
Ubuntu logo
Ubuntu Releases
Ubuntu Product
Codename
linux
bionic
Fixed 4.15.0-253.265
released
focal
Fixed 5.4.0-233.253
released
jammy
Fixed 5.15.0-181.191
released
noble
Fixed 6.8.0-124.124
released
questing
Fixed 6.17.0-35.35
released
resolute
Fixed 7.0.0-22.22
released
trusty
Fixed 3.13.0-214.265
released
xenial
Fixed 4.4.0-283.317
released
linux-hwe
bionic
ignored
focal
dne
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
Fixed 4.15.0-253.265~16.04.1
released
linux-hwe-5.4
bionic
Fixed 5.4.0-233.253~18.04.1
released
focal
dne
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-hwe-5.15
bionic
dne
focal
Fixed 5.15.0-181.191~20.04.1
released
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-hwe-6.8
bionic
dne
focal
dne
jammy
Fixed 6.8.0-124.124~22.04.1
released
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-hwe-6.14
bionic
dne
focal
dne
jammy
dne
noble
ignored
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-hwe-6.17
bionic
dne
focal
dne
jammy
dne
noble
Fixed 6.17.0-35.35~24.04.1
released
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-lts-xenial
bionic
dne
focal
dne
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
Fixed 4.4.0-283.317~14.04.1
released
xenial
dne
linux-kvm
bionic
Fixed 4.15.0-1176.181
released
focal
Fixed 5.4.0-1148.157
released
jammy
Fixed 5.15.0-1101.106
released
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
Fixed 4.4.0-1157.168
released
linux-aws
bionic
Fixed 4.15.0-1194.207
released
focal
Fixed 5.4.0-1161.172
released
jammy
Fixed 5.15.0-1109.116
released
noble
Fixed 6.8.0-1057.60
released
questing
Fixed 6.17.0-1017.17
released
resolute
Fixed 7.0.0-1006.6
released
trusty
Fixed 4.4.0-1156.162
released
xenial
Fixed 4.4.0-1194.209
released
linux-aws-5.4
bionic
Fixed 5.4.0-1161.172~18.04.1
released
focal
dne
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-aws-5.15
bionic
dne
focal
Fixed 5.15.0-1109.116~20.04.1
released
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-aws-6.8
bionic
dne
focal
dne
jammy
Fixed 6.8.0-1057.60~22.04.1
released
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-aws-6.14
bionic
dne
focal
dne
jammy
dne
noble
ignored
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-aws-6.17
bionic
dne
focal
dne
jammy
dne
noble
Fixed 6.17.0-1017.17~24.04.1
released
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-aws-hwe
bionic
dne
focal
dne
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
Fixed 4.15.0-1194.207~16.04.1
released
linux-azure
bionic
ignored
focal
Fixed 5.4.0-1166.172
released
jammy
Fixed 5.15.0-1114.123
released
noble
Fixed 6.8.0-1058.64
released
questing
Fixed 6.17.0-1017.17
released
resolute
Fixed 7.0.0-1007.7
released
trusty
Fixed 4.15.0-1205.220~14.04.1
released
xenial
Fixed 4.15.0-1204.219~16.04.1
released
linux-azure-4.15
bionic
Fixed 4.15.0-1204.219
released
focal
dne
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-azure-5.4
bionic
Fixed 5.4.0-1166.172~18.04.1
released
focal
dne
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-azure-5.15
bionic
dne
focal
Fixed 5.15.0-1114.123~20.04.1
released
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-azure-6.8
bionic
dne
focal
dne
jammy
Fixed 6.8.0-1059.65~22.04.1
released
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-azure-6.14
bionic
dne
focal
dne
jammy
dne
noble
ignored
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-azure-6.17
bionic
dne
focal
dne
jammy
dne
noble
Fixed 6.17.0-1017.17~24.04.1
released
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-azure-fde
bionic
dne
focal
ignored
jammy
needs-triage
noble
needs-triage
questing
ignored
resolute
needed
trusty
dne
xenial
dne
linux-azure-fde-5.15
bionic
dne
focal
not-affected
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-azure-fde-6.8
bionic
dne
focal
dne
jammy
needs-triage
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-azure-fde-6.14
bionic
dne
focal
dne
jammy
dne
noble
ignored
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-azure-fde-6.17
bionic
dne
focal
dne
jammy
dne
noble
not-affected
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-azure-nvidia
bionic
dne
focal
dne
jammy
dne
noble
pending
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-azure-nvidia-6.14
bionic
dne
focal
dne
jammy
dne
noble
ignored
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-bluefield
bionic
dne
focal
Fixed 5.4.0-1120.127
released
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-fips
bionic
Fixed 4.15.0-1149.161
released
focal
Fixed 5.4.0-1135.145
released
jammy
Fixed 5.15.0-181.191+fips1
released
noble
Fixed 6.8.0-124.124+fips1
released
questing
dne
resolute
dne
trusty
dne
xenial
Fixed 4.4.0-1126.133
released
linux-aws-fips
bionic
Fixed 4.15.0-2132.138
released
focal
Fixed 5.4.0-1161.172+fips1
released
jammy
Fixed 5.15.0-1109.116+fips1
released
noble
Fixed 6.8.0-1057.60+fips1
released
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-azure-fips
bionic
Fixed 4.15.0-2112.118
released
focal
Fixed 5.4.0-1166.172+fips1
released
jammy
Fixed 5.15.0-1114.123+fips1
released
noble
Fixed 6.8.0-1059.65+fips1
released
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-gcp-fips
bionic
Fixed 4.15.0-2095.101
released
focal
Fixed 5.4.0-1164.173+fips1
released
jammy
Fixed 5.15.0-1109.118+fips1
released
noble
Fixed 6.8.0-1060.63+fips1
released
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-gcp
bionic
ignored
focal
Fixed 5.4.0-1164.173
released
jammy
Fixed 5.15.0-1109.118
released
noble
Fixed 6.8.0-1060.63
released
questing
Fixed 6.17.0-1018.19
released
resolute
Fixed 7.0.0-1005.5
released
trusty
dne
xenial
Fixed 4.15.0-1187.204~16.04.1
released
linux-gcp-4.15
bionic
Fixed 4.15.0-1187.204
released
focal
dne
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-gcp-5.4
bionic
Fixed 5.4.0-1164.173~18.04.1
released
focal
dne
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-gcp-5.15
bionic
dne
focal
Fixed 5.15.0-1109.118~20.04.1
released
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-gcp-6.8
bionic
dne
focal
dne
jammy
Fixed 6.8.0-1060.63~22.04.1
released
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-gcp-6.14
bionic
dne
focal
dne
jammy
dne
noble
ignored
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-gcp-6.17
bionic
dne
focal
dne
jammy
dne
noble
Fixed 6.17.0-1018.19~24.04.1
released
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-gke
bionic
dne
focal
ignored
jammy
Fixed 5.15.0-1105.111
released
noble
Fixed 6.8.0-1055.61
released
questing
dne
resolute
not-affected
trusty
dne
xenial
ignored
linux-gkeop
bionic
dne
focal
ignored
jammy
Fixed 5.15.0-1092.100
released
noble
Fixed 6.8.0-1042.45
released
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-gkeop-5.15
bionic
dne
focal
ignored
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-ibm
bionic
dne
focal
Fixed 5.4.0-1107.112
released
jammy
Fixed 5.15.0-1103.106
released
noble
Fixed 6.8.0-1057.58
released
questing
dne
resolute
Fixed 7.0.0-1007.7
released
trusty
dne
xenial
dne
linux-ibm-5.4
bionic
Fixed 5.4.0-1107.112~18.04.1
released
focal
dne
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-ibm-5.15
bionic
dne
focal
Fixed 5.15.0-1103.106~20.04.1
released
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-ibm-6.8
bionic
dne
focal
dne
jammy
Fixed 6.8.0-1057.58~22.04.1
released
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-intel-iotg
bionic
dne
focal
dne
jammy
Fixed 5.15.0-1104.110
released
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-intel-iotg-5.15
bionic
dne
focal
Fixed 5.15.0-1104.110~20.04.1
released
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-iot
bionic
dne
focal
Fixed 5.4.0-1065.68
released
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-intel-iot-realtime
bionic
dne
focal
dne
jammy
Fixed 5.15.0-1101.103
released
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-lowlatency
bionic
dne
focal
dne
jammy
Fixed 5.15.0-181.191
released
noble
Fixed 6.8.0-134.134.1
released
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-lowlatency-hwe-5.15
bionic
dne
focal
Fixed 5.15.0-181.191~20.04.1
released
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-lowlatency-hwe-6.8
bionic
dne
focal
dne
jammy
Fixed 6.8.0-134.134.1~22.04.1
released
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-nvidia
bionic
dne
focal
dne
jammy
Fixed 5.15.0-1104.105
released
noble
Fixed 6.8.0-1055.58
released
questing
dne
resolute
Fixed 7.0.0-1009.9
released
trusty
dne
xenial
dne
linux-nvidia-6.8
bionic
dne
focal
dne
jammy
Fixed 6.8.0-1055.58~22.04.1
released
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-nvidia-6.17
bionic
dne
focal
dne
jammy
dne
noble
Fixed 6.17.0-1021.21
released
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-nvidia-lowlatency
bionic
dne
focal
dne
jammy
dne
noble
Fixed 6.8.0-1055.58.1
released
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-nvidia-tegra
bionic
dne
focal
dne
jammy
Fixed 5.15.0-1061.61
released
noble
Fixed 6.8.0-1026.26
released
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-nvidia-tegra-5.15
bionic
dne
focal
Fixed 5.15.0-1061.61~20.04.1
released
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-nvidia-tegra-igx
bionic
dne
focal
dne
jammy
Fixed 5.15.0-1050.50
released
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-oracle
bionic
Fixed 4.15.0-1156.167
released
focal
Fixed 5.4.0-1159.169
released
jammy
Fixed 5.15.0-1106.112
released
noble
Fixed 6.8.0-1054.55
released
questing
Fixed 6.17.0-1016.16
released
resolute
Fixed 7.0.0-1005.5
released
trusty
dne
xenial
Fixed 4.15.0-1156.167~16.04.1
released
linux-oracle-5.4
bionic
Fixed 5.4.0-1159.169~18.04.1
released
focal
dne
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-oracle-5.15
bionic
dne
focal
Fixed 5.15.0-1106.112~20.04.1
released
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-oracle-6.8
bionic
dne
focal
dne
jammy
Fixed 6.8.0-1054.55~22.04.1
released
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-oracle-6.14
bionic
dne
focal
dne
jammy
dne
noble
ignored
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-oracle-6.17
bionic
dne
focal
dne
jammy
dne
noble
Fixed 6.17.0-1016.16~24.04.1
released
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-oem-6.14
bionic
dne
focal
dne
jammy
dne
noble
ignored
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-oem-6.17
bionic
dne
focal
dne
jammy
dne
noble
Fixed 6.17.0-1024.24
released
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-raspi
bionic
dne
focal
Fixed 5.4.0-1144.157
released
jammy
Fixed 5.15.0-1103.106
released
noble
Fixed 6.8.0-1057.61
released
questing
Fixed 6.17.0-1018.18
released
resolute
Fixed 7.0.0-1011.11
released
trusty
dne
xenial
dne
linux-raspi-5.4
bionic
Fixed 5.4.0-1144.157~18.04.1
released
focal
dne
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-raspi-realtime
bionic
dne
focal
dne
jammy
dne
noble
Fixed 6.8.0-2046.47
released
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-realtime
bionic
dne
focal
dne
jammy
Fixed 5.15.0-1108.117
released
noble
Fixed 6.8.1-1052.53
released
questing
Fixed 6.17.0-1014.16
released
resolute
Fixed 7.0.0-22.22.1
released
trusty
dne
xenial
dne
linux-realtime-6.8
bionic
dne
focal
dne
jammy
Fixed 6.8.1-1052.53~22.04.1
released
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-realtime-6.14
bionic
dne
focal
dne
jammy
dne
noble
ignored
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-riscv
bionic
dne
focal
ignored
jammy
ignored
noble
ignored
questing
Fixed 6.17.0-35.35.1
released
resolute
Fixed 7.0.0-22.22.1
released
trusty
dne
xenial
dne
linux-riscv-5.15
bionic
dne
focal
Fixed 5.15.0-1103.107~20.04.1
released
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-riscv-6.8
bionic
dne
focal
dne
jammy
Fixed 6.8.0-124.124~22.04.1
released
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-riscv-6.17
bionic
dne
focal
dne
jammy
dne
noble
Fixed 6.17.0-35.35.1~24.04.1
released
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-xilinx
bionic
dne
focal
dne
jammy
dne
noble
Fixed 6.8.0-1032.33
released
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-xilinx-zynqmp
bionic
dne
focal
Fixed 5.4.0-1079.83
released
jammy
Fixed 5.15.0-1074.78
released
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-realtime-6.17
bionic
dne
focal
dne
jammy
dne
noble
Fixed 6.17.0-1014.16~24.04.1
released
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-hwe-7.0
bionic
dne
focal
dne
jammy
dne
noble
Fixed 7.0.0-28.28~24.04.1
released
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-oem-7.0
bionic
dne
focal
dne
jammy
dne
noble
dne
questing
dne
resolute
Fixed 7.0.0-1008.8
released
trusty
dne
xenial
dne
linux-nvidia-7.0
bionic
dne
focal
dne
jammy
dne
noble
not-affected
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-nvidia-bos
bionic
dne
focal
dne
jammy
dne
noble
dne
questing
dne
resolute
not-affected
trusty
dne
xenial
dne
linux-aws-7.0
bionic
dne
focal
dne
jammy
dne
noble
not-affected
resolute
dne
trusty
dne
xenial
dne
linux-allwinner-5.19
bionic
dne
focal
dne
jammy
ignored
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-aws-5.0
bionic
ignored
focal
dne
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-aws-5.11
bionic
dne
focal
ignored
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-aws-5.13
bionic
dne
focal
ignored
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-aws-5.19
bionic
dne
focal
dne
jammy
ignored
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-aws-5.3
bionic
ignored
focal
dne
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-aws-5.8
bionic
dne
focal
ignored
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-aws-6.2
bionic
dne
focal
dne
jammy
ignored
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-aws-6.5
bionic
dne
focal
dne
jammy
ignored
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-azure-5.11
bionic
dne
focal
ignored
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-azure-5.13
bionic
dne
focal
ignored
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-azure-5.19
bionic
dne
focal
dne
jammy
ignored
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-azure-5.3
bionic
ignored
focal
dne
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-azure-5.8
bionic
dne
focal
ignored
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-azure-6.11
bionic
dne
focal
dne
jammy
dne
noble
ignored
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-azure-6.2
bionic
dne
focal
dne
jammy
ignored
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-azure-6.5
bionic
dne
focal
dne
jammy
ignored
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-azure-edge
bionic
ignored
focal
dne
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-azure-fde-5.19
bionic
dne
focal
dne
jammy
ignored
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-azure-fde-6.2
bionic
dne
focal
dne
jammy
ignored
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-gcp-5.11
bionic
dne
focal
ignored
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-gcp-5.13
bionic
dne
focal
ignored
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-gcp-5.19
bionic
dne
focal
dne
jammy
ignored
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-gcp-5.3
bionic
ignored
focal
dne
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-gcp-5.8
bionic
dne
focal
ignored
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-gcp-6.11
bionic
dne
focal
dne
jammy
dne
noble
ignored
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-gcp-6.2
bionic
dne
focal
dne
jammy
ignored
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-gcp-6.5
bionic
dne
focal
dne
jammy
ignored
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-gke-4.15
bionic
ignored
focal
dne
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-gke-5.15
bionic
dne
focal
ignored
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-gke-5.4
bionic
ignored
focal
dne
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-gkeop-5.4
bionic
ignored
focal
dne
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-hwe-5.11
bionic
dne
focal
ignored
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-hwe-5.13
bionic
dne
focal
ignored
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-hwe-5.19
bionic
dne
focal
dne
jammy
ignored
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-hwe-5.8
bionic
dne
focal
ignored
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-hwe-6.11
bionic
dne
focal
dne
jammy
dne
noble
ignored
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-hwe-6.2
bionic
dne
focal
dne
jammy
ignored
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-hwe-6.5
bionic
dne
focal
dne
jammy
ignored
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-hwe-edge
bionic
ignored
focal
dne
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
ignored
linux-intel-5.13
bionic
dne
focal
ignored
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-lowlatency-hwe-5.19
bionic
dne
focal
dne
jammy
ignored
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-lowlatency-hwe-6.11
bionic
dne
focal
dne
jammy
dne
noble
ignored
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-lowlatency-hwe-6.2
bionic
dne
focal
dne
jammy
ignored
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-lowlatency-hwe-6.5
bionic
dne
focal
dne
jammy
ignored
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-nvidia-6.11
bionic
dne
focal
dne
jammy
dne
noble
ignored
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-nvidia-6.2
bionic
dne
focal
dne
jammy
ignored
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-nvidia-6.5
bionic
dne
focal
dne
jammy
ignored
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-oem
bionic
ignored
focal
dne
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
ignored
linux-oem-5.10
bionic
dne
focal
ignored
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-oem-5.13
bionic
dne
focal
ignored
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-oem-5.14
bionic
dne
focal
ignored
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-oem-5.17
bionic
dne
focal
dne
jammy
ignored
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-oem-5.6
bionic
dne
focal
ignored
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-oem-6.0
bionic
dne
focal
dne
jammy
ignored
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-oem-6.1
bionic
dne
focal
dne
jammy
ignored
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-oem-6.11
bionic
dne
focal
dne
jammy
dne
noble
ignored
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-oem-6.5
bionic
dne
focal
dne
jammy
ignored
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-oem-6.8
bionic
dne
focal
dne
jammy
dne
noble
ignored
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-oracle-5.0
bionic
ignored
focal
dne
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-oracle-5.11
bionic
dne
focal
ignored
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-oracle-5.13
bionic
dne
focal
ignored
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-oracle-5.3
bionic
ignored
focal
dne
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-oracle-5.8
bionic
dne
focal
ignored
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-oracle-6.5
bionic
dne
focal
dne
jammy
ignored
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-raspi2
bionic
ignored
focal
ignored
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
ignored
linux-riscv-5.11
bionic
dne
focal
ignored
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-riscv-5.19
bionic
dne
focal
dne
jammy
ignored
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-riscv-5.8
bionic
dne
focal
ignored
jammy
dne
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-riscv-6.14
bionic
dne
focal
dne
jammy
dne
noble
ignored
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-riscv-6.5
bionic
dne
focal
dne
jammy
ignored
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-starfive-5.19
bionic
dne
focal
dne
jammy
ignored
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-starfive-6.2
bionic
dne
focal
dne
jammy
ignored
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
linux-starfive-6.5
bionic
dne
focal
dne
jammy
ignored
noble
dne
questing
dne
resolute
dne
trusty
dne
xenial
dne
openSUSE logo
openSUSE / SLES Releases
openSUSE Product
Release
cluster-md-kmp-default
suse enterprise server 12 SP5
4.12.14-122.317.1
fixed
suse enterprise server 15 SP5
5.14.21-150500.55.172.2
fixed
suse enterprise server 15 SP6
6.4.0-150600.23.115.1
fixed
dlm-kmp-default
suse enterprise server 12 SP5
4.12.14-122.317.1
fixed
suse enterprise server 15 SP5
5.14.21-150500.55.172.2
fixed
suse enterprise server 15 SP6
6.4.0-150600.23.115.1
fixed
gfs2-kmp-default
suse enterprise server 12 SP5
4.12.14-122.317.1
fixed
suse enterprise server 15 SP5
5.14.21-150500.55.172.2
fixed
suse enterprise server 15 SP6
6.4.0-150600.23.115.1
fixed
kernel-64kb
suse enterprise desktop 15 SP7
6.4.0-150700.53.55.1
fixed
suse enterprise sap 15 SP7
6.4.0-150700.53.55.1
fixed
suse enterprise server 15 SP4
5.14.21-150400.24.219.1
fixed
suse enterprise server 15 SP5
5.14.21-150500.55.172.2
fixed
suse enterprise server 15 SP6
6.4.0-150600.23.115.1
fixed
suse enterprise server 15 SP7
6.4.0-150700.53.55.1
fixed
kernel-default
suse enterprise server 12 SP5
4.12.14-122.317.1
fixed
suse enterprise server 15 SP4
5.14.21-150400.24.219.1
fixed
suse enterprise server 15 SP5
5.14.21-150500.55.172.2
fixed
suse enterprise server 15 SP6
6.4.0-150600.23.115.1
fixed
kernel-default-base
suse enterprise desktop 15 SP7
6.4.0-150700.53.55.1.150700.17.33.1
fixed
suse enterprise sap 15 SP7
6.4.0-150700.53.55.1.150700.17.33.1
fixed
suse enterprise server 12 SP5
4.12.14-122.317.1
fixed
suse enterprise server 15 SP4
5.14.21-150400.24.219.1.150400.24.110.2
fixed
suse enterprise server 15 SP5
5.14.21-150500.55.172.2.150500.6.81.2
fixed
suse enterprise server 15 SP6
6.4.0-150600.23.115.1.150600.12.54.1
fixed
suse enterprise server 15 SP7
6.4.0-150700.53.55.1.150700.17.33.1
fixed
kernel-default-man
suse enterprise server 12 SP5
4.12.14-122.317.1
fixed
kernel-obs-build
suse enterprise desktop 15 SP7
6.4.0-150700.53.55.1
fixed
suse enterprise sap 15 SP7
6.4.0-150700.53.55.1
fixed
suse enterprise server 15 SP4
5.14.21-150400.24.219.1
fixed
suse enterprise server 15 SP5
5.14.21-150500.55.172.2
fixed
suse enterprise server 15 SP6
6.4.0-150600.23.115.1
fixed
suse enterprise server 15 SP7
6.4.0-150700.53.55.1
fixed
kernel-source
suse enterprise desktop 15 SP7
6.4.0-150700.53.55.1
fixed
suse enterprise sap 15 SP7
6.4.0-150700.53.55.1
fixed
suse enterprise server 12 SP5
4.12.14-122.317.1
fixed
suse enterprise server 15 SP4
5.14.21-150400.24.219.1
fixed
suse enterprise server 15 SP5
5.14.21-150500.55.172.2
fixed
suse enterprise server 15 SP6
6.4.0-150600.23.115.1
fixed
suse enterprise server 15 SP7
6.4.0-150700.53.55.1
fixed
kernel-zfcpdump
suse enterprise desktop 15 SP7
6.4.0-150700.53.55.1
fixed
suse enterprise sap 15 SP7
6.4.0-150700.53.55.1
fixed
suse enterprise server 15 SP4
5.14.21-150400.24.219.1
fixed
suse enterprise server 15 SP5
5.14.21-150500.55.172.2
fixed
suse enterprise server 15 SP6
6.4.0-150600.23.115.1
fixed
suse enterprise server 15 SP7
6.4.0-150700.53.55.1
fixed
ocfs2-kmp-default
suse enterprise server 12 SP5
4.12.14-122.317.1
fixed
suse enterprise server 15 SP5
5.14.21-150500.55.172.2
fixed
suse enterprise server 15 SP6
6.4.0-150600.23.115.1
fixed
reiserfs-kmp-default
suse enterprise server 15 SP4
5.14.21-150400.24.219.1
fixed
suse enterprise server 15 SP5
5.14.21-150500.55.172.2
fixed
suse enterprise server 15 SP6
6.4.0-150600.23.115.1
fixed
Red Hat logo
Red Hat Enterprise Linux Releases
Red Hat Product
Release
bpftool
RHEL 8
0:4.18.0-553.125.1.el8_10
fixed
RHEL 8.4 AUS
0:4.18.0-305.192.1.el8_4
fixed
RHEL 8.6 AUS
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.6 E4S
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.6 TUS
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.8 E4S
0:4.18.0-477.143.1.el8_8
fixed
RHEL 8.8 TUS
0:4.18.0-477.143.1.el8_8
fixed
kernel
RHEL 8
0:4.18.0-553.125.1.el8_10
fixed
RHEL 8.4 AUS
0:4.18.0-305.192.1.el8_4
fixed
RHEL 8.6 AUS
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.6 E4S
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.6 TUS
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.8 E4S
0:4.18.0-477.143.1.el8_8
fixed
RHEL 8.8 TUS
0:4.18.0-477.143.1.el8_8
fixed
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-64k
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-64k-core
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-64k-debug
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-64k-debug-core
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-64k-debug-devel
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-64k-debug-devel-matched
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-64k-debug-modules
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-64k-debug-modules-core
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-64k-debug-modules-extra
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-64k-devel
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-64k-devel-matched
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-64k-modules
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-64k-modules-core
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-64k-modules-extra
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-abi-stablelists
RHEL 8
0:4.18.0-553.125.1.el8_10
fixed
RHEL 8.4 AUS
0:4.18.0-305.192.1.el8_4
fixed
RHEL 8.6 AUS
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.6 E4S
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.6 TUS
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.8 E4S
0:4.18.0-477.143.1.el8_8
fixed
RHEL 8.8 TUS
0:4.18.0-477.143.1.el8_8
fixed
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-core
RHEL 8
0:4.18.0-553.125.1.el8_10
fixed
RHEL 8.4 AUS
0:4.18.0-305.192.1.el8_4
fixed
RHEL 8.6 AUS
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.6 E4S
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.6 TUS
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.8 E4S
0:4.18.0-477.143.1.el8_8
fixed
RHEL 8.8 TUS
0:4.18.0-477.143.1.el8_8
fixed
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-debug
RHEL 8
0:4.18.0-553.125.1.el8_10
fixed
RHEL 8.4 AUS
0:4.18.0-305.192.1.el8_4
fixed
RHEL 8.6 AUS
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.6 E4S
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.6 TUS
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.8 E4S
0:4.18.0-477.143.1.el8_8
fixed
RHEL 8.8 TUS
0:4.18.0-477.143.1.el8_8
fixed
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-debug-core
RHEL 8
0:4.18.0-553.125.1.el8_10
fixed
RHEL 8.4 AUS
0:4.18.0-305.192.1.el8_4
fixed
RHEL 8.6 AUS
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.6 E4S
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.6 TUS
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.8 E4S
0:4.18.0-477.143.1.el8_8
fixed
RHEL 8.8 TUS
0:4.18.0-477.143.1.el8_8
fixed
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-debug-devel
RHEL 8
0:4.18.0-553.125.1.el8_10
fixed
RHEL 8.4 AUS
0:4.18.0-305.192.1.el8_4
fixed
RHEL 8.6 AUS
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.6 E4S
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.6 TUS
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.8 E4S
0:4.18.0-477.143.1.el8_8
fixed
RHEL 8.8 TUS
0:4.18.0-477.143.1.el8_8
fixed
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-debug-devel-matched
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-debug-modules
RHEL 8
0:4.18.0-553.125.1.el8_10
fixed
RHEL 8.4 AUS
0:4.18.0-305.192.1.el8_4
fixed
RHEL 8.6 AUS
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.6 E4S
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.6 TUS
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.8 E4S
0:4.18.0-477.143.1.el8_8
fixed
RHEL 8.8 TUS
0:4.18.0-477.143.1.el8_8
fixed
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-debug-modules-core
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-debug-modules-extra
RHEL 8
0:4.18.0-553.125.1.el8_10
fixed
RHEL 8.4 AUS
0:4.18.0-305.192.1.el8_4
fixed
RHEL 8.6 AUS
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.6 E4S
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.6 TUS
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.8 E4S
0:4.18.0-477.143.1.el8_8
fixed
RHEL 8.8 TUS
0:4.18.0-477.143.1.el8_8
fixed
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-debug-uki-virt
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-devel
RHEL 8
0:4.18.0-553.125.1.el8_10
fixed
RHEL 8.4 AUS
0:4.18.0-305.192.1.el8_4
fixed
RHEL 8.6 AUS
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.6 E4S
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.6 TUS
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.8 E4S
0:4.18.0-477.143.1.el8_8
fixed
RHEL 8.8 TUS
0:4.18.0-477.143.1.el8_8
fixed
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-devel-matched
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-doc
RHEL 8
0:4.18.0-553.125.1.el8_10
fixed
RHEL 8.4 AUS
0:4.18.0-305.192.1.el8_4
fixed
RHEL 8.6 AUS
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.6 E4S
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.6 TUS
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.8 E4S
0:4.18.0-477.143.1.el8_8
fixed
RHEL 8.8 TUS
0:4.18.0-477.143.1.el8_8
fixed
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-modules
RHEL 8
0:4.18.0-553.125.1.el8_10
fixed
RHEL 8.4 AUS
0:4.18.0-305.192.1.el8_4
fixed
RHEL 8.6 AUS
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.6 E4S
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.6 TUS
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.8 E4S
0:4.18.0-477.143.1.el8_8
fixed
RHEL 8.8 TUS
0:4.18.0-477.143.1.el8_8
fixed
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-modules-core
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-modules-extra
RHEL 8
0:4.18.0-553.125.1.el8_10
fixed
RHEL 8.4 AUS
0:4.18.0-305.192.1.el8_4
fixed
RHEL 8.6 AUS
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.6 E4S
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.6 TUS
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.8 E4S
0:4.18.0-477.143.1.el8_8
fixed
RHEL 8.8 TUS
0:4.18.0-477.143.1.el8_8
fixed
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-rt
RHEL 8
0:4.18.0-553.125.1.rt7.466.el8_10
fixed
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-rt-64k
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-rt-64k-core
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-rt-64k-debug
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-rt-64k-debug-core
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-rt-64k-debug-devel
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-rt-64k-debug-modules
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-rt-64k-debug-modules-core
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-rt-64k-debug-modules-extra
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-rt-64k-devel
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-rt-64k-modules
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-rt-64k-modules-core
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-rt-64k-modules-extra
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-rt-core
RHEL 8
0:4.18.0-553.125.1.rt7.466.el8_10
fixed
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-rt-debug
RHEL 8
0:4.18.0-553.125.1.rt7.466.el8_10
fixed
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-rt-debug-core
RHEL 8
0:4.18.0-553.125.1.rt7.466.el8_10
fixed
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-rt-debug-devel
RHEL 8
0:4.18.0-553.125.1.rt7.466.el8_10
fixed
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-rt-debug-kvm
RHEL 8
0:4.18.0-553.125.1.rt7.466.el8_10
fixed
kernel-rt-debug-modules
RHEL 8
0:4.18.0-553.125.1.rt7.466.el8_10
fixed
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-rt-debug-modules-core
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-rt-debug-modules-extra
RHEL 8
0:4.18.0-553.125.1.rt7.466.el8_10
fixed
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-rt-devel
RHEL 8
0:4.18.0-553.125.1.rt7.466.el8_10
fixed
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-rt-kvm
RHEL 8
0:4.18.0-553.125.1.rt7.466.el8_10
fixed
kernel-rt-modules
RHEL 8
0:4.18.0-553.125.1.rt7.466.el8_10
fixed
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-rt-modules-core
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-rt-modules-extra
RHEL 8
0:4.18.0-553.125.1.rt7.466.el8_10
fixed
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-tools
RHEL 8
0:4.18.0-553.125.1.el8_10
fixed
RHEL 8.4 AUS
0:4.18.0-305.192.1.el8_4
fixed
RHEL 8.6 AUS
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.6 E4S
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.6 TUS
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.8 E4S
0:4.18.0-477.143.1.el8_8
fixed
RHEL 8.8 TUS
0:4.18.0-477.143.1.el8_8
fixed
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-tools-libs
RHEL 8
0:4.18.0-553.125.1.el8_10
fixed
RHEL 8.4 AUS
0:4.18.0-305.192.1.el8_4
fixed
RHEL 8.6 AUS
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.6 E4S
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.6 TUS
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.8 E4S
0:4.18.0-477.143.1.el8_8
fixed
RHEL 8.8 TUS
0:4.18.0-477.143.1.el8_8
fixed
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-tools-libs-devel
RHEL 8
0:4.18.0-553.125.1.el8_10
fixed
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-uki-virt
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-uki-virt-addons
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-zfcpdump
RHEL 8
0:4.18.0-553.125.1.el8_10
fixed
RHEL 8.6 E4S
0:4.18.0-372.193.1.el8_6
fixed
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-zfcpdump-core
RHEL 8
0:4.18.0-553.125.1.el8_10
fixed
RHEL 8.6 E4S
0:4.18.0-372.193.1.el8_6
fixed
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-zfcpdump-devel
RHEL 8
0:4.18.0-553.125.1.el8_10
fixed
RHEL 8.6 E4S
0:4.18.0-372.193.1.el8_6
fixed
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-zfcpdump-devel-matched
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-zfcpdump-modules
RHEL 8
0:4.18.0-553.125.1.el8_10
fixed
RHEL 8.6 E4S
0:4.18.0-372.193.1.el8_6
fixed
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-zfcpdump-modules-core
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kernel-zfcpdump-modules-extra
RHEL 8
0:4.18.0-553.125.1.el8_10
fixed
RHEL 8.6 E4S
0:4.18.0-372.193.1.el8_6
fixed
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
kpatch-patch-4
RHEL 8
0:1-3.el8_10
fixed
RHEL 8.8 E4S
0:1-3.el8_8
fixed
libperf
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
perf
RHEL 8
0:4.18.0-553.125.1.el8_10
fixed
RHEL 8.4 AUS
0:4.18.0-305.192.1.el8_4
fixed
RHEL 8.6 AUS
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.6 E4S
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.6 TUS
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.8 E4S
0:4.18.0-477.143.1.el8_8
fixed
RHEL 8.8 TUS
0:4.18.0-477.143.1.el8_8
fixed
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
python3-perf
RHEL 8
0:4.18.0-553.125.1.el8_10
fixed
RHEL 8.4 AUS
0:4.18.0-305.192.1.el8_4
fixed
RHEL 8.6 AUS
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.6 E4S
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.6 TUS
0:4.18.0-372.193.1.el8_6
fixed
RHEL 8.8 E4S
0:4.18.0-477.143.1.el8_8
fixed
RHEL 8.8 TUS
0:4.18.0-477.143.1.el8_8
fixed
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
rtla
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
rv
RHEL 9
0:5.14.0-687.10.1.el9_8
fixed
Amazon Linux logo
Amazon Linux Releases
Amazon Package
Release
bpftool
Amazon Linux 2023
1:6.1.170-213.321.amzn2023
fixed
bpftool-debuginfo
Amazon Linux 2023
1:6.1.170-213.321.amzn2023
fixed
bpftool6.12
Amazon Linux 2023
1:6.12.83-115.161.amzn2023
fixed
bpftool6.12-debuginfo
Amazon Linux 2023
1:6.12.83-115.161.amzn2023
fixed
bpftool6.18
Amazon Linux 2023
1:6.18.25-57.109.amzn2023
fixed
bpftool6.18-debuginfo
Amazon Linux 2023
1:6.18.25-57.109.amzn2023
fixed
kernel
Amazon Linux 2
0:4.14.355-282.729.amzn2
fixed
Amazon Linux 2023
1:6.1.170-213.321.amzn2023
fixed
kernel-debuginfo
Amazon Linux 2
0:4.14.355-282.729.amzn2
fixed
Amazon Linux 2023
1:6.1.170-213.321.amzn2023
fixed
kernel-debuginfo-common-aarch64
Amazon Linux 2
0:4.14.355-282.729.amzn2
fixed
Amazon Linux 2023
1:6.1.170-213.321.amzn2023
fixed
kernel-debuginfo-common-x86_64
Amazon Linux 2
0:4.14.355-282.729.amzn2
fixed
Amazon Linux 2023
1:6.1.170-213.321.amzn2023
fixed
kernel-devel
Amazon Linux 2
0:4.14.355-282.729.amzn2
fixed
Amazon Linux 2023
1:6.1.170-213.321.amzn2023
fixed
kernel-headers
Amazon Linux 2
0:4.14.355-282.729.amzn2
fixed
Amazon Linux 2023
1:6.1.170-213.321.amzn2023
fixed
kernel-livepatch-4.14.355-282.729
Amazon Linux 2
0:1.0-0.amzn2
fixed
kernel-livepatch-6.1.170-213.321
Amazon Linux 2023
1:1.0-0.amzn2023
fixed
kernel-livepatch-6.12.83-115.161
Amazon Linux 2023
1:1.0-0.amzn2023
fixed
kernel-livepatch-6.18.25-57.109
Amazon Linux 2023
1:1.0-0.amzn2023
fixed
kernel-modules-extra
Amazon Linux 2023
1:6.1.170-213.321.amzn2023
fixed
kernel-modules-extra-common
Amazon Linux 2023
1:6.1.170-213.321.amzn2023
fixed
kernel-tools
Amazon Linux 2
0:4.14.355-282.729.amzn2
fixed
Amazon Linux 2023
1:6.1.170-213.321.amzn2023
fixed
kernel-tools-debuginfo
Amazon Linux 2
0:4.14.355-282.729.amzn2
fixed
Amazon Linux 2023
1:6.1.170-213.321.amzn2023
fixed
kernel-tools-devel
Amazon Linux 2
0:4.14.355-282.729.amzn2
fixed
Amazon Linux 2023
1:6.1.170-213.321.amzn2023
fixed
kernel6.12
Amazon Linux 2023
1:6.12.83-115.161.amzn2023
fixed
kernel6.12-debuginfo
Amazon Linux 2023
1:6.12.83-115.161.amzn2023
fixed
kernel6.12-debuginfo-common-aarch64
Amazon Linux 2023
1:6.12.83-115.161.amzn2023
fixed
kernel6.12-debuginfo-common-x86_64
Amazon Linux 2023
1:6.12.83-115.161.amzn2023
fixed
kernel6.12-devel
Amazon Linux 2023
1:6.12.83-115.161.amzn2023
fixed
kernel6.12-headers
Amazon Linux 2023
1:6.12.83-115.161.amzn2023
fixed
kernel6.12-modules-extra
Amazon Linux 2023
1:6.12.83-115.161.amzn2023
fixed
kernel6.12-modules-extra-common
Amazon Linux 2023
1:6.12.83-115.161.amzn2023
fixed
kernel6.12-tools
Amazon Linux 2023
1:6.12.83-115.161.amzn2023
fixed
kernel6.12-tools-debuginfo
Amazon Linux 2023
1:6.12.83-115.161.amzn2023
fixed
kernel6.12-tools-devel
Amazon Linux 2023
1:6.12.83-115.161.amzn2023
fixed
kernel6.18
Amazon Linux 2023
1:6.18.25-57.109.amzn2023
fixed
kernel6.18-debuginfo
Amazon Linux 2023
1:6.18.25-57.109.amzn2023
fixed
kernel6.18-debuginfo-common-aarch64
Amazon Linux 2023
1:6.18.25-57.109.amzn2023
fixed
kernel6.18-debuginfo-common-x86_64
Amazon Linux 2023
1:6.18.25-57.109.amzn2023
fixed
kernel6.18-devel
Amazon Linux 2023
1:6.18.25-57.109.amzn2023
fixed
kernel6.18-headers
Amazon Linux 2023
1:6.18.25-57.109.amzn2023
fixed
kernel6.18-modules-extra
Amazon Linux 2023
1:6.18.25-57.109.amzn2023
fixed
kernel6.18-modules-extra-common
Amazon Linux 2023
1:6.18.25-57.109.amzn2023
fixed
kernel6.18-tools
Amazon Linux 2023
1:6.18.25-57.109.amzn2023
fixed
kernel6.18-tools-debuginfo
Amazon Linux 2023
1:6.18.25-57.109.amzn2023
fixed
kernel6.18-tools-devel
Amazon Linux 2023
1:6.18.25-57.109.amzn2023
fixed
perf
Amazon Linux 2
0:4.14.355-282.729.amzn2
fixed
Amazon Linux 2023
1:6.1.170-213.321.amzn2023
fixed
perf-debuginfo
Amazon Linux 2
0:4.14.355-282.729.amzn2
fixed
Amazon Linux 2023
1:6.1.170-213.321.amzn2023
fixed
perf6.12
Amazon Linux 2023
1:6.12.83-115.161.amzn2023
fixed
perf6.12-debuginfo
Amazon Linux 2023
1:6.12.83-115.161.amzn2023
fixed
perf6.18
Amazon Linux 2023
1:6.18.25-57.109.amzn2023
fixed
perf6.18-debuginfo
Amazon Linux 2023
1:6.18.25-57.109.amzn2023
fixed
python-perf
Amazon Linux 2
0:4.14.355-282.729.amzn2
fixed
python-perf-debuginfo
Amazon Linux 2
0:4.14.355-282.729.amzn2
fixed
python3-perf
Amazon Linux 2023
1:6.1.170-213.321.amzn2023
fixed
python3-perf-debuginfo
Amazon Linux 2023
1:6.1.170-213.321.amzn2023
fixed
python3-perf6.12
Amazon Linux 2023
1:6.12.83-115.161.amzn2023
fixed
python3-perf6.12-debuginfo
Amazon Linux 2023
1:6.12.83-115.161.amzn2023
fixed
python3-perf6.18
Amazon Linux 2023
1:6.18.25-57.109.amzn2023
fixed
python3-perf6.18-debuginfo
Amazon Linux 2023
1:6.18.25-57.109.amzn2023
fixed
Azure Linux logo
Azure Linux Releases
Azure Package
Release
kernel
Azure Linux 3.0
0:6.6.141.1-1.azl3
fixed
References