Логотип exploitDog
bind:CVE-2022-49053
Консоль
Логотип exploitDog

exploitDog

bind:CVE-2022-49053

Количество 30

Количество 30

ubuntu логотип

CVE-2022-49053

12 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: scsi: target: tcmu: Fix possible page UAF tcmu_try_get_data_page() looks up pages under cmdr_lock, but it does not take refcount properly and just returns page pointer. When tcmu_try_get_data_page() returns, the returned page may have been freed by tcmu_blocks_release(). We need to get_page() under cmdr_lock to avoid concurrent tcmu_blocks_release().

CVSS3: 7.8
EPSS: Низкий
redhat логотип

CVE-2022-49053

12 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: scsi: target: tcmu: Fix possible page UAF tcmu_try_get_data_page() looks up pages under cmdr_lock, but it does not take refcount properly and just returns page pointer. When tcmu_try_get_data_page() returns, the returned page may have been freed by tcmu_blocks_release(). We need to get_page() under cmdr_lock to avoid concurrent tcmu_blocks_release().

CVSS3: 6
EPSS: Низкий
nvd логотип

CVE-2022-49053

12 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: scsi: target: tcmu: Fix possible page UAF tcmu_try_get_data_page() looks up pages under cmdr_lock, but it does not take refcount properly and just returns page pointer. When tcmu_try_get_data_page() returns, the returned page may have been freed by tcmu_blocks_release(). We need to get_page() under cmdr_lock to avoid concurrent tcmu_blocks_release().

CVSS3: 7.8
EPSS: Низкий
debian логотип

CVE-2022-49053

12 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: s ...

CVSS3: 7.8
EPSS: Низкий
github логотип

GHSA-r42x-vw8p-w99g

12 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: scsi: target: tcmu: Fix possible page UAF tcmu_try_get_data_page() looks up pages under cmdr_lock, but it does not take refcount properly and just returns page pointer. When tcmu_try_get_data_page() returns, the returned page may have been freed by tcmu_blocks_release(). We need to get_page() under cmdr_lock to avoid concurrent tcmu_blocks_release().

CVSS3: 7.8
EPSS: Низкий
fstec логотип

BDU:2025-04431

почти 4 года назад

Уязвимость функции tcmu_try_get_block_page() модуля drivers/target/target_core_user.c - драйвера поддержки TCM ядра операционной системы Linux, позволяющая нарушителю оказать воздействие на конфиденциальность, целостность и доступность защищаемой информации

CVSS3: 7.8
EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2025:03138-1

5 месяцев назад

Security update for the Linux Kernel (Live Patch 62 for SLE 12 SP5)

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2025:03135-1

5 месяцев назад

Security update for the Linux Kernel (Live Patch 60 for SLE 12 SP5)

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2025:03180-1

5 месяцев назад

Security update for the Linux Kernel (Live Patch 33 for SLE 15 SP4)

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2025:03165-1

5 месяцев назад

Security update for the Linux Kernel (Live Patch 37 for SLE 15 SP4)

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2025:03160-1

5 месяцев назад

Security update for the Linux Kernel (Live Patch 36 for SLE 15 SP4)

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2025:03133-1

5 месяцев назад

Security update for the Linux Kernel (Live Patch 50 for SLE 15 SP3)

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2025:03129-1

5 месяцев назад

Security update for the Linux Kernel (Live Patch 54 for SLE 15 SP3)

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2025:03126-1

5 месяцев назад

Security update for the Linux Kernel (Live Patch 51 for SLE 15 SP3)

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2025:03208-1

5 месяцев назад

Security update for the Linux Kernel (Live Patch 23 for SLE 15 SP5)

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2025:03194-1

5 месяцев назад

Security update for the Linux Kernel (Live Patch 24 for SLE 15 SP5)

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2025:03185-1

5 месяцев назад

Security update for the Linux Kernel (Live Patch 21 for SLE 15 SP5)

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2025:03190-1

5 месяцев назад

Security update for the Linux Kernel (Live Patch 17 for SLE 15 SP5)

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2025:03181-1

5 месяцев назад

Security update for the Linux Kernel (Live Patch 32 for SLE 15 SP4)

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2025:03175-1

5 месяцев назад

Security update for the Linux Kernel (Live Patch 29 for SLE 15 SP4)

EPSS: Низкий

Уязвимостей на страницу

Уязвимость
CVSS
EPSS
Опубликовано
ubuntu логотип
CVE-2022-49053

In the Linux kernel, the following vulnerability has been resolved: scsi: target: tcmu: Fix possible page UAF tcmu_try_get_data_page() looks up pages under cmdr_lock, but it does not take refcount properly and just returns page pointer. When tcmu_try_get_data_page() returns, the returned page may have been freed by tcmu_blocks_release(). We need to get_page() under cmdr_lock to avoid concurrent tcmu_blocks_release().

