lsn-0121-1
Vulnerability from osv_ubuntu
Published
2026-08-27 10:07
Modified
2026-08-27 10:07
Summary
Kernel Live Patch Security Notice
Details

In the Linux kernel, the following vulnerability has been resolved: ksmbd: ipc: fix use-after-free in ipc_msg_send_request ipc_msg_send_request() waits for a generic netlink reply using an ipc_msg_table_entry on the stack.

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free of share_conf in compound request smb2_get_ksmbd_tcon() reuses work->tcon in compound requests without validating tcon->t_state.

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_conntrack_h323: check for zero length in DecodeQ931() In DecodeQ931(), the UserUserIE code path reads a 16-bit length from the packet, then decrements it by 1 to skip the protocol discriminator byte before passing it to DecodeH323_UserInformation().

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix heap overflow in NFSv4.0 LOCK replay cache The NFSv4.0 replay cache uses a fixed 112-byte inline buffer (rp_ibuf.

In the Linux kernel, the following vulnerability has been resolved: media: dvb-net: fix OOB access in ULE extension header tables The ule_mandatory_ext_handlers.

It was discovered that the Linux kernel algif_aead module did not properly handle in-place cryptographic operations. This flaw is known as Copy Fail. A local attacker could use this to escalate privileges, or possibly escape a container.)(CVE-2026-31431)

In the Linux kernel, the following vulnerability has been resolved: ksmbd: replace hardcoded hdr2_len with offsetof() in smb2_calc_max_out_buf_len() After this commit (e2b76ab8b5c9 'ksmbd: add support for read compound'), response buffer management was changed to use dynamic iov array.

In the Linux kernel, the following vulnerability has been resolved: usbip: validate number_of_packets in usbip_pack_ret_submit() When a USB/IP client receives a RET_SUBMIT response, usbip_pack_ret_submit() unconditionally overwrites urb->number_of_packets from the network PDU. This value is subsequently used as the loop bound in usbip_recv_iso() and usbip_pad_iso() to iterate over urb->iso_frame_desc.

In the Linux kernel, the following vulnerability has been resolved: rxrpc: reject undecryptable rxkad response tickets rxkad_decrypt_ticket() decrypts the RXKAD response ticket and then parses the buffer as plaintext without checking whether crypto_skcipher_decrypt() succeeded.

In the Linux kernel, the following vulnerability has been resolved: batman-adv: hold claim backbone gateways by reference batadv_bla_add_claim() can replace claim->backbone_gw and drop the old gateway's last reference while readers still follow the pointer.

In the Linux kernel, the following vulnerability has been resolved: batman-adv: reject oversized global TT response buffers batadv_tt_prepare_tvlv_global_data() builds the allocation length for a global TT response in 16-bit temporaries.

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix out-of-bounds write in smb2_get_ea() EA alignment smb2_get_ea() applies 4-byte alignment padding via memset() after writing each EA entry.

In the Linux kernel, the following vulnerability has been resolved: net/x25: Fix potential double free of skb When alloc_skb fails in x25_queue_rx_frame it calls kfree_skb(skb) at line 48 and returns 1 (error).

In the Linux kernel, the following vulnerability has been resolved: ip6_tunnel: clear skb2->cb.

In the Linux kernel, the following vulnerability has been resolved: ipv6: icmp: clear skb2->cb.

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix signededness bug in smb_direct_prepare_negotiation() smb_direct_prepare_negotiation() casts an unsigned __u32 value from sp->max_recv_size and req->preferred_send_size to a signed int before computing min_t(int, ...).

In the Linux kernel, the following vulnerability has been resolved: ipv6: ioam: fix heap buffer overflow in __ioam6_fill_trace_data() On the receive path, __ioam6_fill_trace_data() uses trace->nodelen to decide how much data to write for each node.

In the Linux kernel, the following vulnerability has been resolved: libceph: define and enforce CEPH_MAX_KEY_LEN When decoding the key, verify that the key material would fit into a fixed-size buffer in process_auth_done() and generally has a sane length.

In the Linux kernel, the following vulnerability has been resolved: net/ipv6: ioam6: prevent schema length wraparound in trace fill ioam6_fill_trace_data() stores the schema contribution to the trace length in a u8.

In the Linux kernel, the following vulnerability has been resolved: libceph: prevent potential out-of-bounds reads in process_message_header() If the message frame is (maliciously) corrupted in a way that the length of the control segment ends up being less than the size of the message header or a different frame is made to look like a message frame, out-of-bounds reads may ensue in process_message_header(). Perform an explicit bounds check before decoding the message header.)(CVE-2026-43406).

In the Linux kernel, the following vulnerability has been resolved: libceph: Fix potential out-of-bounds access in ceph_handle_auth_reply() This patch fixes an out-of-bounds access in ceph_handle_auth_reply() that can be triggered by a message of type CEPH_MSG_AUTH_REPLY.

In the Linux kernel, the following vulnerability has been resolved: crypto: pcrypt - Fix handling of MAY_BACKLOG requests MAY_BACKLOG requests can return EBUSY.

In the Linux kernel, the following vulnerability has been resolved: ipv6: rpl: reserve mac_len headroom when recompressed SRH grows ipv6_rpl_srh_rcv() decompresses an RFC 6554 Source Routing Header, swaps the next segment into ipv6_hdr->daddr, recompresses, then pulls the old header and pushes the new one plus the IPv6 header back.

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix re-decryption of RESPONSE packets If a RESPONSE packet gets a temporary failure during processing, it may end up in a partially decrypted state - and then get requeued for a retry.

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Validate pad and ICRC before payload_size() in rxe_rcv rxe_rcv() currently checks only that the incoming packet is at least header_size(pkt) bytes long before payload_size() is used.

In the Linux kernel, the following vulnerability has been resolved: libceph: Fix slab-out-of-bounds access in auth message processing If a (potentially corrupted) message of type CEPH_MSG_AUTH_REPLY contains a positive value in its result field, it is treated as an error code by ceph_handle_auth_reply() and returned to handle_auth_reply().

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: fix race between ICReq handling and queue teardown nvmet_tcp_handle_icreq() updates queue->state after sending an Initialization Connection Response (ICResp), but it does so without serializing against target-side queue teardown.

In the Linux kernel, the following vulnerability has been resolved: smb/client: fix out-of-bounds read in symlink_data() Since smb2_check_message() returns success without length validation for the symlink error response, in symlink_data() it is possible for iov->iov_len to be smaller than sizeof(struct smb2_err_rsp).

In the Linux kernel, the following vulnerability has been resolved: smb: client: validate dacloffset before building DACL pointers parse_sec_desc(), build_sec_desc(), and the chown path in id_mode_to_cifs_acl() all add the server-supplied dacloffset to pntsd before proving a DACL header fits inside the returned security descriptor. On 32-bit builds a malicious server can return dacloffset near U32_MAX, wrap the derived DACL pointer below end_of_acl, and then slip past the later pointer-based bounds checks.

In the Linux kernel, the following vulnerability has been resolved: procfs: fix missing RCU protection when reading real_parent in do_task_stat() When reading /proc/.

In the Linux kernel, the following vulnerability has been resolved: io-wq: check that the predecessor is hashed in io_wq_remove_pending() io_wq_remove_pending() needs to fix up wq->hash_tail.

In the Linux kernel, the following vulnerability has been resolved: nvmet: avoid recursive nvmet-wq flush in nvmet_ctrl_free nvmet_tcp_release_queue_work() runs on nvmet-wq and can drop the final controller reference through nvmet_cq_put().

In the Linux kernel, the following vulnerability has been resolved: net/sched: act_ct: Only release RCU read lock after ct_ft When looking up a flow table in act_ct in tcf_ct_flow_table_get(), rhashtable_lookup_fast() internally opens and closes an RCU read critical section before returning ct_ft.

Tristan Madani discovered that Ubuntu Linux kernel 6.8, 6.17 and 7.0 contained a out-of-bounds (OOB) read when handling AppArmor notifications. A local attacker could use this to cause kernel memory corruption and, theoretically, influence processing of AppArmor policies.)(CVE-2026-47333)

References
https://ubuntu.com/security/notices/LSN-0121-1 ADVISORY
https://ubuntu.com/security/CVE-2025-68263 REPORT
https://ubuntu.com/security/CVE-2026-23428 REPORT
https://ubuntu.com/security/CVE-2026-23455 REPORT
https://ubuntu.com/security/CVE-2026-31402 REPORT
https://ubuntu.com/security/CVE-2026-31405 REPORT
https://ubuntu.com/security/CVE-2026-31431 REPORT
https://ubuntu.com/security/CVE-2026-31478 REPORT
https://ubuntu.com/security/CVE-2026-31607 REPORT
https://ubuntu.com/security/CVE-2026-31637 REPORT
https://ubuntu.com/security/CVE-2026-31657 REPORT
https://ubuntu.com/security/CVE-2026-31659 REPORT
https://ubuntu.com/security/CVE-2026-31705 REPORT
https://ubuntu.com/security/CVE-2026-43011 REPORT
https://ubuntu.com/security/CVE-2026-43037 REPORT
https://ubuntu.com/security/CVE-2026-43038 REPORT
https://ubuntu.com/security/CVE-2026-43185 REPORT
https://ubuntu.com/security/CVE-2026-43186 REPORT
https://ubuntu.com/security/CVE-2026-43304 REPORT
https://ubuntu.com/security/CVE-2026-43341 REPORT
https://ubuntu.com/security/CVE-2026-43406 REPORT
https://ubuntu.com/security/CVE-2026-43407 REPORT
https://ubuntu.com/security/CVE-2026-43493 REPORT
https://ubuntu.com/security/CVE-2026-43501 REPORT
https://ubuntu.com/security/CVE-2026-45988 REPORT
https://ubuntu.com/security/CVE-2026-46043 REPORT
https://ubuntu.com/security/CVE-2026-46119 REPORT
https://ubuntu.com/security/CVE-2026-46135 REPORT
https://ubuntu.com/security/CVE-2026-46185 REPORT
https://ubuntu.com/security/CVE-2026-46195 REPORT
https://ubuntu.com/security/CVE-2026-46259 REPORT
https://ubuntu.com/security/CVE-2026-46274 REPORT
https://ubuntu.com/security/CVE-2026-46304 REPORT
https://ubuntu.com/security/CVE-2026-46319 REPORT
https://ubuntu.com/security/CVE-2026-47333 REPORT

