CVE-2022-49934

| EUVD-2022-55194 HIGH
2025-06-18 416baaa9-dc9f-4396-8d5f-8c081fb06d67
7.8
CVSS 3.1
Share

CVSS Vector

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

4
Analysis Generated
Mar 14, 2026 - 22:49 vuln.today
EUVD ID Assigned
Mar 14, 2026 - 22:49 euvd
EUVD-2022-55194
Patch Released
Mar 14, 2026 - 22:49 nvd
Patch available
CVE Published
Jun 18, 2025 - 11:15 nvd
HIGH 7.8

Description

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: Fix UAF in ieee80211_scan_rx() ieee80211_scan_rx() tries to access scan_req->flags after a null check, but a UAF is observed when the scan is completed and __ieee80211_scan_completed() executes, which then calls cfg80211_scan_done() leading to the freeing of scan_req. Since scan_req is rcu_dereference()'d, prevent the racing in __ieee80211_scan_completed() by ensuring that from mac80211's POV it is no longer accessed from an RCU read critical section before we call cfg80211_scan_done().

Analysis

Use-after-free (UAF) vulnerability in the Linux kernel's mac80211 wireless stack that allows a local attacker with low privileges to cause a denial of service or potentially execute arbitrary code with kernel privileges. The vulnerability exists in ieee80211_scan_rx() where scan_req is accessed after being freed due to a race condition between scan completion and RCU read critical sections. This affects multiple Linux kernel versions across various distributions and has a high CVSS score of 7.8 (local attack vector, low complexity, requiring low privileges).

Technical Context

The vulnerability exists in the mac80211 subsystem (net/mac80211/scan.c), which handles 802.11 wireless scanning operations in the Linux kernel. The root cause is CWE-416 (Use After Free): ieee80211_scan_rx() performs an rcu_dereference() on scan_req to access scan_req->flags, but a race condition exists where __ieee80211_scan_completed() can execute concurrently and call cfg80211_scan_done(), which frees the scan_req structure before the RCU read critical section in ieee80211_scan_rx() completes. The fix involves ensuring proper RCU synchronization by calling rcu_read_unlock() before cfg80211_scan_done() to prevent the kernel from freeing memory still being accessed. This is a kernel-level vulnerability affecting CPE:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* across multiple versions (particularly 5.15.x through 6.0.x based on fix timing).

Affected Products

Linux kernel versions affected include: 5.15.0 through 5.19.x (primary exposure window based on typical fix backport cycles), and early 6.0.x releases. The vulnerability affects any Linux distribution shipping affected kernel versions, including but not limited to: Ubuntu (18.04 LTS, 20.04 LTS, 22.04 LTS depending on kernel version), Debian (Bullseye, Bookworm), Red Hat Enterprise Linux 9, SUSE Linux Enterprise 15, and Fedora releases from approximately 36 onwards. Systems with wireless scanning functionality enabled (most desktop, laptop, and IoT Linux systems) are affected. Server systems without wireless drivers may not be directly affected depending on kernel configuration.

Remediation

Apply Linux kernel security patches: (1) Update to kernel version 6.1+ or apply the specific fix commit that adds rcu_read_unlock() before cfg80211_scan_done() in __ieee80211_scan_completed(). (2) For specific distributions: Ubuntu: install linux-image packages from security repository (6.0.0+ for Jammy, 5.15.0-84+ for Focal); Debian: apply kernel updates from debian-security repository; Red Hat: apply RHSA updates to kernel package. (3) Temporary mitigation (if patching delayed): disable wireless scanning if not required, restrict local user access, isolate untrusted containers to dedicated kernel namespaces with reduced capabilities. (4) Verify patch by checking kernel version with 'uname -r' and confirming commit hash in 'git log' or distribution security advisory acknowledgment.

Priority Score

39
Low Medium High Critical
KEV: 0
EPSS: +0.0
CVSS: +39
POC: 0

Vendor Status

Ubuntu