CVSS3: 7.8
0%
Низкий
12 месяцев назад
redhat логотип
CVE-2022-49053

In the Linux kernel, the following vulnerability has been resolved: scsi: target: tcmu: Fix possible page UAF tcmu_try_get_data_page() looks up pages under cmdr_lock, but it does not take refcount properly and just returns page pointer. When tcmu_try_get_data_page() returns, the returned page may have been freed by tcmu_blocks_release(). We need to get_page() under cmdr_lock to avoid concurrent tcmu_blocks_release().

CVSS3: 6
0%
Низкий
12 месяцев назад
nvd логотип
CVE-2022-49053

In the Linux kernel, the following vulnerability has been resolved: scsi: target: tcmu: Fix possible page UAF tcmu_try_get_data_page() looks up pages under cmdr_lock, but it does not take refcount properly and just returns page pointer. When tcmu_try_get_data_page() returns, the returned page may have been freed by tcmu_blocks_release(). We need to get_page() under cmdr_lock to avoid concurrent tcmu_blocks_release().

CVSS3: 7.8
0%
Низкий
12 месяцев назад
debian логотип
CVE-2022-49053

In the Linux kernel, the following vulnerability has been resolved: s ...

CVSS3: 7.8
0%
Низкий
12 месяцев назад
github логотип
GHSA-r42x-vw8p-w99g

In the Linux kernel, the following vulnerability has been resolved: scsi: target: tcmu: Fix possible page UAF tcmu_try_get_data_page() looks up pages under cmdr_lock, but it does not take refcount properly and just returns page pointer. When tcmu_try_get_data_page() returns, the returned page may have been freed by tcmu_blocks_release(). We need to get_page() under cmdr_lock to avoid concurrent tcmu_blocks_release().

CVSS3: 7.8
0%
Низкий
12 месяцев назад
fstec логотип
BDU:2025-04431

Уязвимость функции tcmu_try_get_block_page() модуля drivers/target/target_core_user.c - драйвера поддержки TCM ядра операционной системы Linux, позволяющая нарушителю оказать воздействие на конфиденциальность, целостность и доступность защищаемой информации

CVSS3: 7.8
0%
Низкий
почти 4 года назад
suse-cvrf логотип
SUSE-SU-2025:03138-1

Security update for the Linux Kernel (Live Patch 62 for SLE 12 SP5)

5 месяцев назад
suse-cvrf логотип
SUSE-SU-2025:03135-1

Security update for the Linux Kernel (Live Patch 60 for SLE 12 SP5)

5 месяцев назад
suse-cvrf логотип
SUSE-SU-2025:03180-1

Security update for the Linux Kernel (Live Patch 33 for SLE 15 SP4)

5 месяцев назад
suse-cvrf логотип
SUSE-SU-2025:03165-1

Security update for the Linux Kernel (Live Patch 37 for SLE 15 SP4)

5 месяцев назад
suse-cvrf логотип
SUSE-SU-2025:03160-1

Security update for the Linux Kernel (Live Patch 36 for SLE 15 SP4)

5 месяцев назад
suse-cvrf логотип
SUSE-SU-2025:03133-1

Security update for the Linux Kernel (Live Patch 50 for SLE 15 SP3)

5 месяцев назад
suse-cvrf логотип
SUSE-SU-2025:03129-1

Security update for the Linux Kernel (Live Patch 54 for SLE 15 SP3)

5 месяцев назад
suse-cvrf логотип
SUSE-SU-2025:03126-1

Security update for the Linux Kernel (Live Patch 51 for SLE 15 SP3)

5 месяцев назад
suse-cvrf логотип
SUSE-SU-2025:03208-1

Security update for the Linux Kernel (Live Patch 23 for SLE 15 SP5)

5 месяцев назад
suse-cvrf логотип
SUSE-SU-2025:03194-1

Security update for the Linux Kernel (Live Patch 24 for SLE 15 SP5)

5 месяцев назад
suse-cvrf логотип
SUSE-SU-2025:03185-1

Security update for the Linux Kernel (Live Patch 21 for SLE 15 SP5)

5 месяцев назад
suse-cvrf логотип
SUSE-SU-2025:03190-1

Security update for the Linux Kernel (Live Patch 17 for SLE 15 SP5)

5 месяцев назад
suse-cvrf логотип
SUSE-SU-2025:03181-1

Security update for the Linux Kernel (Live Patch 32 for SLE 15 SP4)

5 месяцев назад
suse-cvrf логотип
SUSE-SU-2025:03175-1

Security update for the Linux Kernel (Live Patch 29 for SLE 15 SP4)

5 месяцев назад

Уязвимостей на страницу