{
  "affected": [
    {
      "ecosystem_specific": {
        "availability": "Livepatch subscription required",
        "module_name_regex": "lkp_Ubuntu_4_15_0[_|\\d]+_aws_(\\d+)",
        "module_version": "121"
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:16.04:LTS",
        "name": "linux-aws-hwe",
        "purl": "pkg:deb/ubuntu/linux-aws-hwe@4.15.0-1195.208~16.04.1?arch=source\u0026distro=esm-infra-legacy/xenial"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "4.15.0-1195.208~16.04.1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "4.15.0-1030.31~16.04.1",
        "4.15.0-1031.33~16.04.1",
        "4.15.0-1032.34~16.04.1",
        "4.15.0-1033.35~16.04.1",
        "4.15.0-1035.37~16.04.1",
        "4.15.0-1036.38~16.04.1",
        "4.15.0-1039.41~16.04.1",
        "4.15.0-1040.42~16.04.1",
        "4.15.0-1041.43~16.04.1",
        "4.15.0-1043.45~16.04.1",
        "4.15.0-1044.46~16.04.1",
        "4.15.0-1045.47~16.04.1",
        "4.15.0-1047.49~16.04.1",
        "4.15.0-1048.50~16.04.1",
        "4.15.0-1050.52~16.04.1",
        "4.15.0-1051.53~16.04.1",
        "4.15.0-1052.54~16.04.1",
        "4.15.0-1054.56~16.04.1",
        "4.15.0-1056.58~16.04.1",
        "4.15.0-1057.59~16.04.1",
        "4.15.0-1058.60~16.04.1",
        "4.15.0-1060.62~16.04.1",
        "4.15.0-1063.67~16.04.1",
        "4.15.0-1065.69~16.04.1",
        "4.15.0-1066.70~16.04.1",
        "4.15.0-1067.71~16.04.1",
        "4.15.0-1073.77~16.04.1",
        "4.15.0-1074.78~16.04.1",
        "4.15.0-1079.83~16.04.1",
        "4.15.0-1080.84~16.04.1",
        "4.15.0-1082.86~16.04.1",
        "4.15.0-1083.87~16.04.1",
        "4.15.0-1085.90~16.04.1",
        "4.15.0-1088.93~16.04.1",
        "4.15.0-1090.95~16.04.1",
        "4.15.0-1091.96~16.04.1",
        "4.15.0-1093.99~16.04.1",
        "4.15.0-1094.101~16.04.1",
        "4.15.0-1095.102~16.04.1",
        "4.15.0-1096.103~16.04.1",
        "4.15.0-1097.104~16.04.1",
        "4.15.0-1098.105~16.04.1",
        "4.15.0-1099.106~16.04.1",
        "4.15.0-1102.109~16.04.1",
        "4.15.0-1103.110~16.04.1",
        "4.15.0-1106.113~16.04.1",
        "4.15.0-1109.116~16.04.1",
        "4.15.0-1110.117~16.04.1",
        "4.15.0-1111.118~16.04.1",
        "4.15.0-1112.119~16.04.1",
        "4.15.0-1113.120~16.04.1",
        "4.15.0-1115.122~16.04.1",
        "4.15.0-1116.123~16.04.1",
        "4.15.0-1118.125~16.04.1",
        "4.15.0-1119.126~16.04.2",
        "4.15.0-1120.128~16.04.1",
        "4.15.0-1123.132~16.04.1",
        "4.15.0-1124.133~16.04.1",
        "4.15.0-1126.135~16.04.2",
        "4.15.0-1127.136~16.04.1",
        "4.15.0-1128.137~16.04.1",
        "4.15.0-1130.139~16.04.1",
        "4.15.0-1133.143~16.04.1",
        "4.15.0-1136.147~16.04.1",
        "4.15.0-1137.148~16.04.1",
        "4.15.0-1139.150~16.04.1",
        "4.15.0-1140.151~16.04.1",
        "4.15.0-1141.152~16.04.1",
        "4.15.0-1142.154~16.04.1",
        "4.15.0-1143.155~16.04.1",
        "4.15.0-1146.158~16.04.2",
        "4.15.0-1147.159~16.04.1",
        "4.15.0-1148.160~16.04.1",
        "4.15.0-1151.164~16.04.1",
        "4.15.0-1153.166~16.04.1",
        "4.15.0-1154.167~16.04.1",
        "4.15.0-1155.168~16.04.1",
        "4.15.0-1156.169~16.04.1",
        "4.15.0-1157.170~16.04.1",
        "4.15.0-1158.171~16.04.1",
        "4.15.0-1159.172~16.04.1",
        "4.15.0-1160.173~16.04.1",
        "4.15.0-1161.174~16.04.1",
        "4.15.0-1162.175~16.04.1",
        "4.15.0-1163.176~16.04.1",
        "4.15.0-1164.177~16.04.1",
        "4.15.0-1165.178~16.04.1",
        "4.15.0-1166.179~16.04.1",
        "4.15.0-1167.180~16.04.1",
        "4.15.0-1168.181~16.04.1",
        "4.15.0-1169.182~16.04.1",
        "4.15.0-1170.183~16.04.1",
        "4.15.0-1172.185~16.04.1",
        "4.15.0-1173.186~16.04.1",
        "4.15.0-1174.187~16.04.1",
        "4.15.0-1175.188~16.04.1",
        "4.15.0-1176.189~16.04.1",
        "4.15.0-1177.190~16.04.1",
        "4.15.0-1178.191~16.04.1",
        "4.15.0-1179.192~16.04.1",
        "4.15.0-1180.193~16.04.1",
        "4.15.0-1181.194~16.04.1",
        "4.15.0-1182.195~16.04.1",
        "4.15.0-1183.196~16.04.1",
        "4.15.0-1184.197~16.04.1",
        "4.15.0-1185.198~16.04.1",
        "4.15.0-1186.199~16.04.1",
        "4.15.0-1187.200~16.04.1",
        "4.15.0-1188.201~16.04.1",
        "4.15.0-1189.202~16.04.1",
        "4.15.0-1190.203~16.04.1",
        "4.15.0-1191.204~16.04.1",
        "4.15.0-1192.205~16.04.1",
        "4.15.0-1194.207~16.04.1"
      ]
    },
    {
      "ecosystem_specific": {
        "availability": "Livepatch subscription required",
        "module_name_regex": "lkp_Ubuntu_4_4_0[_|\\d]+_aws_(\\d+)",
        "module_version": "121"
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:16.04:LTS",
        "name": "linux-aws",
        "purl": "pkg:deb/ubuntu/linux-aws@4.4.0-1195.210?arch=source\u0026distro=esm-infra-legacy/xenial"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "4.4.0-1195.210"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "4.4.0-1001.10",
        "4.4.0-1003.12",
        "4.4.0-1004.13",
        "4.4.0-1007.16",
        "4.4.0-1009.18",
        "4.4.0-1011.20",
        "4.4.0-1012.21",
        "4.4.0-1013.22",
        "4.4.0-1016.25",
        "4.4.0-1017.26",
        "4.4.0-1018.27",
        "4.4.0-1020.29",
        "4.4.0-1022.31",
        "4.4.0-1026.35",
        "4.4.0-1028.37",
        "4.4.0-1030.39",
        "4.4.0-1031.40",
        "4.4.0-1032.41",
        "4.4.0-1035.44",
        "4.4.0-1037.46",
        "4.4.0-1038.47",
        "4.4.0-1039.48",
        "4.4.0-1041.50",
        "4.4.0-1043.52",
        "4.4.0-1044.53",
        "4.4.0-1047.56",
        "4.4.0-1048.57",
        "4.4.0-1049.58",
        "4.4.0-1050.59",
        "4.4.0-1052.61",
        "4.4.0-1054.63",
        "4.4.0-1055.64",
        "4.4.0-1057.66",
        "4.4.0-1060.69",
        "4.4.0-1061.70",
        "4.4.0-1062.71",
        "4.4.0-1063.72",
        "4.4.0-1065.75",
        "4.4.0-1066.76",
        "4.4.0-1067.77",
        "4.4.0-1069.79",
        "4.4.0-1070.80",
        "4.4.0-1072.82",
        "4.4.0-1073.83",
        "4.4.0-1074.84",
        "4.4.0-1075.85",
        "4.4.0-1077.87",
        "4.4.0-1079.89",
        "4.4.0-1081.91",
        "4.4.0-1083.93",
        "4.4.0-1084.94",
        "4.4.0-1085.96",
        "4.4.0-1087.98",
        "4.4.0-1088.99",
        "4.4.0-1090.101",
        "4.4.0-1092.103",
        "4.4.0-1094.105",
        "4.4.0-1095.106",
        "4.4.0-1096.107",
        "4.4.0-1098.109",
        "4.4.0-1099.110",
        "4.4.0-1100.111",
        "4.4.0-1101.112",
        "4.4.0-1102.113",
        "4.4.0-1104.115",
        "4.4.0-1105.116",
        "4.4.0-1106.117",
        "4.4.0-1107.118",
        "4.4.0-1109.120",
        "4.4.0-1110.121",
        "4.4.0-1111.123",
        "4.4.0-1112.124",
        "4.4.0-1113.126",
        "4.4.0-1114.127",
        "4.4.0-1117.131",
        "4.4.0-1118.132",
        "4.4.0-1119.133",
        "4.4.0-1121.135",
        "4.4.0-1122.136",
        "4.4.0-1123.137",
        "4.4.0-1124.138",
        "4.4.0-1126.140",
        "4.4.0-1127.141",
        "4.4.0-1128.142",
        "4.4.0-1129.143",
        "4.4.0-1130.144",
        "4.4.0-1131.145",
        "4.4.0-1132.146",
        "4.4.0-1133.147",
        "4.4.0-1134.148",
        "4.4.0-1135.149",
        "4.4.0-1137.151",
        "4.4.0-1138.152",
        "4.4.0-1139.153",
        "4.4.0-1140.154",
        "4.4.0-1143.158",
        "4.4.0-1145.160",
        "4.4.0-1146.161",
        "4.4.0-1147.162",
        "4.4.0-1148.163",
        "4.4.0-1150.165",
        "4.4.0-1151.166",
        "4.4.0-1152.167",
        "4.4.0-1153.168",
        "4.4.0-1154.169",
        "4.4.0-1155.170",
        "4.4.0-1156.171",
        "4.4.0-1157.172",
        "4.4.0-1158.173",
        "4.4.0-1159.174",
        "4.4.0-1160.175",
        "4.4.0-1161.176",
        "4.4.0-1162.177",
        "4.4.0-1163.178",
        "4.4.0-1164.179",
        "4.4.0-1165.180",
        "4.4.0-1166.181",
        "4.4.0-1167.182",
        "4.4.0-1168.183",
        "4.4.0-1169.184",
        "4.4.0-1171.186",
        "4.4.0-1172.187",
        "4.4.0-1173.188",
        "4.4.0-1174.189",
        "4.4.0-1175.190",
        "4.4.0-1176.191",
        "4.4.0-1177.192",
        "4.4.0-1178.193",
        "4.4.0-1179.194",
        "4.4.0-1180.195",
        "4.4.0-1181.196",
        "4.4.0-1182.197",
        "4.4.0-1183.198",
        "4.4.0-1184.199",
        "4.4.0-1185.200",
        "4.4.0-1186.201",
        "4.4.0-1187.202",
        "4.4.0-1188.203",
        "4.4.0-1189.204",
        "4.4.0-1190.205",
        "4.4.0-1191.206",
        "4.4.0-1192.207",
        "4.4.0-1193.208",
        "4.4.0-1194.209"
      ]
    },
    {
      "ecosystem_specific": {
        "availability": "Livepatch subscription required",
        "module_name_regex": "lkp_Ubuntu_4_15_0[_|\\d]+_azure_(\\d+)",
        "module_version": "121"
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:16.04:LTS",
        "name": "linux-azure",
        "purl": "pkg:deb/ubuntu/linux-azure@4.15.0-1205.220~16.04.1?arch=source\u0026distro=esm-infra-legacy/xenial"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "4.15.0-1205.220~16.04.1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "4.11.0-1009.9",
        "4.11.0-1011.11",
        "4.11.0-1013.13",
        "4.11.0-1014.14",
        "4.11.0-1015.15",
        "4.11.0-1016.16",
        "4.13.0-1005.7",
        "4.13.0-1006.8",
        "4.13.0-1007.9",
        "4.13.0-1009.12",
        "4.13.0-1011.14",
        "4.13.0-1012.15",
        "4.13.0-1014.17",
        "4.13.0-1016.19",
        "4.13.0-1018.21",
        "4.15.0-1013.13~16.04.2",
        "4.15.0-1014.14~16.04.1",
        "4.15.0-1018.18~16.04.1",
        "4.15.0-1019.19~16.04.1",
        "4.15.0-1021.21~16.04.1",
        "4.15.0-1022.22~16.04.1",
        "4.15.0-1023.24~16.04.1",
        "4.15.0-1025.26~16.04.1",
        "4.15.0-1028.29~16.04.1",
        "4.15.0-1030.31~16.04.1",
        "4.15.0-1031.32~16.04.1",
        "4.15.0-1032.33~16.04.1",
        "4.15.0-1035.36~16.04.1",
        "4.15.0-1036.38~16.04.1",
        "4.15.0-1037.39~16.04.1",
        "4.15.0-1039.43",
        "4.15.0-1040.44",
        "4.15.0-1041.45",
        "4.15.0-1042.46",
        "4.15.0-1045.49",
        "4.15.0-1046.50",
        "4.15.0-1047.51",
        "4.15.0-1049.54",
        "4.15.0-1050.55",
        "4.15.0-1051.56",
        "4.15.0-1052.57",
        "4.15.0-1055.60",
        "4.15.0-1056.61",
        "4.15.0-1057.62",
        "4.15.0-1059.64",
        "4.15.0-1060.65",
        "4.15.0-1061.66",
        "4.15.0-1063.68",
        "4.15.0-1064.69",
        "4.15.0-1066.71",
        "4.15.0-1067.72",
        "4.15.0-1069.74",
        "4.15.0-1071.76",
        "4.15.0-1075.80",
        "4.15.0-1077.82",
        "4.15.0-1082.92~16.04.1",
        "4.15.0-1083.93~16.04.1",
        "4.15.0-1089.99~16.04.1",
        "4.15.0-1091.101~16.04.1",
        "4.15.0-1092.102~16.04.1",
        "4.15.0-1093.103~16.04.1",
        "4.15.0-1095.105~16.04.1",
        "4.15.0-1096.106~16.04.1",
        "4.15.0-1098.109~16.04.1",
        "4.15.0-1100.111~16.04.1",
        "4.15.0-1102.113~16.04.1",
        "4.15.0-1103.114~16.04.1",
        "4.15.0-1106.118~16.04.1",
        "4.15.0-1108.120~16.04.1",
        "4.15.0-1109.121~16.04.1",
        "4.15.0-1110.122~16.04.1",
        "4.15.0-1111.123~16.04.1",
        "4.15.0-1112.124~16.04.1",
        "4.15.0-1113.126~16.04.1",
        "4.15.0-1114.127~16.04.1",
        "4.15.0-1115.128~16.04.1",
        "4.15.0-1118.131~16.04.1",
        "4.15.0-1121.134~16.04.1",
        "4.15.0-1122.135~16.04.1",
        "4.15.0-1123.136~16.04.1",
        "4.15.0-1124.137~16.04.1",
        "4.15.0-1125.138~16.04.1",
        "4.15.0-1126.139~16.04.1",
        "4.15.0-1127.140~16.04.1",
        "4.15.0-1129.142~16.04.1",
        "4.15.0-1130.143~16.04.1",
        "4.15.0-1131.144~16.04.1",
        "4.15.0-1133.146~16.04.1",
        "4.15.0-1134.147~16.04.1",
        "4.15.0-1136.149~16.04.1",
        "4.15.0-1137.150~16.04.1",
        "4.15.0-1138.151~16.04.1",
        "4.15.0-1139.152~16.04.1",
        "4.15.0-1142.156~16.04.1",
        "4.15.0-1145.160~16.04.1",
        "4.15.0-1146.161~16.04.1",
        "4.15.0-1149.164~16.04.1",
        "4.15.0-1150.165~16.04.1",
        "4.15.0-1151.166~16.04.1",
        "4.15.0-1153.168~16.04.1",
        "4.15.0-1159.174~16.04.1",
        "4.15.0-1162.177~16.04.1",
        "4.15.0-1163.178~16.04.1",
        "4.15.0-1164.179~16.04.1",
        "4.15.0-1165.180~16.04.1",
        "4.15.0-1166.181~16.04.1",
        "4.15.0-1167.182~16.04.1",
        "4.15.0-1168.183~16.04.1",
        "4.15.0-1169.184~16.04.1",
        "4.15.0-1170.185~16.04.1",
        "4.15.0-1171.186~16.04.1",
        "4.15.0-1172.187~16.04.1",
        "4.15.0-1173.188~16.04.1",
        "4.15.0-1174.189~16.04.1",
        "4.15.0-1175.190~16.04.1",
        "4.15.0-1176.191~16.04.1",
        "4.15.0-1177.192~16.04.1",
        "4.15.0-1178.193~16.04.1",
        "4.15.0-1179.194~16.04.1",
        "4.15.0-1180.195~16.04.1",
        "4.15.0-1181.196~16.04.1",
        "4.15.0-1182.197~16.04.1",
        "4.15.0-1183.198~16.04.1",
        "4.15.0-1184.199~16.04.1",
        "4.15.0-1185.200~16.04.1",
        "4.15.0-1186.201~16.04.1",
        "4.15.0-1187.202~16.04.1",
        "4.15.0-1188.203~16.04.1",
        "4.15.0-1189.204~16.04.1",
        "4.15.0-1190.205~16.04.1",
        "4.15.0-1191.206~16.04.1",
        "4.15.0-1192.207~16.04.1",
        "4.15.0-1193.208~16.04.1",
        "4.15.0-1194.209~16.04.1",
        "4.15.0-1195.210~16.04.1",
        "4.15.0-1196.211~16.04.1",
        "4.15.0-1197.212~16.04.1",
        "4.15.0-1200.215~16.04.1",
        "4.15.0-1204.219~16.04.1"
      ]
    },
    {
      "ecosystem_specific": {
        "availability": "Livepatch subscription required",
        "module_name_regex": "lkp_Ubuntu_4_15_0[_|\\d]+_gcp_(\\d+)",
        "module_version": "121"
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:16.04:LTS",
        "name": "linux-gcp",
        "purl": "pkg:deb/ubuntu/linux-gcp@4.15.0-1188.205~16.04.1?arch=source\u0026distro=esm-infra-legacy/xenial"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "4.15.0-1188.205~16.04.1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "4.10.0-1004.4",
        "4.10.0-1006.6",
        "4.10.0-1007.7",
        "4.10.0-1008.8",
        "4.10.0-1009.9",
        "4.13.0-1002.5",
        "4.13.0-1006.9",
        "4.13.0-1007.10",
        "4.13.0-1008.11",
        "4.13.0-1011.15",
        "4.13.0-1012.16",
        "4.13.0-1013.17",
        "4.13.0-1015.19",
        "4.13.0-1017.21",
        "4.13.0-1019.23",
        "4.15.0-1014.14~16.04.1",
        "4.15.0-1015.15~16.04.1",
        "4.15.0-1017.18~16.04.1",
        "4.15.0-1018.19~16.04.2",
        "4.15.0-1019.20~16.04.1",
        "4.15.0-1021.22~16.04.1",
        "4.15.0-1023.24~16.04.1",
        "4.15.0-1024.25~16.04.2",
        "4.15.0-1025.26~16.04.1",
        "4.15.0-1026.27~16.04.1",
        "4.15.0-1027.28~16.04.1",
        "4.15.0-1028.29~16.04.1",
        "4.15.0-1029.31~16.04.1",
        "4.15.0-1030.32~16.04.1",
        "4.15.0-1032.34~16.04.1",
        "4.15.0-1033.35~16.04.1",
        "4.15.0-1034.36~16.04.1",
        "4.15.0-1036.38~16.04.1",
        "4.15.0-1037.39~16.04.1",
        "4.15.0-1040.42~16.04.1",
        "4.15.0-1041.43",
        "4.15.0-1042.44",
        "4.15.0-1044.46",
        "4.15.0-1046.49",
        "4.15.0-1047.50",
        "4.15.0-1049.52",
        "4.15.0-1050.53",
        "4.15.0-1052.56",
        "4.15.0-1055.59",
        "4.15.0-1058.62",
        "4.15.0-1060.64",
        "4.15.0-1061.65",
        "4.15.0-1071.81~16.04.1",
        "4.15.0-1077.87~16.04.1",
        "4.15.0-1078.88~16.04.1",
        "4.15.0-1080.90~16.04.1",
        "4.15.0-1081.92~16.04.1",
        "4.15.0-1083.94~16.04.1",
        "4.15.0-1084.95~16.04.1",
        "4.15.0-1086.98~16.04.1",
        "4.15.0-1087.100~16.04.1",
        "4.15.0-1088.101~16.04.1",
        "4.15.0-1090.103~16.04.1",
        "4.15.0-1091.104~16.04.1",
        "4.15.0-1092.105~16.04.1",
        "4.15.0-1093.106~16.04.1",
        "4.15.0-1094.107~16.04.1",
        "4.15.0-1095.108~16.04.1",
        "4.15.0-1096.109~16.04.1",
        "4.15.0-1097.110~16.04.1",
        "4.15.0-1098.111~16.04.1",
        "4.15.0-1099.112~16.04.1",
        "4.15.0-1100.113~16.04.1",
        "4.15.0-1103.116~16.04.1",
        "4.15.0-1106.120~16.04.1",
        "4.15.0-1107.121~16.04.1",
        "4.15.0-1108.122~16.04.1",
        "4.15.0-1109.123~16.04.1",
        "4.15.0-1110.124~16.04.1",
        "4.15.0-1111.125~16.04.1",
        "4.15.0-1112.126~16.04.1",
        "4.15.0-1114.128~16.04.1",
        "4.15.0-1115.129~16.04.1",
        "4.15.0-1116.130~16.04.1",
        "4.15.0-1118.132~16.04.1",
        "4.15.0-1119.133~16.04.1",
        "4.15.0-1120.134~16.04.1",
        "4.15.0-1121.135~16.04.1",
        "4.15.0-1122.136~16.04.1",
        "4.15.0-1124.138~16.04.1",
        "4.15.0-1127.142~16.04.1",
        "4.15.0-1130.146~16.04.1",
        "4.15.0-1131.147~16.04.1",
        "4.15.0-1134.150~16.04.2",
        "4.15.0-1135.151~16.04.2",
        "4.15.0-1136.152~16.04.1",
        "4.15.0-1137.153~16.04.1",
        "4.15.0-1138.154~16.04.1",
        "4.15.0-1141.157~16.04.2",
        "4.15.0-1142.158~16.04.1",
        "4.15.0-1143.159~16.04.1",
        "4.15.0-1146.162~16.04.1",
        "4.15.0-1147.163~16.04.1",
        "4.15.0-1148.164~16.04.1",
        "4.15.0-1149.165~16.04.1",
        "4.15.0-1150.166~16.04.1",
        "4.15.0-1151.167~16.04.1",
        "4.15.0-1152.168~16.04.1",
        "4.15.0-1153.170~16.04.1",
        "4.15.0-1154.171~16.04.1",
        "4.15.0-1155.172~16.04.1",
        "4.15.0-1156.173~16.04.1",
        "4.15.0-1157.174~16.04.1",
        "4.15.0-1158.175~16.04.1",
        "4.15.0-1159.176~16.04.1",
        "4.15.0-1160.177~16.04.1",
        "4.15.0-1161.178~16.04.1",
        "4.15.0-1162.179~16.04.1",
        "4.15.0-1163.180~16.04.1",
        "4.15.0-1164.181~16.04.1",
        "4.15.0-1165.182~16.04.1",
        "4.15.0-1166.183~16.04.1",
        "4.15.0-1167.184~16.04.2",
        "4.15.0-1168.185~16.04.1",
        "4.15.0-1169.186~16.04.1",
        "4.15.0-1170.187~16.04.1",
        "4.15.0-1171.188~16.04.1",
        "4.15.0-1172.189~16.04.1",
        "4.15.0-1173.190~16.04.1",
        "4.15.0-1174.191~16.04.1",
        "4.15.0-1175.192~16.04.1",
        "4.15.0-1176.193~16.04.1",
        "4.15.0-1177.194~16.04.1",
        "4.15.0-1178.195~16.04.1",
        "4.15.0-1179.196~16.04.1",
        "4.15.0-1180.197~16.04.1",
        "4.15.0-1181.198~16.04.1",
        "4.15.0-1182.199~16.04.1",
        "4.15.0-1183.200~16.04.2",
        "4.15.0-1184.201~16.04.1",
        "4.15.0-1185.202~16.04.1",
        "4.15.0-1187.204~16.04.1"
      ]
    },
    {
      "ecosystem_specific": {
        "availability": "Livepatch subscription required",
        "module_name_regex": "lkp_Ubuntu_4_15_0[_|\\d]+_(?:generic|lowlatency)_(\\d+)",
        "module_version": "121"
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:16.04:LTS",
        "name": "linux-hwe",
        "purl": "pkg:deb/ubuntu/linux-hwe@4.15.0-254.266~16.04.1?arch=source\u0026distro=esm-infra-legacy/xenial"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "4.15.0-254.266~16.04.1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "4.8.0-36.36~16.04.1",
        "4.8.0-39.42~16.04.1",
        "4.8.0-41.44~16.04.1",
        "4.8.0-42.45~16.04.1",
        "4.8.0-44.47~16.04.1",
        "4.8.0-45.48~16.04.1",
        "4.8.0-46.49~16.04.1",
        "4.8.0-49.52~16.04.1",
        "4.8.0-51.54~16.04.1",
        "4.8.0-52.55~16.04.1",
        "4.8.0-53.56~16.04.1",
        "4.8.0-54.57~16.04.1",
        "4.8.0-56.61~16.04.1",
        "4.8.0-58.63~16.04.1",
        "4.10.0-27.30~16.04.2",
        "4.10.0-28.32~16.04.2",
        "4.10.0-30.34~16.04.1",
        "4.10.0-32.36~16.04.1",
        "4.10.0-33.37~16.04.1",
        "4.10.0-35.39~16.04.1",
        "4.10.0-37.41~16.04.1",
        "4.10.0-38.42~16.04.1",
        "4.10.0-40.44~16.04.1",
        "4.10.0-42.46~16.04.1",
        "4.13.0-26.29~16.04.2",
        "4.13.0-31.34~16.04.1",
        "4.13.0-32.35~16.04.1",
        "4.13.0-36.40~16.04.1",
        "4.13.0-37.42~16.04.1",
        "4.13.0-38.43~16.04.1",
        "4.13.0-39.44~16.04.1",
        "4.13.0-41.46~16.04.1",
        "4.13.0-43.48~16.04.1",
        "4.13.0-45.50~16.04.1",
        "4.15.0-24.26~16.04.1",
        "4.15.0-29.31~16.04.1",
        "4.15.0-30.32~16.04.1",
        "4.15.0-32.35~16.04.1",
        "4.15.0-33.36~16.04.1",
        "4.15.0-34.37~16.04.1",
        "4.15.0-36.39~16.04.1",
        "4.15.0-38.41~16.04.1",
        "4.15.0-39.42~16.04.1",
        "4.15.0-42.45~16.04.1",
        "4.15.0-43.46~16.04.1",
        "4.15.0-45.48~16.04.1",
        "4.15.0-46.49~16.04.1",
        "4.15.0-47.50~16.04.1",
        "4.15.0-48.51~16.04.1",
        "4.15.0-50.54~16.04.1",
        "4.15.0-51.55~16.04.1",
        "4.15.0-52.56~16.04.1",
        "4.15.0-54.58~16.04.1",
        "4.15.0-55.60~16.04.2",
        "4.15.0-58.64~16.04.1",
        "4.15.0-60.67~16.04.1",
        "4.15.0-62.69~16.04.1",
        "4.15.0-64.73~16.04.1",
        "4.15.0-65.74~16.04.1",
        "4.15.0-66.75~16.04.1",
        "4.15.0-69.78~16.04.1",
        "4.15.0-70.79~16.04.1",
        "4.15.0-72.81~16.04.1",
        "4.15.0-74.83~16.04.1",
        "4.15.0-76.86~16.04.1",
        "4.15.0-88.88~16.04.1",
        "4.15.0-91.92~16.04.1",
        "4.15.0-96.97~16.04.1",
        "4.15.0-99.100~16.04.1",
        "4.15.0-101.102~16.04.1",
        "4.15.0-106.107~16.04.1",
        "4.15.0-107.108~16.04.1",
        "4.15.0-112.113~16.04.1",
        "4.15.0-115.116~16.04.1",
        "4.15.0-117.118~16.04.1",
        "4.15.0-118.119~16.04.1",
        "4.15.0-120.122~16.04.1",
        "4.15.0-122.124~16.04.1",
        "4.15.0-123.126~16.04.1",
        "4.15.0-126.129~16.04.1",
        "4.15.0-128.131~16.04.1",
        "4.15.0-129.132~16.04.1",
        "4.15.0-132.136~16.04.1",
        "4.15.0-133.137~16.04.1",
        "4.15.0-136.140~16.04.1",
        "4.15.0-137.141~16.04.1",
        "4.15.0-139.143~16.04.1",
        "4.15.0-140.144~16.04.1",
        "4.15.0-142.146~16.04.1",
        "4.15.0-143.147~16.04.3",
        "4.15.0-144.148~16.04.1",
        "4.15.0-147.151~16.04.1",
        "4.15.0-151.157~16.04.1",
        "4.15.0-153.160~16.04.1",
        "4.15.0-154.161~16.04.1",
        "4.15.0-156.163~16.04.1",
        "4.15.0-158.166~16.04.1",
        "4.15.0-159.167~16.04.1",
        "4.15.0-161.169~16.04.1",
        "4.15.0-162.170~16.04.1",
        "4.15.0-163.171~16.04.1",
        "4.15.0-166.174~16.04.1",
        "4.15.0-167.175~16.04.1",
        "4.15.0-169.177~16.04.1",
        "4.15.0-171.180~16.04.1",
        "4.15.0-173.182~16.04.1",
        "4.15.0-175.184~16.04.1",
        "4.15.0-176.185~16.04.1",
        "4.15.0-177.186~16.04.1",
        "4.15.0-180.189~16.04.1",
        "4.15.0-184.194~16.04.1",
        "4.15.0-187.198~16.04.1",
        "4.15.0-188.199~16.04.1",
        "4.15.0-189.200~16.04.1",
        "4.15.0-191.202~16.04.1",
        "4.15.0-192.203~16.04.1",
        "4.15.0-193.204~16.04.1",
        "4.15.0-194.205~16.04.1",
        "4.15.0-196.207~16.04.1",
        "4.15.0-197.208~16.04.1",
        "4.15.0-200.211~16.04.2",
        "4.15.0-201.212~16.04.1",
        "4.15.0-202.213~16.04.1",
        "4.15.0-206.217~16.04.1",
        "4.15.0-208.219~16.04.1",
        "4.15.0-209.220~16.04.1",
        "4.15.0-210.221~16.04.1",
        "4.15.0-211.222~16.04.1",
        "4.15.0-212.223~16.04.1",
        "4.15.0-213.224~16.04.1",
        "4.15.0-214.225~16.04.1",
        "4.15.0-216.227~16.04.1",
        "4.15.0-218.229~16.04.1",
        "4.15.0-219.230~16.04.1",
        "4.15.0-220.231~16.04.1",
        "4.15.0-221.232~16.04.1",
        "4.15.0-222.233~16.04.1",
        "4.15.0-223.235~16.04.1",
        "4.15.0-224.236~16.04.1",
        "4.15.0-225.237~16.04.1",
        "4.15.0-226.238~16.04.1",
        "4.15.0-227.239~16.04.1",
        "4.15.0-228.240~16.04.1",
        "4.15.0-229.241~16.04.1",
        "4.15.0-230.242~16.04.1",
        "4.15.0-231.243~16.04.1",
        "4.15.0-232.244~16.04.1",
        "4.15.0-233.245~16.04.1",
        "4.15.0-234.246~16.04.1",
        "4.15.0-235.247~16.04.1",
        "4.15.0-236.248~16.04.1",
        "4.15.0-237.249~16.04.1",
        "4.15.0-238.250~16.04.1",
        "4.15.0-239.251~16.04.1",
        "4.15.0-240.252~16.04.1",
        "4.15.0-241.253~16.04.1",
        "4.15.0-242.254~16.04.1",
        "4.15.0-243.255~16.04.1",
        "4.15.0-245.257~16.04.1",
        "4.15.0-246.258~16.04.1",
        "4.15.0-247.259~16.04.1",
        "4.15.0-248.260~16.04.1",
        "4.15.0-249.261~16.04.1",
        "4.15.0-250.262~16.04.1",
        "4.15.0-253.265~16.04.1"
      ]
    },
    {
      "ecosystem_specific": {
        "availability": "Livepatch subscription required",
        "module_name_regex": "lkp_Ubuntu_4_4_0[_|\\d]+_(?:generic|lowlatency)_(\\d+)",
        "module_version": "121"
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:16.04:LTS",
        "name": "linux",
        "purl": "pkg:deb/ubuntu/linux@4.4.0-284.318?arch=source\u0026distro=esm-infra-legacy/xenial"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "4.4.0-284.318"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "4.2.0-16.19",
        "4.2.0-17.21",
        "4.2.0-19.23",
        "4.3.0-1.10",
        "4.3.0-2.11",
        "4.3.0-5.16",
        "4.3.0-6.17",
        "4.3.0-7.18",
        "4.4.0-2.16",
        "4.4.0-4.19",
        "4.4.0-6.21",
        "4.4.0-7.22",
        "4.4.0-8.23",
        "4.4.0-9.24",
        "4.4.0-10.25",
        "4.4.0-11.26",
        "4.4.0-12.28",
        "4.4.0-13.29",
        "4.4.0-14.30",
        "4.4.0-15.31",
        "4.4.0-16.32",
        "4.4.0-17.33",
        "4.4.0-18.34",
        "4.4.0-21.37",
        "4.4.0-22.39",
        "4.4.0-22.40",
        "4.4.0-24.43",
        "4.4.0-28.47",
        "4.4.0-31.50",
        "4.4.0-34.53",
        "4.4.0-36.55",
        "4.4.0-38.57",
        "4.4.0-42.62",
        "4.4.0-43.63",
        "4.4.0-45.66",
        "4.4.0-47.68",
        "4.4.0-51.72",
        "4.4.0-53.74",
        "4.4.0-57.78",
        "4.4.0-59.80",
        "4.4.0-62.83",
        "4.4.0-63.84",
        "4.4.0-64.85",
        "4.4.0-65.86",
        "4.4.0-66.87",
        "4.4.0-67.88",
        "4.4.0-70.91",
        "4.4.0-71.92",
        "4.4.0-72.93",
        "4.4.0-75.96",
        "4.4.0-77.98",
        "4.4.0-78.99",
        "4.4.0-79.100",
        "4.4.0-81.104",
        "4.4.0-83.106",
        "4.4.0-87.110",
        "4.4.0-89.112",
        "4.4.0-91.114",
        "4.4.0-92.115",
        "4.4.0-93.116",
        "4.4.0-96.119",
        "4.4.0-97.120",
        "4.4.0-98.121",
        "4.4.0-101.124",
        "4.4.0-103.126",
        "4.4.0-104.127",
        "4.4.0-108.131",
        "4.4.0-109.132",
        "4.4.0-112.135",
        "4.4.0-116.140",
        "4.4.0-119.143",
        "4.4.0-121.145",
        "4.4.0-122.146",
        "4.4.0-124.148",
        "4.4.0-127.153",
        "4.4.0-128.154",
        "4.4.0-130.156",
        "4.4.0-131.157",
        "4.4.0-133.159",
        "4.4.0-134.160",
        "4.4.0-135.161",
        "4.4.0-137.163",
        "4.4.0-138.164",
        "4.4.0-139.165",
        "4.4.0-140.166",
        "4.4.0-141.167",
        "4.4.0-142.168",
        "4.4.0-143.169",
        "4.4.0-145.171",
        "4.4.0-146.172",
        "4.4.0-148.174",
        "4.4.0-150.176",
        "4.4.0-151.178",
        "4.4.0-154.181",
        "4.4.0-157.185",
        "4.4.0-159.187",
        "4.4.0-161.189",
        "4.4.0-164.192",
        "4.4.0-165.193",
        "4.4.0-166.195",
        "4.4.0-168.197",
        "4.4.0-169.198",
        "4.4.0-170.199",
        "4.4.0-171.200",
        "4.4.0-173.203",
        "4.4.0-174.204",
        "4.4.0-176.206",
        "4.4.0-177.207",
        "4.4.0-178.208",
        "4.4.0-179.209",
        "4.4.0-184.214",
        "4.4.0-185.215",
        "4.4.0-186.216",
        "4.4.0-187.217",
        "4.4.0-189.219",
        "4.4.0-190.220",
        "4.4.0-193.224",
        "4.4.0-194.226",
        "4.4.0-197.229",
        "4.4.0-198.230",
        "4.4.0-200.232",
        "4.4.0-201.233",
        "4.4.0-203.235",
        "4.4.0-204.236",
        "4.4.0-206.238",
        "4.4.0-208.240",
        "4.4.0-209.241",
        "4.4.0-210.242",
        "4.4.0-211.243",
        "4.4.0-212.244",
        "4.4.0-213.245",
        "4.4.0-214.246",
        "4.4.0-216.249",
        "4.4.0-217.250",
        "4.4.0-218.251",
        "4.4.0-219.252",
        "4.4.0-221.254",
        "4.4.0-222.255",
        "4.4.0-223.256",
        "4.4.0-224.257",
        "4.4.0-227.261",
        "4.4.0-229.263",
        "4.4.0-230.264",
        "4.4.0-231.265",
        "4.4.0-233.267",
        "4.4.0-234.268",
        "4.4.0-235.269",
        "4.4.0-236.270",
        "4.4.0-237.271",
        "4.4.0-239.273",
        "4.4.0-240.274",
        "4.4.0-241.275",
        "4.4.0-242.276",
        "4.4.0-243.277",
        "4.4.0-244.278",
        "4.4.0-245.279",
        "4.4.0-246.280",
        "4.4.0-248.282",
        "4.4.0-250.284",
        "4.4.0-251.285",
        "4.4.0-252.286",
        "4.4.0-253.287",
        "4.4.0-254.288",
        "4.4.0-256.290",
        "4.4.0-257.291",
        "4.4.0-258.292",
        "4.4.0-259.293",
        "4.4.0-260.294",
        "4.4.0-261.295",
        "4.4.0-262.296",
        "4.4.0-263.297",
        "4.4.0-264.298",
        "4.4.0-266.300",
        "4.4.0-267.301",
        "4.4.0-268.302",
        "4.4.0-269.303",
        "4.4.0-270.304",
        "4.4.0-271.305",
        "4.4.0-272.306",
        "4.4.0-273.307",
        "4.4.0-274.308",
        "4.4.0-276.310",
        "4.4.0-277.311",
        "4.4.0-278.312",
        "4.4.0-279.313",
        "4.4.0-280.314",
        "4.4.0-281.315",
        "4.4.0-283.317"
      ]
    },
    {
      "ecosystem_specific": {
        "availability": "Livepatch subscription required",
        "module_name_regex": "lkp_Ubuntu_4_15_0[_|\\d]+_aws_(\\d+)",
        "module_version": "121"
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:18.04:LTS",
        "name": "linux-aws",
        "purl": "pkg:deb/ubuntu/linux-aws@4.15.0-1195.208?arch=source\u0026distro=esm-infra/bionic"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "4.15.0-1195.208"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "4.15.0-1001.1",
        "4.15.0-1003.3",
        "4.15.0-1005.5",
        "4.15.0-1006.6",
        "4.15.0-1007.7",
        "4.15.0-1009.9",
        "4.15.0-1010.10",
        "4.15.0-1011.11",
        "4.15.0-1016.16",
        "4.15.0-1017.17",
        "4.15.0-1019.19",
        "4.15.0-1020.20",
        "4.15.0-1021.21",
        "4.15.0-1023.23",
        "4.15.0-1025.25",
        "4.15.0-1027.27",
        "4.15.0-1029.30",
        "4.15.0-1031.33",
        "4.15.0-1032.34",
        "4.15.0-1033.35",
        "4.15.0-1034.36",
        "4.15.0-1035.37",
        "4.15.0-1037.39",
        "4.15.0-1039.41",
        "4.15.0-1040.42",
        "4.15.0-1041.43",
        "4.15.0-1043.45",
        "4.15.0-1044.46",
        "4.15.0-1045.47",
        "4.15.0-1047.49",
        "4.15.0-1048.50",
        "4.15.0-1050.52",
        "4.15.0-1051.53",
        "4.15.0-1052.54",
        "4.15.0-1054.56",
        "4.15.0-1056.58",
        "4.15.0-1057.59",
        "4.15.0-1058.60",
        "4.15.0-1060.62",
        "4.15.0-1063.67",
        "4.15.0-1065.69",
        "4.15.0-1066.70",
        "4.15.0-1067.71",
        "4.15.0-1073.77",
        "4.15.0-1076.80",
        "4.15.0-1077.81",
        "4.15.0-1079.83",
        "4.15.0-1080.84",
        "4.15.0-1082.86",
        "4.15.0-1083.87",
        "4.15.0-1086.91",
        "4.15.0-1087.92",
        "4.15.0-1088.93",
        "4.15.0-1090.95",
        "4.15.0-1091.96",
        "4.15.0-1092.98",
        "4.15.0-1093.99",
        "4.15.0-1094.101",
        "4.15.0-1095.102",
        "4.15.0-1096.103",
        "4.15.0-1097.104",
        "4.15.0-1098.105",
        "4.15.0-1099.106",
        "4.15.0-1101.108",
        "4.15.0-1102.109",
        "4.15.0-1103.110",
        "4.15.0-1106.113",
        "4.15.0-1109.116",
        "4.15.0-1110.117",
        "4.15.0-1111.118",
        "4.15.0-1112.119",
        "4.15.0-1114.121",
        "4.15.0-1115.122",
        "4.15.0-1116.123",
        "4.15.0-1118.125",
        "4.15.0-1119.127",
        "4.15.0-1121.129",
        "4.15.0-1123.132",
        "4.15.0-1124.133",
        "4.15.0-1126.135",
        "4.15.0-1127.136",
        "4.15.0-1128.137",
        "4.15.0-1130.139",
        "4.15.0-1133.143",
        "4.15.0-1136.147",
        "4.15.0-1137.148",
        "4.15.0-1139.150",
        "4.15.0-1140.151",
        "4.15.0-1141.152",
        "4.15.0-1142.154",
        "4.15.0-1143.155",
        "4.15.0-1144.156",
        "4.15.0-1146.158",
        "4.15.0-1147.159",
        "4.15.0-1148.160",
        "4.15.0-1150.163",
        "4.15.0-1151.164",
        "4.15.0-1153.166",
        "4.15.0-1154.167",
        "4.15.0-1155.168",
        "4.15.0-1156.169",
        "4.15.0-1157.170",
        "4.15.0-1158.171",
        "4.15.0-1159.172",
        "4.15.0-1160.173",
        "4.15.0-1161.174",
        "4.15.0-1162.175",
        "4.15.0-1163.176",
        "4.15.0-1164.177",
        "4.15.0-1165.178",
        "4.15.0-1166.179",
        "4.15.0-1167.180",
        "4.15.0-1168.181",
        "4.15.0-1169.182",
        "4.15.0-1170.183",
        "4.15.0-1172.185",
        "4.15.0-1173.186",
        "4.15.0-1174.187",
        "4.15.0-1175.188",
        "4.15.0-1176.189",
        "4.15.0-1177.190",
        "4.15.0-1178.191",
        "4.15.0-1179.192",
        "4.15.0-1180.193",
        "4.15.0-1181.194",
        "4.15.0-1182.195",
        "4.15.0-1183.196",
        "4.15.0-1184.197",
        "4.15.0-1185.198",
        "4.15.0-1186.199",
        "4.15.0-1187.200",
        "4.15.0-1188.201",
        "4.15.0-1189.202",
        "4.15.0-1190.203",
        "4.15.0-1191.204",
        "4.15.0-1192.205",
        "4.15.0-1194.207"
      ]
    },
    {
      "ecosystem_specific": {
        "availability": "Livepatch subscription required",
        "module_name_regex": "lkp_Ubuntu_4_15_0[_|\\d]+_azure_(\\d+)",
        "module_version": "121"
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:18.04:LTS",
        "name": "linux-azure-4.15",
        "purl": "pkg:deb/ubuntu/linux-azure-4.15@4.15.0-1205.220?arch=source\u0026distro=esm-infra/bionic"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "4.15.0-1205.220"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "4.15.0-1082.92",
        "4.15.0-1083.93",
        "4.15.0-1089.99",
        "4.15.0-1091.101",
        "4.15.0-1092.102",
        "4.15.0-1093.103",
        "4.15.0-1095.105",
        "4.15.0-1096.106",
        "4.15.0-1099.110",
        "4.15.0-1100.111",
        "4.15.0-1102.113",
        "4.15.0-1103.114",
        "4.15.0-1104.116",
        "4.15.0-1106.118",
        "4.15.0-1108.120",
        "4.15.0-1109.121",
        "4.15.0-1110.122",
        "4.15.0-1111.123",
        "4.15.0-1112.125",
        "4.15.0-1113.126",
        "4.15.0-1114.127",
        "4.15.0-1115.128",
        "4.15.0-1118.131",
        "4.15.0-1121.134",
        "4.15.0-1122.135",
        "4.15.0-1123.136",
        "4.15.0-1124.137",
        "4.15.0-1125.138",
        "4.15.0-1126.139",
        "4.15.0-1127.140",
        "4.15.0-1129.142",
        "4.15.0-1130.143",
        "4.15.0-1131.144",
        "4.15.0-1133.146",
        "4.15.0-1134.147",
        "4.15.0-1136.149",
        "4.15.0-1137.150",
        "4.15.0-1138.151",
        "4.15.0-1139.152",
        "4.15.0-1142.156",
        "4.15.0-1145.160",
        "4.15.0-1146.161",
        "4.15.0-1149.164",
        "4.15.0-1150.165",
        "4.15.0-1151.166",
        "4.15.0-1153.168",
        "4.15.0-1157.172",
        "4.15.0-1158.173",
        "4.15.0-1159.174",
        "4.15.0-1161.176",
        "4.15.0-1162.177",
        "4.15.0-1163.178",
        "4.15.0-1164.179",
        "4.15.0-1165.180",
        "4.15.0-1166.181",
        "4.15.0-1167.182",
        "4.15.0-1168.183",
        "4.15.0-1169.184",
        "4.15.0-1170.185",
        "4.15.0-1171.186",
        "4.15.0-1172.187",
        "4.15.0-1173.188",
        "4.15.0-1174.189",
        "4.15.0-1175.190",
        "4.15.0-1176.191",
        "4.15.0-1177.192",
        "4.15.0-1178.193",
        "4.15.0-1179.194",
        "4.15.0-1180.195",
        "4.15.0-1181.196",
        "4.15.0-1182.197",
        "4.15.0-1183.198",
        "4.15.0-1184.199",
        "4.15.0-1185.200",
        "4.15.0-1186.201",
        "4.15.0-1187.202",
        "4.15.0-1188.203",
        "4.15.0-1189.204",
        "4.15.0-1190.205",
        "4.15.0-1191.206",
        "4.15.0-1192.207",
        "4.15.0-1193.208",
        "4.15.0-1194.209",
        "4.15.0-1195.210",
        "4.15.0-1196.211",
        "4.15.0-1197.212",
        "4.15.0-1199.214",
        "4.15.0-1200.215",
        "4.15.0-1201.216",
        "4.15.0-1202.217",
        "4.15.0-1204.219"
      ]
    },
    {
      "ecosystem_specific": {
        "availability": "Livepatch subscription required",
        "module_name_regex": "lkp_Ubuntu_4_15_0[_|\\d]+_gcp_(\\d+)",
        "module_version": "121"
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:18.04:LTS",
        "name": "linux-gcp-4.15",
        "purl": "pkg:deb/ubuntu/linux-gcp-4.15@4.15.0-1188.205?arch=source\u0026distro=esm-infra/bionic"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "4.15.0-1188.205"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "4.15.0-1071.81",
        "4.15.0-1077.87",
        "4.15.0-1078.88",
        "4.15.0-1080.90",
        "4.15.0-1081.92",
        "4.15.0-1083.94",
        "4.15.0-1084.95",
        "4.15.0-1086.98",
        "4.15.0-1087.100",
        "4.15.0-1088.101",
        "4.15.0-1090.103",
        "4.15.0-1091.104",
        "4.15.0-1092.105",
        "4.15.0-1093.106",
        "4.15.0-1094.107",
        "4.15.0-1095.108",
        "4.15.0-1096.109",
        "4.15.0-1097.110",
        "4.15.0-1098.111",
        "4.15.0-1099.112",
        "4.15.0-1100.113",
        "4.15.0-1103.116",
        "4.15.0-1106.120",
        "4.15.0-1107.121",
        "4.15.0-1108.122",
        "4.15.0-1109.123",
        "4.15.0-1110.124",
        "4.15.0-1111.125",
        "4.15.0-1112.126",
        "4.15.0-1114.128",
        "4.15.0-1115.129",
        "4.15.0-1116.130",
        "4.15.0-1118.132",
        "4.15.0-1119.133",
        "4.15.0-1120.134",
        "4.15.0-1121.135",
        "4.15.0-1122.136",
        "4.15.0-1124.138",
        "4.15.0-1127.142",
        "4.15.0-1130.146",
        "4.15.0-1131.147",
        "4.15.0-1134.150",
        "4.15.0-1135.151",
        "4.15.0-1136.152",
        "4.15.0-1137.153",
        "4.15.0-1138.154",
        "4.15.0-1141.157",
        "4.15.0-1142.158",
        "4.15.0-1143.159",
        "4.15.0-1145.161",
        "4.15.0-1146.162",
        "4.15.0-1147.163",
        "4.15.0-1148.164",
        "4.15.0-1149.165",
        "4.15.0-1150.166",
        "4.15.0-1151.167",
        "4.15.0-1152.168",
        "4.15.0-1153.170",
        "4.15.0-1154.171",
        "4.15.0-1155.172",
        "4.15.0-1156.173",
        "4.15.0-1157.174",
        "4.15.0-1158.175",
        "4.15.0-1159.176",
        "4.15.0-1160.177",
        "4.15.0-1161.178",
        "4.15.0-1162.179",
        "4.15.0-1163.180",
        "4.15.0-1164.181",
        "4.15.0-1165.182",
        "4.15.0-1166.183",
        "4.15.0-1167.184",
        "4.15.0-1168.185",
        "4.15.0-1169.186",
        "4.15.0-1170.187",
        "4.15.0-1171.188",
        "4.15.0-1172.189",
        "4.15.0-1173.190",
        "4.15.0-1174.191",
        "4.15.0-1175.192",
        "4.15.0-1176.193",
        "4.15.0-1177.194",
        "4.15.0-1178.195",
        "4.15.0-1179.196",
        "4.15.0-1180.197",
        "4.15.0-1181.198",
        "4.15.0-1182.199",
        "4.15.0-1183.200",
        "4.15.0-1184.201",
        "4.15.0-1185.202",
        "4.15.0-1186.203",
        "4.15.0-1187.204"
      ]
    },
    {
      "ecosystem_specific": {
        "availability": "Livepatch subscription required",
        "module_name_regex": "lkp_Ubuntu_4_15_0[_|\\d]+_(?:generic|lowlatency)_(\\d+)",
        "module_version": "121"
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:18.04:LTS",
        "name": "linux",
        "purl": "pkg:deb/ubuntu/linux@4.15.0-254.266?arch=source\u0026distro=esm-infra/bionic"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "4.15.0-254.266"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "4.13.0-16.19",
        "4.13.0-17.20",
        "4.13.0-25.29",
        "4.13.0-32.35",
        "4.15.0-10.11",
        "4.15.0-12.13",
        "4.15.0-13.14",
        "4.15.0-15.16",
        "4.15.0-19.20",
        "4.15.0-20.21",
        "4.15.0-22.24",
        "4.15.0-23.25",
        "4.15.0-24.26",
        "4.15.0-29.31",
        "4.15.0-30.32",
        "4.15.0-32.35",
        "4.15.0-33.36",
        "4.15.0-34.37",
        "4.15.0-36.39",
        "4.15.0-38.41",
        "4.15.0-39.42",
        "4.15.0-42.45",
        "4.15.0-43.46",
        "4.15.0-44.47",
        "4.15.0-45.48",
        "4.15.0-46.49",
        "4.15.0-47.50",
        "4.15.0-48.51",
        "4.15.0-50.54",
        "4.15.0-51.55",
        "4.15.0-52.56",
        "4.15.0-54.58",
        "4.15.0-55.60",
        "4.15.0-58.64",
        "4.15.0-60.67",
        "4.15.0-62.69",
        "4.15.0-64.73",
        "4.15.0-65.74",
        "4.15.0-66.75",
        "4.15.0-69.78",
        "4.15.0-70.79",
        "4.15.0-72.81",
        "4.15.0-74.84",
        "4.15.0-76.86",
        "4.15.0-88.88",
        "4.15.0-91.92",
        "4.15.0-96.97",
        "4.15.0-99.100",
        "4.15.0-101.102",
        "4.15.0-106.107",
        "4.15.0-108.109",
        "4.15.0-109.110",
        "4.15.0-111.112",
        "4.15.0-112.113",
        "4.15.0-115.116",
        "4.15.0-117.118",
        "4.15.0-118.119",
        "4.15.0-121.123",
        "4.15.0-122.124",
        "4.15.0-123.126",
        "4.15.0-124.127",
        "4.15.0-126.129",
        "4.15.0-128.131",
        "4.15.0-129.132",
        "4.15.0-130.134",
        "4.15.0-132.136",
        "4.15.0-134.138",
        "4.15.0-135.139",
        "4.15.0-136.140",
        "4.15.0-137.141",
        "4.15.0-139.143",
        "4.15.0-140.144",
        "4.15.0-141.145",
        "4.15.0-142.146",
        "4.15.0-143.147",
        "4.15.0-144.148",
        "4.15.0-147.151",
        "4.15.0-151.157",
        "4.15.0-153.160",
        "4.15.0-154.161",
        "4.15.0-156.163",
        "4.15.0-158.166",
        "4.15.0-159.167",
        "4.15.0-161.169",
        "4.15.0-162.170",
        "4.15.0-163.171",
        "4.15.0-166.174",
        "4.15.0-167.175",
        "4.15.0-169.177",
        "4.15.0-171.180",
        "4.15.0-173.182",
        "4.15.0-175.184",
        "4.15.0-176.185",
        "4.15.0-177.186",
        "4.15.0-180.189",
        "4.15.0-184.194",
        "4.15.0-187.198",
        "4.15.0-188.199",
        "4.15.0-189.200",
        "4.15.0-191.202",
        "4.15.0-192.203",
        "4.15.0-193.204",
        "4.15.0-194.205",
        "4.15.0-196.207",
        "4.15.0-197.208",
        "4.15.0-200.211",
        "4.15.0-201.212",
        "4.15.0-202.213",
        "4.15.0-204.215",
        "4.15.0-206.217",
        "4.15.0-208.220",
        "4.15.0-209.220",
        "4.15.0-210.221",
        "4.15.0-211.222",
        "4.15.0-212.223",
        "4.15.0-213.224",
        "4.15.0-214.225",
        "4.15.0-216.227",
        "4.15.0-218.229",
        "4.15.0-219.230",
        "4.15.0-220.231",
        "4.15.0-221.232",
        "4.15.0-222.233",
        "4.15.0-223.235",
        "4.15.0-224.236",
        "4.15.0-225.237",
        "4.15.0-226.238",
        "4.15.0-227.239",
        "4.15.0-228.240",
        "4.15.0-229.241",
        "4.15.0-230.242",
        "4.15.0-231.243",
        "4.15.0-232.244",
        "4.15.0-233.245",
        "4.15.0-234.246",
        "4.15.0-235.247",
        "4.15.0-236.248",
        "4.15.0-237.249",
        "4.15.0-238.250",
        "4.15.0-239.251",
        "4.15.0-240.252",
        "4.15.0-241.253",
        "4.15.0-242.254",
        "4.15.0-243.255",
        "4.15.0-245.257",
        "4.15.0-246.258",
        "4.15.0-247.259",
        "4.15.0-248.260",
        "4.15.0-249.261",
        "4.15.0-250.262",
        "4.15.0-251.263",
        "4.15.0-253.265"
      ]
    },
    {
      "ecosystem_specific": {
        "availability": "Livepatch subscription required",
        "module_name_regex": "lkp_Ubuntu_5_4_0[_|\\d]+_(?:generic|lowlatency)_(\\d+)",
        "module_version": "121"
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:18.04:LTS",
        "name": "linux-hwe-5.4",
        "purl": "pkg:deb/ubuntu/linux-hwe-5.4@5.4.0-234.254~18.04.1?arch=source\u0026distro=esm-infra/bionic"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "5.4.0-234.254~18.04.1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "5.4.0-37.41~18.04.1",
        "5.4.0-39.43~18.04.1",
        "5.4.0-40.44~18.04.1",
        "5.4.0-42.46~18.04.1",
        "5.4.0-45.49~18.04.2",
        "5.4.0-47.51~18.04.1",
        "5.4.0-48.52~18.04.1",
        "5.4.0-51.56~18.04.1",
        "5.4.0-52.57~18.04.1",
        "5.4.0-53.59~18.04.1",
        "5.4.0-54.60~18.04.1",
        "5.4.0-56.62~18.04.1",
        "5.4.0-58.64~18.04.1",
        "5.4.0-59.65~18.04.1",
        "5.4.0-60.67~18.04.1",
        "5.4.0-62.70~18.04.1",
        "5.4.0-64.72~18.04.1",
        "5.4.0-65.73~18.04.1",
        "5.4.0-66.74~18.04.2",
        "5.4.0-67.75~18.04.1",
        "5.4.0-70.78~18.04.1",
        "5.4.0-71.79~18.04.1",
        "5.4.0-72.80~18.04.1",
        "5.4.0-73.82~18.04.1",
        "5.4.0-74.83~18.04.1",
        "5.4.0-77.86~18.04.1",
        "5.4.0-80.90~18.04.1",
        "5.4.0-81.91~18.04.1",
        "5.4.0-84.94~18.04.1",
        "5.4.0-86.97~18.04.1",
        "5.4.0-87.98~18.04.1",
        "5.4.0-89.100~18.04.1",
        "5.4.0-90.101~18.04.1",
        "5.4.0-91.102~18.04.1",
        "5.4.0-92.103~18.04.2",
        "5.4.0-94.106~18.04.1",
        "5.4.0-96.109~18.04.1",
        "5.4.0-97.110~18.04.1",
        "5.4.0-99.112~18.04.1",
        "5.4.0-100.113~18.04.1",
        "5.4.0-104.118~18.04.1",
        "5.4.0-105.119~18.04.1",
        "5.4.0-107.121~18.04.1",
        "5.4.0-109.123~18.04.1",
        "5.4.0-110.124~18.04.1",
        "5.4.0-113.127~18.04.1",
        "5.4.0-117.132~18.04.1",
        "5.4.0-120.136~18.04.1",
        "5.4.0-121.137~18.04.1",
        "5.4.0-122.138~18.04.1",
        "5.4.0-124.140~18.04.1",
        "5.4.0-125.141~18.04.1",
        "5.4.0-126.142~18.04.1",
        "5.4.0-128.144~18.04.1",
        "5.4.0-131.147~18.04.1",
        "5.4.0-132.148~18.04.1",
        "5.4.0-133.149~18.04.1",
        "5.4.0-135.152~18.04.2",
        "5.4.0-136.153~18.04.1",
        "5.4.0-137.154~18.04.1",
        "5.4.0-139.156~18.04.1",
        "5.4.0-144.161~18.04.1",
        "5.4.0-146.163~18.04.1",
        "5.4.0-147.164~18.04.1",
        "5.4.0-148.165~18.04.1",
        "5.4.0-149.166~18.04.1",
        "5.4.0-150.167~18.04.1",
        "5.4.0-152.169~18.04.1",
        "5.4.0-153.170~18.04.1",
        "5.4.0-155.172~18.04.1",
        "5.4.0-156.173~18.04.1",
        "5.4.0-159.176~18.04.1",
        "5.4.0-162.179~18.04.1",
        "5.4.0-163.180~18.04.1",
        "5.4.0-164.181~18.04.1",
        "5.4.0-165.182~18.04.1",
        "5.4.0-166.183~18.04.2",
        "5.4.0-167.184~18.04.1",
        "5.4.0-169.187~18.04.1",
        "5.4.0-170.188~18.04.1",
        "5.4.0-171.189~18.04.1",
        "5.4.0-172.190~18.04.1",
        "5.4.0-173.191~18.04.1",
        "5.4.0-174.193~18.04.1",
        "5.4.0-175.195~18.04.1",
        "5.4.0-177.197~18.04.1",
        "5.4.0-181.201~18.04.1",
        "5.4.0-182.202~18.04.1",
        "5.4.0-186.206~18.04.1",
        "5.4.0-187.207~18.04.1",
        "5.4.0-189.209~18.04.1",
        "5.4.0-190.210~18.04.1",
        "5.4.0-192.212~18.04.1",
        "5.4.0-193.213~18.04.1",
        "5.4.0-195.215~18.04.1",
        "5.4.0-196.216~18.04.1",
        "5.4.0-198.218~18.04.1",
        "5.4.0-200.220~18.04.1",
        "5.4.0-202.222~18.04.1",
        "5.4.0-204.224~18.04.1",
        "5.4.0-205.225~18.04.1",
        "5.4.0-208.228~18.04.1",
        "5.4.0-211.231~18.04.1",
        "5.4.0-212.232~18.04.1",
        "5.4.0-214.234~18.04.1",
        "5.4.0-215.235~18.04.1",
        "5.4.0-216.236~18.04.1",
        "5.4.0-218.238~18.04.1",
        "5.4.0-219.239~18.04.1",
        "5.4.0-220.240~18.04.1",
        "5.4.0-221.241~18.04.1",
        "5.4.0-222.242~18.04.1",
        "5.4.0-223.243~18.04.1",
        "5.4.0-224.244~18.04.1",
        "5.4.0-225.245~18.04.1",
        "5.4.0-227.247~18.04.1",
        "5.4.0-228.248~18.04.1",
        "5.4.0-229.249~18.04.1",
        "5.4.0-231.251~18.04.1",
        "5.4.0-233.253~18.04.1"
      ]
    },
    {
      "ecosystem_specific": {
        "availability": "Livepatch subscription required",
        "module_name_regex": "lkp_Ubuntu_4_15_0[_|\\d]+_oracle_(\\d+)",
        "module_version": "121"
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:18.04:LTS",
        "name": "linux-oracle",
        "purl": "pkg:deb/ubuntu/linux-oracle@4.15.0-1158.169?arch=source\u0026distro=esm-infra/bionic"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "4.15.0-1158.169"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "4.15.0-1007.9",
        "4.15.0-1008.10",
        "4.15.0-1009.11",
        "4.15.0-1010.12",
        "4.15.0-1011.13",
        "4.15.0-1013.15",
        "4.15.0-1014.16",
        "4.15.0-1015.17",
        "4.15.0-1017.19",
        "4.15.0-1018.20",
        "4.15.0-1021.23",
        "4.15.0-1022.25",
        "4.15.0-1023.26",
        "4.15.0-1025.28",
        "4.15.0-1026.29",
        "4.15.0-1027.30",
        "4.15.0-1029.32",
        "4.15.0-1030.33",
        "4.15.0-1031.34",
        "4.15.0-1033.36",
        "4.15.0-1035.39",
        "4.15.0-1037.41",
        "4.15.0-1038.42",
        "4.15.0-1039.43",
        "4.15.0-1045.49",
        "4.15.0-1047.51",
        "4.15.0-1048.52",
        "4.15.0-1050.54",
        "4.15.0-1051.55",
        "4.15.0-1053.57",
        "4.15.0-1054.58",
        "4.15.0-1057.62",
        "4.15.0-1058.64",
        "4.15.0-1059.65",
        "4.15.0-1061.67",
        "4.15.0-1062.68",
        "4.15.0-1063.70",
        "4.15.0-1064.71",
        "4.15.0-1065.73",
        "4.15.0-1066.74",
        "4.15.0-1067.75",
        "4.15.0-1068.76",
        "4.15.0-1069.77",
        "4.15.0-1070.78",
        "4.15.0-1071.79",
        "4.15.0-1072.80",
        "4.15.0-1075.83",
        "4.15.0-1078.86",
        "4.15.0-1079.87",
        "4.15.0-1080.88",
        "4.15.0-1081.89",
        "4.15.0-1082.90",
        "4.15.0-1083.91",
        "4.15.0-1084.92",
        "4.15.0-1085.93",
        "4.15.0-1086.94",
        "4.15.0-1087.95",
        "4.15.0-1089.98",
        "4.15.0-1090.99",
        "4.15.0-1091.100",
        "4.15.0-1092.101",
        "4.15.0-1093.102",
        "4.15.0-1095.104",
        "4.15.0-1098.108",
        "4.15.0-1101.112",
        "4.15.0-1102.113",
        "4.15.0-1104.115",
        "4.15.0-1105.116",
        "4.15.0-1106.117",
        "4.15.0-1107.118",
        "4.15.0-1108.119",
        "4.15.0-1111.122",
        "4.15.0-1112.123",
        "4.15.0-1113.124",
        "4.15.0-1114.125",
        "4.15.0-1115.126",
        "4.15.0-1116.127",
        "4.15.0-1117.128",
        "4.15.0-1118.129",
        "4.15.0-1119.130",
        "4.15.0-1120.131",
        "4.15.0-1121.132",
        "4.15.0-1122.133",
        "4.15.0-1123.134",
        "4.15.0-1124.135",
        "4.15.0-1125.136",
        "4.15.0-1126.137",
        "4.15.0-1127.138",
        "4.15.0-1128.139",
        "4.15.0-1129.140",
        "4.15.0-1130.141",
        "4.15.0-1131.142",
        "4.15.0-1132.143",
        "4.15.0-1133.144",
        "4.15.0-1134.145",
        "4.15.0-1135.146",
        "4.15.0-1136.147",
        "4.15.0-1137.148",
        "4.15.0-1138.149",
        "4.15.0-1139.150",
        "4.15.0-1140.151",
        "4.15.0-1141.152",
        "4.15.0-1142.153",
        "4.15.0-1143.154",
        "4.15.0-1144.155",
        "4.15.0-1145.156",
        "4.15.0-1146.157",
        "4.15.0-1147.158",
        "4.15.0-1148.159",
        "4.15.0-1149.160",
        "4.15.0-1150.161",
        "4.15.0-1151.162",
        "4.15.0-1152.163",
        "4.15.0-1153.164",
        "4.15.0-1154.165",
        "4.15.0-1155.166",
        "4.15.0-1156.167"
      ]
    },
    {
      "ecosystem_specific": {
        "availability": "Livepatch subscription required",
        "module_name_regex": "lkp_Ubuntu_5_4_0[_|\\d]+_(?:generic|lowlatency)_(\\d+)",
        "module_version": "121"
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:20.04:LTS",
        "name": "linux",
        "purl": "pkg:deb/ubuntu/linux@5.4.0-234.254?arch=source\u0026distro=esm-infra/focal"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "5.4.0-234.254"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "5.3.0-18.19",
        "5.3.0-24.26",
        "5.4.0-9.12",
        "5.4.0-18.22",
        "5.4.0-21.25",
        "5.4.0-24.28",
        "5.4.0-25.29",
        "5.4.0-26.30",
        "5.4.0-28.32",
        "5.4.0-29.33",
        "5.4.0-31.35",
        "5.4.0-33.37",
        "5.4.0-37.41",
        "5.4.0-39.43",
        "5.4.0-40.44",
        "5.4.0-42.46",
        "5.4.0-45.49",
        "5.4.0-47.51",
        "5.4.0-48.52",
        "5.4.0-51.56",
        "5.4.0-52.57",
        "5.4.0-53.59",
        "5.4.0-54.60",
        "5.4.0-56.62",
        "5.4.0-58.64",
        "5.4.0-59.65",
        "5.4.0-60.67",
        "5.4.0-62.70",
        "5.4.0-64.72",
        "5.4.0-65.73",
        "5.4.0-66.74",
        "5.4.0-67.75",
        "5.4.0-70.78",
        "5.4.0-71.79",
        "5.4.0-72.80",
        "5.4.0-73.82",
        "5.4.0-74.83",
        "5.4.0-77.86",
        "5.4.0-80.90",
        "5.4.0-81.91",
        "5.4.0-84.94",
        "5.4.0-86.97",
        "5.4.0-88.99",
        "5.4.0-89.100",
        "5.4.0-90.101",
        "5.4.0-91.102",
        "5.4.0-92.103",
        "5.4.0-94.106",
        "5.4.0-96.109",
        "5.4.0-97.110",
        "5.4.0-99.112",
        "5.4.0-100.113",
        "5.4.0-104.118",
        "5.4.0-105.119",
        "5.4.0-107.121",
        "5.4.0-109.123",
        "5.4.0-110.124",
        "5.4.0-113.127",
        "5.4.0-117.132",
        "5.4.0-120.136",
        "5.4.0-121.137",
        "5.4.0-122.138",
        "5.4.0-124.140",
        "5.4.0-125.141",
        "5.4.0-126.142",
        "5.4.0-128.144",
        "5.4.0-131.147",
        "5.4.0-132.148",
        "5.4.0-135.152",
        "5.4.0-136.153",
        "5.4.0-137.154",
        "5.4.0-139.156",
        "5.4.0-144.161",
        "5.4.0-146.163",
        "5.4.0-147.164",
        "5.4.0-148.165",
        "5.4.0-149.166",
        "5.4.0-150.167",
        "5.4.0-152.169",
        "5.4.0-153.170",
        "5.4.0-155.172",
        "5.4.0-156.173",
        "5.4.0-159.176",
        "5.4.0-162.179",
        "5.4.0-163.180",
        "5.4.0-164.181",
        "5.4.0-165.182",
        "5.4.0-166.183",
        "5.4.0-167.184",
        "5.4.0-169.187",
        "5.4.0-170.188",
        "5.4.0-171.189",
        "5.4.0-172.190",
        "5.4.0-173.191",
        "5.4.0-174.193",
        "5.4.0-176.196",
        "5.4.0-177.197",
        "5.4.0-181.201",
        "5.4.0-182.202",
        "5.4.0-186.206",
        "5.4.0-187.207",
        "5.4.0-189.209",
        "5.4.0-190.210",
        "5.4.0-192.212",
        "5.4.0-193.213",
        "5.4.0-195.215",
        "5.4.0-196.216",
        "5.4.0-198.218",
        "5.4.0-200.220",
        "5.4.0-202.222",
        "5.4.0-204.224",
        "5.4.0-205.225",
        "5.4.0-208.228",
        "5.4.0-211.231",
        "5.4.0-212.232",
        "5.4.0-214.234",
        "5.4.0-215.235",
        "5.4.0-216.236",
        "5.4.0-218.238",
        "5.4.0-219.239",
        "5.4.0-220.240",
        "5.4.0-221.241",
        "5.4.0-222.242",
        "5.4.0-223.243",
        "5.4.0-224.244",
        "5.4.0-225.245",
        "5.4.0-227.247",
        "5.4.0-228.248",
        "5.4.0-229.249",
        "5.4.0-230.250",
        "5.4.0-231.251",
        "5.4.0-233.253"
      ]
    },
    {
      "ecosystem_specific": {
        "availability": "Livepatch subscription required",
        "module_name_regex": "lkp_Ubuntu_5_15_0[_|\\d]+_aws_(\\d+)",
        "module_version": "121"
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:22.04:LTS",
        "name": "linux-aws",
        "purl": "pkg:deb/ubuntu/linux-aws@5.15.0-1113.120?arch=source\u0026distro=jammy"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "5.15.0-1113.120"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "5.13.0-1005.6",
        "5.15.0-1002.4",
        "5.15.0-1003.5",
        "5.15.0-1004.6",
        "5.15.0-1005.7",
        "5.15.0-1008.10",
        "5.15.0-1009.11",
        "5.15.0-1011.14",
        "5.15.0-1013.17",
        "5.15.0-1014.18",
        "5.15.0-1015.19",
        "5.15.0-1017.21",
        "5.15.0-1019.23",
        "5.15.0-1020.24",
        "5.15.0-1021.25",
        "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",
        "5.15.0-1030.34",
        "5.15.0-1031.35",
        "5.15.0-1033.37",
        "5.15.0-1034.38",
        "5.15.0-1035.39",
        "5.15.0-1036.40",
        "5.15.0-1037.41",
        "5.15.0-1038.43",
        "5.15.0-1039.44",
        "5.15.0-1040.45",
        "5.15.0-1042.47",
        "5.15.0-1043.48",
        "5.15.0-1044.49",
        "5.15.0-1045.50",
        "5.15.0-1047.52",
        "5.15.0-1048.53",
        "5.15.0-1049.54",
        "5.15.0-1050.55",
        "5.15.0-1051.56",
        "5.15.0-1052.57",
        "5.15.0-1053.58",
        "5.15.0-1055.60",
        "5.15.0-1056.61",
        "5.15.0-1057.63",
        "5.15.0-1060.66",
        "5.15.0-1061.67",
        "5.15.0-1062.68",
        "5.15.0-1063.69",
        "5.15.0-1064.70",
        "5.15.0-1065.71",
        "5.15.0-1066.72",
        "5.15.0-1067.73",
        "5.15.0-1068.74",
        "5.15.0-1069.75",
        "5.15.0-1070.76",
        "5.15.0-1071.77",
        "5.15.0-1072.78",
        "5.15.0-1073.79",
        "5.15.0-1076.83",
        "5.15.0-1078.85",
        "5.15.0-1079.86",
        "5.15.0-1080.87",
        "5.15.0-1081.88",
        "5.15.0-1082.89",
        "5.15.0-1083.90",
        "5.15.0-1084.91",
        "5.15.0-1085.92",
        "5.15.0-1086.93",
        "5.15.0-1087.94",
        "5.15.0-1088.95",
        "5.15.0-1089.96",
        "5.15.0-1090.97",
        "5.15.0-1091.98",
        "5.15.0-1092.99",
        "5.15.0-1093.100",
        "5.15.0-1095.102",
        "5.15.0-1096.103",
        "5.15.0-1097.104",
        "5.15.0-1098.105",
        "5.15.0-1099.106",
        "5.15.0-1100.107",
        "5.15.0-1101.108",
        "5.15.0-1103.110",
        "5.15.0-1104.111",
        "5.15.0-1105.112",
        "5.15.0-1106.113",
        "5.15.0-1108.115",
        "5.15.0-1109.116",
        "5.15.0-1111.118",
        "5.15.0-1112.119"
      ]
    },
    {
      "ecosystem_specific": {
        "availability": "Livepatch subscription required",
        "module_name_regex": "lkp_Ubuntu_6_8_0[_|\\d]+_aws_(\\d+)",
        "module_version": "121"
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:22.04:LTS",
        "name": "linux-aws-6.8",
        "purl": "pkg:deb/ubuntu/linux-aws-6.8@6.8.0-1061.64~22.04.1?arch=source\u0026distro=jammy"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "6.8.0-1061.64~22.04.1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "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"
      ]
    },
    {
      "ecosystem_specific": {
        "availability": "Livepatch subscription required",
        "module_name_regex": "lkp_Ubuntu_5_15_0[_|\\d]+_azure_(\\d+)",
        "module_version": "121"
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:22.04:LTS",
        "name": "linux-azure",
        "purl": "pkg:deb/ubuntu/linux-azure@5.15.0-1118.127?arch=source\u0026distro=jammy"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "5.15.0-1118.127"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "5.13.0-1006.7",
        "5.15.0-1001.2",
        "5.15.0-1002.3",
        "5.15.0-1003.4",
        "5.15.0-1005.6",
        "5.15.0-1007.8",
        "5.15.0-1008.9",
        "5.15.0-1010.12",
        "5.15.0-1012.15",
        "5.15.0-1013.16",
        "5.15.0-1014.17",
        "5.15.0-1017.20",
        "5.15.0-1019.24",
        "5.15.0-1020.25",
        "5.15.0-1021.26",
        "5.15.0-1022.27",
        "5.15.0-1023.29",
        "5.15.0-1024.30",
        "5.15.0-1029.36",
        "5.15.0-1030.37",
        "5.15.0-1031.38",
        "5.15.0-1033.40",
        "5.15.0-1034.41",
        "5.15.0-1035.42",
        "5.15.0-1036.43",
        "5.15.0-1037.44",
        "5.15.0-1038.45",
        "5.15.0-1039.46",
        "5.15.0-1040.47",
        "5.15.0-1041.48",
        "5.15.0-1042.49",
        "5.15.0-1044.51",
        "5.15.0-1045.52",
        "5.15.0-1046.53",
        "5.15.0-1047.54",
        "5.15.0-1049.56",
        "5.15.0-1050.57",
        "5.15.0-1051.59",
        "5.15.0-1052.60",
        "5.15.0-1053.61",
        "5.15.0-1054.62",
        "5.15.0-1056.64",
        "5.15.0-1057.65",
        "5.15.0-1058.66",
        "5.15.0-1059.67",
        "5.15.0-1060.69",
        "5.15.0-1061.70",
        "5.15.0-1063.72",
        "5.15.0-1064.73",
        "5.15.0-1066.75",
        "5.15.0-1067.76",
        "5.15.0-1068.77",
        "5.15.0-1070.79",
        "5.15.0-1071.80",
        "5.15.0-1072.81",
        "5.15.0-1073.82",
        "5.15.0-1074.83",
        "5.15.0-1075.84",
        "5.15.0-1078.87",
        "5.15.0-1079.88",
        "5.15.0-1081.90",
        "5.15.0-1082.91",
        "5.15.0-1084.93",
        "5.15.0-1086.95",
        "5.15.0-1087.96",
        "5.15.0-1088.97",
        "5.15.0-1089.98",
        "5.15.0-1090.99",
        "5.15.0-1091.100",
        "5.15.0-1092.101",
        "5.15.0-1094.103",
        "5.15.0-1095.104",
        "5.15.0-1096.105",
        "5.15.0-1097.106",
        "5.15.0-1098.107",
        "5.15.0-1099.108",
        "5.15.0-1101.110",
        "5.15.0-1102.111",
        "5.15.0-1103.112",
        "5.15.0-1109.118",
        "5.15.0-1110.119",
        "5.15.0-1111.120",
        "5.15.0-1114.123",
        "5.15.0-1116.125",
        "5.15.0-1117.126"
      ]
    },
    {
      "ecosystem_specific": {
        "availability": "Livepatch subscription required",
        "module_name_regex": "lkp_Ubuntu_5_15_0[_|\\d]+_gcp_(\\d+)",
        "module_version": "121"
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:22.04:LTS",
        "name": "linux-gcp",
        "purl": "pkg:deb/ubuntu/linux-gcp@5.15.0-1114.124?arch=source\u0026distro=jammy"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "5.15.0-1114.124"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "5.13.0-1005.6",
        "5.15.0-1001.3",
        "5.15.0-1002.5",
        "5.15.0-1003.6",
        "5.15.0-1004.7",
        "5.15.0-1005.8",
        "5.15.0-1006.9",
        "5.15.0-1008.12",
        "5.15.0-1010.15",
        "5.15.0-1013.18",
        "5.15.0-1016.21",
        "5.15.0-1017.23",
        "5.15.0-1018.24",
        "5.15.0-1019.25",
        "5.15.0-1021.28",
        "5.15.0-1022.29",
        "5.15.0-1025.32",
        "5.15.0-1026.33",
        "5.15.0-1027.34",
        "5.15.0-1029.36",
        "5.15.0-1030.37",
        "5.15.0-1031.38",
        "5.15.0-1032.40",
        "5.15.0-1034.42",
        "5.15.0-1035.43",
        "5.15.0-1036.44",
        "5.15.0-1037.45",
        "5.15.0-1038.46",
        "5.15.0-1039.47",
        "5.15.0-1040.48",
        "5.15.0-1041.49",
        "5.15.0-1042.50",
        "5.15.0-1044.52",
        "5.15.0-1045.53",
        "5.15.0-1046.54",
        "5.15.0-1047.55",
        "5.15.0-1048.56",
        "5.15.0-1049.57",
        "5.15.0-1051.59",
        "5.15.0-1052.60",
        "5.15.0-1053.61",
        "5.15.0-1054.62",
        "5.15.0-1055.63",
        "5.15.0-1058.66",
        "5.15.0-1059.67",
        "5.15.0-1060.68",
        "5.15.0-1062.70",
        "5.15.0-1063.71",
        "5.15.0-1064.72",
        "5.15.0-1065.73",
        "5.15.0-1066.74",
        "5.15.0-1067.75",
        "5.15.0-1068.76",
        "5.15.0-1069.77",
        "5.15.0-1070.78",
        "5.15.0-1071.79",
        "5.15.0-1072.80",
        "5.15.0-1073.81",
        "5.15.0-1074.83",
        "5.15.0-1075.84",
        "5.15.0-1077.86",
        "5.15.0-1078.87",
        "5.15.0-1079.88",
        "5.15.0-1080.89",
        "5.15.0-1081.90",
        "5.15.0-1082.91",
        "5.15.0-1083.92",
        "5.15.0-1084.93",
        "5.15.0-1085.94",
        "5.15.0-1086.95",
        "5.15.0-1087.96",
        "5.15.0-1088.97",
        "5.15.0-1090.99",
        "5.15.0-1091.100",
        "5.15.0-1092.101",
        "5.15.0-1093.102",
        "5.15.0-1095.104",
        "5.15.0-1096.105",
        "5.15.0-1097.106",
        "5.15.0-1098.107",
        "5.15.0-1099.108",
        "5.15.0-1100.109",
        "5.15.0-1101.110",
        "5.15.0-1103.112",
        "5.15.0-1104.113",
        "5.15.0-1105.114",
        "5.15.0-1106.115",
        "5.15.0-1108.117",
        "5.15.0-1109.118",
        "5.15.0-1111.121",
        "5.15.0-1112.122"
      ]
    },
    {
      "ecosystem_specific": {
        "availability": "Livepatch subscription required",
        "module_name_regex": "lkp_Ubuntu_6_8_0[_|\\d]+_gcp_(\\d+)",
        "module_version": "121"
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:22.04:LTS",
        "name": "linux-gcp-6.8",
        "purl": "pkg:deb/ubuntu/linux-gcp-6.8@6.8.0-1064.72~22.04.1?arch=source\u0026distro=jammy"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "6.8.0-1064.72~22.04.1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "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"
      ]
    },
    {
      "ecosystem_specific": {
        "availability": "Livepatch subscription required",
        "module_name_regex": "lkp_Ubuntu_5_15_0[_|\\d]+_linux_(\\d+)",
        "module_version": "121"
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:22.04:LTS",
        "name": "linux",
        "purl": "pkg:deb/ubuntu/linux@5.15.0-187.197?arch=source\u0026distro=jammy"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "5.15.0-187.197"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "5.13.0-19.19",
        "5.15.0-17.17",
        "5.15.0-18.18",
        "5.15.0-22.22",
        "5.15.0-23.23",
        "5.15.0-25.25",
        "5.15.0-27.28",
        "5.15.0-30.31",
        "5.15.0-33.34",
        "5.15.0-35.36",
        "5.15.0-37.39",
        "5.15.0-39.42",
        "5.15.0-40.43",
        "5.15.0-41.44",
        "5.15.0-43.46",
        "5.15.0-46.49",
        "5.15.0-47.51",
        "5.15.0-48.54",
        "5.15.0-50.56",
        "5.15.0-52.58",
        "5.15.0-53.59",
        "5.15.0-56.62",
        "5.15.0-57.63",
        "5.15.0-58.64",
        "5.15.0-60.66",
        "5.15.0-67.74",
        "5.15.0-69.76",
        "5.15.0-70.77",
        "5.15.0-71.78",
        "5.15.0-72.79",
        "5.15.0-73.80",
        "5.15.0-75.82",
        "5.15.0-76.83",
        "5.15.0-78.85",
        "5.15.0-79.86",
        "5.15.0-82.91",
        "5.15.0-83.92",
        "5.15.0-84.93",
        "5.15.0-86.96",
        "5.15.0-87.97",
        "5.15.0-88.98",
        "5.15.0-89.99",
        "5.15.0-91.101",
        "5.15.0-92.102",
        "5.15.0-94.104",
        "5.15.0-97.107",
        "5.15.0-100.110",
        "5.15.0-101.111",
        "5.15.0-102.112",
        "5.15.0-105.115",
        "5.15.0-106.116",
        "5.15.0-107.117",
        "5.15.0-112.122",
        "5.15.0-113.123",
        "5.15.0-116.126",
        "5.15.0-117.127",
        "5.15.0-118.128",
        "5.15.0-119.129",
        "5.15.0-121.131",
        "5.15.0-122.132",
        "5.15.0-124.134",
        "5.15.0-125.135",
        "5.15.0-126.136",
        "5.15.0-127.137",
        "5.15.0-128.138",
        "5.15.0-130.140",
        "5.15.0-131.141",
        "5.15.0-133.144",
        "5.15.0-134.145",
        "5.15.0-135.146",
        "5.15.0-136.147",
        "5.15.0-138.148",
        "5.15.0-139.149",
        "5.15.0-140.150",
        "5.15.0-141.151",
        "5.15.0-142.152",
        "5.15.0-143.153",
        "5.15.0-144.157",
        "5.15.0-151.161",
        "5.15.0-152.162",
        "5.15.0-153.163",
        "5.15.0-156.166",
        "5.15.0-157.167",
        "5.15.0-160.170",
        "5.15.0-161.171",
        "5.15.0-163.173",
        "5.15.0-164.174",
        "5.15.0-168.178",
        "5.15.0-170.180",
        "5.15.0-171.181",
        "5.15.0-173.183",
        "5.15.0-174.184",
        "5.15.0-176.186",
        "5.15.0-177.187",
        "5.15.0-179.189",
        "5.15.0-181.191",
        "5.15.0-185.195",
        "5.15.0-186.196"
      ]
    },
    {
      "ecosystem_specific": {
        "availability": "Livepatch subscription required",
        "module_name_regex": "lkp_Ubuntu_6_8_0[_|\\d]+_hwe_(\\d+)",
        "module_version": "121"
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:22.04:LTS",
        "name": "linux-hwe-6.8",
        "purl": "pkg:deb/ubuntu/linux-hwe-6.8@6.8.0-136.136~22.04.1?arch=source\u0026distro=jammy"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "6.8.0-136.136~22.04.1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "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"
      ]
    },
    {
      "ecosystem_specific": {
        "availability": "Livepatch subscription required",
        "module_name_regex": "lkp_Ubuntu_5_15_0[_|\\d]+_gke_(\\d+)",
        "module_version": "121"
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:22.04:LTS",
        "name": "linux-gke",
        "purl": "pkg:deb/ubuntu/linux-gke@5.15.0-1110.116?arch=source\u0026distro=jammy"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "5.15.0-1110.116"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "5.15.0-1002.2",
        "5.15.0-1003.3",
        "5.15.0-1004.5",
        "5.15.0-1005.6",
        "5.15.0-1006.7",
        "5.15.0-1008.10",
        "5.15.0-1010.13",
        "5.15.0-1011.14",
        "5.15.0-1014.17",
        "5.15.0-1015.18",
        "5.15.0-1016.19",
        "5.15.0-1017.20",
        "5.15.0-1019.23",
        "5.15.0-1020.25",
        "5.15.0-1023.28",
        "5.15.0-1024.29",
        "5.15.0-1027.32",
        "5.15.0-1028.33",
        "5.15.0-1030.35",
        "5.15.0-1031.36",
        "5.15.0-1032.37",
        "5.15.0-1033.38",
        "5.15.0-1034.39",
        "5.15.0-1035.40",
        "5.15.0-1036.41",
        "5.15.0-1037.42",
        "5.15.0-1038.43",
        "5.15.0-1039.44",
        "5.15.0-1040.45",
        "5.15.0-1041.46",
        "5.15.0-1042.47",
        "5.15.0-1044.49",
        "5.15.0-1045.50",
        "5.15.0-1046.51",
        "5.15.0-1047.52",
        "5.15.0-1048.53",
        "5.15.0-1049.54",
        "5.15.0-1050.55",
        "5.15.0-1051.56",
        "5.15.0-1052.57",
        "5.15.0-1053.58",
        "5.15.0-1054.59",
        "5.15.0-1057.62",
        "5.15.0-1058.63",
        "5.15.0-1059.64",
        "5.15.0-1060.66",
        "5.15.0-1061.67",
        "5.15.0-1062.68",
        "5.15.0-1063.69",
        "5.15.0-1064.70",
        "5.15.0-1065.71",
        "5.15.0-1066.72",
        "5.15.0-1067.73",
        "5.15.0-1068.74",
        "5.15.0-1069.75",
        "5.15.0-1070.76",
        "5.15.0-1071.77",
        "5.15.0-1072.78",
        "5.15.0-1073.79",
        "5.15.0-1075.81",
        "5.15.0-1076.82",
        "5.15.0-1077.83",
        "5.15.0-1078.84",
        "5.15.0-1079.85",
        "5.15.0-1080.86",
        "5.15.0-1081.87",
        "5.15.0-1082.88",
        "5.15.0-1083.89",
        "5.15.0-1084.90",
        "5.15.0-1085.91",
        "5.15.0-1086.92",
        "5.15.0-1087.93",
        "5.15.0-1088.94",
        "5.15.0-1089.95",
        "5.15.0-1090.96",
        "5.15.0-1091.97",
        "5.15.0-1092.98",
        "5.15.0-1093.99",
        "5.15.0-1094.100",
        "5.15.0-1095.101",
        "5.15.0-1096.102",
        "5.15.0-1097.103",
        "5.15.0-1099.105",
        "5.15.0-1100.106",
        "5.15.0-1101.107",
        "5.15.0-1102.108",
        "5.15.0-1104.110",
        "5.15.0-1105.111",
        "5.15.0-1107.113",
        "5.15.0-1108.114"
      ]
    },
    {
      "ecosystem_specific": {
        "availability": "Livepatch subscription required",
        "module_name_regex": "lkp_Ubuntu_5_15_0[_|\\d]+_ibm_(\\d+)",
        "module_version": "121"
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:22.04:LTS",
        "name": "linux-ibm",
        "purl": "pkg:deb/ubuntu/linux-ibm@5.15.0-1107.111?arch=source\u0026distro=jammy"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "5.15.0-1107.111"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "5.15.0-1002.2",
        "5.15.0-1003.3",
        "5.15.0-1004.4",
        "5.15.0-1005.5",
        "5.15.0-1007.8",
        "5.15.0-1009.11",
        "5.15.0-1010.12",
        "5.15.0-1012.14",
        "5.15.0-1013.15",
        "5.15.0-1015.17",
        "5.15.0-1017.20",
        "5.15.0-1018.21",
        "5.15.0-1021.24",
        "5.15.0-1022.25",
        "5.15.0-1023.26",
        "5.15.0-1025.28",
        "5.15.0-1026.29",
        "5.15.0-1027.30",
        "5.15.0-1028.31",
        "5.15.0-1029.32",
        "5.15.0-1030.33",
        "5.15.0-1031.34",
        "5.15.0-1032.35",
        "5.15.0-1033.36",
        "5.15.0-1034.37",
        "5.15.0-1035.38",
        "5.15.0-1036.39",
        "5.15.0-1037.40",
        "5.15.0-1038.41",
        "5.15.0-1040.43",
        "5.15.0-1041.44",
        "5.15.0-1042.45",
        "5.15.0-1043.46",
        "5.15.0-1044.47",
        "5.15.0-1045.48",
        "5.15.0-1046.49",
        "5.15.0-1047.50",
        "5.15.0-1048.51",
        "5.15.0-1049.52",
        "5.15.0-1050.53",
        "5.15.0-1053.56",
        "5.15.0-1054.57",
        "5.15.0-1055.58",
        "5.15.0-1056.59",
        "5.15.0-1057.60",
        "5.15.0-1058.61",
        "5.15.0-1059.62",
        "5.15.0-1060.63",
        "5.15.0-1061.64",
        "5.15.0-1062.65",
        "5.15.0-1063.66",
        "5.15.0-1064.67",
        "5.15.0-1065.68",
        "5.15.0-1066.69",
        "5.15.0-1067.70",
        "5.15.0-1068.71",
        "5.15.0-1069.72",
        "5.15.0-1070.73",
        "5.15.0-1071.74",
        "5.15.0-1072.75",
        "5.15.0-1073.76",
        "5.15.0-1074.77",
        "5.15.0-1075.78",
        "5.15.0-1076.79",
        "5.15.0-1077.80",
        "5.15.0-1078.81",
        "5.15.0-1079.82",
        "5.15.0-1080.83",
        "5.15.0-1081.84",
        "5.15.0-1084.87",
        "5.15.0-1085.88",
        "5.15.0-1086.89",
        "5.15.0-1087.90",
        "5.15.0-1089.92",
        "5.15.0-1090.93",
        "5.15.0-1091.94",
        "5.15.0-1092.95",
        "5.15.0-1093.96",
        "5.15.0-1094.97",
        "5.15.0-1095.98",
        "5.15.0-1097.100",
        "5.15.0-1098.101",
        "5.15.0-1099.102",
        "5.15.0-1100.103",
        "5.15.0-1102.105",
        "5.15.0-1103.106",
        "5.15.0-1105.109",
        "5.15.0-1106.110"
      ]
    },
    {
      "ecosystem_specific": {
        "availability": "Livepatch subscription required",
        "module_name_regex": "lkp_Ubuntu_6_8_0[_|\\d]+_ibm_(\\d+)",
        "module_version": "121"
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:22.04:LTS",
        "name": "linux-ibm-6.8",
        "purl": "pkg:deb/ubuntu/linux-ibm-6.8@6.8.0-1061.62~22.04.1?arch=source\u0026distro=jammy"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "6.8.0-1061.62~22.04.1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "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"
      ]
    },
    {
      "ecosystem_specific": {
        "availability": "Livepatch subscription required",
        "module_name_regex": "lkp_Ubuntu_6_8_0[_|\\d]+_aws_(\\d+)",
        "module_version": "121"
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:24.04:LTS",
        "name": "linux-aws",
        "purl": "pkg:deb/ubuntu/linux-aws@6.8.0-1061.64?arch=source\u0026distro=noble"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "6.8.0-1061.64"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "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"
      ]
    },
    {
      "ecosystem_specific": {
        "availability": "Livepatch subscription required",
        "module_name_regex": "lkp_Ubuntu_6_8_0[_|\\d]+_azure_(\\d+)",
        "module_version": "121"
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:24.04:LTS",
        "name": "linux-azure",
        "purl": "pkg:deb/ubuntu/linux-azure@6.8.0-1063.71?arch=source\u0026distro=noble"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "6.8.0-1063.71"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "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"
      ]
    },
    {
      "ecosystem_specific": {
        "availability": "Livepatch subscription required",
        "module_name_regex": "lkp_Ubuntu_6_8_0[_|\\d]+_gcp_(\\d+)",
        "module_version": "121"
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:24.04:LTS",
        "name": "linux-gcp",
        "purl": "pkg:deb/ubuntu/linux-gcp@6.8.0-1064.72?arch=source\u0026distro=noble"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "6.8.0-1064.72"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "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"
      ]
    },
    {
      "ecosystem_specific": {
        "availability": "Livepatch subscription required",
        "module_name_regex": "lkp_Ubuntu_6_8_0[_|\\d]+_linux_(\\d+)",
        "module_version": "121"
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:24.04:LTS",
        "name": "linux",
        "purl": "pkg:deb/ubuntu/linux@6.8.0-136.136?arch=source\u0026distro=noble"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "6.8.0-136.136"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "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"
      ]
    },
    {
      "ecosystem_specific": {
        "availability": "Livepatch subscription required",
        "module_name_regex": "lkp_Ubuntu_6_8_0[_|\\d]+_gke_(\\d+)",
        "module_version": "121"
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:24.04:LTS",
        "name": "linux-gke",
        "purl": "pkg:deb/ubuntu/linux-gke@6.8.0-1059.67?arch=source\u0026distro=noble"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "6.8.0-1059.67"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "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"
      ]
    },
    {
      "ecosystem_specific": {
        "availability": "Livepatch subscription required",
        "module_name_regex": "lkp_Ubuntu_6_8_0[_|\\d]+_ibm_(\\d+)",
        "module_version": "121"
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:24.04:LTS",
        "name": "linux-ibm",
        "purl": "pkg:deb/ubuntu/linux-ibm@6.8.0-1061.62?arch=source\u0026distro=noble"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "6.8.0-1061.62"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "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"
      ]
    },
    {
      "ecosystem_specific": {
        "availability": "Livepatch subscription required",
        "module_name_regex": "lkp_Ubuntu_6_8_0[_|\\d]+_oracle_(\\d+)",
        "module_version": "121"
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:24.04:LTS",
        "name": "linux-oracle",
        "purl": "pkg:deb/ubuntu/linux-oracle@6.8.0-1058.61?arch=source\u0026distro=noble"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "6.8.0-1058.61"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "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"
      ]
    },
    {
      "ecosystem_specific": {
        "availability": "Livepatch subscription required",
        "module_name_regex": "lkp_Ubuntu_7_0_0[_|\\d]+_aws_(\\d+)",
        "module_version": "121"
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:26.04:LTS",
        "name": "linux-aws",
        "purl": "pkg:deb/ubuntu/linux-aws@7.0.0-1009.9?arch=source\u0026distro=resolute"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "7.0.0-1009.9"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "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"
      ]
    },
    {
      "ecosystem_specific": {
        "availability": "Livepatch subscription required",
        "module_name_regex": "lkp_Ubuntu_7_0_0[_|\\d]+_azure_(\\d+)",
        "module_version": "121"
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:26.04:LTS",
        "name": "linux-azure",
        "purl": "pkg:deb/ubuntu/linux-azure@7.0.0-1010.10?arch=source\u0026distro=resolute"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "7.0.0-1010.10"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "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"
      ]
    },
    {
      "ecosystem_specific": {
        "availability": "Livepatch subscription required",
        "module_name_regex": "lkp_Ubuntu_7_0_0[_|\\d]+_gcp_(\\d+)",
        "module_version": "121"
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:26.04:LTS",
        "name": "linux-gcp",
        "purl": "pkg:deb/ubuntu/linux-gcp@7.0.0-1008.8?arch=source\u0026distro=resolute"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "7.0.0-1008.8"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "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"
      ]
    },
    {
      "ecosystem_specific": {
        "availability": "Livepatch subscription required",
        "module_name_regex": "lkp_Ubuntu_7_0_0[_|\\d]+_linux_(\\d+)",
        "module_version": "121"
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:26.04:LTS",
        "name": "linux",
        "purl": "pkg:deb/ubuntu/linux@7.0.0-28.28?arch=source\u0026distro=resolute"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "7.0.0-28.28"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "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"
      ]
    }
  ],
  "aliases": [],
  "details": "In the Linux kernel, the following vulnerability has been\nresolved: ksmbd: ipc: fix use-after-free in ipc_msg_send_request\nipc_msg_send_request() waits for a generic netlink reply using an\nipc_msg_table_entry on the stack.\n\nIn the Linux kernel, the following vulnerability has been\nresolved: ksmbd: fix use-after-free of share_conf in compound request\nsmb2_get_ksmbd_tcon() reuses work-\u003etcon in compound requests without\nvalidating tcon-\u003et_state.\n\nIn the Linux kernel, the following vulnerability has been\nresolved: netfilter: nf_conntrack_h323: check for zero length in\nDecodeQ931() In DecodeQ931(), the UserUserIE code path reads a 16-bit\nlength from the packet, then decrements it by 1 to skip the protocol\ndiscriminator byte before passing it to DecodeH323_UserInformation().\n\nIn the Linux kernel, the following vulnerability has been\nresolved: nfsd: fix heap overflow in NFSv4.0 LOCK replay cache The NFSv4.0\nreplay cache uses a fixed 112-byte inline buffer\n(rp_ibuf.\n\nIn the Linux kernel, the following vulnerability has been\nresolved: media: dvb-net: fix OOB access in ULE extension header tables The\nule_mandatory_ext_handlers.\n\nIt was discovered that the Linux kernel algif_aead module did not properly\nhandle in-place cryptographic operations. This flaw is known as Copy Fail.\nA local attacker could use this to escalate privileges, or possibly escape\na container.)(CVE-2026-31431)\n\nIn the Linux kernel, the following vulnerability has been\nresolved: ksmbd: replace hardcoded hdr2_len with offsetof() in\nsmb2_calc_max_out_buf_len() After this commit (e2b76ab8b5c9 \u0027ksmbd: add\nsupport for read compound\u0027), response buffer management was changed to use\ndynamic iov array.\n\nIn the Linux kernel, the following vulnerability has been\nresolved: usbip: validate number_of_packets in usbip_pack_ret_submit() When\na USB/IP client receives a RET_SUBMIT response, usbip_pack_ret_submit()\nunconditionally overwrites urb-\u003enumber_of_packets from the network PDU.\nThis value is subsequently used as the loop bound in usbip_recv_iso() and\nusbip_pad_iso() to iterate over urb-\u003eiso_frame_desc.\n\nIn the Linux kernel, the following vulnerability has been\nresolved: rxrpc: reject undecryptable rxkad response tickets\nrxkad_decrypt_ticket() decrypts the RXKAD response ticket and then parses\nthe buffer as plaintext without checking whether crypto_skcipher_decrypt()\nsucceeded.\n\nIn the Linux kernel, the following vulnerability has been\nresolved: batman-adv: hold claim backbone gateways by reference\nbatadv_bla_add_claim() can replace claim-\u003ebackbone_gw and drop the old\ngateway\u0027s last reference while readers still follow the pointer.\n\nIn the Linux kernel, the following vulnerability has been\nresolved: batman-adv: reject oversized global TT response buffers\nbatadv_tt_prepare_tvlv_global_data() builds the allocation length for a\nglobal TT response in 16-bit temporaries.\n\nIn the Linux kernel, the following vulnerability has been\nresolved: ksmbd: fix out-of-bounds write in smb2_get_ea() EA alignment\nsmb2_get_ea() applies 4-byte alignment padding via memset() after writing\neach EA entry.\n\nIn the Linux kernel, the following vulnerability has been\nresolved: net/x25: Fix potential double free of skb When alloc_skb fails in\nx25_queue_rx_frame it calls kfree_skb(skb) at line 48 and returns 1\n(error).\n\nIn the Linux kernel, the following vulnerability has been\nresolved: ip6_tunnel: clear skb2-\u003ecb.\n\nIn the Linux kernel, the following vulnerability has been\nresolved: ipv6: icmp: clear skb2-\u003ecb.\n\nIn the Linux kernel, the following vulnerability has been\nresolved: ksmbd: fix signededness bug in smb_direct_prepare_negotiation()\nsmb_direct_prepare_negotiation() casts an unsigned __u32 value from\nsp-\u003emax_recv_size and req-\u003epreferred_send_size to a signed int before\ncomputing min_t(int, ...).\n\nIn the Linux kernel, the following vulnerability has been\nresolved: ipv6: ioam: fix heap buffer overflow in __ioam6_fill_trace_data()\nOn the receive path, __ioam6_fill_trace_data() uses trace-\u003enodelen to\ndecide how much data to write for each node.\n\nIn the Linux kernel, the following vulnerability has been\nresolved: libceph: define and enforce CEPH_MAX_KEY_LEN When decoding the\nkey, verify that the key material would fit into a fixed-size buffer in\nprocess_auth_done() and generally has a sane length.\n\nIn the Linux kernel, the following vulnerability has been\nresolved: net/ipv6: ioam6: prevent schema length wraparound in trace fill\nioam6_fill_trace_data() stores the schema contribution to the trace length\nin a u8.\n\nIn the Linux kernel, the following vulnerability has been\nresolved: libceph: prevent potential out-of-bounds reads in\nprocess_message_header() If the message frame is (maliciously) corrupted in\na way that the length of the control segment ends up being less than the\nsize of the message header or a different frame is made to look like a\nmessage frame, out-of-bounds reads may ensue in process_message_header().\nPerform an explicit bounds check before decoding the message header.)(CVE-2026-43406).\n\nIn the Linux kernel, the following vulnerability has been\nresolved: libceph: Fix potential out-of-bounds access in\nceph_handle_auth_reply() This patch fixes an out-of-bounds access in\nceph_handle_auth_reply() that can be triggered by a message of type\nCEPH_MSG_AUTH_REPLY.\n\nIn the Linux kernel, the following vulnerability has been\nresolved: crypto: pcrypt - Fix handling of MAY_BACKLOG requests MAY_BACKLOG\nrequests can return EBUSY.\n\nIn the Linux kernel, the following vulnerability has been\nresolved: ipv6: rpl: reserve mac_len headroom when recompressed SRH grows\nipv6_rpl_srh_rcv() decompresses an RFC 6554 Source Routing Header, swaps\nthe next segment into ipv6_hdr-\u003edaddr, recompresses, then pulls the old\nheader and pushes the new one plus the IPv6 header back.\n\nIn the Linux kernel, the following vulnerability has been\nresolved: rxrpc: Fix re-decryption of RESPONSE packets If a RESPONSE packet\ngets a temporary failure during processing, it may end up in a partially\ndecrypted state - and then get requeued for a retry.\n\nIn the Linux kernel, the following vulnerability has been\nresolved: RDMA/rxe: Validate pad and ICRC before payload_size() in rxe_rcv\nrxe_rcv() currently checks only that the incoming packet is at least\nheader_size(pkt) bytes long before payload_size() is used.\n\nIn the Linux kernel, the following vulnerability has been\nresolved: libceph: Fix slab-out-of-bounds access in auth message processing\nIf a (potentially corrupted) message of type CEPH_MSG_AUTH_REPLY contains a\npositive value in its result field, it is treated as an error code by\nceph_handle_auth_reply() and returned to handle_auth_reply().\n\nIn the Linux kernel, the following vulnerability has been\nresolved: nvmet-tcp: fix race between ICReq handling and queue teardown\nnvmet_tcp_handle_icreq() updates queue-\u003estate after sending an\nInitialization Connection Response (ICResp), but it does so without\nserializing against target-side queue teardown.\n\nIn the Linux kernel, the following vulnerability has been\nresolved: smb/client: fix out-of-bounds read in symlink_data() Since\nsmb2_check_message() returns success without length validation for the\nsymlink error response, in symlink_data() it is possible for iov-\u003eiov_len\nto be smaller than sizeof(struct smb2_err_rsp).\n\nIn the Linux kernel, the following vulnerability has been\nresolved: smb: client: validate dacloffset before building DACL pointers\nparse_sec_desc(), build_sec_desc(), and the chown path in\nid_mode_to_cifs_acl() all add the server-supplied dacloffset to pntsd\nbefore proving a DACL header fits inside the returned security descriptor.\nOn 32-bit builds a malicious server can return dacloffset near U32_MAX,\nwrap the derived DACL pointer below end_of_acl, and then slip past the\nlater pointer-based bounds checks.\n\nIn the Linux kernel, the following vulnerability has been\nresolved: procfs: fix missing RCU protection when reading real_parent in\ndo_task_stat() When reading /proc/.\n\nIn the Linux kernel, the following vulnerability has been\nresolved: io-wq: check that the predecessor is hashed in\nio_wq_remove_pending() io_wq_remove_pending() needs to fix up\nwq-\u003ehash_tail.\n\nIn the Linux kernel, the following vulnerability has been\nresolved: nvmet: avoid recursive nvmet-wq flush in nvmet_ctrl_free\nnvmet_tcp_release_queue_work() runs on nvmet-wq and can drop the final\ncontroller reference through nvmet_cq_put().\n\nIn the Linux kernel, the following vulnerability has been\nresolved: net/sched: act_ct: Only release RCU read lock after ct_ft When\nlooking up a flow table in act_ct in tcf_ct_flow_table_get(),\nrhashtable_lookup_fast() internally opens and closes an RCU read critical\nsection before returning ct_ft.\n\nTristan Madani discovered that Ubuntu Linux kernel 6.8, 6.17 and 7.0\ncontained a out-of-bounds (OOB) read when handling AppArmor notifications.\nA local attacker could use this to cause kernel memory corruption and,\ntheoretically, influence processing of AppArmor policies.)(CVE-2026-47333)",
  "id": "LSN-0121-1",
  "modified": "2026-08-27T10:07:58Z",
  "published": "2026-08-27T10:07:58Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://ubuntu.com/security/notices/LSN-0121-1"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2025-68263"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2026-23428"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2026-23455"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2026-31402"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2026-31405"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2026-31431"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2026-31478"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2026-31607"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2026-31637"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2026-31657"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2026-31659"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2026-31705"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2026-43011"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2026-43037"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2026-43038"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2026-43185"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2026-43186"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2026-43304"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2026-43341"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2026-43406"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2026-43407"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2026-43493"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2026-43501"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2026-45988"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2026-46043"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2026-46119"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2026-46135"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2026-46185"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2026-46195"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2026-46259"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2026-46274"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2026-46304"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2026-46319"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2026-47333"
    }
  ],
  "related": [],
  "schema_version": "1.7.0",
  "summary": "Kernel Live Patch Security Notice",
  "upstream": [
    "UBUNTU-CVE-2025-68263",
    "UBUNTU-CVE-2026-23428",
    "UBUNTU-CVE-2026-23455",
    "UBUNTU-CVE-2026-31402",
    "UBUNTU-CVE-2026-31405",
    "UBUNTU-CVE-2026-31431",
    "UBUNTU-CVE-2026-31478",
    "UBUNTU-CVE-2026-31607",
    "UBUNTU-CVE-2026-31637",
    "UBUNTU-CVE-2026-31657",
    "UBUNTU-CVE-2026-31659",
    "UBUNTU-CVE-2026-31705",
    "UBUNTU-CVE-2026-43011",
    "UBUNTU-CVE-2026-43037",
    "UBUNTU-CVE-2026-43038",
    "UBUNTU-CVE-2026-43185",
    "UBUNTU-CVE-2026-43186",
    "UBUNTU-CVE-2026-43304",
    "UBUNTU-CVE-2026-43341",
    "UBUNTU-CVE-2026-43406",
    "UBUNTU-CVE-2026-43407",
    "UBUNTU-CVE-2026-43493",
    "UBUNTU-CVE-2026-43501",
    "UBUNTU-CVE-2026-45988",
    "UBUNTU-CVE-2026-46043",
    "UBUNTU-CVE-2026-46119",
    "UBUNTU-CVE-2026-46135",
    "UBUNTU-CVE-2026-46185",
    "UBUNTU-CVE-2026-46195",
    "UBUNTU-CVE-2026-46259",
    "UBUNTU-CVE-2026-46274",
    "UBUNTU-CVE-2026-46304",
    "UBUNTU-CVE-2026-46319",
    "UBUNTU-CVE-2026-47333"
  ]
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Loading…