Skip to main content
Press slash or control plus K to focus the search. Use the arrow keys to navigate results and press enter to open a threat.
Reconnecting to live updates…
EPSS 0.1%top 96%

Linux hwe edge: In the Linux kernel, the following vulnerability has been resolved: ceph: fix BUG_ON in __ceph_build_xattrs_blob() due to stale blob size The… (CVE-2026-52961)

0
Medium
Published: 06/24/2026 (06/24/2026, 17:17:00 UTC)
Source: GCVE Database
Product: linux-hwe-edge

Description

In the Linux kernel, the following vulnerability has been resolved: ceph: fix BUG_ON in __ceph_build_xattrs_blob() due to stale blob size The generic/642 test-case can reproduce the kernel crash: [40243.605254] ------------[ cut here ]------------ [40243.605956] kernel BUG at fs/ceph/xattr.c:918! [40243.607142] Oops: invalid opcode: 0000 [#1] SMP PTI [40243.608067] CPU: 7 UID: 0 PID: 498762 Comm: kworker/7:1 Not tainted 7.0.0-rc7+ #3 PREEMPT(full) [40243.609700] Hardware name: QEMU Ubuntu 25.10 PC v2 (i440FX + PIIX, + 10.1 machine, 1996), BIOS 1.16.3-debian-1.16.3-2 04/01/2014 [40243.611820] Workqueue: ceph-msgr ceph_con_workfn [40243.612715] RIP: 0010:__ceph_build_xattrs_blob+0x1b8/0x1e0 [40243.613731] Code: 0f 84 82 fe ff ff e9 cf 8e 56 ff 48 8d 65 e8 31 c0 5b 41 5c 41 5d 5d 31 d2 31 c9 31 f6 31 ff 45 31 c0 45 31 c9 c3 cc cc cc cc <0f> 0b 4c 8b 62 08 41 8b 85 24 07 00 00 49 83 c4 04 41 89 44 24 fc [40243.616888] RSP: 0018:ffffcc80c4d4b688 EFLAGS: 00010287 [40243.617773] RAX: 0000000000010026 RBX: 0000000000000001 RCX: 0000000000000000 [40243.618928] RDX: ffff8a773798dee0 RSI: 0000000000000000 RDI: 0000000000000000 [40243.620158] RBP: ffffcc80c4d4b6a0 R08: 0000000000000000 R09: 0000000000000000 [40243.621573] R10: 0000000000000000 R11: 0000000000000000 R12: ffff8a75f3b58000 [40243.622907] R13: ffff8a75f3b58000 R14: 0000000000000080 R15: 000000000000bffd [40243.624054] FS: 0000000000000000(0000) GS:ffff8a787d1b4000(0000) knlGS:0000000000000000 [40243.625331] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [40243.626269] CR2: 000072f390b623c0 CR3: 000000011c02a003 CR4: 0000000000372ef0 [40243.627408] Call Trace: [40243.627839] <TASK> [40243.628188] __prep_cap+0x3fd/0x4a0 [40243.628789] ? do_raw_spin_unlock+0x4e/0xe0 [40243.629474] ceph_check_caps+0x46a/0xc80 [40243.630094] ? __lock_acquire+0x4a2/0x2650 [40243.630773] ? find_held_lock+0x31/0x90 [40243.631347] ? handle_cap_grant+0x79f/0x1060 [40243.632068] ? lock_release+0xd9/0x300 [40243.632696] ? __mutex_unlock_slowpath+0x3e/0x340 [40243.633429] ? lock_release+0xd9/0x300 [40243.634052] handle_cap_grant+0xcf6/0x1060 [40243.634745] ceph_handle_caps+0x122b/0x2110 [40243.635415] mds_dispatch+0x5bd/0x2160 [40243.636034] ? ceph_con_process_message+0x65/0x190 [40243.636828] ? lock_release+0xd9/0x300 [40243.637431] ceph_con_process_message+0x7a/0x190 [40243.638184] ? kfree+0x311/0x4f0 [40243.638749] ? kfree+0x311/0x4f0 [40243.639268] process_message+0x16/0x1a0 [40243.639915] ? sg_free_table+0x39/0x90 [40243.640572] ceph_con_v2_try_read+0xf58/0x2120 [40243.641255] ? lock_acquire+0xc8/0x300 [40243.641863] ceph_con_workfn+0x151/0x820 [40243.642493] process_one_work+0x22f/0x630 [40243.643093] ? process_one_work+0x254/0x630 [40243.643770] worker_thread+0x1e2/0x400 [40243.644332] ? __pfx_worker_thread+0x10/0x10 [40243.645020] kthread+0x109/0x140 [40243.645560] ? __pfx_kthread+0x10/0x10 [40243.646125] ret_from_fork+0x3f8/0x480 [40243.646752] ? __pfx_kthread+0x10/0x10 [40243.647316] ? __pfx_kthread+0x10/0x10 [40243.647919] ret_from_fork_asm+0x1a/0x30 [40243.648556] </TASK> [40243.648902] Modules linked in: overlay hctr2 libpolyval chacha libchacha adiantum libnh libpoly1305 essiv intel_rapl_msr intel_rapl_common intel_uncore_frequency_common skx_edac_common nfit kvm_intel kvm irqbypass joydev ghash_clmulni_intel aesni_intel rapl input_leds mac_hid psmouse vga16fb serio_raw vgastate floppy i2c_piix4 pata_acpi bochs qemu_fw_cfg i2c_smbus sch_fq_codel rbd dm_crypt msr parport_pc ppdev lp parport efi_pstore [40243.654766] ---[ end trace 0000000000000000 ]--- Commit d93231a6bc8a ("ceph: prevent a client from exceeding the MDS maximum xattr size") moved the required_blob_size computation to before the __build_xattrs() call, introducing a race. __build_xattrs() releases and reacquires i_ceph_lock during execution. In that window, handle_cap_grant() may update i_xattrs.blob with a newer MDS-provided blob and bump i_xattrs.version. When __bui ---truncated---

CVSS v3.1

Score 5.5medium

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

Affected software

Ubuntu:16.04:LTSmore threats →ghsa
linux-hwe-edge
pkg:deb/ubuntu/[email protected]~16.04.1?arch=source&distro=xenial
Affected versions
=4.8.0-28.30~16.04.1=4.8.0-30.32~16.04.1=4.8.0-32.34~16.04.1=4.8.0-34.36~16.04.1=4.10.0-14.16~16.04.1=4.10.0-19.21~16.04.1=4.10.0-20.22~16.04.1=4.10.0-21.23~16.04.1=4.10.0-22.24~16.04.1=4.10.0-24.28~16.04.1=4.10.0-26.30~16.04.1=4.11.0-13.19~16.04.1=4.11.0-14.20~16.04.1=4.13.0-16.19~16.04.3=4.13.0-17.20~16.04.1=4.13.0-19.22~16.04.1=4.13.0-21.24~16.04.1=4.13.0-25.29~16.04.2=4.15.0-13.14~16.04.1=4.15.0-15.16~16.04.1=4.15.0-20.21~16.04.1=4.15.0-22.24~16.04.1=4.15.0-23.25~16.04.1
Ubuntu:18.04:LTSmore threats →ghsa
linux-aws-5.0
pkg:deb/ubuntu/[email protected]?arch=source&distro=bionic
Affected versions
=5.0.0-1021.24~18.04.1=5.0.0-1022.25~18.04.1=5.0.0-1023.26~18.04.1=5.0.0-1024.27~18.04.1=5.0.0-1025.28=5.0.0-1027.30
Ubuntu:18.04:LTSmore threats →ghsa
linux-aws-5.3
pkg:deb/ubuntu/[email protected]?arch=source&distro=bionic
Affected versions
=5.3.0-1016.17~18.04.1=5.3.0-1017.18~18.04.1=5.3.0-1019.21~18.04.1=5.3.0-1023.25~18.04.1=5.3.0-1028.30~18.04.1=5.3.0-1030.32~18.04.1=5.3.0-1032.34~18.04.2=5.3.0-1033.35=5.3.0-1034.36=5.3.0-1035.37
Ubuntu:18.04:LTSmore threats →ghsa
linux-azure
pkg:deb/ubuntu/[email protected]?arch=source&distro=bionic
Affected versions
=4.15.0-1002.2=4.15.0-1003.3=4.15.0-1004.4=4.15.0-1008.8=4.15.0-1009.9=4.15.0-1012.12=4.15.0-1013.13=4.15.0-1014.14=4.15.0-1018.18=4.15.0-1019.19=4.15.0-1021.21=4.15.0-1022.23=4.15.0-1023.24=4.15.0-1025.26=4.15.0-1028.29=4.15.0-1030.31=4.15.0-1031.32=4.15.0-1032.33=4.15.0-1035.36=4.15.0-1036.38=4.15.0-1037.39=4.18.0-1011.11~18.04.1=4.18.0-1013.13~18.04.1=4.18.0-1014.14~18.04.1=4.18.0-1018.18~18.04.1=4.18.0-1019.19~18.04.1=4.18.0-1020.20~18.04.1=4.18.0-1023.24~18.04.1=4.18.0-1024.25~18.04.1=4.18.0-1025.27~18.04.1=5.0.0-1014.14~18.04.1=5.0.0-1016.17~18.04.1=5.0.0-1018.19~18.04.1=5.0.0-1020.21~18.04.1=5.0.0-1022.23~18.04.1=5.0.0-1023.24~18.04.1=5.0.0-1025.27~18.04.1=5.0.0-1027.29~18.04.1=5.0.0-1028.30~18.04.1=5.0.0-1029.31~18.04.1=5.0.0-1031.33=5.0.0-1032.34=5.0.0-1035.37=5.0.0-1036.38
Ubuntu:18.04:LTSmore threats →ghsa
linux-azure-5.3
pkg:deb/ubuntu/[email protected]?arch=source&distro=bionic
Affected versions
=5.3.0-1007.8~18.04.1=5.3.0-1008.9~18.04.1=5.3.0-1009.10~18.04.1=5.3.0-1010.11~18.04.1=5.3.0-1012.13~18.04.1=5.3.0-1013.14~18.04.1=5.3.0-1016.17~18.04.1=5.3.0-1018.19~18.04.1=5.3.0-1019.20~18.04.1=5.3.0-1020.21~18.04.1=5.3.0-1022.23~18.04.1=5.3.0-1028.29~18.04.1=5.3.0-1031.32~18.04.1=5.3.0-1032.33~18.04.1=5.3.0-1034.35~18.04.1=5.3.0-1035.36
Ubuntu:18.04:LTSmore threats →ghsa
linux-azure-edge
pkg:deb/ubuntu/[email protected]~18.04.2?arch=source&distro=bionic
Affected versions
=4.18.0-1006.6~18.04.1=4.18.0-1007.7~18.04.1=4.18.0-1008.8~18.04.1=5.0.0-1012.12~18.04.2
Ubuntu:18.04:LTSmore threats →ghsa
linux-gcp
pkg:deb/ubuntu/[email protected]?arch=source&distro=bionic
Affected versions
=4.15.0-1001.1=4.15.0-1003.3=4.15.0-1005.5=4.15.0-1006.6=4.15.0-1008.8=4.15.0-1009.9=4.15.0-1010.10=4.15.0-1014.14=4.15.0-1015.15=4.15.0-1017.18=4.15.0-1018.19=4.15.0-1019.20=4.15.0-1021.22=4.15.0-1023.24=4.15.0-1024.25=4.15.0-1025.26=4.15.0-1026.27=4.15.0-1027.28=4.15.0-1028.29=4.15.0-1029.31=4.15.0-1030.32=4.15.0-1032.34=4.15.0-1033.35=4.15.0-1034.36=4.15.0-1036.38=4.15.0-1037.39=4.15.0-1040.42=4.15.0-1042.45=4.15.0-1044.70=5.0.0-1020.20~18.04.1=5.0.0-1021.21~18.04.1=5.0.0-1025.26~18.04.1=5.0.0-1026.27~18.04.1=5.0.0-1028.29~18.04.1=5.0.0-1029.30~18.04.1=5.0.0-1031.32=5.0.0-1033.34=5.0.0-1034.35
Ubuntu:18.04:LTSmore threats →ghsa
linux-gcp-5.3
pkg:deb/ubuntu/[email protected]~18.04.1?arch=source&distro=bionic
Affected versions
=5.3.0-1008.9~18.04.1=5.3.0-1009.10~18.04.1=5.3.0-1010.11~18.04.1=5.3.0-1012.13~18.04.1=5.3.0-1014.15~18.04.1=5.3.0-1016.17~18.04.1=5.3.0-1017.18~18.04.1=5.3.0-1018.19~18.04.1=5.3.0-1020.22~18.04.1=5.3.0-1026.28~18.04.1=5.3.0-1029.31~18.04.1=5.3.0-1030.32~18.04.1=5.3.0-1032.34~18.04.1
Ubuntu:18.04:LTSmore threats →ghsa
linux-gke-4.15
pkg:deb/ubuntu/[email protected]?arch=source&distro=bionic
Affected versions
=4.15.0-1030.32=4.15.0-1032.34=4.15.0-1033.35=4.15.0-1034.36=4.15.0-1036.38=4.15.0-1037.39=4.15.0-1040.42=4.15.0-1041.43=4.15.0-1042.44=4.15.0-1044.46=4.15.0-1045.48=4.15.0-1046.49=4.15.0-1048.51=4.15.0-1049.52=4.15.0-1050.53=4.15.0-1052.55=4.15.0-1055.58=4.15.0-1057.60=4.15.0-1058.61=4.15.0-1059.62=4.15.0-1063.66=4.15.0-1064.67=4.15.0-1066.69=4.15.0-1067.70=4.15.0-1069.72=4.15.0-1070.73=4.15.0-1072.76=4.15.0-1073.78=4.15.0-1074.79=4.15.0-1076.81=4.15.0-1077.82=4.15.0-1078.83=4.15.0-1079.84
Ubuntu:18.04:LTSmore threats →ghsa
linux-gke-5.4
pkg:deb/ubuntu/[email protected]~18.04.1?arch=source&distro=bionic
Affected versions
=5.4.0-1025.25~18.04.1=5.4.0-1027.28~18.04.1=5.4.0-1029.31~18.04.1=5.4.0-1030.32~18.04.1=5.4.0-1032.34~18.04.1=5.4.0-1033.35~18.04.1=5.4.0-1035.37~18.04.1=5.4.0-1036.38~18.04.1=5.4.0-1037.39~18.04.1=5.4.0-1039.41~18.04.1=5.4.0-1040.42~18.04.1=5.4.0-1042.44~18.04.1=5.4.0-1043.45~18.04.1=5.4.0-1044.46~18.04.1=5.4.0-1046.48~18.04.1=5.4.0-1049.52~18.04.1=5.4.0-1051.54~18.04.1=5.4.0-1052.55~18.04.1=5.4.0-1053.56~18.04.1=5.4.0-1054.57~18.04.1=5.4.0-1055.58~18.04.1=5.4.0-1056.59~18.04.1=5.4.0-1057.60~18.04.1=5.4.0-1059.62~18.04.1=5.4.0-1061.64~18.04.1=5.4.0-1062.65~18.04.1=5.4.0-1063.66~18.04.1=5.4.0-1065.68~18.04.1=5.4.0-1066.69~18.04.1=5.4.0-1067.70~18.04.1=5.4.0-1068.71~18.04.1=5.4.0-1071.76~18.04.3=5.4.0-1072.77~18.04.1=5.4.0-1074.79~18.04.1=5.4.0-1076.82~18.04.1=5.4.0-1078.84~18.04.1=5.4.0-1080.86~18.04.1
Ubuntu:18.04:LTSmore threats →ghsa
linux-gkeop-5.4
pkg:deb/ubuntu/[email protected]~18.04.1?arch=source&distro=bionic
Affected versions
=5.4.0-1001.1=5.4.0-1003.3=5.4.0-1004.5=5.4.0-1005.6=5.4.0-1007.8~18.04.1=5.4.0-1008.9~18.04.1=5.4.0-1009.10~18.04.1=5.4.0-1010.11~18.04.1=5.4.0-1011.12~18.04.2=5.4.0-1012.13~18.04.1=5.4.0-1013.14~18.04.1=5.4.0-1014.15~18.04.1=5.4.0-1015.16~18.04.1=5.4.0-1016.17~18.04.1=5.4.0-1018.19~18.04.1=5.4.0-1021.22~18.04.1=5.4.0-1022.23~18.04.1=5.4.0-1023.24~18.04.1=5.4.0-1024.25~18.04.1=5.4.0-1025.26~18.04.1=5.4.0-1026.27~18.04.1=5.4.0-1027.28~18.04.1=5.4.0-1029.30~18.04.2=5.4.0-1031.32~18.04.1=5.4.0-1032.33~18.04.1=5.4.0-1033.34~18.04.1=5.4.0-1034.35~18.04.1=5.4.0-1036.37~18.04.1=5.4.0-1037.38~18.04.1=5.4.0-1038.39~18.04.1=5.4.0-1039.40~18.04.1=5.4.0-1040.41~18.04.1=5.4.0-1043.44~18.04.1=5.4.0-1046.48~18.04.1=5.4.0-1048.51~18.04.1=5.4.0-1049.52~18.04.1=5.4.0-1051.54~18.04.1
Ubuntu:18.04:LTSmore threats →ghsa
linux-hwe
pkg:deb/ubuntu/[email protected]?arch=source&distro=bionic
Affected versions
=4.18.0-13.14~18.04.1=4.18.0-14.15~18.04.1=4.18.0-15.16~18.04.1=4.18.0-16.17~18.04.1=4.18.0-17.18~18.04.1=4.18.0-18.19~18.04.1=4.18.0-20.21~18.04.1=4.18.0-21.22~18.04.1=4.18.0-22.23~18.04.1=4.18.0-24.25~18.04.1=4.18.0-25.26~18.04.1=5.0.0-23.24~18.04.1=5.0.0-25.26~18.04.1=5.0.0-27.28~18.04.1=5.0.0-29.31~18.04.1=5.0.0-31.33~18.04.1=5.0.0-32.34~18.04.2=5.0.0-35.38~18.04.1=5.0.0-36.39~18.04.1=5.0.0-37.40~18.04.1=5.3.0-26.28~18.04.1=5.3.0-28.30~18.04.1=5.3.0-40.32~18.04.1=5.3.0-42.34~18.04.1=5.3.0-45.37~18.04.1=5.3.0-46.38~18.04.1=5.3.0-51.44~18.04.2=5.3.0-53.47~18.04.1=5.3.0-59.53~18.04.1=5.3.0-61.55~18.04.1=5.3.0-62.56~18.04.1=5.3.0-64.58~18.04.1=5.3.0-65.59=5.3.0-66.60=5.3.0-67.61=5.3.0-68.63=5.3.0-69.65=5.3.0-70.66=5.3.0-72.68=5.3.0-73.69=5.3.0-74.70=5.3.0-75.71=5.3.0-76.72
Ubuntu:18.04:LTSmore threats →ghsa
linux-hwe-edge
pkg:deb/ubuntu/[email protected]~18.04.2?arch=source&distro=bionic
Affected versions
=5.0.0-15.16~18.04.1=5.0.0-16.17~18.04.1=5.0.0-17.18~18.04.1=5.0.0-19.20~18.04.1=5.0.0-20.21~18.04.1=5.3.0-19.20~18.04.2=5.3.0-22.24~18.04.1=5.3.0-23.25~18.04.1=5.3.0-23.25~18.04.2=5.3.0-24.26~18.04.2
Ubuntu:18.04:LTSmore threats →ghsa
linux-oem
pkg:deb/ubuntu/[email protected]?arch=source&distro=bionic
Affected versions
=4.15.0-1002.3=4.15.0-1004.5=4.15.0-1006.9=4.15.0-1008.11=4.15.0-1009.12=4.15.0-1012.15=4.15.0-1013.16=4.15.0-1015.18=4.15.0-1017.20=4.15.0-1018.21=4.15.0-1021.24=4.15.0-1024.29=4.15.0-1026.31=4.15.0-1028.33=4.15.0-1030.35=4.15.0-1033.38=4.15.0-1034.39=4.15.0-1035.40=4.15.0-1036.41=4.15.0-1038.43=4.15.0-1039.44=4.15.0-1043.48=4.15.0-1045.50=4.15.0-1050.57=4.15.0-1056.65=4.15.0-1057.66=4.15.0-1059.68=4.15.0-1063.72=4.15.0-1064.73=4.15.0-1065.75=4.15.0-1066.76=4.15.0-1067.77=4.15.0-1069.79=4.15.0-1073.83=4.15.0-1076.86=4.15.0-1079.89=4.15.0-1080.90=4.15.0-1081.91=4.15.0-1087.97=4.15.0-1090.100=4.15.0-1091.101=4.15.0-1093.103=4.15.0-1094.104=4.15.0-1096.106=4.15.0-1097.107=4.15.0-1099.109=4.15.0-1100.110=4.15.0-1101.112=4.15.0-1102.113=4.15.0-1103.114
Ubuntu:18.04:LTSmore threats →ghsa
linux-oracle-5.0
pkg:deb/ubuntu/[email protected]?arch=source&distro=bionic
Affected versions
=5.0.0-1007.12~18.04.1=5.0.0-1008.13~18.04.1=5.0.0-1009.14~18.04.1=5.0.0-1010.15~18.04.1=5.0.0-1011.16=5.0.0-1013.18=5.0.0-1014.19
Ubuntu:18.04:LTSmore threats →ghsa
linux-oracle-5.3
pkg:deb/ubuntu/[email protected]~18.04.1?arch=source&distro=bionic
Affected versions
=5.3.0-1011.12~18.04.1=5.3.0-1013.14~18.04.1=5.3.0-1014.15~18.04.1=5.3.0-1016.18~18.04.1=5.3.0-1018.20~18.04.1=5.3.0-1024.26~18.04.1=5.3.0-1027.29~18.04.1=5.3.0-1028.30~18.04.1=5.3.0-1030.32~18.04.1
Ubuntu:20.04:LTSmore threats →ghsa
linux-aws-5.11
pkg:deb/ubuntu/[email protected]~20.04.1?arch=source&distro=focal
Affected versions
=5.11.0-1009.9~20.04.2=5.11.0-1014.15~20.04.1=5.11.0-1016.17~20.04.1=5.11.0-1017.18~20.04.1=5.11.0-1019.20~20.04.1=5.11.0-1020.21~20.04.2=5.11.0-1021.22~20.04.2=5.11.0-1022.23~20.04.1=5.11.0-1023.24~20.04.1=5.11.0-1025.27~20.04.1=5.11.0-1027.30~20.04.1=5.11.0-1028.31~20.04.1
Ubuntu:20.04:LTSmore threats →ghsa
linux-aws-5.13
pkg:deb/ubuntu/[email protected]~20.04.1?arch=source&distro=focal
Affected versions
=5.13.0-1008.9~20.04.2=5.13.0-1011.12~20.04.1=5.13.0-1012.13~20.04.1=5.13.0-1014.15~20.04.1=5.13.0-1017.19~20.04.1=5.13.0-1019.21~20.04.1=5.13.0-1021.23~20.04.2=5.13.0-1022.24~20.04.1=5.13.0-1023.25~20.04.1=5.13.0-1025.27~20.04.1=5.13.0-1028.31~20.04.1=5.13.0-1029.32~20.04.1=5.13.0-1031.35~20.04.1
Ubuntu:20.04:LTSmore threats →ghsa
linux-aws-5.8
pkg:deb/ubuntu/[email protected]~20.04.1?arch=source&distro=focal
Affected versions
=5.8.0-1035.37~20.04.1=5.8.0-1038.40~20.04.1=5.8.0-1041.43~20.04.1=5.8.0-1042.44~20.04.1
Ubuntu:20.04:LTSmore threats →ghsa
linux-azure-5.11
pkg:deb/ubuntu/[email protected]~20.04.2?arch=source&distro=focal
Affected versions
=5.11.0-1007.7~20.04.2=5.11.0-1012.13~20.04.1=5.11.0-1013.14~20.04.1=5.11.0-1015.16~20.04.1=5.11.0-1017.18~20.04.1=5.11.0-1019.20~20.04.1=5.11.0-1020.21~20.04.1=5.11.0-1021.22~20.04.1=5.11.0-1022.23~20.04.1=5.11.0-1023.24~20.04.1=5.11.0-1025.27~20.04.1=5.11.0-1027.30~20.04.1=5.11.0-1028.31~20.04.2
Ubuntu:20.04:LTSmore threats →ghsa
linux-azure-5.13
pkg:deb/ubuntu/[email protected]~20.04.1?arch=source&distro=focal
Affected versions
=5.13.0-1009.10~20.04.2=5.13.0-1012.14~20.04.1=5.13.0-1013.15~20.04.1=5.13.0-1014.16~20.04.1=5.13.0-1017.19~20.04.1=5.13.0-1021.24~20.04.1=5.13.0-1022.26~20.04.1=5.13.0-1023.27~20.04.1=5.13.0-1025.29~20.04.1=5.13.0-1028.33~20.04.1=5.13.0-1029.34~20.04.1=5.13.0-1031.37~20.04.1
Ubuntu:20.04:LTSmore threats →ghsa
linux-azure-5.8
pkg:deb/ubuntu/[email protected]~20.04.1?arch=source&distro=focal
Affected versions
=5.8.0-1033.35~20.04.1=5.8.0-1036.38~20.04.1=5.8.0-1039.42~20.04.1=5.8.0-1040.43~20.04.1=5.8.0-1041.44~20.04.1=5.8.0-1042.45~20.04.1=5.8.0-1043.46~20.04.1
Ubuntu:20.04:LTSmore threats →ghsa
linux-azure-fde
pkg:deb/ubuntu/[email protected]+cvm1.1?arch=source&distro=focal
Affected versions
=5.4.0-1063.66+cvm2.2=5.4.0-1063.66+cvm3.2=5.4.0-1064.67+cvm1.1=5.4.0-1065.68+cvm2.1=5.4.0-1067.70+cvm1.1=5.4.0-1068.71+cvm1.1=5.4.0-1069.72+cvm1.1=5.4.0-1070.73+cvm1.1=5.4.0-1072.75+cvm1.1=5.4.0-1073.76+cvm1.1=5.4.0-1074.77+cvm1.1=5.4.0-1076.79+cvm1.1=5.4.0-1078.81+cvm1.1=5.4.0-1080.83+cvm1.1=5.4.0-1083.87+cvm1.1=5.4.0-1085.90+cvm1.1=5.4.0-1085.90+cvm2.1=5.4.0-1086.91+cvm1.1=5.4.0-1089.94+cvm1.2=5.4.0-1090.95+cvm1.1=5.4.0-1091.96+cvm1.1=5.4.0-1092.97+cvm1.1=5.4.0-1095.101+cvm1.1=5.4.0-1098.104+cvm1.1=5.4.0-1100.106+cvm1.1=5.4.0-1103.109+cvm1.1
Ubuntu:20.04:LTSmore threats →ghsa
linux-gcp-5.11
pkg:deb/ubuntu/[email protected]~20.04.3?arch=source&distro=focal
Affected versions
=5.11.0-1009.10~20.04.1=5.11.0-1014.16~20.04.1=5.11.0-1017.19~20.04.1=5.11.0-1018.20~20.04.2=5.11.0-1020.22~20.04.1=5.11.0-1021.23~20.04.1=5.11.0-1022.24~20.04.1=5.11.0-1023.25~20.04.1=5.11.0-1024.26~20.04.1=5.11.0-1026.29~20.04.1=5.11.0-1028.32~20.04.1=5.11.0-1029.33~20.04.3
Ubuntu:20.04:LTSmore threats →ghsa
linux-gcp-5.13
pkg:deb/ubuntu/[email protected]~20.04.1?arch=source&distro=focal
Affected versions
=5.13.0-1008.9~20.04.3=5.13.0-1012.15~20.04.1=5.13.0-1013.16~20.04.1=5.13.0-1015.18~20.04.1=5.13.0-1019.23~20.04.1=5.13.0-1021.25~20.04.1=5.13.0-1023.28~20.04.1=5.13.0-1024.29~20.04.1=5.13.0-1025.30~20.04.1=5.13.0-1027.32~20.04.1=5.13.0-1030.36~20.04.1=5.13.0-1031.37~20.04.1=5.13.0-1033.40~20.04.1
Ubuntu:20.04:LTSmore threats →ghsa
linux-gcp-5.8
pkg:deb/ubuntu/[email protected]?arch=source&distro=focal
Affected versions
=5.8.0-1032.34~20.04.1=5.8.0-1035.37~20.04.1=5.8.0-1038.40~20.04.1=5.8.0-1039.41
Ubuntu:20.04:LTSmore threats →ghsa
linux-gke
pkg:deb/ubuntu/[email protected]?arch=source&distro=focal
Affected versions
=5.4.0-1033.35=5.4.0-1035.37=5.4.0-1036.38=5.4.0-1037.39=5.4.0-1039.41=5.4.0-1041.43=5.4.0-1042.44=5.4.0-1043.45=5.4.0-1044.46=5.4.0-1046.48=5.4.0-1049.52=5.4.0-1051.54=5.4.0-1052.55=5.4.0-1053.56=5.4.0-1054.57=5.4.0-1055.58=5.4.0-1056.59=5.4.0-1057.60=5.4.0-1059.62=5.4.0-1061.64=5.4.0-1062.65=5.4.0-1063.66=5.4.0-1065.68=5.4.0-1066.69=5.4.0-1067.70=5.4.0-1068.71=5.4.0-1071.76=5.4.0-1072.77=5.4.0-1074.79=5.4.0-1076.82=5.4.0-1078.84=5.4.0-1080.86=5.4.0-1081.87=5.4.0-1083.89=5.4.0-1084.90=5.4.0-1086.93=5.4.0-1087.94=5.4.0-1090.97=5.4.0-1091.98=5.4.0-1094.101=5.4.0-1095.102=5.4.0-1096.103=5.4.0-1097.104=5.4.0-1098.105=5.4.0-1099.106=5.4.0-1100.107=5.4.0-1101.108=5.4.0-1102.109=5.4.0-1103.110=5.4.0-1104.111=5.4.0-1105.112
Ubuntu:20.04:LTSmore threats →ghsa
linux-gke-5.15
pkg:deb/ubuntu/[email protected]~20.04.1?arch=source&distro=focal
Affected versions
=5.15.0-1011.14~20.04.1=5.15.0-1014.17~20.04.1=5.15.0-1015.18~20.04.1=5.15.0-1016.19~20.04.1=5.15.0-1019.23~20.04.1=5.15.0-1020.25~20.04.1=5.15.0-1023.28~20.04.2=5.15.0-1027.32~20.04.1=5.15.0-1028.33~20.04.1=5.15.0-1029.34~20.04.1=5.15.0-1031.36~20.04.1=5.15.0-1032.37~20.04.1=5.15.0-1033.38~20.04.1=5.15.0-1034.39~20.04.1=5.15.0-1036.41~20.04.1=5.15.0-1037.42~20.04.1=5.15.0-1038.43~20.04.1=5.15.0-1039.44~20.04.1
Ubuntu:20.04:LTSmore threats →ghsa
linux-gkeop
pkg:deb/ubuntu/[email protected]?arch=source&distro=focal
Affected versions
=5.4.0-1008.9=5.4.0-1009.10=5.4.0-1010.11=5.4.0-1011.12=5.4.0-1012.13=5.4.0-1013.14=5.4.0-1014.15=5.4.0-1015.16=5.4.0-1016.17=5.4.0-1018.19=5.4.0-1021.22=5.4.0-1022.23=5.4.0-1023.24=5.4.0-1024.25=5.4.0-1025.26=5.4.0-1026.27=5.4.0-1027.28=5.4.0-1029.30=5.4.0-1031.32=5.4.0-1032.33=5.4.0-1033.34=5.4.0-1034.35=5.4.0-1036.37=5.4.0-1037.38=5.4.0-1038.39=5.4.0-1039.40=5.4.0-1040.41=5.4.0-1043.44=5.4.0-1046.48=5.4.0-1048.51=5.4.0-1049.52=5.4.0-1051.54=5.4.0-1052.55=5.4.0-1053.56=5.4.0-1054.57=5.4.0-1056.60=5.4.0-1057.61=5.4.0-1060.64=5.4.0-1061.65=5.4.0-1062.66=5.4.0-1064.68=5.4.0-1065.69=5.4.0-1066.70=5.4.0-1067.71=5.4.0-1068.72=5.4.0-1069.73=5.4.0-1070.74=5.4.0-1071.75=5.4.0-1072.76=5.4.0-1073.77=5.4.0-1074.78=5.4.0-1075.79=5.4.0-1076.80=5.4.0-1077.81=5.4.0-1078.82=5.4.0-1079.83=5.4.0-1080.84=5.4.0-1081.85=5.4.0-1083.87=5.4.0-1084.88=5.4.0-1085.89=5.4.0-1086.90=5.4.0-1087.91=5.4.0-1088.92=5.4.0-1089.93=5.4.0-1090.94=5.4.0-1091.95=5.4.0-1092.96=5.4.0-1093.97=5.4.0-1094.98=5.4.0-1095.99=5.4.0-1096.100=5.4.0-1097.101=5.4.0-1098.102=5.4.0-1099.103=5.4.0-1100.104=5.4.0-1101.105=5.4.0-1102.106
Ubuntu:20.04:LTSmore threats →ghsa
linux-gkeop-5.15
pkg:deb/ubuntu/[email protected]~20.04.1?arch=source&distro=focal
Affected versions
=5.15.0-1003.5~20.04.2=5.15.0-1005.7~20.04.1=5.15.0-1007.10~20.04.1=5.15.0-1008.12~20.04.1=5.15.0-1011.15~20.04.2=5.15.0-1012.16~20.04.1=5.15.0-1013.17~20.04.1=5.15.0-1015.19~20.04.1=5.15.0-1016.21~20.04.1=5.15.0-1017.22~20.04.1=5.15.0-1018.23~20.04.1=5.15.0-1019.24~20.04.1=5.15.0-1020.25~20.04.1=5.15.0-1021.26~20.04.1=5.15.0-1022.27~20.04.1=5.15.0-1023.28~20.04.1=5.15.0-1024.29~20.04.1=5.15.0-1025.30~20.04.1=5.15.0-1026.31~20.04.1=5.15.0-1027.32~20.04.1=5.15.0-1028.33~20.04.1=5.15.0-1030.35~20.04.1=5.15.0-1031.37~20.04.1=5.15.0-1032.38~20.04.1=5.15.0-1033.39~20.04.1=5.15.0-1034.40~20.04.1=5.15.0-1035.41~20.04.1=5.15.0-1036.42~20.04.1=5.15.0-1037.43~20.04.1=5.15.0-1038.44~20.04.1=5.15.0-1039.45~20.04.1=5.15.0-1040.46~20.04.1=5.15.0-1043.50~20.04.1=5.15.0-1044.51~20.04.1=5.15.0-1045.52~20.04.1=5.15.0-1046.53~20.04.1=5.15.0-1047.54~20.04.1=5.15.0-1048.55~20.04.1=5.15.0-1049.56~20.04.1=5.15.0-1050.57~20.04.1=5.15.0-1051.58~20.04.1=5.15.0-1052.59~20.04.1=5.15.0-1053.60~20.04.1=5.15.0-1054.61~20.04.1=5.15.0-1055.62~20.04.1
Ubuntu:20.04:LTSmore threats →ghsa
linux-hwe-5.11
pkg:deb/ubuntu/[email protected]~20.04.1?arch=source&distro=focal
Affected versions
=5.11.0-22.23~20.04.1=5.11.0-25.27~20.04.1=5.11.0-27.29~20.04.1=5.11.0-34.36~20.04.1=5.11.0-36.40~20.04.1=5.11.0-37.41~20.04.2=5.11.0-38.42~20.04.1=5.11.0-40.44~20.04.2=5.11.0-41.45~20.04.1=5.11.0-43.47~20.04.2=5.11.0-44.48~20.04.2=5.11.0-46.51~20.04.1
Ubuntu:20.04:LTSmore threats →ghsa
linux-hwe-5.13
pkg:deb/ubuntu/[email protected]~20.04.1?arch=source&distro=focal
Affected versions
=5.13.0-21.21~20.04.1=5.13.0-22.22~20.04.1=5.13.0-23.23~20.04.2=5.13.0-25.26~20.04.1=5.13.0-27.29~20.04.1=5.13.0-28.31~20.04.1=5.13.0-30.33~20.04.1=5.13.0-35.40~20.04.1=5.13.0-37.42~20.04.1=5.13.0-39.44~20.04.1=5.13.0-40.45~20.04.1=5.13.0-41.46~20.04.1=5.13.0-44.49~20.04.1=5.13.0-48.54~20.04.1=5.13.0-51.58~20.04.1=5.13.0-52.59~20.04.1
Ubuntu:20.04:LTSmore threats →ghsa
linux-hwe-5.8
pkg:deb/ubuntu/[email protected]~20.04.1?arch=source&distro=focal
Affected versions
=5.8.0-23.24~20.04.1=5.8.0-25.26~20.04.1=5.8.0-28.30~20.04.1=5.8.0-29.31~20.04.1=5.8.0-31.33~20.04.1=5.8.0-33.36~20.04.1=5.8.0-34.37~20.04.2=5.8.0-36.40~20.04.1=5.8.0-38.43~20.04.1=5.8.0-40.45~20.04.1=5.8.0-41.46~20.04.1=5.8.0-43.49~20.04.1=5.8.0-44.50~20.04.1=5.8.0-45.51~20.04.1=5.8.0-48.54~20.04.1=5.8.0-49.55~20.04.1=5.8.0-50.56~20.04.1=5.8.0-53.60~20.04.1=5.8.0-55.62~20.04.1=5.8.0-59.66~20.04.1=5.8.0-63.71~20.04.1
Ubuntu:20.04:LTSmore threats →ghsa
linux-intel-5.13
pkg:deb/ubuntu/[email protected]?arch=source&distro=focal
Affected versions
=5.13.0-1007.7=5.13.0-1008.8=5.13.0-1009.9=5.13.0-1010.10=5.13.0-1011.11=5.13.0-1014.15=5.13.0-1017.19
Ubuntu:20.04:LTSmore threats →ghsa
linux-oem-5.10
pkg:deb/ubuntu/[email protected]?arch=source&distro=focal
Affected versions
=5.10.0-1008.9=5.10.0-1011.12=5.10.0-1013.14=5.10.0-1014.15=5.10.0-1016.17=5.10.0-1017.18=5.10.0-1019.20=5.10.0-1021.22=5.10.0-1022.23=5.10.0-1023.24=5.10.0-1025.26=5.10.0-1026.27=5.10.0-1029.30=5.10.0-1032.33=5.10.0-1033.34=5.10.0-1034.35=5.10.0-1038.40=5.10.0-1044.46=5.10.0-1045.47=5.10.0-1049.51=5.10.0-1050.52=5.10.0-1051.53=5.10.0-1052.54=5.10.0-1053.55=5.10.0-1055.58=5.10.0-1057.61
Ubuntu:20.04:LTSmore threats →ghsa
linux-oem-5.13
pkg:deb/ubuntu/[email protected]?arch=source&distro=focal
Affected versions
=5.13.0-1009.10=5.13.0-1010.11=5.13.0-1012.16=5.13.0-1014.18=5.13.0-1017.21=5.13.0-1019.23=5.13.0-1020.24=5.13.0-1021.25=5.13.0-1022.26=5.13.0-1026.32=5.13.0-1028.35=5.13.0-1029.36
Ubuntu:20.04:LTSmore threats →ghsa
linux-oem-5.14
pkg:deb/ubuntu/[email protected]?arch=source&distro=focal
Affected versions
=5.14.0-1004.4=5.14.0-1005.5=5.14.0-1007.7=5.14.0-1008.8=5.14.0-1010.10=5.14.0-1011.11=5.14.0-1013.13=5.14.0-1018.19=5.14.0-1020.22=5.14.0-1022.24=5.14.0-1024.26=5.14.0-1027.30=5.14.0-1029.32=5.14.0-1031.34=5.14.0-1032.35=5.14.0-1033.36=5.14.0-1034.37=5.14.0-1036.40=5.14.0-1038.42=5.14.0-1042.47=5.14.0-1044.49=5.14.0-1045.51=5.14.0-1046.53=5.14.0-1047.54=5.14.0-1048.55=5.14.0-1049.56=5.14.0-1050.57=5.14.0-1051.58=5.14.0-1052.59=5.14.0-1054.61=5.14.0-1055.62=5.14.0-1056.63=5.14.0-1057.64=5.14.0-1058.66=5.14.0-1059.67
Ubuntu:20.04:LTSmore threats →ghsa
linux-oem-5.6
pkg:deb/ubuntu/[email protected]?arch=source&distro=focal
Affected versions
=5.6.0-1007.7=5.6.0-1008.8=5.6.0-1010.10=5.6.0-1011.11=5.6.0-1013.13=5.6.0-1017.17=5.6.0-1018.18=5.6.0-1020.20=5.6.0-1021.21=5.6.0-1023.23=5.6.0-1026.26=5.6.0-1027.27=5.6.0-1028.28=5.6.0-1031.32=5.6.0-1032.33=5.6.0-1033.35=5.6.0-1034.36=5.6.0-1035.37=5.6.0-1036.39=5.6.0-1039.43=5.6.0-1042.46=5.6.0-1047.51=5.6.0-1048.52=5.6.0-1050.54=5.6.0-1052.56=5.6.0-1053.57=5.6.0-1054.58=5.6.0-1055.59=5.6.0-1056.60
Ubuntu:20.04:LTSmore threats →ghsa
linux-oracle-5.11
pkg:deb/ubuntu/[email protected]~20.04.1?arch=source&distro=focal
Affected versions
=5.11.0-1008.8~20.04.1=5.11.0-1013.14~20.04.1=5.11.0-1016.17~20.04.1=5.11.0-1017.18~20.04.1=5.11.0-1019.20~20.04.1=5.11.0-1020.21~20.04.1=5.11.0-1021.22~20.04.1=5.11.0-1022.23~20.04.1=5.11.0-1023.24~20.04.1=5.11.0-1025.27~20.04.1=5.11.0-1027.30~20.04.1=5.11.0-1028.31~20.04.1
Ubuntu:20.04:LTSmore threats →ghsa
linux-oracle-5.13
pkg:deb/ubuntu/[email protected]~20.04.1?arch=source&distro=focal
Affected versions
=5.13.0-1011.13~20.04.2=5.13.0-1015.19~20.04.1=5.13.0-1016.20~20.04.1=5.13.0-1018.22~20.04.1=5.13.0-1021.26~20.04.1=5.13.0-1025.30~20.04.1=5.13.0-1027.32~20.04.1=5.13.0-1028.33~20.04.1=5.13.0-1030.35~20.04.1=5.13.0-1033.39~20.04.1=5.13.0-1034.40~20.04.1=5.13.0-1036.43~20.04.1
Ubuntu:20.04:LTSmore threats →ghsa
linux-oracle-5.8
pkg:deb/ubuntu/[email protected]~20.04.1?arch=source&distro=focal
Affected versions
=5.8.0-1031.32~20.04.2=5.8.0-1033.34~20.04.1=5.8.0-1034.35~20.04.2=5.8.0-1037.38~20.04.1=5.8.0-1038.39~20.04.1
Ubuntu:20.04:LTSmore threats →ghsa
linux-raspi2
pkg:deb/ubuntu/[email protected]?arch=source&distro=focal
Affected versions
=5.3.0-1007.8=5.3.0-1014.16=5.3.0-1015.17=5.3.0-1017.19=5.4.0-1004.4=5.4.0-1006.6
Ubuntu:20.04:LTSmore threats →ghsa
linux-riscv
pkg:deb/ubuntu/[email protected]?arch=source&distro=focal
Affected versions
=5.4.0-24.28=5.4.0-26.30=5.4.0-27.31=5.4.0-28.32=5.4.0-30.34=5.4.0-31.35=5.4.0-33.37=5.4.0-34.38=5.4.0-36.41=5.4.0-37.42=5.4.0-39.44=5.4.0-40.45
Ubuntu:20.04:LTSmore threats →ghsa
linux-riscv-5.11
pkg:deb/ubuntu/[email protected]?arch=source&distro=focal
Affected versions
=5.11.0-1015.16~20.04.1=5.11.0-1017.18~20.04.1=5.11.0-1018.19~20.04.2=5.11.0-1020.21~20.04.1=5.11.0-1021.22~20.04.1=5.11.0-1022.23~20.04.1=5.11.0-1023.24~20.04.1=5.11.0-1024.25~20.04.1=5.11.0-1026.28~20.04.1=5.11.0-1028.31~20.04.1=5.11.0-1029.32~20.04.1=5.11.0-1030.34=5.11.0-1031.35
Ubuntu:20.04:LTSmore threats →ghsa
linux-riscv-5.8
pkg:deb/ubuntu/[email protected]~20.04.1?arch=source&distro=focal
Affected versions
=5.8.0-14.16~20.04.1=5.8.0-14.16~20.04.3=5.8.0-16.18~20.04.1=5.8.0-17.19~20.04.1=5.8.0-18.20~20.04.1=5.8.0-20.22~20.04.1=5.8.0-22.24~20.04.1=5.8.0-25.27~20.04.1=5.8.0-26.28~20.04.1=5.8.0-29.31~20.04.1
Ubuntu:22.04:LTSmore threats →ghsa
linux-allwinner-5.19
pkg:deb/ubuntu/[email protected]~22.04.1?arch=source&distro=jammy
Affected versions
=5.19.0-1007.7~22.04.1=5.19.0-1009.9~22.04.1=5.19.0-1010.10~22.04.1=5.19.0-1011.11~22.04.1=5.19.0-1012.12~22.04.1=5.19.0-1013.13~22.04.1=5.19.0-1014.14~22.04.1=5.19.0-1015.15~22.04.1
Ubuntu:22.04:LTSmore threats →ghsa
linux-aws-5.19
pkg:deb/ubuntu/[email protected]~22.04.1?arch=source&distro=jammy
Affected versions
=5.19.0-1019.20~22.04.1=5.19.0-1020.21~22.04.1=5.19.0-1022.23~22.04.1=5.19.0-1023.24~22.04.1=5.19.0-1024.25~22.04.1=5.19.0-1025.26~22.04.1=5.19.0-1026.27~22.04.1=5.19.0-1027.28~22.04.1=5.19.0-1028.29~22.04.1=5.19.0-1029.30~22.04.1
Ubuntu:22.04:LTSmore threats →ghsa
linux-aws-6.2
pkg:deb/ubuntu/[email protected]~22.04.1?arch=source&distro=jammy
Affected versions
=6.2.0-1005.5~22.04.1=6.2.0-1006.6~22.04.1=6.2.0-1007.7~22.04.1=6.2.0-1008.8~22.04.1=6.2.0-1009.9~22.04.3=6.2.0-1010.10~22.04.1=6.2.0-1011.11~22.04.1=6.2.0-1012.12~22.04.1=6.2.0-1013.13~22.04.1=6.2.0-1014.14~22.04.1=6.2.0-1015.15~22.04.1=6.2.0-1016.16~22.04.1=6.2.0-1017.17~22.04.1=6.2.0-1018.18~22.04.1
Ubuntu:22.04:LTSmore threats →ghsa
linux-aws-6.5
pkg:deb/ubuntu/[email protected]~22.04.1?arch=source&distro=jammy
Affected versions
=6.5.0-1008.8~22.04.1=6.5.0-1010.10~22.04.1=6.5.0-1011.11~22.04.1=6.5.0-1012.12~22.04.1=6.5.0-1014.14~22.04.1=6.5.0-1015.15~22.04.1=6.5.0-1016.16~22.04.1=6.5.0-1017.17~22.04.2=6.5.0-1018.18~22.04.1=6.5.0-1020.20~22.04.1=6.5.0-1021.21~22.04.1=6.5.0-1022.22~22.04.1=6.5.0-1023.23~22.04.1=6.5.0-1024.24~22.04.1
Ubuntu:22.04:LTSmore threats →ghsa
linux-aws-6.8
pkg:deb/ubuntu/[email protected]~22.04.1?arch=source&distro=jammy
Affected versions
=6.8.0-1009.9~22.04.2=6.8.0-1010.10~22.04.2=6.8.0-1011.12~22.04.1=6.8.0-1013.14~22.04.1=6.8.0-1014.15~22.04.1=6.8.0-1015.16~22.04.1=6.8.0-1016.17~22.04.2=6.8.0-1017.18~22.04.1=6.8.0-1018.19~22.04.1=6.8.0-1019.21~22.04.1=6.8.0-1020.22~22.04.1=6.8.0-1021.23~22.04.1=6.8.0-1023.25~22.04.1=6.8.0-1024.26~22.04.1=6.8.0-1027.29~22.04.1=6.8.0-1028.30~22.04.1=6.8.0-1029.31~22.04.1=6.8.0-1030.32~22.04.1=6.8.0-1031.33~22.04.1=6.8.0-1032.34~22.04.1=6.8.0-1033.35~22.04.1=6.8.0-1035.37~22.04.1=6.8.0-1036.38~22.04.1=6.8.0-1039.41~22.04.1=6.8.0-1040.42~22.04.1=6.8.0-1041.43~22.04.1=6.8.0-1042.44~22.04.1=6.8.0-1043.45~22.04.1=6.8.0-1044.46~22.04.1=6.8.0-1045.47~22.04.1=6.8.0-1046.49~22.04.1=6.8.0-1047.50~22.04.1=6.8.0-1050.53~22.04.1=6.8.0-1051.54~22.04.1=6.8.0-1052.55~22.04.1=6.8.0-1053.56~22.04.1=6.8.0-1055.58~22.04.1=6.8.0-1057.60~22.04.1=6.8.0-1060.63~22.04.1
Ubuntu:22.04:LTSmore threats →ghsa
linux-azure-5.19
pkg:deb/ubuntu/[email protected]~22.04.2?arch=source&distro=jammy
Affected versions
=5.19.0-1020.21~22.04.1=5.19.0-1021.22~22.04.1=5.19.0-1022.23~22.04.1=5.19.0-1023.24~22.04.1=5.19.0-1025.28~22.04.1=5.19.0-1026.29~22.04.1=5.19.0-1027.30~22.04.2
Ubuntu:22.04:LTSmore threats →ghsa
linux-azure-6.2
pkg:deb/ubuntu/[email protected]~22.04.1?arch=source&distro=jammy
Affected versions
=6.2.0-1005.5~22.04.1=6.2.0-1006.6~22.04.1=6.2.0-1007.7~22.04.1=6.2.0-1008.8~22.04.1=6.2.0-1009.9~22.04.3=6.2.0-1011.11~22.04.1=6.2.0-1012.12~22.04.1=6.2.0-1014.14~22.04.1=6.2.0-1015.15~22.04.1=6.2.0-1016.16~22.04.1=6.2.0-1017.17~22.04.1=6.2.0-1018.18~22.04.1=6.2.0-1019.19~22.04.1
Ubuntu:22.04:LTSmore threats →ghsa
linux-azure-6.5
pkg:deb/ubuntu/[email protected]~22.04.1?arch=source&distro=jammy
Affected versions
=6.5.0-1007.7~22.04.1=6.5.0-1009.9~22.04.1=6.5.0-1010.10~22.04.1=6.5.0-1011.11~22.04.1=6.5.0-1015.15~22.04.1=6.5.0-1016.16~22.04.1=6.5.0-1017.17~22.04.1=6.5.0-1018.19~22.04.2=6.5.0-1019.20~22.04.1=6.5.0-1021.22~22.04.1=6.5.0-1022.23~22.04.1=6.5.0-1023.24~22.04.1=6.5.0-1024.25~22.04.1=6.5.0-1025.26~22.04.1
Ubuntu:22.04:LTSmore threats →ghsa
linux-azure-6.8
pkg:deb/ubuntu/[email protected]~22.04.1?arch=source&distro=jammy
Affected versions
=6.8.0-1008.8~22.04.1=6.8.0-1009.9~22.04.1=6.8.0-1010.10~22.04.1=6.8.0-1012.14~22.04.1=6.8.0-1013.15~22.04.1=6.8.0-1014.16~22.04.1=6.8.0-1015.17~22.04.2=6.8.0-1017.20~22.04.1=6.8.0-1018.21~22.04.1=6.8.0-1020.23~22.04.1=6.8.0-1021.25~22.04.1=6.8.0-1025.30~22.04.1=6.8.0-1026.31~22.04.1=6.8.0-1027.32~22.04.1=6.8.0-1028.33~22.04.1=6.8.0-1029.34~22.04.1=6.8.0-1030.35~22.04.1=6.8.0-1031.36~22.04.1=6.8.0-1034.39~22.04.1=6.8.0-1036.42~22.04.1=6.8.0-1040.46~22.04.1=6.8.0-1041.47~22.04.1=6.8.0-1044.50~22.04.1=6.8.0-1051.57~22.04.1=6.8.0-1052.58~22.04.1=6.8.0-1059.65~22.04.1=6.8.0-1062.69~22.04.1
Ubuntu:22.04:LTSmore threats →ghsa
linux-azure-fde-5.19
pkg:deb/ubuntu/[email protected]~22.04.2.1?arch=source&distro=jammy
Affected versions
=5.19.0-1025.28~22.04.1.1=5.19.0-1026.29~22.04.1.1=5.19.0-1027.30~22.04.2.1
Ubuntu:22.04:LTSmore threats →ghsa
linux-azure-fde-6.2
pkg:deb/ubuntu/[email protected]~22.04.1.1?arch=source&distro=jammy
Affected versions
=6.2.0-1008.8~22.04.1.1=6.2.0-1009.9~22.04.3.1=6.2.0-1011.11~22.04.1.1=6.2.0-1012.12~22.04.1.1=6.2.0-1014.14~22.04.1.1=6.2.0-1015.15~22.04.1.1=6.2.0-1016.16~22.04.1.1=6.2.0-1017.17~22.04.1.1=6.2.0-1018.18~22.04.1.1=6.2.0-1019.19~22.04.1.1
Ubuntu:22.04:LTSmore threats →ghsa
linux-azure-fde-6.8
pkg:deb/ubuntu/[email protected]~22.04.1?arch=source&distro=jammy
Affected versions
=6.8.0-1041.48~22.04.1=6.8.0-1042.49~22.04.1=6.8.0-1044.51~22.04.1=6.8.0-1046.53~22.04.1=6.8.0-1053.60~22.04.1=6.8.0-1058.65~22.04.1=6.8.0-1061.68~22.04.1
Ubuntu:22.04:LTSmore threats →ghsa
linux-gcp-5.19
pkg:deb/ubuntu/[email protected]~22.04.1?arch=source&distro=jammy
Affected versions
=5.19.0-1020.22~22.04.2=5.19.0-1021.23~22.04.1=5.19.0-1022.24~22.04.1=5.19.0-1024.26~22.04.1=5.19.0-1025.27~22.04.1=5.19.0-1026.28~22.04.1=5.19.0-1027.29~22.04.1=5.19.0-1030.32~22.04.1
Ubuntu:22.04:LTSmore threats →ghsa
linux-gcp-6.2
pkg:deb/ubuntu/[email protected]~22.04.1?arch=source&distro=jammy
Affected versions
=6.2.0-1009.9~22.04.3=6.2.0-1010.10~22.04.1=6.2.0-1011.11~22.04.1=6.2.0-1011.11~22.04.3=6.2.0-1012.12~22.04.1=6.2.0-1013.13~22.04.1=6.2.0-1014.14~22.04.1=6.2.0-1016.18~22.04.1=6.2.0-1017.19~22.04.1=6.2.0-1018.20~22.04.1=6.2.0-1019.21~22.04.1=6.2.0-1021.23~22.04.1
Ubuntu:22.04:LTSmore threats →ghsa
linux-gcp-6.5
pkg:deb/ubuntu/[email protected]~22.04.1?arch=source&distro=jammy
Affected versions
=6.5.0-1010.10~22.04.3=6.5.0-1011.11~22.04.1=6.5.0-1013.13~22.04.1=6.5.0-1014.14~22.04.1=6.5.0-1015.15~22.04.1=6.5.0-1016.16~22.04.1=6.5.0-1017.17~22.04.1=6.5.0-1018.18~22.04.1=6.5.0-1020.20~22.04.1=6.5.0-1022.24~22.04.1=6.5.0-1023.25~22.04.1=6.5.0-1024.26~22.04.1=6.5.0-1025.27~22.04.1
Ubuntu:22.04:LTSmore threats →ghsa
linux-gcp-6.8
pkg:deb/ubuntu/[email protected]~22.04.1?arch=source&distro=jammy
Affected versions
=6.8.0-1010.11~22.04.1=6.8.0-1011.12~22.04.1=6.8.0-1012.13~22.04.1=6.8.0-1013.14~22.04.1=6.8.0-1014.16~22.04.1=6.8.0-1015.17~22.04.1=6.8.0-1016.18~22.04.1=6.8.0-1017.19~22.04.1=6.8.0-1018.20~22.04.1=6.8.0-1019.21~22.04.1=6.8.0-1020.22~22.04.1=6.8.0-1021.23~22.04.1=6.8.0-1024.26~22.04.1=6.8.0-1025.27~22.04.1=6.8.0-1026.28~22.04.1=6.8.0-1027.29~22.04.1=6.8.0-1028.30~22.04.1=6.8.0-1029.31~22.04.1=6.8.0-1030.32~22.04.1=6.8.0-1031.33~22.04.1=6.8.0-1032.34~22.04.1=6.8.0-1033.35~22.04.1=6.8.0-1034.36~22.04.2=6.8.0-1036.38~22.04.1=6.8.0-1037.39~22.04.1=6.8.0-1040.42~22.04.1=6.8.0-1041.43~22.04.1=6.8.0-1042.45~22.04.1=6.8.0-1043.46~22.04.1=6.8.0-1044.47~22.04.1=6.8.0-1045.48~22.04.1=6.8.0-1046.49~22.04.1=6.8.0-1047.50~22.04.2=6.8.0-1048.51~22.04.1=6.8.0-1052.55~22.04.1=6.8.0-1053.56~22.04.1=6.8.0-1054.57~22.04.1=6.8.0-1058.61~22.04.1=6.8.0-1060.63~22.04.1=6.8.0-1063.69~22.04.1
Ubuntu:22.04:LTSmore threats →ghsa
linux-hwe-5.19
pkg:deb/ubuntu/[email protected]?arch=source&distro=jammy
Affected versions
=5.19.0-28.29~22.04.1=5.19.0-32.33~22.04.1=5.19.0-35.36~22.04.1=5.19.0-38.39~22.04.1=5.19.0-40.41~22.04.1=5.19.0-41.42~22.04.1=5.19.0-42.43~22.04.1=5.19.0-43.44~22.04.1=5.19.0-45.46~22.04.1=5.19.0-46.47~22.04.1=5.19.0-50.50
Ubuntu:22.04:LTSmore threats →ghsa
linux-hwe-6.2
pkg:deb/ubuntu/[email protected]~22.04.1?arch=source&distro=jammy
Affected versions
=6.2.0-25.25~22.04.2=6.2.0-26.26~22.04.1=6.2.0-31.31~22.04.1=6.2.0-32.32~22.04.1=6.2.0-33.33~22.04.1=6.2.0-34.34~22.04.1=6.2.0-35.35~22.04.1=6.2.0-36.37~22.04.1=6.2.0-37.38~22.04.1=6.2.0-39.40~22.04.1
Ubuntu:22.04:LTSmore threats →ghsa
linux-hwe-6.5
pkg:deb/ubuntu/[email protected]~22.04.1?arch=source&distro=jammy
Affected versions
=6.5.0-14.14~22.04.1=6.5.0-15.15~22.04.1=6.5.0-17.17~22.04.1=6.5.0-18.18~22.04.1=6.5.0-21.21~22.04.1=6.5.0-25.25~22.04.1=6.5.0-26.26~22.04.1=6.5.0-27.28~22.04.1=6.5.0-28.29~22.04.1=6.5.0-35.35~22.04.1=6.5.0-41.41~22.04.2=6.5.0-44.44~22.04.1=6.5.0-45.45~22.04.1
Ubuntu:22.04:LTSmore threats →ghsa
linux-hwe-6.8
pkg:deb/ubuntu/[email protected]~22.04.1?arch=source&distro=jammy
Affected versions
=6.8.0-38.38~22.04.1=6.8.0-39.39~22.04.1=6.8.0-40.40~22.04.3=6.8.0-45.45~22.04.1=6.8.0-47.47~22.04.1=6.8.0-48.48~22.04.1=6.8.0-49.49~22.04.1=6.8.0-50.51~22.04.1=6.8.0-51.52~22.04.1=6.8.0-52.53~22.04.1=6.8.0-57.59~22.04.1=6.8.0-58.60~22.04.1=6.8.0-59.61~22.04.1=6.8.0-60.63~22.04.1=6.8.0-64.67~22.04.1=6.8.0-65.68~22.04.1=6.8.0-78.78~22.04.1=6.8.0-79.79~22.04.1=6.8.0-83.83~22.04.1=6.8.0-84.84~22.04.1=6.8.0-85.85~22.04.1=6.8.0-86.87~22.04.1=6.8.0-87.88~22.04.1=6.8.0-88.89~22.04.2=6.8.0-90.91~22.04.1=6.8.0-94.96~22.04.1=6.8.0-100.100~22.04.1=6.8.0-101.101~22.04.1=6.8.0-106.106~22.04.1=6.8.0-107.107~22.04.1=6.8.0-110.110~22.04.1=6.8.0-111.111~22.04.1=6.8.0-117.117~22.04.1=6.8.0-124.124~22.04.1=6.8.0-134.134~22.04.1
Ubuntu:22.04:LTSmore threats →ghsa
linux-ibm-6.8
pkg:deb/ubuntu/[email protected]~22.04.1?arch=source&distro=jammy
Affected versions
=6.8.0-1008.8~22.04.1=6.8.0-1010.10~22.04.1=6.8.0-1011.11~22.04.1=6.8.0-1012.12~22.04.1=6.8.0-1013.13~22.04.1=6.8.0-1014.14~22.04.1=6.8.0-1015.15~22.04.1=6.8.0-1016.16~22.04.1=6.8.0-1017.17~22.04.1=6.8.0-1018.18~22.04.1=6.8.0-1019.19~22.04.1=6.8.0-1023.23~22.04.1=6.8.0-1024.24~22.04.1=6.8.0-1025.25~22.04.1=6.8.0-1026.26~22.04.1=6.8.0-1027.27~22.04.1=6.8.0-1028.28~22.04.1=6.8.0-1029.29~22.04.1=6.8.0-1030.30~22.04.1=6.8.0-1033.33~22.04.1=6.8.0-1036.36~22.04.1=6.8.0-1037.37~22.04.1=6.8.0-1038.38~22.04.1=6.8.0-1039.39~22.04.1=6.8.0-1040.40~22.04.1=6.8.0-1041.41~22.04.1=6.8.0-1042.42~22.04.1=6.8.0-1043.43~22.04.1=6.8.0-1044.44~22.04.1=6.8.0-1045.45~22.04.1=6.8.0-1049.49~22.04.1=6.8.0-1050.50~22.04.1=6.8.0-1051.51~22.04.1=6.8.0-1052.52~22.04.1=6.8.0-1055.56~22.04.1=6.8.0-1057.58~22.04.1=6.8.0-1060.61~22.04.1
Ubuntu:22.04:LTSmore threats →ghsa
linux-intel-iot-realtime
pkg:deb/ubuntu/[email protected]?arch=source&distro=jammy
Affected versions
=5.15.0-1073.75
Ubuntu:22.04:LTSmore threats →ghsa
linux-lowlatency-hwe-5.19
pkg:deb/ubuntu/[email protected]?arch=source&distro=jammy
Affected versions
=5.19.0-1017.18~22.04.1=5.19.0-1018.19~22.04.1=5.19.0-1021.22~22.04.1=5.19.0-1022.23~22.04.1=5.19.0-1023.24~22.04.1=5.19.0-1024.25~22.04.1=5.19.0-1025.26~22.04.1=5.19.0-1027.28~22.04.1=5.19.0-1028.29~22.04.1=5.19.0-1030.30
Ubuntu:22.04:LTSmore threats →ghsa
linux-lowlatency-hwe-6.2
pkg:deb/ubuntu/[email protected]~22.04.1?arch=source&distro=jammy
Affected versions
=6.2.0-1008.8~22.04.1=6.2.0-1009.9~22.04.1=6.2.0-1011.11~22.04.1=6.2.0-1012.12~22.04.1=6.2.0-1013.13~22.04.1=6.2.0-1014.14~22.04.1=6.2.0-1015.15~22.04.1=6.2.0-1016.16~22.04.1=6.2.0-1017.17~22.04.1=6.2.0-1018.18~22.04.1
Ubuntu:22.04:LTSmore threats →ghsa
linux-lowlatency-hwe-6.5
pkg:deb/ubuntu/[email protected]~22.04.1?arch=source&distro=jammy
Affected versions
=6.5.0-14.14.1~22.04.1=6.5.0-15.15.1.1~22.04.1=6.5.0-17.17.1.1.1~22.04.1=6.5.0-21.21.1~22.04.1=6.5.0-25.25.1~22.04.1=6.5.0-26.26.1~22.04.1=6.5.0-27.28.1~22.04.1=6.5.0-28.29.1~22.04.1=6.5.0-35.35.1~22.04.1=6.5.0-41.41.1~22.04.1=6.5.0-42.42.1~22.04.1=6.5.0-44.44.1~22.04.1=6.5.0-45.45.1~22.04.1
Ubuntu:22.04:LTSmore threats →ghsa
linux-lowlatency-hwe-6.8
pkg:deb/ubuntu/[email protected]~22.04.1?arch=source&distro=jammy
Affected versions
=6.8.0-38.38.1~22.04.2=6.8.0-40.40.1~22.04.1=6.8.0-44.44.1~22.04.1=6.8.0-45.45.1~22.04.1=6.8.0-47.47.1~22.04.1=6.8.0-48.48.3~22.04.1=6.8.0-49.49.1~22.04.1=6.8.0-50.51.1~22.04.1=6.8.0-51.52.1~22.04.1=6.8.0-52.53.1~22.04.1=6.8.0-54.56.1~22.04.1=6.8.0-55.57.1~22.04.1=6.8.0-56.58.1~22.04.1=6.8.0-57.59.1~22.04.1=6.8.0-58.60.1~22.04.1=6.8.0-59.61.1~22.04.1=6.8.0-60.63.1~22.04.1=6.8.0-62.65.1~22.04.1=6.8.0-63.66.1~22.04.1=6.8.0-64.67.1~22.04.1=6.8.0-65.68.1~22.04.1=6.8.0-78.78.1~22.04.1=6.8.0-79.79.1~22.04.1=6.8.0-83.83.1~22.04.1=6.8.0-84.84.1~22.04.1=6.8.0-85.85.1~22.04.1=6.8.0-86.87.1~22.04.1=6.8.0-87.88.1~22.04.1=6.8.0-88.89.1~22.04.1=6.8.0-90.91.1~22.04.1=6.8.0-94.96.1~22.04.1=6.8.0-100.100.1~22.04.1=6.8.0-101.101.1~22.04.1=6.8.0-106.106.1~22.04.1=6.8.0-107.107.1~22.04.1=6.8.0-110.110.1~22.04.1=6.8.0-111.111.1~22.04.1=6.8.0-117.117.1~22.04.1=6.8.0-134.134.1~22.04.1
Ubuntu:22.04:LTSmore threats →ghsa
linux-nvidia-6.2
pkg:deb/ubuntu/[email protected]?arch=source&distro=jammy
Affected versions
=6.2.0-1003.3~22.04.1=6.2.0-1009.9=6.2.0-1010.10=6.2.0-1011.11=6.2.0-1012.12=6.2.0-1013.13=6.2.0-1015.15
Ubuntu:22.04:LTSmore threats →ghsa
linux-nvidia-6.5
pkg:deb/ubuntu/[email protected]?arch=source&distro=jammy
Affected versions
=6.5.0-1004.4=6.5.0-1007.7=6.5.0-1013.13=6.5.0-1014.14=6.5.0-1015.15=6.5.0-1018.18=6.5.0-1019.19=6.5.0-1021.22=6.5.0-1022.23=6.5.0-1023.24=6.5.0-1024.25
Ubuntu:22.04:LTSmore threats →ghsa
linux-nvidia-6.8
pkg:deb/ubuntu/[email protected]~22.04.1?arch=source&distro=jammy
Affected versions
=6.8.0-1008.8~22.04.1=6.8.0-1009.9~22.04.1=6.8.0-1010.10~22.04.1=6.8.0-1011.11~22.04.1=6.8.0-1012.12~22.04.1=6.8.0-1013.14~22.04.1=6.8.0-1014.15~22.04.1=6.8.0-1015.16~22.04.1=6.8.0-1017.19~22.04.1=6.8.0-1018.20~22.04.1=6.8.0-1019.21~22.04.1=6.8.0-1020.22~22.04.1=6.8.0-1021.23~22.04.1=6.8.0-1022.25~22.04.2=6.8.0-1023.26~22.04.1=6.8.0-1024.27~22.04.1=6.8.0-1025.28~22.04.1=6.8.0-1026.29~22.04.1=6.8.0-1027.30~22.04.1=6.8.0-1028.31~22.04.1=6.8.0-1029.32~22.04.1=6.8.0-1030.33~22.04.1=6.8.0-1031.34~22.04.1=6.8.0-1032.35~22.04.1=6.8.0-1035.38~22.04.1=6.8.0-1036.39~22.04.1=6.8.0-1038.41~22.04.1=6.8.0-1039.42~22.04.1=6.8.0-1040.43~22.04.1=6.8.0-1041.44~22.04.2=6.8.0-1042.45~22.04.1=6.8.0-1043.46~22.04.1=6.8.0-1044.47~22.04.1=6.8.0-1045.48~22.04.1=6.8.0-1046.49~22.04.1=6.8.0-1047.50~22.04.1=6.8.0-1049.52~22.04.1=6.8.0-1050.53~22.04.1=6.8.0-1051.54~22.04.1=6.8.0-1052.55~22.04.1=6.8.0-1054.57~22.04.1=6.8.0-1055.58~22.04.1=6.8.0-1058.61~22.04.1
Ubuntu:22.04:LTSmore threats →ghsa
linux-oem-5.17
pkg:deb/ubuntu/[email protected]?arch=source&distro=jammy
Affected versions
=5.17.0-1003.3=5.17.0-1004.4=5.17.0-1006.6=5.17.0-1011.12=5.17.0-1012.13=5.17.0-1013.14=5.17.0-1014.15=5.17.0-1015.16=5.17.0-1016.17=5.17.0-1017.18=5.17.0-1018.19=5.17.0-1019.20=5.17.0-1020.21=5.17.0-1021.22=5.17.0-1024.25=5.17.0-1025.26=5.17.0-1026.27=5.17.0-1027.28=5.17.0-1028.29=5.17.0-1029.30=5.17.0-1030.31=5.17.0-1031.32=5.17.0-1032.33=5.17.0-1033.34=5.17.0-1034.35=5.17.0-1035.36
Ubuntu:22.04:LTSmore threats →ghsa
linux-oem-6.0
pkg:deb/ubuntu/[email protected]?arch=source&distro=jammy
Affected versions
=6.0.0-1006.6=6.0.0-1007.7=6.0.0-1008.8=6.0.0-1009.9=6.0.0-1010.10=6.0.0-1011.11=6.0.0-1012.12=6.0.0-1013.13=6.0.0-1014.14=6.0.0-1015.15=6.0.0-1016.16=6.0.0-1017.17=6.0.0-1018.18=6.0.0-1019.19=6.0.0-1020.20=6.0.0-1021.21
Ubuntu:22.04:LTSmore threats →ghsa
linux-oem-6.1
pkg:deb/ubuntu/[email protected]?arch=source&distro=jammy
Affected versions
=6.1.0-1004.4=6.1.0-1006.6=6.1.0-1007.7=6.1.0-1008.8=6.1.0-1009.9=6.1.0-1010.10=6.1.0-1012.12=6.1.0-1013.13=6.1.0-1014.14=6.1.0-1015.15=6.1.0-1016.16=6.1.0-1017.17=6.1.0-1019.19=6.1.0-1020.20=6.1.0-1021.21=6.1.0-1022.22=6.1.0-1023.23=6.1.0-1024.24=6.1.0-1025.25=6.1.0-1026.26=6.1.0-1027.27=6.1.0-1028.28=6.1.0-1029.29=6.1.0-1033.33=6.1.0-1034.34=6.1.0-1035.35=6.1.0-1036.36
Ubuntu:22.04:LTSmore threats →ghsa
linux-oem-6.5
pkg:deb/ubuntu/[email protected]?arch=source&distro=jammy
Affected versions
=6.5.0-1003.3=6.5.0-1004.4=6.5.0-1006.6=6.5.0-1007.7=6.5.0-1008.8=6.5.0-1009.10=6.5.0-1011.12=6.5.0-1013.14=6.5.0-1014.15=6.5.0-1015.16=6.5.0-1016.17=6.5.0-1018.19=6.5.0-1019.20=6.5.0-1020.21=6.5.0-1022.23=6.5.0-1023.24=6.5.0-1024.25=6.5.0-1025.26=6.5.0-1027.28
Ubuntu:22.04:LTSmore threats →ghsa
linux-oracle-6.5
pkg:deb/ubuntu/[email protected]~22.04.1?arch=source&distro=jammy
Affected versions
=6.5.0-1013.13~22.04.4=6.5.0-1014.14~22.04.1=6.5.0-1015.15~22.04.1=6.5.0-1016.16~22.04.1=6.5.0-1018.18~22.04.1=6.5.0-1019.19~22.04.1=6.5.0-1020.20~22.04.1=6.5.0-1021.21~22.04.1=6.5.0-1023.23~22.04.1=6.5.0-1024.24~22.04.1=6.5.0-1025.25~22.04.1=6.5.0-1026.26~22.04.1=6.5.0-1027.27~22.04.1
Ubuntu:22.04:LTSmore threats →ghsa
linux-oracle-6.8
pkg:deb/ubuntu/[email protected]~22.04.1?arch=source&distro=jammy
Affected versions
=6.8.0-1006.6~22.04.3=6.8.0-1008.8~22.04.1=6.8.0-1010.10~22.04.1=6.8.0-1011.11~22.04.1=6.8.0-1012.12~22.04.1=6.8.0-1013.13~22.04.1=6.8.0-1014.14~22.04.1=6.8.0-1015.15~22.04.1=6.8.0-1016.17~22.04.1=6.8.0-1017.18~22.04.1=6.8.0-1018.19~22.04.1=6.8.0-1019.20~22.04.1=6.8.0-1020.21~22.04.1=6.8.0-1021.22~22.04.1=6.8.0-1022.23~22.04.1=6.8.0-1023.24~22.04.1=6.8.0-1024.25~22.04.1=6.8.0-1025.26~22.04.1=6.8.0-1026.27~22.04.1=6.8.0-1027.28~22.04.1=6.8.0-1028.29~22.04.1=6.8.0-1029.30~22.04.1=6.8.0-1030.31~22.04.1=6.8.0-1032.33~22.04.1=6.8.0-1033.34~22.04.1=6.8.0-1035.36~22.04.1=6.8.0-1037.38~22.04.1=6.8.0-1038.39~22.04.1=6.8.0-1039.40~22.04.1=6.8.0-1040.41~22.04.1=6.8.0-1041.42~22.04.1=6.8.0-1042.43~22.04.1=6.8.0-1043.44~22.04.1=6.8.0-1044.45~22.04.1=6.8.0-1047.48~22.04.1=6.8.0-1049.50~22.04.1=6.8.0-1050.51~22.04.1=6.8.0-1052.53~22.04.1=6.8.0-1054.55~22.04.1=6.8.0-1057.58~22.04.1
Ubuntu:22.04:LTSmore threats →ghsa
linux-realtime
pkg:deb/ubuntu/[email protected]?arch=source&distro=jammy
Affected versions
=5.15.0-1032.35
Ubuntu:22.04:LTSmore threats →ghsa
linux-riscv
pkg:deb/ubuntu/[email protected]?arch=source&distro=jammy
Affected versions
=5.13.0-1004.4=5.13.0-1006.6+22.04.1=5.13.0-1007.7+22.04.1=5.13.0-1010.11+22.04.1=5.15.0-1004.4=5.15.0-1005.5=5.15.0-1006.6=5.15.0-1007.7=5.15.0-1008.8=5.15.0-1011.12=5.15.0-1012.13=5.15.0-1014.16=5.15.0-1015.17=5.15.0-1016.18=5.15.0-1017.19=5.15.0-1018.21=5.15.0-1019.22=5.15.0-1020.23=5.15.0-1022.26=5.15.0-1023.27=5.15.0-1026.30=5.15.0-1027.31=5.15.0-1028.32
Ubuntu:22.04:LTSmore threats →ghsa
linux-riscv-5.19
pkg:deb/ubuntu/[email protected]~22.04.1?arch=source&distro=jammy
Affected versions
=5.19.0-1012.13~22.04.1=5.19.0-1015.16~22.04.1=5.19.0-1016.17~22.04.1=5.19.0-1017.18~22.04.1=5.19.0-1018.19~22.04.1=5.19.0-1019.21~22.04.1=5.19.0-1020.22~22.04.1=5.19.0-1021.23~22.04.1
Ubuntu:22.04:LTSmore threats →ghsa
linux-riscv-6.5
pkg:deb/ubuntu/[email protected]~22.04.1?arch=source&distro=jammy
Affected versions
=6.5.0-17.17.1.1~22.04.1=6.5.0-21.21.1~22.04.1=6.5.0-25.25.1~22.04.1=6.5.0-26.26.1~22.04.1=6.5.0-27.28.1~22.04.1=6.5.0-28.29.1~22.04.1=6.5.0-35.35.1~22.04.1=6.5.0-40.40.1~22.04.1=6.5.0-42.42.1~22.04.1=6.5.0-45.45.1~22.04.1
Ubuntu:22.04:LTSmore threats →ghsa
linux-riscv-6.8
pkg:deb/ubuntu/[email protected]~22.04.1?arch=source&distro=jammy
Affected versions
=6.8.0-38.38.1~22.04.1=6.8.0-39.39.1~22.04.1=6.8.0-40.40.1~22.04.1=6.8.0-41.41.1~22.04.1=6.8.0-44.44.1~22.04.1=6.8.0-47.47.1~22.04.1=6.8.0-48.48.1~22.04.2=6.8.0-49.49.1~22.04.1=6.8.0-50.51.1~22.04.1=6.8.0-51.52.1~22.04.1=6.8.0-52.53.1~22.04.1=6.8.0-53.55.1~22.04.1=6.8.0-55.57.1~22.04.1=6.8.0-56.58.1~22.04.1=6.8.0-57.59.1~22.04.1=6.8.0-58.60.1~22.04.1=6.8.0-59.61.1~22.04.1=6.8.0-62.65~22.04.1=6.8.0-63.66~22.04.1=6.8.0-64.67~22.04.1=6.8.0-71.71~22.04.1=6.8.0-78.78~22.04.1=6.8.0-79.79~22.04.1=6.8.0-83.83~22.04.1=6.8.0-84.84~22.04.1=6.8.0-86.87~22.04.1=6.8.0-87.88~22.04.1=6.8.0-88.89~22.04.1=6.8.0-90.91~22.04.1=6.8.0-94.96~22.04.1=6.8.0-100.100~22.04.1=6.8.0-101.101~22.04.1=6.8.0-106.106~22.04.1=6.8.0-107.107~22.04.1=6.8.0-110.110~22.04.1=6.8.0-111.111~22.04.1=6.8.0-117.117~22.04.1=6.8.0-124.124~22.04.1=6.8.0-134.134~22.04.1
Ubuntu:22.04:LTSmore threats →ghsa
linux-starfive-5.19
pkg:deb/ubuntu/[email protected]~22.04.1?arch=source&distro=jammy
Affected versions
=5.19.0-1014.16~22.04.1=5.19.0-1015.17~22.04.1=5.19.0-1016.18~22.04.1=5.19.0-1017.19~22.04.1=5.19.0-1018.20~22.04.1=5.19.0-1019.21~22.04.1=5.19.0-1020.22~22.04.1
Ubuntu:22.04:LTSmore threats →ghsa
linux-starfive-6.2
pkg:deb/ubuntu/[email protected]~22.04.1?arch=source&distro=jammy
Affected versions
=6.2.0-1006.7~22.04.1=6.2.0-1007.8~22.04.1=6.2.0-1009.10~22.04.1
Ubuntu:22.04:LTSmore threats →ghsa
linux-starfive-6.5
pkg:deb/ubuntu/[email protected]~22.04.1?arch=source&distro=jammy
Affected versions
=6.5.0-1007.8~22.04.1=6.5.0-1008.9~22.04.1=6.5.0-1009.10~22.04.1=6.5.0-1010.11~22.04.1=6.5.0-1011.12~22.04.1=6.5.0-1012.13~22.04.1=6.5.0-1014.15~22.04.1=6.5.0-1015.16~22.04.1=6.5.0-1016.17~22.04.1=6.5.0-1017.18~22.04.1=6.5.0-1018.19~22.04.1
Ubuntu:Pro:Realtime:22.04:LTSmore threats →ghsa
linux-realtime-6.8
pkg:deb/ubuntu/[email protected]~22.04.1?arch=source&distro=realtime/jammy
Affected versions
=6.8.1-1004.4~22.04.1=6.8.1-1005.5~22.04.2=6.8.1-1006.6~22.04.1=6.8.1-1007.7~22.04.1=6.8.1-1008.8~22.04.1=6.8.1-1009.9~22.04.1=6.8.1-1010.10~22.04.1=6.8.1-1011.11~22.04.1=6.8.1-1012.12~22.04.1=6.8.1-1013.14~22.04.1=6.8.1-1014.15~22.04.1=6.8.1-1015.16~22.04.1=6.8.1-1016.17~22.04.1=6.8.1-1017.18~22.04.1=6.8.1-1018.19~22.04.1=6.8.1-1019.20~22.04.1=6.8.1-1020.21~22.04.1=6.8.1-1021.22~22.04.1=6.8.1-1022.23~22.04.1=6.8.1-1023.24~22.04.1=6.8.1-1024.25~22.04.1=6.8.1-1025.26~22.04.1=6.8.1-1026.27~22.04.1=6.8.1-1030.31~22.04.1=6.8.1-1031.32~22.04.1=6.8.1-1034.35~22.04.1=6.8.1-1035.36~22.04.1=6.8.1-1036.37~22.04.1=6.8.1-1037.38~22.04.1=6.8.1-1038.39~22.04.1=6.8.1-1039.40~22.04.1=6.8.1-1040.41~22.04.1=6.8.1-1041.42~22.04.1=6.8.1-1042.43~22.04.1=6.8.1-1045.46~22.04.1=6.8.1-1046.47~22.04.2=6.8.1-1047.48~22.04.1=6.8.1-1048.49~22.04.1=6.8.1-1051.52~22.04.1=6.8.1-1052.53~22.04.1=6.8.1-1055.56~22.04.1
Ubuntu:24.04:LTSmore threats →ghsa
linux
pkg:deb/ubuntu/[email protected]?arch=source&distro=noble
Affected versions
=6.5.0-9.9=6.6.0-14.14=6.8.0-11.11=6.8.0-20.20=6.8.0-22.22=6.8.0-28.28=6.8.0-31.31=6.8.0-35.35=6.8.0-36.36=6.8.0-38.38=6.8.0-39.39=6.8.0-40.40=6.8.0-41.41=6.8.0-44.44=6.8.0-45.45=6.8.0-47.47=6.8.0-48.48=6.8.0-49.49=6.8.0-50.51=6.8.0-51.52=6.8.0-52.53=6.8.0-53.55=6.8.0-54.56=6.8.0-55.57=6.8.0-56.58=6.8.0-57.59=6.8.0-58.60=6.8.0-59.61=6.8.0-60.63=6.8.0-62.65=6.8.0-63.66=6.8.0-64.67=6.8.0-71.71=6.8.0-78.78=6.8.0-79.79=6.8.0-83.83=6.8.0-84.84=6.8.0-85.85=6.8.0-86.87=6.8.0-87.88=6.8.0-88.89=6.8.0-90.91=6.8.0-94.96=6.8.0-100.100=6.8.0-101.101=6.8.0-106.106=6.8.0-107.107=6.8.0-110.110=6.8.0-111.111=6.8.0-117.117=6.8.0-124.124=6.8.0-134.134
Ubuntu:24.04:LTSmore threats →ghsa
linux-aws
pkg:deb/ubuntu/[email protected]?arch=source&distro=noble
Affected versions
=6.5.0-1008.8=6.6.0-1001.1=6.8.0-1001.1=6.8.0-1006.6=6.8.0-1008.8=6.8.0-1009.9=6.8.0-1010.10=6.8.0-1011.12=6.8.0-1012.13=6.8.0-1013.14=6.8.0-1014.15=6.8.0-1015.16=6.8.0-1016.17=6.8.0-1017.18=6.8.0-1018.20=6.8.0-1019.21=6.8.0-1020.22=6.8.0-1021.23=6.8.0-1023.25=6.8.0-1024.26=6.8.0-1025.27=6.8.0-1026.28=6.8.0-1027.29=6.8.0-1028.30=6.8.0-1029.31=6.8.0-1030.32=6.8.0-1031.33=6.8.0-1032.34=6.8.0-1033.35=6.8.0-1035.37=6.8.0-1036.38=6.8.0-1038.40=6.8.0-1039.41=6.8.0-1040.42=6.8.0-1041.43=6.8.0-1042.44=6.8.0-1043.45=6.8.0-1044.46=6.8.0-1045.47=6.8.0-1046.49=6.8.0-1047.50=6.8.0-1050.53=6.8.0-1051.54=6.8.0-1052.55=6.8.0-1053.56=6.8.0-1055.58=6.8.0-1057.60=6.8.0-1060.63
Ubuntu:24.04:LTSmore threats →ghsa
linux-aws-6.14
pkg:deb/ubuntu/[email protected]~24.04.1?arch=source&distro=noble
Affected versions
=6.14.0-1007.7~24.04.1=6.14.0-1009.9~24.04.1=6.14.0-1010.10~24.04.1=6.14.0-1011.11~24.04.1=6.14.0-1012.12~24.04.1=6.14.0-1013.13~24.04.1=6.14.0-1014.14~24.04.1=6.14.0-1015.15~24.04.1=6.14.0-1016.16~24.04.1=6.14.0-1017.17~24.04.1=6.14.0-1018.18~24.04.1
Ubuntu:24.04:LTSmore threats →ghsa
linux-aws-6.17
pkg:deb/ubuntu/[email protected]~24.04.1?arch=source&distro=noble
Affected versions
=6.17.0-1005.5~24.04.2=6.17.0-1007.7~24.04.1=6.17.0-1009.9~24.04.2=6.17.0-1010.10~24.04.1=6.17.0-1012.12~24.04.1=6.17.0-1013.13~24.04.1=6.17.0-1015.15~24.04.1=6.17.0-1017.17~24.04.1=6.17.0-1019.19~24.04.1
Ubuntu:24.04:LTSmore threats →ghsa
linux-azure
pkg:deb/ubuntu/[email protected]?arch=source&distro=noble
Affected versions
=6.5.0-1007.7=6.6.0-1001.1=6.8.0-1001.1=6.8.0-1005.5=6.8.0-1006.6=6.8.0-1007.7=6.8.0-1008.8=6.8.0-1009.9=6.8.0-1010.10=6.8.0-1012.14=6.8.0-1013.15=6.8.0-1014.16=6.8.0-1015.17=6.8.0-1016.18=6.8.0-1017.20=6.8.0-1018.21=6.8.0-1020.23=6.8.0-1021.25=6.8.0-1025.30=6.8.0-1026.31=6.8.0-1027.32=6.8.0-1028.33=6.8.0-1029.34=6.8.0-1030.35=6.8.0-1031.36=6.8.0-1034.39=6.8.0-1038.44=6.8.0-1040.46=6.8.0-1041.47=6.8.0-1042.48=6.8.0-1044.50=6.8.0-1046.52=6.8.0-1051.57=6.8.0-1052.58=6.8.0-1054.60=6.8.0-1056.62=6.8.0-1058.64=6.8.0-1059.65=6.8.0-1062.69
Ubuntu:24.04:LTSmore threats →ghsa
linux-azure-6.11
pkg:deb/ubuntu/[email protected]~24.04.1?arch=source&distro=noble
Affected versions
=6.11.0-1008.8~24.04.1=6.11.0-1012.12~24.04.1=6.11.0-1013.13~24.04.1=6.11.0-1014.14~24.04.1=6.11.0-1015.15~24.04.1=6.11.0-1017.17~24.04.1=6.11.0-1018.18~24.04.1
Ubuntu:24.04:LTSmore threats →ghsa
linux-azure-6.14
pkg:deb/ubuntu/[email protected]~24.04.1?arch=source&distro=noble
Affected versions
=6.14.0-1010.10~24.04.1=6.14.0-1012.12~24.04.1=6.14.0-1013.13~24.04.1=6.14.0-1014.14~24.04.1=6.14.0-1017.17~24.04.1
Ubuntu:24.04:LTSmore threats →ghsa
linux-azure-6.17
pkg:deb/ubuntu/[email protected]~24.04.1?arch=source&distro=noble
Affected versions
=6.17.0-1008.8~24.04.1=6.17.0-1010.10~24.04.1=6.17.0-1011.11~24.04.2=6.17.0-1013.13~24.04.1=6.17.0-1015.15~24.04.1=6.17.0-1017.17~24.04.1=6.17.0-1018.18~24.04.1=6.17.0-1020.20~24.04.1
Ubuntu:24.04:LTSmore threats →ghsa
linux-azure-fde
pkg:deb/ubuntu/[email protected]?arch=source&distro=noble
Affected versions
=6.8.0-1041.48=6.8.0-1044.51=6.8.0-1046.53=6.8.0-1053.60=6.8.0-1058.65=6.8.0-1061.68
Ubuntu:24.04:LTSmore threats →ghsa
linux-azure-fde-6.14
pkg:deb/ubuntu/[email protected]~24.04.1?arch=source&distro=noble
Affected versions
=6.14.0-1012.12~24.04.1=6.14.0-1013.13~24.04.1=6.14.0-1014.14~24.04.1=6.14.0-1015.15~24.04.1=6.14.0-1017.17~24.04.1
Ubuntu:24.04:LTSmore threats →ghsa
linux-azure-fde-6.17
pkg:deb/ubuntu/[email protected]~24.04.1?arch=source&distro=noble
Affected versions
=6.17.0-1005.5~24.04.1=6.17.0-1010.10~24.04.1=6.17.0-1015.15~24.04.1=6.17.0-1017.17~24.04.1
Ubuntu:24.04:LTSmore threats →ghsa
linux-azure-nvidia
pkg:deb/ubuntu/[email protected]?arch=source&distro=noble
Affected versions
=6.8.0-1013.14=6.8.0-1014.15=6.8.0-1016.17=6.8.0-1018.19=6.8.0-1019.20=6.8.0-1022.23=6.8.0-1025.27=6.8.0-1027.30=6.8.0-1029.32
Ubuntu:24.04:LTSmore threats →ghsa
linux-azure-nvidia-6.14
pkg:deb/ubuntu/[email protected]?arch=source&distro=noble
Affected versions
=6.14.0-1003.3=6.14.0-1006.6=6.14.0-1007.7
Ubuntu:24.04:LTSmore threats →ghsa
linux-gcp
pkg:deb/ubuntu/[email protected]?arch=source&distro=noble
Affected versions
=6.5.0-1007.7=6.6.0-1001.1=6.8.0-1002.2=6.8.0-1005.5=6.8.0-1006.6=6.8.0-1007.7=6.8.0-1008.9=6.8.0-1009.10=6.8.0-1010.11=6.8.0-1011.12=6.8.0-1012.13=6.8.0-1013.14=6.8.0-1014.16=6.8.0-1015.17=6.8.0-1016.18=6.8.0-1017.19=6.8.0-1018.20=6.8.0-1019.21=6.8.0-1020.22=6.8.0-1021.23=6.8.0-1024.26=6.8.0-1025.27=6.8.0-1026.28=6.8.0-1027.29=6.8.0-1028.30=6.8.0-1029.31=6.8.0-1030.32=6.8.0-1031.33=6.8.0-1032.34=6.8.0-1033.35=6.8.0-1034.36=6.8.0-1036.38=6.8.0-1037.39=6.8.0-1039.41=6.8.0-1040.42=6.8.0-1041.43=6.8.0-1042.45=6.8.0-1043.46=6.8.0-1044.47=6.8.0-1045.48=6.8.0-1046.49=6.8.0-1047.50=6.8.0-1048.51=6.8.0-1052.55=6.8.0-1053.56=6.8.0-1054.57=6.8.0-1055.58=6.8.0-1058.61=6.8.0-1060.63=6.8.0-1063.69
Ubuntu:24.04:LTSmore threats →ghsa
linux-gcp-6.11
pkg:deb/ubuntu/[email protected]~24.04.1?arch=source&distro=noble
Affected versions
=6.11.0-1006.6~24.04.2=6.11.0-1011.11~24.04.1=6.11.0-1013.13~24.04.1=6.11.0-1014.14~24.04.1=6.11.0-1015.15~24.04.1=6.11.0-1016.16~24.04.1=6.11.0-1017.17~24.04.1
Ubuntu:24.04:LTSmore threats →ghsa
linux-gcp-6.14
pkg:deb/ubuntu/[email protected]~24.04.1?arch=source&distro=noble
Affected versions
=6.14.0-1007.7~24.04.1=6.14.0-1011.11~24.04.1=6.14.0-1012.12~24.04.1=6.14.0-1014.15~24.04.1=6.14.0-1015.16~24.04.1=6.14.0-1016.17~24.04.1=6.14.0-1017.18~24.04.1=6.14.0-1018.19~24.04.1=6.14.0-1019.20~24.04.1=6.14.0-1020.21~24.04.1=6.14.0-1021.22~24.04.1
Ubuntu:24.04:LTSmore threats →ghsa
linux-gcp-6.17
pkg:deb/ubuntu/[email protected]~24.04.1?arch=source&distro=noble
Affected versions
=6.17.0-1004.4~24.04.3=6.17.0-1008.8~24.04.1=6.17.0-1009.9~24.04.3=6.17.0-1010.10~24.04.1=6.17.0-1012.12~24.04.1=6.17.0-1013.13~24.04.1=6.17.0-1016.17~24.04.1=6.17.0-1018.19~24.04.1=6.17.0-1020.22~24.04.1
Ubuntu:24.04:LTSmore threats →ghsa
linux-gke
pkg:deb/ubuntu/[email protected]?arch=source&distro=noble
Affected versions
=6.8.0-1003.5=6.8.0-1004.7=6.8.0-1005.8=6.8.0-1006.9=6.8.0-1007.10=6.8.0-1008.11=6.8.0-1009.12=6.8.0-1010.13=6.8.0-1011.14=6.8.0-1012.15=6.8.0-1013.17=6.8.0-1014.18=6.8.0-1015.19=6.8.0-1016.20=6.8.0-1017.21=6.8.0-1019.23=6.8.0-1020.24=6.8.0-1021.25=6.8.0-1022.26=6.8.0-1023.27=6.8.0-1024.28=6.8.0-1025.29=6.8.0-1026.30=6.8.0-1027.31=6.8.0-1028.32=6.8.0-1029.33=6.8.0-1032.36=6.8.0-1033.37=6.8.0-1035.39=6.8.0-1036.40=6.8.0-1037.41=6.8.0-1038.43=6.8.0-1039.44=6.8.0-1040.45=6.8.0-1041.46=6.8.0-1042.47=6.8.0-1043.48=6.8.0-1044.49=6.8.0-1048.53=6.8.0-1049.54=6.8.0-1050.56=6.8.0-1051.57=6.8.0-1054.60=6.8.0-1055.61=6.8.0-1058.64
Ubuntu:24.04:LTSmore threats →ghsa
linux-gkeop
pkg:deb/ubuntu/[email protected]?arch=source&distro=noble
Affected versions
=6.8.0-1001.3=6.8.0-1002.4=6.8.0-1003.5=6.8.0-1004.6=6.8.0-1006.8=6.8.0-1007.9=6.8.0-1008.10=6.8.0-1009.11=6.8.0-1010.12=6.8.0-1011.13=6.8.0-1012.14=6.8.0-1013.15=6.8.0-1014.16=6.8.0-1015.17=6.8.0-1016.18=6.8.0-1019.21=6.8.0-1020.22=6.8.0-1022.24=6.8.0-1023.25=6.8.0-1024.26=6.8.0-1025.28=6.8.0-1026.29=6.8.0-1027.30=6.8.0-1028.31=6.8.0-1029.32=6.8.0-1030.33=6.8.0-1031.34=6.8.0-1035.38=6.8.0-1036.39=6.8.0-1037.40=6.8.0-1038.41=6.8.0-1041.44=6.8.0-1042.45=6.8.0-1045.48
Ubuntu:24.04:LTSmore threats →ghsa
linux-hwe-6.11
pkg:deb/ubuntu/[email protected]~24.04.1?arch=source&distro=noble
Affected versions
=6.11.0-17.17~24.04.2=6.11.0-19.19~24.04.1=6.11.0-21.21~24.04.1=6.11.0-24.24~24.04.1=6.11.0-25.25~24.04.1=6.11.0-26.26~24.04.1=6.11.0-28.28~24.04.1=6.11.0-29.29~24.04.1
Ubuntu:24.04:LTSmore threats →ghsa
linux-hwe-6.14
pkg:deb/ubuntu/[email protected]~24.04.1?arch=source&distro=noble
Affected versions
=6.14.0-24.24~24.04.3=6.14.0-27.27~24.04.1=6.14.0-28.28~24.04.1=6.14.0-29.29~24.04.1=6.14.0-32.32~24.04.1=6.14.0-33.33~24.04.1=6.14.0-34.34~24.04.1=6.14.0-35.35~24.04.1=6.14.0-36.36~24.04.1=6.14.0-37.37~24.04.1
Ubuntu:24.04:LTSmore threats →ghsa
linux-hwe-6.17
pkg:deb/ubuntu/[email protected]~24.04.1?arch=source&distro=noble
Affected versions
=6.17.0-14.14~24.04.1=6.17.0-19.19~24.04.2=6.17.0-20.20~24.04.1=6.17.0-22.22~24.04.1=6.17.0-23.23~24.04.1=6.17.0-29.29~24.04.1=6.17.0-35.35~24.04.1=6.17.0-40.40~24.04.1
Ubuntu:24.04:LTSmore threats →ghsa
linux-hwe-7.0
pkg:deb/ubuntu/[email protected]~24.04.3?arch=source&distro=noble
Affected versions
=7.0.0-14.14~24.04.3
Ubuntu:24.04:LTSmore threats →ghsa
linux-ibm
pkg:deb/ubuntu/[email protected]?arch=source&distro=noble
Affected versions
=6.5.0-1009.9=6.8.0-1001.1=6.8.0-1003.3=6.8.0-1004.4=6.8.0-1005.5=6.8.0-1006.6=6.8.0-1007.7=6.8.0-1008.8=6.8.0-1009.9=6.8.0-1010.10=6.8.0-1011.11=6.8.0-1012.12=6.8.0-1013.13=6.8.0-1014.14=6.8.0-1015.15=6.8.0-1016.16=6.8.0-1017.17=6.8.0-1018.18=6.8.0-1019.19=6.8.0-1022.22=6.8.0-1023.23=6.8.0-1024.24=6.8.0-1025.25=6.8.0-1026.26=6.8.0-1027.27=6.8.0-1028.28=6.8.0-1029.29=6.8.0-1030.30=6.8.0-1033.33=6.8.0-1036.36=6.8.0-1037.37=6.8.0-1038.38=6.8.0-1039.39=6.8.0-1040.40=6.8.0-1041.41=6.8.0-1042.42=6.8.0-1043.43=6.8.0-1044.44=6.8.0-1045.45=6.8.0-1049.49=6.8.0-1050.50=6.8.0-1051.51=6.8.0-1052.52=6.8.0-1055.56=6.8.0-1057.58=6.8.0-1060.61
Ubuntu:24.04:LTSmore threats →ghsa
linux-lowlatency
pkg:deb/ubuntu/[email protected]?arch=source&distro=noble
Affected versions
=6.5.0-9.9.1=6.6.0-14.14.1=6.8.0-7.7.1=6.8.0-25.25.3=6.8.0-28.28.1=6.8.0-31.31.1=6.8.0-35.35.1=6.8.0-36.36.1=6.8.0-38.38.1=6.8.0-39.39.1=6.8.0-40.40.1=6.8.0-41.41.1=6.8.0-44.44.1=6.8.0-45.45.1=6.8.0-47.47.1=6.8.0-48.48.3=6.8.0-49.49.1=6.8.0-50.51.1=6.8.0-51.52.1=6.8.0-52.53.1=6.8.0-53.55.2=6.8.0-54.56.1=6.8.0-55.57.1=6.8.0-56.58.1=6.8.0-57.59.1=6.8.0-58.60.1=6.8.0-59.61.1=6.8.0-60.63.1=6.8.0-62.65.1=6.8.0-63.66.1=6.8.0-64.67.1=6.8.0-65.68.1=6.8.0-78.78.1=6.8.0-79.79.1=6.8.0-83.83.1=6.8.0-84.84.1=6.8.0-85.85.1=6.8.0-86.87.1=6.8.0-87.88.1=6.8.0-88.89.1=6.8.0-90.91.1=6.8.0-94.96.1=6.8.0-100.100.1=6.8.0-101.101.1=6.8.0-106.106.1=6.8.0-107.107.1=6.8.0-110.110.1=6.8.0-111.111.1=6.8.0-117.117.1=6.8.0-134.134.1
Ubuntu:24.04:LTSmore threats →ghsa
linux-lowlatency-hwe-6.11
pkg:deb/ubuntu/[email protected]~24.04.1?arch=source&distro=noble
Affected versions
=6.11.0-1009.10~24.04.1=6.11.0-1011.12~24.04.1=6.11.0-1012.13~24.04.1=6.11.0-1013.14~24.04.1=6.11.0-1014.15~24.04.1=6.11.0-1015.16~24.04.2=6.11.0-1016.17~24.04.1
Ubuntu:24.04:LTSmore threats →ghsa
linux-nvidia
pkg:deb/ubuntu/[email protected]?arch=source&distro=noble
Affected versions
=6.8.0-1007.7=6.8.0-1008.8=6.8.0-1009.9=6.8.0-1010.10=6.8.0-1011.11=6.8.0-1012.12=6.8.0-1013.14=6.8.0-1014.15=6.8.0-1015.16=6.8.0-1017.19=6.8.0-1018.20=6.8.0-1019.21=6.8.0-1020.22=6.8.0-1021.23=6.8.0-1022.25=6.8.0-1023.26=6.8.0-1024.27=6.8.0-1025.28=6.8.0-1026.29=6.8.0-1027.30=6.8.0-1028.31=6.8.0-1029.32=6.8.0-1030.33=6.8.0-1031.34=6.8.0-1032.35=6.8.0-1035.38=6.8.0-1036.39=6.8.0-1038.41=6.8.0-1039.42=6.8.0-1040.43=6.8.0-1041.44=6.8.0-1042.45=6.8.0-1043.46=6.8.0-1044.47=6.8.0-1045.48=6.8.0-1046.49=6.8.0-1047.50=6.8.0-1049.52=6.8.0-1050.53=6.8.0-1051.54=6.8.0-1052.55=6.8.0-1054.57=6.8.0-1055.58=6.8.0-1058.61
Ubuntu:24.04:LTSmore threats →ghsa
linux-nvidia-6.11
pkg:deb/ubuntu/[email protected]?arch=source&distro=noble
Affected versions
=6.11.0-1002.2=6.11.0-1003.3=6.11.0-1007.7=6.11.0-1010.10=6.11.0-1011.11=6.11.0-1012.12=6.11.0-1013.13=6.11.0-1016.16
Ubuntu:24.04:LTSmore threats →ghsa
linux-nvidia-6.17
pkg:deb/ubuntu/[email protected]?arch=source&distro=noble
Affected versions
=6.17.0-1004.4=6.17.0-1008.8=6.17.0-1014.14=6.17.0-1018.18=6.17.0-1021.21=6.17.0-1026.26
Ubuntu:24.04:LTSmore threats →ghsa
linux-nvidia-7.0
pkg:deb/ubuntu/[email protected]~24.04.1?arch=source&distro=noble
Affected versions
=7.0.0-1013.13~24.04.1
Ubuntu:24.04:LTSmore threats →ghsa
linux-nvidia-lowlatency
pkg:deb/ubuntu/[email protected]?arch=source&distro=noble
Affected versions
=6.8.0-1009.9.1=6.8.0-1011.11.1=6.8.0-1012.12.1=6.8.0-1013.14.1=6.8.0-1014.15.1=6.8.0-1015.16.1=6.8.0-1017.19.1=6.8.0-1018.20.1=6.8.0-1019.21.1=6.8.0-1020.22.1=6.8.0-1021.23.1=6.8.0-1022.25.2=6.8.0-1023.26.1=6.8.0-1024.27.1=6.8.0-1025.28.1=6.8.0-1026.29.1=6.8.0-1027.30.1=6.8.0-1028.31.1=6.8.0-1029.32.1=6.8.0-1030.33.1=6.8.0-1031.34.1=6.8.0-1032.35.1=6.8.0-1035.38.1=6.8.0-1036.39.1=6.8.0-1038.41.1=6.8.0-1039.42.1=6.8.0-1040.43.1=6.8.0-1041.44.1=6.8.0-1042.45.1=6.8.0-1043.46.1=6.8.0-1044.47.1=6.8.0-1045.48.1=6.8.0-1046.49.1=6.8.0-1047.50.1=6.8.0-1049.52.1=6.8.0-1050.53.1=6.8.0-1051.54.1=6.8.0-1052.55.1=6.8.0-1054.57.1=6.8.0-1055.58.1=6.8.0-1058.61.1
Ubuntu:24.04:LTSmore threats →ghsa
linux-nvidia-tegra
pkg:deb/ubuntu/[email protected]?arch=source&distro=noble
Affected versions
=6.8.0-1003.3=6.8.0-1004.4=6.8.0-1008.8=6.8.0-1009.9=6.8.0-1010.10=6.8.0-1012.12=6.8.0-1013.13=6.8.0-1016.16=6.8.0-1019.19=6.8.0-1020.20=6.8.0-1021.21=6.8.0-1022.22=6.8.0-1023.23=6.8.0-1024.24=6.8.0-1025.25=6.8.0-1026.26=6.8.0-1029.30
Ubuntu:24.04:LTSmore threats →ghsa
linux-oem-6.11
pkg:deb/ubuntu/[email protected]?arch=source&distro=noble
Affected versions
=6.11.0-1007.7=6.11.0-1008.8=6.11.0-1009.9=6.11.0-1010.10=6.11.0-1011.11=6.11.0-1012.12=6.11.0-1013.13=6.11.0-1015.15=6.11.0-1016.16=6.11.0-1017.17=6.11.0-1018.18=6.11.0-1020.20=6.11.0-1021.21=6.11.0-1022.22=6.11.0-1023.23=6.11.0-1024.24=6.11.0-1025.25=6.11.0-1027.27
Ubuntu:24.04:LTSmore threats →ghsa
linux-oem-6.14
pkg:deb/ubuntu/[email protected]?arch=source&distro=noble
Affected versions
=6.14.0-1004.4=6.14.0-1005.5=6.14.0-1006.6=6.14.0-1007.7=6.14.0-1008.8=6.14.0-1010.10=6.14.0-1011.11=6.14.0-1012.12=6.14.0-1013.13=6.14.0-1014.14=6.14.0-1015.15=6.14.0-1016.16=6.14.0-1017.17=6.14.0-1018.18=6.14.0-1019.19=6.14.0-1020.20
Ubuntu:24.04:LTSmore threats →ghsa
linux-oem-6.17
pkg:deb/ubuntu/[email protected]?arch=source&distro=noble
Affected versions
=6.17.0-1005.5=6.17.0-1006.6=6.17.0-1007.7=6.17.0-1008.8=6.17.0-1009.9=6.17.0-1010.10=6.17.0-1011.11=6.17.0-1012.12=6.17.0-1017.17=6.17.0-1020.20=6.17.0-1023.23=6.17.0-1024.24=6.17.0-1025.25=6.17.0-1028.28
Ubuntu:24.04:LTSmore threats →ghsa
linux-oem-6.8
pkg:deb/ubuntu/[email protected]?arch=source&distro=noble
Affected versions
=6.8.0-1003.3=6.8.0-1004.4=6.8.0-1005.5=6.8.0-1006.6=6.8.0-1007.7=6.8.0-1008.8=6.8.0-1009.9=6.8.0-1010.10=6.8.0-1011.11=6.8.0-1012.12=6.8.0-1013.13=6.8.0-1014.14=6.8.0-1016.16=6.8.0-1017.17=6.8.0-1018.18=6.8.0-1019.19=6.8.0-1020.20=6.8.0-1024.24=6.8.0-1025.25=6.8.0-1026.26=6.8.0-1027.27=6.8.0-1028.28=6.8.0-1029.29=6.8.0-1030.30=6.8.0-1031.31=6.8.0-1032.32
Ubuntu:24.04:LTSmore threats →ghsa
linux-oracle
pkg:deb/ubuntu/[email protected]?arch=source&distro=noble
Affected versions
=6.5.0-1010.10=6.6.0-1001.1=6.8.0-1001.1=6.8.0-1004.4=6.8.0-1005.5=6.8.0-1006.6=6.8.0-1008.8=6.8.0-1010.10=6.8.0-1011.11=6.8.0-1012.12=6.8.0-1013.13=6.8.0-1014.14=6.8.0-1015.16=6.8.0-1016.17=6.8.0-1017.18=6.8.0-1018.19=6.8.0-1019.20=6.8.0-1020.21=6.8.0-1021.22=6.8.0-1022.23=6.8.0-1023.24=6.8.0-1024.25=6.8.0-1025.26=6.8.0-1026.27=6.8.0-1027.28=6.8.0-1028.29=6.8.0-1029.30=6.8.0-1030.31=6.8.0-1032.33=6.8.0-1033.34=6.8.0-1035.36=6.8.0-1037.38=6.8.0-1038.39=6.8.0-1039.40=6.8.0-1040.41=6.8.0-1041.42=6.8.0-1042.43=6.8.0-1043.44=6.8.0-1044.45=6.8.0-1047.48=6.8.0-1049.50=6.8.0-1050.51=6.8.0-1052.53=6.8.0-1054.55=6.8.0-1057.58
Ubuntu:24.04:LTSmore threats →ghsa
linux-oracle-6.14
pkg:deb/ubuntu/[email protected]~24.04.1?arch=source&distro=noble
Affected versions
=6.14.0-1007.7~24.04.1=6.14.0-1009.9~24.04.1=6.14.0-1010.10~24.04.1=6.14.0-1011.11~24.04.1=6.14.0-1012.12~24.04.1=6.14.0-1013.13~24.04.1=6.14.0-1014.14~24.04.1=6.14.0-1015.15~24.04.1=6.14.0-1016.16~24.04.1=6.14.0-1017.17~24.04.1=6.14.0-1018.18~24.04.1
Ubuntu:24.04:LTSmore threats →ghsa
linux-oracle-6.17
pkg:deb/ubuntu/[email protected]~24.04.1?arch=source&distro=noble
Affected versions
=6.17.0-1004.4~24.04.2=6.17.0-1007.7~24.04.1=6.17.0-1009.9~24.04.1=6.17.0-1010.10~24.04.1=6.17.0-1011.11~24.04.1=6.17.0-1014.14~24.04.1=6.17.0-1016.16~24.04.1=6.17.0-1018.18~24.04.1
Ubuntu:24.04:LTSmore threats →ghsa
linux-raspi
pkg:deb/ubuntu/[email protected]?arch=source&distro=noble
Affected versions
=6.5.0-1005.7=6.7.0-1001.1=6.8.0-1001.1=6.8.0-1002.2=6.8.0-1003.3=6.8.0-1004.4=6.8.0-1005.5=6.8.0-1006.6=6.8.0-1007.7=6.8.0-1008.8=6.8.0-1009.10=6.8.0-1010.11=6.8.0-1011.12=6.8.0-1012.13=6.8.0-1013.14=6.8.0-1014.16=6.8.0-1015.17=6.8.0-1016.18=6.8.0-1017.19=6.8.0-1018.20=6.8.0-1019.23=6.8.0-1020.24=6.8.0-1024.28=6.8.0-1028.32=6.8.0-1029.33=6.8.0-1030.34=6.8.0-1031.35=6.8.0-1032.36=6.8.0-1035.39=6.8.0-1036.40=6.8.0-1038.42=6.8.0-1039.43=6.8.0-1040.44=6.8.0-1041.45=6.8.0-1042.46=6.8.0-1043.47=6.8.0-1044.48=6.8.0-1045.49=6.8.0-1047.51=6.8.0-1048.52=6.8.0-1050.54=6.8.0-1051.55=6.8.0-1052.56=6.8.0-1053.57=6.8.0-1056.60=6.8.0-1057.61=6.8.0-1060.64
Ubuntu:24.04:LTSmore threats →ghsa
linux-raspi-realtime
pkg:deb/ubuntu/[email protected]?arch=source&distro=noble
Affected versions
=6.8.0-2019.20
Ubuntu:24.04:LTSmore threats →ghsa
linux-realtime
pkg:deb/ubuntu/[email protected]?arch=source&distro=noble
Affected versions
=6.8.1-1015.16
Ubuntu:24.04:LTSmore threats →ghsa
linux-riscv
pkg:deb/ubuntu/[email protected]?arch=source&distro=noble
Affected versions
=6.5.0-9.9.1=6.8.0-20.20.1=6.8.0-28.28.1=6.8.0-31.31.1=6.8.0-35.35.1=6.8.0-36.36.1=6.8.0-38.38.1=6.8.0-39.39.1=6.8.0-40.40.1=6.8.0-41.41.1=6.8.0-44.44.1=6.8.0-47.47.1=6.8.0-48.48.1=6.8.0-49.49.1=6.8.0-50.51.1=6.8.0-51.52.1=6.8.0-52.53.1=6.8.0-53.55.1=6.8.0-55.57.1=6.8.0-56.58.1=6.8.0-57.59.1=6.8.0-58.60.1=6.8.0-59.61.1=6.8.0-60.63.1
Ubuntu:24.04:LTSmore threats →ghsa
linux-riscv-6.14
pkg:deb/ubuntu/[email protected]~24.04.1?arch=source&distro=noble
Affected versions
=6.14.0-22.22.1~24.04.1=6.14.0-23.23.1~24.04.1=6.14.0-24.24.1~24.04.1=6.14.0-27.27.1~24.04.1=6.14.0-28.28.1~24.04.1=6.14.0-29.29.1~24.04.1=6.14.0-32.32.1~24.04.1=6.14.0-33.33.1~24.04.1=6.14.0-34.34.1~24.04.1=6.14.0-35.35.1~24.04.1=6.14.0-36.36.1~24.04.1=6.14.0-37.37.1~24.04.1
Ubuntu:24.04:LTSmore threats →ghsa
linux-riscv-6.17
pkg:deb/ubuntu/[email protected]~24.04.1?arch=source&distro=noble
Affected versions
=6.17.0-14.14.1~24.04.1=6.17.0-19.19.1~24.04.1=6.17.0-20.20.1~24.04.1=6.17.0-22.22.1~24.04.1=6.17.0-23.23.1~24.04.1=6.17.0-29.29.1~24.04.1=6.17.0-35.35.1~24.04.1=6.17.0-38.38.1~24.04.1
Ubuntu:24.04:LTSmore threats →ghsa
linux-xilinx
pkg:deb/ubuntu/[email protected]?arch=source&distro=noble
Affected versions
=6.8.0-1008.9=6.8.0-1009.10=6.8.0-1011.12=6.8.0-1012.13=6.8.0-1013.14=6.8.0-1014.15=6.8.0-1015.16=6.8.0-1017.18=6.8.0-1018.19=6.8.0-1019.20=6.8.0-1020.21=6.8.0-1021.22=6.8.0-1022.23=6.8.0-1023.24=6.8.0-1024.25=6.8.0-1028.29=6.8.0-1029.30=6.8.0-1032.33
Ubuntu:Nvidia-BlueField:24.04:LTSmore threats →ghsa
linux-bluefield
pkg:deb/ubuntu/[email protected]?arch=source&distro=bluefield/noble
Affected versions
=6.8.0-1011.15=6.8.0-1012.16=6.8.0-1013.17=6.8.0-1014.18=6.8.0-1016.20=6.8.0-1017.21=6.8.0-1022.26=6.8.0-1023.27=6.8.0-1026.30
Ubuntu:Pro:FIPS-updates:24.04:LTSmore threats →ghsa
linux-aws-fips
pkg:deb/ubuntu/[email protected]+fips1?arch=source&distro=fips-updates/noble
Affected versions
=6.8.0-1035.37+fips1=6.8.0-1036.38+fips1=6.8.0-1038.40+fips1=6.8.0-1039.41+fips1=6.8.0-1040.42+fips1=6.8.0-1041.43+fips1=6.8.0-1042.44+fips1=6.8.0-1043.45+fips1=6.8.0-1044.46+fips1=6.8.0-1045.47+fips1=6.8.0-1046.49+fips1=6.8.0-1047.50+fips1=6.8.0-1050.53+fips1=6.8.0-1051.54+fips1=6.8.0-1052.55+fips1=6.8.0-1053.56+fips1=6.8.0-1055.58+fips1=6.8.0-1057.60+fips1=6.8.0-1060.63+fips1
Ubuntu:Pro:FIPS-updates:24.04:LTSmore threats →ghsa
linux-azure-fips
pkg:deb/ubuntu/[email protected]+fips1?arch=source&distro=fips-updates/noble
Affected versions
=6.8.0-1034.39+fips1=6.8.0-1040.46+fips1=6.8.0-1044.50+fips1=6.8.0-1046.52+fips1=6.8.0-1047.53+fips1=6.8.0-1052.58+fips1=6.8.0-1053.59+fips1=6.8.0-1054.60+fips1=6.8.0-1059.65+fips1=6.8.0-1062.69+fips1
Ubuntu:Pro:FIPS-updates:24.04:LTSmore threats →ghsa
linux-fips
pkg:deb/ubuntu/[email protected]+fips1?arch=source&distro=fips-updates/noble
Affected versions
=6.8.0-38.38+fips4=6.8.0-78.78+fips1=6.8.0-79.79+fips1=6.8.0-83.83+fips1=6.8.0-84.84+fips1=6.8.0-85.85+fips1=6.8.0-86.87+fips1=6.8.0-87.88+fips1=6.8.0-88.89+fips1=6.8.0-90.91+fips1=6.8.0-94.96+fips1=6.8.0-100.100+fips1=6.8.0-101.101+fips1=6.8.0-106.106+fips1=6.8.0-107.107+fips1=6.8.0-110.110+fips2=6.8.0-111.111+fips1=6.8.0-116.116+fips1=6.8.0-124.124+fips1=6.8.0-134.134+fips1
Ubuntu:Pro:FIPS-updates:24.04:LTSmore threats →ghsa
linux-gcp-fips
pkg:deb/ubuntu/[email protected]+fips1?arch=source&distro=fips-updates/noble
Affected versions
=6.8.0-1036.38+fips1=6.8.0-1037.39+fips1=6.8.0-1039.41+fips1=6.8.0-1040.42+fips1=6.8.0-1041.43+fips1=6.8.0-1042.45+fips1=6.8.0-1043.46+fips1=6.8.0-1044.47+fips1=6.8.0-1045.48+fips1=6.8.0-1046.49+fips1=6.8.0-1047.50+fips1=6.8.0-1048.51+fips1=6.8.0-1052.55+fips1=6.8.0-1053.56+fips1=6.8.0-1054.57+fips1=6.8.0-1055.58+fips1=6.8.0-1058.61+fips1=6.8.0-1060.63+fips1=6.8.0-1063.69+fips1
Ubuntu:Pro:Realtime:24.04:LTSmore threats →ghsa
linux-raspi-realtime
pkg:deb/ubuntu/[email protected]?arch=source&distro=realtime/noble
Affected versions
=6.7.0-2001.1=6.8.0-2001.1=6.8.0-2002.2=6.8.0-2004.4=6.8.0-2005.5=6.8.0-2006.6=6.8.0-2007.7=6.8.0-2008.8=6.8.0-2009.9=6.8.0-2010.10=6.8.0-2011.11=6.8.0-2012.12=6.8.0-2013.14=6.8.0-2014.15=6.8.0-2015.16=6.8.0-2016.17=6.8.0-2017.18=6.8.0-2018.19=6.8.0-2019.20=6.8.0-2022.23=6.8.0-2023.24=6.8.0-2024.25=6.8.0-2025.26=6.8.0-2026.27=6.8.0-2028.29=6.8.0-2029.30=6.8.0-2030.31=6.8.0-2031.32=6.8.0-2032.33=6.8.0-2033.34=6.8.0-2034.35=6.8.0-2035.36=6.8.0-2036.37=6.8.0-2037.38=6.8.0-2038.39=6.8.0-2040.41=6.8.0-2041.42=6.8.0-2042.43=6.8.0-2043.44=6.8.0-2045.46=6.8.0-2046.47=6.8.0-2049.50
Ubuntu:Pro:Realtime:24.04:LTSmore threats →ghsa
linux-realtime
pkg:deb/ubuntu/[email protected]?arch=source&distro=realtime/noble
Affected versions
=6.8.0-1008.19=6.8.1-1001.1=6.8.1-1002.2=6.8.1-1003.3=6.8.1-1004.4=6.8.1-1005.5=6.8.1-1006.6=6.8.1-1007.7=6.8.1-1008.8=6.8.1-1009.9=6.8.1-1010.10=6.8.1-1011.11=6.8.1-1012.12=6.8.1-1013.14=6.8.1-1014.15=6.8.1-1015.16=6.8.1-1016.17=6.8.1-1017.18=6.8.1-1018.19=6.8.1-1019.20=6.8.1-1020.21=6.8.1-1021.22=6.8.1-1022.23=6.8.1-1023.24=6.8.1-1024.25=6.8.1-1025.26=6.8.1-1026.27=6.8.1-1030.31=6.8.1-1031.32=6.8.1-1033.34=6.8.1-1034.35=6.8.1-1035.36=6.8.1-1036.37=6.8.1-1037.38=6.8.1-1038.39=6.8.1-1039.40=6.8.1-1040.41=6.8.1-1041.42=6.8.1-1042.43=6.8.1-1045.46=6.8.1-1046.47=6.8.1-1047.48=6.8.1-1048.49=6.8.1-1051.52=6.8.1-1052.53=6.8.1-1055.56
Ubuntu:Pro:Realtime:24.04:LTSmore threats →ghsa
linux-realtime-6.14
pkg:deb/ubuntu/[email protected]~24.04.1?arch=source&distro=realtime/noble
Affected versions
=6.14.0-1003.3~24.04.3=6.14.0-1010.10~24.04.1=6.14.0-1011.11~24.04.1=6.14.0-1012.12~24.04.1=6.14.0-1013.13~24.04.1=6.14.0-1014.14~24.04.1=6.14.0-1015.15~24.04.1=6.14.0-1016.16~24.04.1=6.14.0-1017.17~24.04.1
Ubuntu:Pro:Realtime:24.04:LTSmore threats →ghsa
linux-realtime-6.17
pkg:deb/ubuntu/[email protected]~24.04.1?arch=source&distro=realtime/noble
Affected versions
=6.17.0-1004.5~24.04.2=6.17.0-1006.7~24.04.1=6.17.0-1008.9~24.04.1=6.17.0-1009.10~24.04.1=6.17.0-1010.11~24.04.1=6.17.0-1011.12~24.04.1=6.17.0-1013.15~24.04.1=6.17.0-1014.16~24.04.1=6.17.0-1017.19~24.04.1
Ubuntu:25.10more threats →ghsa
linux
pkg:deb/ubuntu/[email protected]?arch=source&distro=questing
Affected versions
=6.14.0-15.15=6.15.0-3.3=6.15.0-4.4=6.16.0-13.13=6.16.0-16.16=6.17.0-3.3=6.17.0-4.4=6.17.0-5.5=6.17.0-6.6=6.17.0-7.7=6.17.0-8.8=6.17.0-12.12=6.17.0-14.14=6.17.0-19.19=6.17.0-20.20=6.17.0-22.22=6.17.0-23.23=6.17.0-29.29=6.17.0-35.35=6.17.0-40.40
Ubuntu:25.10more threats →ghsa
linux-aws
pkg:deb/ubuntu/[email protected]?arch=source&distro=questing
Affected versions
=6.14.0-1005.5=6.14.0-1007.7+25.10.2=6.16.0-1001.1=6.17.0-1001.1=6.17.0-1002.2=6.17.0-1003.3=6.17.0-1004.4=6.17.0-1005.5=6.17.0-1006.6=6.17.0-1007.7=6.17.0-1009.9=6.17.0-1010.10=6.17.0-1012.12=6.17.0-1013.13=6.17.0-1015.15=6.17.0-1017.17=6.17.0-1019.19
Ubuntu:25.10more threats →ghsa
linux-azure
pkg:deb/ubuntu/[email protected]?arch=source&distro=questing
Affected versions
=6.14.0-1004.4=6.14.0-1007.7+25.10.1=6.16.0-1001.1=6.17.0-1002.2=6.17.0-1003.3=6.17.0-1004.4=6.17.0-1006.6=6.17.0-1007.7=6.17.0-1008.8=6.17.0-1010.10=6.17.0-1011.11=6.17.0-1013.13=6.17.0-1015.15=6.17.0-1017.17=6.17.0-1018.18=6.17.0-1020.20
Ubuntu:25.10more threats →ghsa
linux-azure-fde
pkg:deb/ubuntu/[email protected]?arch=source&distro=questing
Affected versions
=6.17.0-1003.3=6.17.0-1004.4=6.17.0-1005.5=6.17.0-1007.7=6.17.0-1008.8=6.17.0-1010.10=6.17.0-1012.12=6.17.0-1014.14=6.17.0-1015.15=6.17.0-1017.17
Ubuntu:25.10more threats →ghsa
linux-gcp
pkg:deb/ubuntu/[email protected]?arch=source&distro=questing
Affected versions
=6.14.0-1006.6=6.14.0-1009.9+25.10.1=6.16.0-1001.1=6.17.0-1001.1=6.17.0-1002.2=6.17.0-1003.3=6.17.0-1004.4=6.17.0-1005.5=6.17.0-1006.6=6.17.0-1007.7=6.17.0-1009.9=6.17.0-1010.10=6.17.0-1012.12=6.17.0-1013.13=6.17.0-1016.17=6.17.0-1018.19=6.17.0-1020.22
Ubuntu:25.10more threats →ghsa
linux-oracle
pkg:deb/ubuntu/[email protected]?arch=source&distro=questing
Affected versions
=6.14.0-1005.5=6.14.0-1007.7+25.10.1=6.16.0-1001.1=6.17.0-1001.1=6.17.0-1002.2=6.17.0-1003.3=6.17.0-1005.5=6.17.0-1006.6=6.17.0-1007.7=6.17.0-1009.9=6.17.0-1010.10=6.17.0-1011.11=6.17.0-1012.12=6.17.0-1014.14=6.17.0-1016.16=6.17.0-1018.18
Ubuntu:25.10more threats →ghsa
linux-raspi
pkg:deb/ubuntu/[email protected]?arch=source&distro=questing
Affected versions
=6.14.0-1005.5=6.17.0-1003.3=6.17.0-1004.4=6.17.0-1005.5=6.17.0-1006.6=6.17.0-1007.7=6.17.0-1008.8=6.17.0-1010.10=6.17.0-1011.11=6.17.0-1013.13=6.17.0-1014.14=6.17.0-1017.17=6.17.0-1018.18=6.17.0-1021.21
Ubuntu:25.10more threats →ghsa
linux-realtime
pkg:deb/ubuntu/[email protected]?arch=source&distro=questing
Affected versions
=6.14.0-1002.2=6.17.0-1001.2=6.17.0-1002.3=6.17.0-1003.4=6.17.0-1004.5=6.17.0-1005.6=6.17.0-1006.7=6.17.0-1008.9=6.17.0-1009.10=6.17.0-1010.11=6.17.0-1011.12=6.17.0-1013.15=6.17.0-1014.16=6.17.0-1017.19
Ubuntu:25.10more threats →ghsa
linux-riscv
pkg:deb/ubuntu/[email protected]?arch=source&distro=questing
Affected versions
=6.14.0-13.13.2=6.17.0-4.4.1=6.17.0-5.5.1=6.17.0-6.6.1=6.17.0-7.7.1=6.17.0-8.8.1=6.17.0-12.12.1=6.17.0-14.14.1=6.17.0-19.19.1=6.17.0-20.20.1=6.17.0-22.22.1=6.17.0-23.23.1=6.17.0-29.29.1=6.17.0-35.35.1=6.17.0-40.40.1
Ubuntu:26.04:LTSmore threats →ghsa
linux
pkg:deb/ubuntu/[email protected]?arch=source&distro=resolute
Affected versions
=6.17.0-5.5=6.17.0-6.6=6.17.0-8.8=6.18.0-8.8=6.18.0-9.9=6.19.0-3.3=6.19.0-5.5=6.19.0-6.6=6.19.0-9.9=7.0.0-7.7=7.0.0-10.10=7.0.0-12.12=7.0.0-13.13=7.0.0-14.14=7.0.0-15.15=7.0.0-22.22=7.0.0-27.27
Ubuntu:26.04:LTSmore threats →ghsa
linux-aws
pkg:deb/ubuntu/[email protected]?arch=source&distro=resolute
Affected versions
=6.17.0-1002.2=6.17.0-1003.3=6.19.0-1002.2=6.19.0-1003.3=7.0.0-1001.1=7.0.0-1003.3=7.0.0-1004.4=7.0.0-1006.6=7.0.0-1008.8
Ubuntu:26.04:LTSmore threats →ghsa
linux-azure
pkg:deb/ubuntu/[email protected]?arch=source&distro=resolute
Affected versions
=6.17.0-1003.3=6.17.0-1004.4=6.19.0-1001.1=6.19.0-1002.2=7.0.0-1001.1=7.0.0-1002.2=7.0.0-1003.3=7.0.0-1004.4=7.0.0-1007.7=7.0.0-1009.9
Ubuntu:26.04:LTSmore threats →ghsa
linux-azure-fde
pkg:deb/ubuntu/[email protected]?arch=source&distro=resolute
Affected versions
=7.0.0-1003.3=7.0.0-1004.4=7.0.0-1006.6=7.0.0-1008.8
Ubuntu:26.04:LTSmore threats →ghsa
linux-gcp
pkg:deb/ubuntu/[email protected]?arch=source&distro=resolute
Affected versions
=6.17.0-1002.2=6.17.0-1003.3=6.19.0-1001.1=7.0.0-1001.1=7.0.0-1002.2=7.0.0-1003.3=7.0.0-1005.5=7.0.0-1007.7
Ubuntu:26.04:LTSmore threats →ghsa
linux-gke
pkg:deb/ubuntu/[email protected]?arch=source&distro=resolute
Affected versions
=7.0.0-1002.3
Ubuntu:26.04:LTSmore threats →ghsa
linux-ibm
pkg:deb/ubuntu/[email protected]?arch=source&distro=resolute
Affected versions
=6.19.0-1002.2=6.19.0-1003.3=7.0.0-1002.2=7.0.0-1004.4=7.0.0-1005.5=7.0.0-1007.7=7.0.0-1009.9
Ubuntu:26.04:LTSmore threats →ghsa
linux-nvidia
pkg:deb/ubuntu/[email protected]?arch=source&distro=resolute
Affected versions
=7.0.0-1005.5=7.0.0-1006.6=7.0.0-1009.9=7.0.0-1013.13
Ubuntu:26.04:LTSmore threats →ghsa
linux-nvidia-bos
pkg:deb/ubuntu/[email protected]?arch=source&distro=resolute
Affected versions
=7.0.0-2012.12
Ubuntu:26.04:LTSmore threats →ghsa
linux-oem-7.0
pkg:deb/ubuntu/[email protected]?arch=source&distro=resolute
Affected versions
=7.0.0-1005.5=7.0.0-1008.8
Ubuntu:26.04:LTSmore threats →ghsa
linux-oracle
pkg:deb/ubuntu/[email protected]?arch=source&distro=resolute
Affected versions
=6.17.0-1002.2=6.17.0-1003.3=6.19.0-1001.1=6.19.0-1002.2=7.0.0-1001.1=7.0.0-1002.2=7.0.0-1003.3=7.0.0-1005.5=7.0.0-1007.7
Ubuntu:26.04:LTSmore threats →ghsa
linux-raspi
pkg:deb/ubuntu/[email protected]?arch=source&distro=resolute
Affected versions
=6.17.0-1003.3=7.0.0-1004.4=7.0.0-1008.8=7.0.0-1009.9=7.0.0-1010.10=7.0.0-1011.11=7.0.0-1014.14
Ubuntu:26.04:LTSmore threats →ghsa
linux-realtime
pkg:deb/ubuntu/[email protected]?arch=source&distro=resolute
Affected versions
=6.17.0-1001.2=7.0.0-10.10.3=7.0.0-12.12.1=7.0.0-14.14.1=7.0.0-22.22.1=7.0.0-27.27.1
Ubuntu:26.04:LTSmore threats →ghsa
linux-riscv
pkg:deb/ubuntu/[email protected]?arch=source&distro=resolute
Affected versions
=6.17.0-5.5.1=7.0.0-7.7.1=7.0.0-12.12.1=7.0.0-14.14.2=7.0.0-22.22.1=7.0.0-27.27.1

Run on your own infrastructure? Check whether these packages are installed with threat-finder — our free open-source scanner.

AI-Powered Analysis

Machine-generated threat intelligence

AILast updated: 07/20/2026, 22:25:13 UTC

Technical Analysis

The Linux kernel Ceph filesystem had a vulnerability where a race condition in __ceph_build_xattrs_blob() could cause a kernel BUG due to stale blob size. The problem was introduced by a commit that moved the required_blob_size computation before __build_xattrs(), which releases and reacquires i_ceph_lock. During this window, handle_cap_grant() may update the xattr blob and version, causing inconsistency and a kernel crash. This was reproducible by the generic/642 test case and results in an invalid opcode Oops in the kernel.

Potential Impact

The vulnerability causes a kernel crash (denial of service) due to a BUG triggered by a race condition in the Ceph filesystem code. There is no indication of confidentiality or integrity impact. The crash affects system stability and availability but does not appear to allow privilege escalation or data corruption beyond the crash.

Mitigation Recommendations

A fix is available that addresses the race condition by correcting the order of operations in the Ceph xattr blob size computation. Users should update to Linux kernel versions 7.0.0-28.28.1 or later where this issue is resolved. Patch status is confirmed by the affectedVersions field indicating versions prior to 7.0.0-28.28.1 are vulnerable.

Pro Console: star threats, build custom feeds, automate alerts via Slack, email & webhooks.Upgrade to Pro

Technical Details

Gcve Source
db.gcve.eu
Osv Id
UBUNTU-CVE-2026-52961
Osv Schema Version
1.7.0
Aliases
[]
Ecosystems
["Ubuntu:16.04:LTS","Ubuntu:18.04:LTS","Ubuntu:20.04:LTS","Ubuntu:22.04:LTS","Ubuntu:Pro:Realtime:22.04:LTS","Ubuntu:24.04:LTS","Ubuntu:Nvidia-BlueField:24.04:LTS","Ubuntu:Pro:FIPS-updates:24.04:LTS","Ubuntu:Pro:Realtime:24.04:LTS","Ubuntu:25.10","Ubuntu:26.04:LTS"]
Database Specific Severity
null
Cvss Version
3.1

Threat ID: 6a58b49068715ace43da7907

Added to database: 07/16/2026, 10:38:08 UTC

Last enriched: 07/20/2026, 22:25:13 UTC

Last updated: 07/31/2026, 21:28:58 UTC

Views: 6

Community Reviews

0 reviews

Crowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.

Sort by
Loading community insights…

Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.

Actions

PRO

Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.

Please log in to the Console to use AI analysis features.

Need more coverage?

Upgrade to Pro Console for AI refresh and higher limits.

For incident response and remediation, OffSeq services can help resolve threats faster.

Latest Threats

Breach by OffSeqOFFSEQFRIENDS — 25% OFF

Check if your credentials are on the dark web

Instant breach scanning across billions of leaked records. Free tier available.

Scan now
OffSeq TrainingCredly Certified

Lead Pen Test Professional

Technical5-day eLearningPECB Accredited
View courses