В ядре Linux устранена следующая уязвимость:
iomap: не освобождать несуществующую полезную нагрузку целостности
fs_bio_integrity_alloc может не выделить полезную нагрузку биологической целостности, если PI
проверка отключена на блочном устройстве. Проверьте этот случай перед
вызов fs_bio_integrity_free в iomap_bio_read_folio_range_sync для
избегайте разыменования NULL-указателя.
Сделайте так, чтобы ветка охватывала и проверку PI - пока
fs_bio_integrity_verify работает без полезной нагрузки целостности, для этого требуется
тот, кто действительно делает полезную работу.
Показать оригинальное описание (EN)
In the Linux kernel, the following vulnerability has been resolved: iomap: don't free integrity payload that doesn't exist fs_bio_integrity_alloc might not allocate a bio integrity payload if PI verification is disabled on the block device. Check for that case before calling fs_bio_integrity_free in iomap_bio_read_folio_range_sync to avoid a NULL pointer dereferences. Make the branch cover the PI verification as well - while fs_bio_integrity_verify works without an integrity payload, it requires one to actually do useful work.
Уязвимые продукты 2
| Конфигурация | От (включительно) | До (исключительно) |
|---|---|---|
|
Linux Linux_Kernel
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
|
7.1
|
7.2.4
|
|
Linux Linux_Kernel
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
|
7.1
|
7.3-rc1
|