Priority: Medium
linux-hwe
Release Status Version
bionic ignored end of standard support
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
trusty DNE -
focal DNE -
xenial released 4.15.0-206.217~16.04.1
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-hwe-5.4
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
bionic released 5.4.0-136.153~18.04.1
upstream released 6.0~rc4, 5.4.215, 5.15.66
trusty DNE -
xenial DNE -
focal DNE -
questing DNE -
linux-hwe-5.8
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-hwe-5.11
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
focal ignored end of standard support
linux-hwe-5.11
Release Status Version
focal ignored end of standard support
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-hwe-5.13
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
linux-hwe-5.13
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-hwe-5.15
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
focal ignored end of standard support
linux-hwe-5.15
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
focal released 5.15.0-57.63~20.04.1
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-hwe-5.19
Release Status Version
jammy ignored superseded by linux-hwe-6.2
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-hwe-6.2
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
linux-hwe-6.2
Release Status Version
jammy ignored superseded by linux-hwe-6.5
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-hwe-6.5
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
linux-hwe-6.5
Release Status Version
jammy ignored superseded by linux-hwe-6.8
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-hwe-6.8
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
linux-hwe-6.8
Release Status Version
noble DNE -
oracular DNE -
plucky DNE -
jammy not-affected 6.8.0-38.38~22.04.1
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-hwe-6.11
Release Status Version
jammy DNE -
oracular DNE -
plucky DNE -
noble not-affected 6.11.0-19.19~24.04.1
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux
Release Status Version
bionic released 4.15.0-204.215
focal released 5.4.0-136.153
noble not-affected 6.5.0-9.9
jammy released 5.15.0-57.63
oracular not-affected 6.8.0-31.31
plucky not-affected 6.11.0-8.8
trusty ignored end of standard support, was needed
upstream released 6.0~rc4, 5.4.215, 5.15.66
xenial needed -
questing not-affected 6.14.0-15.15
linux-hwe-edge
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored end of life
trusty DNE -
focal DNE -
questing DNE -
bionic ignored end of standard support
xenial ignored end of standard support
linux-lts-xenial
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
trusty ignored end of standard support, was needed
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-kvm
Release Status Version
noble DNE -
oracular DNE -
plucky DNE -
bionic released 4.15.0-1135.140
focal released 5.4.0-1083.89
jammy released 5.15.0-1025.30
trusty DNE -
questing DNE -
xenial needed -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-allwinner-5.19
Release Status Version
jammy ignored end of kernel support
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored end of life
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
linux-aws-5.0
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-aws-5.3
trusty DNE -
xenial DNE -
focal DNE -
questing DNE -
bionic ignored end of standard support
linux-aws-5.3
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-aws-5.4
trusty DNE -
xenial DNE -
focal DNE -
questing DNE -
bionic ignored end of standard support
linux-aws-5.4
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
bionic released 5.4.0-1093.102~18.04.2
trusty DNE -
xenial DNE -
focal DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-aws-5.8
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-aws-5.11
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
focal ignored end of standard support
linux-aws-5.11
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-aws-5.13
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
focal ignored end of standard support
linux-aws-5.13
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-aws-5.15
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
focal ignored end of standard support
linux-aws-5.15
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
focal released 5.15.0-1027.31~20.04.1
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-aws-5.19
Release Status Version
jammy ignored superseded by linux-aws-6.2
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-aws-6.2
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
linux-aws-6.2
Release Status Version
jammy ignored superseded by linux-aws-6.5
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-aws-6.5
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
linux-aws-6.5
Release Status Version
jammy ignored superseded by linux-aws-6.8
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-aws-6.8
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
linux-aws-6.8
Release Status Version
noble DNE -
oracular DNE -
plucky DNE -
jammy not-affected 6.8.0-1009.9~22.04.2
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-aws-hwe
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
trusty DNE -
bionic DNE -
focal DNE -
xenial released 4.15.0-1151.164~16.04.1
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-azure-4.15
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
bionic released 4.15.0-1161.176
upstream released 6.0~rc4, 5.4.215, 5.15.66
trusty DNE -
xenial DNE -
focal DNE -
questing DNE -
linux-azure-5.3
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-azure-5.4
trusty DNE -
xenial DNE -
focal DNE -
questing DNE -
bionic ignored end of standard support
linux-azure-5.4
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
bionic released 5.4.0-1100.106~18.04.1
trusty DNE -
xenial DNE -
focal DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-azure-5.8
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-azure-5.11
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
focal ignored end of standard support
linux-azure-5.11
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-azure-5.13
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
focal ignored end of standard support
linux-azure-5.13
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-azure-5.15
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
focal ignored end of standard support
linux-azure-5.15
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
focal released 5.15.0-1030.37~20.04.1
upstream released 6.0~rc4, 5.4.215, 5.15.66
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
linux-azure-5.19
Release Status Version
jammy ignored superseded by linux-azure-6.2
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-azure-6.2
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
linux-azure-6.2
Release Status Version
jammy ignored superseded by linux-azure-6.5
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-azure-6.5
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
linux-azure-6.5
Release Status Version
jammy ignored superseded by linux-azure-6.8
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-azure-6.8
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
linux-azure-6.8
Release Status Version
noble DNE -
oracular DNE -
plucky DNE -
jammy not-affected 6.8.0-1008.8~22.04.1
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-azure-6.11
Release Status Version
jammy DNE -
oracular DNE -
plucky DNE -
noble not-affected 6.11.0-1008.8~24.04.1
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-azure-fde
Release Status Version
focal ignored end of standard support
jammy needs-triage -
oracular DNE -
noble not-affected 6.8.0-1041.48
trusty DNE -
xenial DNE -
bionic DNE -
plucky not-affected 6.14.0-1014.14
upstream released 6.0~rc4, 5.4.215, 5.15.66
questing not-affected 6.17.0-1003.3
linux-azure-fde-5.15
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
focal needed -
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-azure-fde-5.19
Release Status Version
jammy ignored superseded by linux-azure-fde-6.2
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-azure-fde-6.2
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
linux-azure-fde-6.2
Release Status Version
jammy ignored replaced by linux-azure-6.5
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored replaced by linux-azure-6.5
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
linux-azure-nvidia
Release Status Version
jammy DNE -
oracular DNE -
plucky DNE -
noble not-affected 6.8.0-1013.14
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-bluefield
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
focal released 5.4.0-1054.60
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-azure-edge
Release Status Version
bionic ignored end of standard support
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-azure-5.3
trusty DNE -
xenial DNE -
focal DNE -
questing DNE -
linux-fips
Release Status Version
oracular DNE -
plucky DNE -
jammy not-affected 5.15.0-92.102+fips1
xenial needed -
trusty DNE -
bionic released 4.15.0-1107.118
focal released 5.4.0-1069.78
questing DNE -
noble not-affected 6.8.0-38.38+fips4
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-aws-fips
Release Status Version
oracular DNE -
plucky DNE -
noble not-affected 6.8.0-1035.37+fips1
jammy not-affected 5.15.0-1052.57+fips1
trusty DNE -
bionic released 4.15.0-2089.95
focal released 5.4.0-1093.101+fips1
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
xenial DNE -
linux-azure-fips
Release Status Version
oracular DNE -
plucky DNE -
jammy not-affected 5.15.0-1058.66+fips1
trusty DNE -
bionic released 4.15.0-2070.76
focal released 5.4.0-1100.106+fips1
questing DNE -
noble not-affected 6.8.0-1034.39+fips1
upstream released 6.0~rc4, 5.4.215, 5.15.66
xenial DNE -
linux-gcp-fips
Release Status Version
oracular DNE -
plucky DNE -
jammy not-affected 5.15.0-1048.56+fips1
trusty DNE -
bionic released 4.15.0-2054.59
focal released 5.4.0-1097.106+fips1
questing DNE -
noble not-affected 6.8.0-1036.38+fips1
upstream released 6.0~rc4, 5.4.215, 5.15.66
xenial DNE -
linux-gcp
Release Status Version
bionic ignored end of standard support
focal released 5.4.0-1097.106
noble not-affected 6.5.0-1007.7
oracular not-affected 6.8.0-1007.7
plucky not-affected 6.11.0-1003.3
trusty DNE -
jammy released 5.15.0-1026.33
xenial released 4.15.0-1146.162~16.04.1
questing not-affected 6.14.0-1006.6
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-gcp-4.15
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
bionic released 4.15.0-1145.161
trusty DNE -
xenial DNE -
focal DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-gcp-5.3
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-gcp-5.4
trusty DNE -
xenial DNE -
focal DNE -
questing DNE -
bionic ignored end of standard support
linux-gcp-5.4
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
bionic released 5.4.0-1097.106~18.04.1
trusty DNE -
xenial DNE -
focal DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-gcp-5.8
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-gcp-5.11
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
focal ignored end of standard support
linux-gcp-5.11
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-gcp-5.13
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
focal ignored end of standard support
linux-gcp-5.13
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-gcp-5.15
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
focal ignored end of standard support
linux-gcp-5.15
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
focal released 5.15.0-1027.34~20.04.1
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-gcp-5.19
Release Status Version
jammy ignored superseded by linux-gcp-6.2
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-gcp-6.2
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
linux-gcp-6.2
Release Status Version
jammy ignored superseded by linux-gcp-6.5
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-gcp-6.5
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
linux-gcp-6.5
Release Status Version
jammy ignored superseded by linux-gcp-6.8
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-gcp-6.8
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
linux-gcp-6.8
Release Status Version
noble DNE -
oracular DNE -
plucky DNE -
jammy not-affected 6.8.0-1010.11~22.04.1
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-gcp-6.11
Release Status Version
jammy DNE -
oracular DNE -
plucky DNE -
noble not-affected 6.11.0-1006.6~24.04.2
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-gke
Release Status Version
focal ignored end of kernel support
oracular DNE -
plucky DNE -
noble not-affected 6.8.0-1003.5
trusty DNE -
xenial ignored end of standard support
bionic DNE -
jammy released 5.15.0-1024.29
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-gke-4.15
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-gke-5.0
trusty DNE -
xenial DNE -
focal DNE -
questing DNE -
bionic ignored end of standard support
linux-gke-5.4
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored end of life
trusty DNE -
xenial DNE -
focal DNE -
questing DNE -
bionic ignored end of standard support
linux-gke-5.15
Release Status Version
focal ignored end of kernel support
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored end of life
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
linux-gkeop
Release Status Version
focal ignored end of kernel support
oracular DNE -
plucky DNE -
noble not-affected 6.8.0-1001.3
trusty DNE -
xenial DNE -
bionic DNE -
jammy released 5.15.0-1012.16
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-gkeop-5.4
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored end of life
trusty DNE -
xenial DNE -
focal DNE -
questing DNE -
bionic ignored end of standard support
linux-gkeop-5.15
Release Status Version
focal ignored end of kernel support
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-ibm
Release Status Version
oracular DNE -
plucky DNE -
focal released 5.4.0-1041.46
noble not-affected 6.5.0-1009.9
trusty DNE -
xenial DNE -
bionic DNE -
jammy released 5.15.0-1022.25
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-ibm-5.4
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
bionic released 5.4.0-1041.46~18.04.1
trusty DNE -
xenial DNE -
focal DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-ibm-5.15
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
focal not-affected 5.15.0-1034.37~20.04.1
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-intel-5.13
Release Status Version
focal ignored end of kernel support
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored end of life
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
linux-intel-iotg
Release Status Version
noble DNE -
oracular DNE -
plucky DNE -
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
jammy released 5.15.0-1023.28
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-intel-iotg-5.15
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
focal released 5.15.0-1023.28~20.04.1
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-iot
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
focal released 5.4.0-1010.12
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-intel-iot-realtime
Release Status Version
noble DNE -
oracular DNE -
plucky DNE -
jammy not-affected 5.15.0-1021.26
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-lowlatency
Release Status Version
plucky DNE -
noble not-affected 6.5.0-9.9.1
oracular not-affected 6.8.0-31.31.1
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
jammy released 5.15.0-57.63
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-lowlatency-hwe-5.15
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
focal released 5.15.0-58.64~20.04.1
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-lowlatency-hwe-5.19
Release Status Version
jammy ignored superseded by linux-lowlatency-hwe-6.2
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-lowlatency-hwe-6.2
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
linux-lowlatency-hwe-6.2
Release Status Version
jammy ignored superseded by linux-lowlatency-hwe-6.5
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-lowlatency-hwe-6.5
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
linux-lowlatency-hwe-6.5
Release Status Version
jammy ignored superseded by linux-lowlatency-hwe-6.8
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-lowlatency-hwe-6.8
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
linux-lowlatency-hwe-6.8
Release Status Version
noble DNE -
oracular DNE -
plucky DNE -
jammy not-affected 6.8.0-38.38.1~22.04.2
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-lowlatency-hwe-6.11
Release Status Version
jammy DNE -
oracular DNE -
plucky DNE -
noble not-affected 6.11.0-1011.12~24.04.1
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-nvidia
Release Status Version
oracular DNE -
plucky DNE -
noble not-affected 6.8.0-1007.7
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
jammy released 5.15.0-1015.15
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-nvidia-6.2
Release Status Version
jammy ignored superseded by linux-nvidia-6.5
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-nvidia-6.5
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
linux-nvidia-6.5
Release Status Version
jammy ignored superseded by linux-nvidia-6.8
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-nvidia-6.8
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
linux-nvidia-6.8
Release Status Version
noble DNE -
oracular DNE -
plucky DNE -
jammy not-affected 6.8.0-1008.8~22.04.1
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-nvidia-lowlatency
Release Status Version
jammy DNE -
oracular DNE -
plucky DNE -
noble not-affected 6.8.0-1009.9.1
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-nvidia-tegra
Release Status Version
oracular DNE -
plucky DNE -
jammy not-affected 5.15.0-1013.13
noble not-affected 6.8.0-1003.3
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-nvidia-tegra-5.15
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
focal not-affected 5.15.0-1009.9~20.04.1
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-nvidia-tegra-igx
Release Status Version
noble DNE -
oracular DNE -
plucky DNE -
jammy not-affected 5.15.0-1001.1
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-oracle-5.0
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-oracle-5.3
trusty DNE -
xenial DNE -
focal DNE -
questing DNE -
bionic ignored end of standard support
linux-oracle-5.3
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-oracle-5.4
trusty DNE -
xenial DNE -
focal DNE -
questing DNE -
bionic ignored end of standard support
linux-oracle-5.4
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
bionic released 5.4.0-1091.100~18.04.1
trusty DNE -
xenial DNE -
focal DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-oracle-5.8
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-oracle-5.11
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
focal ignored end of standard support
linux-oracle-5.11
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-oracle-5.13
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
focal ignored end of standard support
linux-oracle-5.13
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-oracle-5.15
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
focal ignored end of standard support
linux-oracle-5.15
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
focal released 5.15.0-1027.33~20.04.1
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-oracle-6.5
Release Status Version
jammy ignored superseded by linux-oracle-6.8
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-oracle-6.8
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
linux-oracle-6.8
Release Status Version
noble DNE -
oracular DNE -
plucky DNE -
jammy not-affected 6.8.0-1006.6~22.04.3
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-oem
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored end of life
trusty DNE -
xenial ignored end of standard support
focal DNE -
questing DNE -
bionic ignored end of standard support
linux-oem-5.6
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-oem-5.10
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
focal ignored end of standard support
linux-oem-5.10
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-oem-5.13
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
focal ignored end of standard support
linux-oem-5.13
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-oem-5.14
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
focal ignored end of standard support
linux-oem-5.14
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored replaced by linux-hwe-5.15
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
focal ignored end of standard support
linux-oem-5.17
Release Status Version
jammy ignored superseded by linux-oem-6.1
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-oem-6.1
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
linux-oem-6.0
Release Status Version
jammy ignored superseded by linux-oem-6.1
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-oem-6.1
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
linux-oem-6.1
Release Status Version
jammy ignored superseded by linux-oem-6.5
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-oem-6.5
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
linux-oem-6.5
Release Status Version
jammy ignored superseded by linux-oem-6.8
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-oem-6.8
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
linux-oem-6.8
Release Status Version
jammy DNE -
oracular DNE -
plucky DNE -
noble not-affected 6.8.0-1003.3
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-oem-6.11
Release Status Version
jammy DNE -
oracular DNE -
plucky DNE -
noble not-affected 6.11.0-1007.7
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-oem-6.14
Release Status Version
jammy DNE -
oracular DNE -
plucky DNE -
noble not-affected 6.14.0-1005.5
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-raspi2
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored replaced by linux-raspi
trusty DNE -
xenial ignored end of standard support
bionic ignored end of standard support
questing DNE -
focal ignored end of standard support
linux-raspi-5.4
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
bionic released 5.4.0-1078.89~18.04.1
trusty DNE -
xenial DNE -
focal DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-raspi-realtime
Release Status Version
jammy DNE -
oracular DNE -
plucky DNE -
noble not-affected 6.7.0-2001.1
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-riscv
Release Status Version
jammy ignored end of kernel support
oracular not-affected 6.8.0-31.31.1
plucky not-affected 6.11.0-8.8.1
trusty DNE -
xenial DNE -
bionic DNE -
noble ignored replaced by linux-riscv-6.14, was needs-triage
questing not-affected 6.14.0-13.13.2
upstream released 6.0~rc4, 5.4.215, 5.15.66
focal ignored end of standard support
linux-riscv-5.8
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-riscv-5.11
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
focal ignored end of standard support
linux-riscv-5.11
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-riscv-5.13
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
focal ignored end of standard support
linux-riscv-5.15
Release Status Version
jammy DNE -
noble DNE -
oracular DNE -
plucky DNE -
focal released 5.15.0-1027.31~20.04.1
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-riscv-5.19
Release Status Version
jammy ignored end of kernel support
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored end of life
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
linux-riscv-6.5
Release Status Version
jammy ignored superseded by linux-riscv-6.8
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-riscv-6.8
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
linux-riscv-6.8
Release Status Version
noble DNE -
oracular DNE -
plucky DNE -
jammy not-affected 6.8.0-38.38.1~22.04.1
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-starfive-5.19
Release Status Version
jammy ignored end of kernel support
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored end of life
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
linux-starfive-6.2
Release Status Version
jammy ignored superseded by linux-starfive-6.5
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored superseded by linux-starfive-6.5
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
linux-starfive-6.5
Release Status Version
jammy ignored end of kernel support
noble DNE -
oracular DNE -
plucky DNE -
upstream ignored end of life
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
questing DNE -
linux-xilinx-zynqmp
Release Status Version
noble DNE -
oracular DNE -
plucky DNE -
focal not-affected 5.4.0-1020.24
jammy not-affected 5.15.0-1022.26
trusty DNE -
xenial DNE -
bionic DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-aws
Release Status Version
bionic released 4.15.0-1150.163
focal released 5.4.0-1093.101
noble not-affected 6.5.0-1008.8
oracular not-affected 6.8.0-1008.8
plucky not-affected 6.11.0-1004.4
trusty ignored end of standard support, was needed
upstream released 6.0~rc4, 5.4.215, 5.15.66
jammy released 5.15.0-1027.31
questing not-affected 6.14.0-1005.5
xenial needed -
linux-azure
Release Status Version
focal released 5.4.0-1100.106
noble not-affected 6.5.0-1007.7
oracular not-affected 6.8.0-1007.7
plucky not-affected 6.11.0-1004.4
trusty released 4.15.0-1162.177~14.04.1
upstream released 6.0~rc4, 5.4.215, 5.15.66
jammy released 5.15.0-1030.37
xenial released 4.15.0-1162.177~16.04.1
questing not-affected 6.14.0-1004.4
bionic ignored end of standard support
linux-oracle
Release Status Version
bionic released 4.15.0-1114.125
focal released 5.4.0-1091.100
noble not-affected 6.5.0-1010.10
oracular not-affected 6.8.0-1005.5
plucky not-affected 6.11.0-1006.6
trusty DNE -
jammy released 5.15.0-1026.32
xenial released 4.15.0-1115.126~16.04.1
questing not-affected 6.14.0-1005.5
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-raspi
Release Status Version
focal released 5.4.0-1078.89
noble not-affected 6.5.0-1005.7
oracular not-affected 6.8.0-1004.4
plucky not-affected 6.11.0-1004.4
trusty DNE -
xenial DNE -
bionic DNE -
jammy released 5.15.0-1022.24
questing not-affected 6.14.0-1005.5
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-realtime
Release Status Version
noble not-affected 6.8.0-1008.19
oracular not-affected 6.11.0-1001.1
plucky not-affected 6.11.0-1001.1
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
jammy released 5.15.0-1029.32
questing not-affected 6.14.0-1002.2
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-intel
Release Status Version
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
jammy DNE -
noble not-affected 6.8.0-1001.6
oracular DNE -
plucky DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
questing DNE -
linux-riscv-6.14
Release Status Version
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
jammy DNE -
oracular DNE -
plucky DNE -
noble not-affected 6.14.0-22.22.1~24.04.1
upstream released 6.0~rc4, 5.4.215, 5.15.66
questing DNE -
linux-ibm-6.8
Release Status Version
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
noble DNE -
oracular DNE -
plucky DNE -
jammy not-affected 6.8.0-1008.8~22.04.1
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-aws-6.14
Release Status Version
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
jammy DNE -
plucky DNE -
noble not-affected 6.14.0-1007.7~24.04.1
upstream released 6.0~rc4, 5.4.215, 5.15.66
questing DNE -
linux-gcp-6.14
Release Status Version
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
jammy DNE -
noble not-affected 6.14.0-1007.7~24.04.1
plucky DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
questing DNE -
linux-hwe-6.14
Release Status Version
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
jammy DNE -
noble not-affected -
plucky DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-oracle-6.14
Release Status Version
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
jammy DNE -
noble not-affected 6.14.0-1007.7~24.04.1
plucky DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-nvidia-6.11
Release Status Version
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
jammy DNE -
plucky DNE -
noble not-affected 6.11.0-1002.2
upstream released 6.0~rc4, 5.4.215, 5.15.66
questing DNE -
linux-realtime-6.14
Release Status Version
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
jammy DNE -
noble not-affected 6.14.0-1003.3~24.04.3
plucky DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
questing DNE -
linux-realtime-6.8
Release Status Version
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
jammy not-affected 6.8.1-1004.4~22.04.1
noble DNE -
plucky DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-azure-6.14
Release Status Version
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
jammy DNE -
noble not-affected 6.14.0-1012.12~24.04.1
plucky DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-azure-fde-6.14
Release Status Version
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
jammy DNE -
noble not-affected 6.14.0-1014.14~24.04.1
plucky DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-azure-nvidia-6.14
Release Status Version
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
jammy DNE -
plucky DNE -
questing DNE -
noble not-affected 6.14.0-1003.3
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-xilinx
Release Status Version
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
jammy DNE -
noble not-affected 6.8.0-1008.9
plucky not-affected 6.14.0-1002.2
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-oem-6.17
Release Status Version
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
jammy DNE -
noble not-affected 6.17.0-1005.5
plucky DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-azure-fde-6.8
Release Status Version
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
jammy not-affected 6.8.0-1046.53~22.04.1
noble DNE -
plucky DNE -
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-aws-6.17
Release Status Version
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
jammy DNE -
noble not-affected 6.17.0-1005.5~24.04.2
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-gcp-6.17
Release Status Version
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
jammy DNE -
noble not-affected 6.17.0-1004.4~24.04.3
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-hwe-6.17
Release Status Version
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
jammy DNE -
noble not-affected 6.17.0-14.14~24.04.1
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-oracle-6.17
Release Status Version
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
jammy DNE -
noble not-affected 6.17.0-1004.4~24.04.2
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-riscv-6.17
Release Status Version
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
jammy DNE -
questing DNE -
noble not-affected 6.17.0-14.14.1~24.04.1
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-azure-fde-6.17
Release Status Version
xenial DNE -
trusty DNE -
bionic DNE -
focal DNE -
jammy DNE -
noble not-affected 6.17.0-1005.5~24.04.1
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66
linux-azure-6.17
Release Status Version
trusty DNE -
xenial DNE -
bionic DNE -
focal DNE -
jammy DNE -
noble not-affected 6.17.0-1008.8~24.04.1
questing DNE -
upstream released 6.0~rc4, 5.4.215, 5.15.66

Debian

linux
Release Status Fixed Version Urgency
bullseye fixed 5.10.148-1 -
bullseye (security) fixed 5.10.251-1 -
bookworm fixed 6.1.159-1 -
bookworm (security) fixed 6.1.164-1 -
trixie fixed 6.12.73-1 -
trixie (security) fixed 6.12.74-2 -
forky fixed 6.19.6-2 -
sid fixed 6.19.8-1 -
(unstable) fixed 5.19.11-1 -

Share

CVE-2022-49934 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy