Описание
In the Linux kernel, the following vulnerability has been resolved: jfs: fix slab-out-of-bounds read in ea_get() During the "size_check" label in ea_get(), the code checks if the extended attribute list (xattr) size matches ea_size. If not, it logs "ea_get: invalid extended attribute" and calls print_hex_dump(). Here, EALIST_SIZE(ea_buf->xattr) returns 4110417968, which exceeds INT_MAX (2,147,483,647). Then ea_size is clamped: int size = clamp_t(int, ea_size, 0, EALIST_SIZE(ea_buf->xattr)); Although clamp_t aims to bound ea_size between 0 and 4110417968, the upper limit is treated as an int, causing an overflow above 2^31 - 1. This leads "size" to wrap around and become negative (-184549328). The "size" is then passed to print_hex_dump() (called "len" in print_hex_dump()), it is passed as type size_t (an unsigned type), this is then stored inside a variable called "int remaining", which is then assigned to "int linelen" which is then passed to hex_dump_to_buffer(). In print_he...
Релиз | Статус | Примечание |
---|---|---|
bionic | not-affected | 4.13.0-16.19 |
devel | pending | 6.15.0-3.3 |
esm-infra-legacy/trusty | not-affected | 3.13.0-173.224 |
esm-infra/bionic | not-affected | 4.15.0-22.24 |
esm-infra/focal | pending | 5.4.0-218.238 |
esm-infra/xenial | not-affected | 4.4.0-22.39 |
focal | ignored | end of standard support, was pending [5.4.0-218.238] |
jammy | pending | 5.15.0-142.152 |
noble | needed | |
oracular | pending | 6.11.0-28.28 |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | end of kernel support |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | not-affected | 4.15.0-1001.1 |
devel | needed | |
esm-infra-legacy/trusty | not-affected | 4.4.0-1054.58 |
esm-infra/bionic | not-affected | 4.15.0-1009.9 |
esm-infra/focal | pending | 5.4.0-1147.157 |
esm-infra/xenial | not-affected | 4.4.0-1001.10 |
focal | ignored | end of standard support, was needed |
jammy | pending | 5.15.0-1086.93 |
noble | needed | |
oracular | pending | 6.11.0-1015.16 |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | ignored | end of standard support |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | ignored | superseded by linux-aws-5.3 |
esm-infra/focal | DNE | |
focal | DNE | |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-aws-5.13 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was ignored [superseded by linux-aws-5.13] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-aws-5.15 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was ignored [superseded by linux-aws-5.15] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | pending | 5.15.0-1086.93~20.04.1 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was needed |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | superseded by linux-aws-6.2 |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | ignored | end of standard support |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | ignored | superseded by linux-aws-5.4 |
esm-infra/focal | DNE | |
focal | DNE | |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | not-affected | 5.4.0-1020.20~18.04.2 |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | pending | 5.4.0-1147.157~18.04.1 |
esm-infra/focal | DNE | |
focal | DNE | |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-aws-5.11 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was ignored [superseded by linux-aws-5.11] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | superseded by linux-aws-6.5 |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | superseded by linux-aws-6.8 |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | needed | |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | DNE | |
fips-preview/jammy | not-affected | 5.15.0-1051.56+fips1 |
fips-updates/bionic | not-affected | 4.15.0-2000.4 |
fips-updates/focal | pending | 5.4.0-1147.157+fips1 |
fips-updates/jammy | pending | 5.15.0-1086.93+fips1 |
fips-updates/xenial | DNE | |
fips/bionic | not-affected | 4.15.0-2000.4 |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | not-affected | 4.15.0-1031.33~16.04.1 |
focal | DNE | |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | ignored | end of standard support |
devel | needed | |
esm-infra-legacy/trusty | not-affected | 4.15.0-1059.64~14.04.1 |
esm-infra/bionic | ignored | superseded by linux-azure-5.3 |
esm-infra/focal | pending | 5.4.0-1152.159 |
esm-infra/xenial | not-affected | 4.11.0-1015.15 |
focal | ignored | end of standard support, was needed |
jammy | pending | 5.15.0-1091.100 |
noble | needed | |
oracular | pending | 6.11.0-1017.17 |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | not-affected | 4.15.0-1082.92 |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | not-affected | 4.15.0-1082.92 |
esm-infra/focal | DNE | |
focal | DNE | |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-azure-5.13 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was ignored [superseded by linux-azure-5.13] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE | |
trusty | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-azure-5.15 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was ignored [superseded by linux-azure-5.15] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | pending | 5.15.0-1091.100~20.04.1 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was needed |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | superseded by linux-azure-6.2 |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | ignored | end of standard support |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | ignored | superseded by linux-azure-5.4 |
esm-infra/focal | DNE | |
focal | DNE | |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | not-affected | 5.4.0-1022.22~18.04.1 |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | pending | 5.4.0-1152.159~18.04.1 |
esm-infra/focal | DNE | |
focal | DNE | |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-azure-5.11 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was ignored [superseded by linux-azure-5.11] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | DNE | |
noble | pending | 6.11.0-1017.17~24.04.1 |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | superseded by linux-azure-6.5 |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | superseded by linux-azure-6.8 |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | needed | |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | ignored | end of standard support |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | ignored | superseded by linux-azure-5.3 |
esm-infra/focal | DNE | |
focal | DNE | |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-azure-fde-5.15 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was ignored [superseded by linux-azure-fde-5.15] |
jammy | needed | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | not-affected | 5.15.0-1019.24~20.04.1.1 |
esm-infra/xenial | DNE | |
focal | not-affected | 5.15.0-1019.24~20.04.1.1 |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | superseded by linux-azure-fde-6.2 |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | replaced by linux-azure-6.5 |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | DNE | |
fips-preview/jammy | not-affected | 5.15.0-1053.61+fips1 |
fips-updates/bionic | not-affected | 4.15.0-1002.2 |
fips-updates/focal | pending | 5.4.0-1153.160+fips1 |
fips-updates/jammy | pending | 5.15.0-1091.100+fips1 |
fips-updates/xenial | DNE | |
fips/bionic | not-affected | 4.15.0-1002.2 |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | DNE | |
noble | needed | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
bluefield/jammy | pending | 5.15.0-1069.71 |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | pending | 5.4.0-1106.113 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was needed |
jammy | DNE | |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | DNE | |
fips-preview/jammy | not-affected | 5.15.0-73.80+fips1 |
fips-updates/bionic | not-affected | 4.15.0-1027.32 |
fips-updates/focal | pending | 5.4.0-1121.131 |
fips-updates/jammy | pending | 5.15.0-142.152+fips1 |
fips-updates/xenial | not-affected | 4.4.0-1003.3 |
fips/bionic | not-affected | 4.15.0-1011.12 |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | ignored | end of standard support |
devel | needed | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | ignored | superseded by linux-gcp-5.3 |
esm-infra/focal | pending | 5.4.0-1150.159 |
esm-infra/xenial | not-affected | 4.10.0-1004.4 |
focal | ignored | end of standard support, was needed |
jammy | pending | 5.15.0-1085.94 |
noble | needed | |
oracular | pending | 6.11.0-1016.16 |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | not-affected | 4.15.0-1071.81 |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | not-affected | 4.15.0-1071.81 |
esm-infra/focal | DNE | |
focal | DNE | |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-gcp-5.13 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was ignored [superseded by linux-gcp-5.13] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-gcp-5.15 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was ignored [superseded by linux-gcp-5.15] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | pending | 5.15.0-1085.94~20.04.1 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was needed |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | superseded by linux-gcp-6.2 |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | ignored | end of standard support |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | ignored | superseded by linux-gcp-5.4 |
esm-infra/focal | DNE | |
focal | DNE | |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | not-affected | 5.4.0-1021.21~18.04.1 |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | pending | 5.4.0-1150.159~18.04.1 |
esm-infra/focal | DNE | |
focal | DNE | |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-gcp-5.11 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was ignored [superseded by linux-gcp-5.11] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | DNE | |
noble | pending | 6.11.0-1016.16~24.04.1 |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | superseded by linux-gcp-6.5 |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | superseded by linux-gcp-6.8 |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | needed | |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | DNE | |
fips-preview/jammy | not-affected | 5.15.0-1048.56+fips1 |
fips-updates/bionic | not-affected | 4.15.0-2013.14 |
fips-updates/focal | pending | 5.4.0-1150.159+fips1 |
fips-updates/jammy | pending | 5.15.0-1085.94+fips1 |
fips-updates/xenial | DNE | |
fips/bionic | not-affected | 4.15.0-1001.1 |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | end of kernel support |
focal | ignored | end of kernel support |
jammy | pending | 5.15.0-1083.89 |
noble | needed | |
oracular | DNE | |
plucky | DNE | |
trusty | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | ignored | end of standard support |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | ignored | superseded by linux-gke-5.0 |
esm-infra/focal | DNE | |
focal | DNE | |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | end of kernel support |
esm-infra/xenial | DNE | |
focal | ignored | end of kernel support |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | ignored | end of standard support |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | ignored | end of kernel support |
esm-infra/focal | DNE | |
focal | DNE | |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | end of kernel support |
focal | ignored | end of kernel support |
jammy | pending | 5.15.0-1068.76 |
noble | needed | |
oracular | DNE | |
plucky | DNE | |
trusty | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | ignored | end of kernel support |
esm-infra/xenial | DNE | |
focal | ignored | end of kernel support |
jammy | DNE | |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | ignored | end of standard support |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | ignored | end of kernel support |
esm-infra/focal | DNE | |
focal | DNE | |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | ignored | end of standard support |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | ignored | replaced by linux-hwe-5.4 |
esm-infra/focal | DNE | |
esm-infra/xenial | not-affected | 4.8.0-39.42~16.04.1 |
focal | DNE | |
jammy | DNE | |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-hwe-5.13 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was ignored [superseded by linux-hwe-5.13] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-hwe-5.15 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was ignored [superseded by linux-hwe-5.15] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | pending | 5.15.0-142.152~20.04.1 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was needed |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | superseded by linux-hwe-6.2 |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | not-affected | 5.4.0-37.41~18.04.1 |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | pending | 5.4.0-218.238~18.04.1 |
esm-infra/focal | DNE | |
focal | DNE | |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-hwe-5.11 |
focal | ignored | end of standard support, was ignored [superseded by linux-hwe-5.11] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE | |
trusty | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | DNE | |
noble | pending | 6.11.0-28.28~24.04.1 |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | superseded by linux-hwe-6.5 |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | superseded by linux-hwe-6.8 |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | needed | |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | ignored | end of standard support |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | ignored | superseded by linux-hwe-5.4 |
esm-infra/focal | DNE | |
esm-infra/xenial | ignored | superseded by linux-hwe |
focal | DNE | |
jammy | DNE | |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | pending | 5.4.0-1093.98 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was needed |
jammy | pending | 5.15.0-1078.81 |
noble | needed | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | pending | 5.15.0-1078.81~20.04.1 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was needed |
jammy | DNE | |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | not-affected | 5.4.0-1010.11~18.04.2 |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | pending | 5.4.0-1093.98~18.04.1 |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | DNE | |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | DNE | |
noble | needed | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | end of kernel support |
focal | ignored | end of kernel support |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE | |
trusty | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra/focal | DNE | |
focal | DNE | |
jammy | ignored | superseded by Ubuntu Pro ppa version |
noble | DNE | |
oracular | DNE | |
plucky | DNE | |
realtime/jammy | pending | 5.15.0-1079.81 |
trusty | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | pending | 5.15.0-1081.87 |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | pending | 5.15.0-1081.87~20.04.1 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was needed |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | pending | 5.4.0-1051.54 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was needed |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | not-affected | 4.15.0-1002.2 |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | not-affected | 4.15.0-1010.10 |
esm-infra/focal | pending | 5.4.0-1134.143 |
esm-infra/xenial | not-affected | 4.4.0-1007.12 |
focal | ignored | end of standard support, was needed |
jammy | pending | 5.15.0-1082.87 |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | pending | 5.15.0-142.152 |
noble | needed | |
oracular | pending | 6.11.0-1015.16 |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | pending | 5.15.0-142.152~20.04.1 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was needed |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | superseded by linux-lowlatency-hwe-6.2 |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | DNE | |
noble | pending | 6.11.0-1015.16~24.04.2 |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | superseded by linux-lowlatency-hwe-6.5 |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | superseded by linux-lowlatency-hwe-6.8 |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | needed | |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | not-affected | 4.4.0-164.192~14.04.1 |
esm-infra/focal | DNE | |
focal | DNE | |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE | |
trusty | not-affected | 4.4.0-13.29~14.04.1 |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | pending | 5.15.0-1080.81 |
noble | needed | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | superseded by linux-nvidia-6.5 |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | superseded by linux-nvidia-6.8 |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | needed | |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | DNE | |
noble | needed | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | pending | 5.15.0-1039.39 |
noble | not-affected | 6.8.0-1003.3 |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | not-affected | 5.15.0-1009.9~20.04.1 |
esm-infra/xenial | DNE | |
focal | not-affected | 5.15.0-1009.9~20.04.1 |
jammy | DNE | |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | pending | 5.15.0-1028.28 |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | ignored | end of standard support |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | ignored | replaced by linux-hwe-5.4 |
esm-infra/focal | DNE | |
focal | DNE | |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-oem-5.13 |
focal | ignored | end of standard support, was ignored [superseded by linux-oem-5.13] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE | |
trusty | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-oem-5.14 |
focal | ignored | end of standard support, was ignored [superseded by linux-oem-5.14] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE | |
trusty | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | replaced by linux-hwe-5.15 |
focal | ignored | end of standard support, was ignored [replaced by linux-hwe-5.15] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE | |
trusty | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | superseded by linux-oem-6.1 |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-oem-5.10 |
focal | ignored | end of standard support, was ignored [superseded by linux-oem-5.10] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE | |
trusty | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | superseded by linux-oem-6.1 |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | superseded by linux-oem-6.5 |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | DNE | |
noble | pending | 6.11.0-1024.24 |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | DNE | |
noble | not-affected | 6.14.0-1004.4 |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | superseded by linux-oem-6.8 |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | DNE | |
noble | needed | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | not-affected | 4.15.0-1008.10 |
devel | needed | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | not-affected | 4.15.0-1008.10 |
esm-infra/focal | pending | 5.4.0-1145.155 |
esm-infra/xenial | not-affected | 4.15.0-1008.10~16.04.1 |
focal | ignored | end of standard support, was needed |
jammy | pending | 5.15.0-1083.89 |
noble | needed | |
oracular | pending | 6.11.0-1017.18 |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | ignored | end of standard support |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | ignored | superseded by linux-oracle-5.3 |
esm-infra/focal | DNE | |
focal | DNE | |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-oracle-5.13 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was ignored [superseded by linux-oracle-5.13] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-oracle-5.15 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was ignored [superseded by linux-oracle-5.15] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | pending | 5.15.0-1083.89~20.04.1 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was needed |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | ignored | end of standard support |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | ignored | superseded by linux-oracle-5.4 |
esm-infra/focal | DNE | |
focal | DNE | |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | not-affected | 5.4.0-1021.21~18.04.1 |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | pending | 5.4.0-1145.155~18.04.1 |
esm-infra/focal | DNE | |
focal | DNE | |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-oracle-5.11 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was ignored [superseded by linux-oracle-5.11] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | superseded by linux-oracle-6.8 |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | needed | |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | needed | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | pending | 5.4.0-1130.143 |
focal | ignored | end of standard support, was needed |
jammy | pending | 5.15.0-1080.83 |
noble | needed | |
oracular | pending | 6.11.0-1014.14 |
plucky | pending | 6.14.0-1007.7 |
trusty | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | not-affected | 5.4.0-1013.13~18.04.1 |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | pending | 5.4.0-1130.143~18.04.1 |
esm-infra/focal | DNE | |
focal | DNE | |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra/focal | DNE | |
focal | DNE | |
jammy | DNE | |
noble | ignored | superseded by Ubuntu Pro ppa version |
oracular | DNE | |
plucky | DNE | |
realtime/noble | needed | |
trusty | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | ignored | end of standard support |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | replaced by linux-raspi |
focal | ignored | end of standard support, was ignored [replaced by linux-raspi] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE | |
trusty | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | needed | |
esm-infra/focal | DNE | |
focal | DNE | |
jammy | ignored | superseded by Ubuntu Pro ppa version |
noble | ignored | superseded by Ubuntu Pro ppa version |
oracular | pending | 6.11.0-1011.11 |
plucky | pending | 6.14.0-1004.4 |
realtime/jammy | pending | 5.15.0-1086.95 |
realtime/noble | needed |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | needed | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-riscv-5.8 |
focal | ignored | end of standard support, was ignored [superseded by linux-riscv-5.8] |
jammy | ignored | end of kernel support |
noble | ignored | end of life, was needed |
oracular | pending | 6.11.0-28.28.1 |
plucky | pending | 6.14.0-22.22.1 |
trusty | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-riscv-5.13 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was ignored [superseded by linux-riscv-5.13] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | pending | 5.15.0-1081.85~20.04.1 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was needed |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | end of kernel support |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | ignored | superseded by linux-riscv-5.11 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was ignored [superseded by linux-riscv-5.11] |
jammy | DNE | |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | superseded by linux-riscv-6.8 |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | needed | |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | end of kernel support |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | superseded by linux-starfive-6.5 |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | DNE | |
esm-infra/focal | DNE | |
esm-infra/xenial | DNE | |
focal | DNE | |
jammy | ignored | end of kernel support |
noble | DNE | |
oracular | DNE |
Показывать по
Релиз | Статус | Примечание |
---|---|---|
bionic | DNE | |
devel | DNE | |
esm-infra-legacy/trusty | DNE | |
esm-infra/focal | pending | 5.4.0-1065.69 |
esm-infra/xenial | DNE | |
focal | ignored | end of standard support, was needed |
jammy | pending | 5.15.0-1050.54 |
noble | DNE | |
oracular | DNE | |
plucky | DNE |
Показывать по
Ссылки на источники
EPSS
7.1 High
CVSS3
Связанные уязвимости
In the Linux kernel, the following vulnerability has been resolved: jfs: fix slab-out-of-bounds read in ea_get() During the "size_check" label in ea_get(), the code checks if the extended attribute list (xattr) size matches ea_size. If not, it logs "ea_get: invalid extended attribute" and calls print_hex_dump(). Here, EALIST_SIZE(ea_buf->xattr) returns 4110417968, which exceeds INT_MAX (2,147,483,647). Then ea_size is clamped: int size = clamp_t(int, ea_size, 0, EALIST_SIZE(ea_buf->xattr)); Although clamp_t aims to bound ea_size between 0 and 4110417968, the upper limit is treated as an int, causing an overflow above 2^31 - 1. This leads "size" to wrap around and become negative (-184549328). The "size" is then passed to print_hex_dump() (called "len" in print_hex_dump()), it is passed as type size_t (an unsigned type), this is then stored inside a variable called "int remaining", which is then assigned to "int linelen" which is then passed to hex_dump_to_buffer(). In print_hex_dump...
In the Linux kernel, the following vulnerability has been resolved: jfs: fix slab-out-of-bounds read in ea_get() During the "size_check" label in ea_get(), the code checks if the extended attribute list (xattr) size matches ea_size. If not, it logs "ea_get: invalid extended attribute" and calls print_hex_dump(). Here, EALIST_SIZE(ea_buf->xattr) returns 4110417968, which exceeds INT_MAX (2,147,483,647). Then ea_size is clamped: int size = clamp_t(int, ea_size, 0, EALIST_SIZE(ea_buf->xattr)); Although clamp_t aims to bound ea_size between 0 and 4110417968, the upper limit is treated as an int, causing an overflow above 2^31 - 1. This leads "size" to wrap around and become negative (-184549328). The "size" is then passed to print_hex_dump() (called "len" in print_hex_dump()), it is passed as type size_t (an unsigned type), this is then stored inside a variable called "int remaining", which is then assigned to "int linelen" which is then passed to hex_dump_to_buffer(). In print_hex_
In the Linux kernel, the following vulnerability has been resolved: j ...
In the Linux kernel, the following vulnerability has been resolved: jfs: fix slab-out-of-bounds read in ea_get() During the "size_check" label in ea_get(), the code checks if the extended attribute list (xattr) size matches ea_size. If not, it logs "ea_get: invalid extended attribute" and calls print_hex_dump(). Here, EALIST_SIZE(ea_buf->xattr) returns 4110417968, which exceeds INT_MAX (2,147,483,647). Then ea_size is clamped: int size = clamp_t(int, ea_size, 0, EALIST_SIZE(ea_buf->xattr)); Although clamp_t aims to bound ea_size between 0 and 4110417968, the upper limit is treated as an int, causing an overflow above 2^31 - 1. This leads "size" to wrap around and become negative (-184549328). The "size" is then passed to print_hex_dump() (called "len" in print_hex_dump()), it is passed as type size_t (an unsigned type), this is then stored inside a variable called "int remaining", which is then assigned to "int linelen" which is then passed to hex_dump_to_buffer(). In print_h...
EPSS
7.1 High
CVSS3