Lucene search
K

4827 matches found

RedhatCVE
RedhatCVE
added 2024/02/29 9:2 a.m.18 views

CVE-2021-46979

In the Linux kernel, the following vulnerability has been resolved: iio: core: fix ioctl handlers removal Currently ioctl handlers are removed twice. For the first time during iiodeviceunregister then later on inside iiodeviceunregistereventset and iiobuffersfreesysfsandmask. Double free leads to...

4.4CVSS6.7AI score0.00222EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2024/02/29 3:56 a.m.3 views

SUSE CVE-2021-46957

In the Linux kernel, the following vulnerability has been resolved: riscv/kprobe: fix kernel panic when invoking sysread traced by kprobe The execution of sysread end up hitting a BUGON in findgetblock after installing kprobe at sysread, the BUG message like the following: 65.708663 ------------...

5.5CVSS5.3AI score0.00208EPSS
Exploits0References3
OSV
OSV
added 2024/02/28 9:15 a.m.6 views

CVE-2020-36787

In the Linux kernel, the following vulnerability has been resolved: media: aspeed: fix clock handling logic Video engine uses eclk and vclk for its clock sources and its reset control is coupled with eclk so the current clock enabling sequence works like below. Enable eclk De-assert Video Engine...

5.5CVSS6.5AI score
Exploits0References5
OSV
OSV
added 2024/02/28 9:15 a.m.4 views

CVE-2021-46982

In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: fix race condition of overwrite vs truncate posfsstress testcase complains a panic as belew: ------------ cut here ------------ kernel BUG at fs/f2fs/compress.c:1082! invalid opcode: 0000 1 SMP PTI CPU: 4 PID:...

4.7CVSS6.5AI score
Exploits0References4
NVD
NVD
added 2024/02/28 9:15 a.m.17 views

CVE-2021-46979

In the Linux kernel, the following vulnerability has been resolved: iio: core: fix ioctl handlers removal Currently ioctl handlers are removed twice. For the first time during iiodeviceunregister then later on inside iiodeviceunregistereventset and iiobuffersfreesysfsandmask. Double free leads to...

5.5CVSS6.6AI score0.00222EPSS
Exploits0References3
UbuntuCve
UbuntuCve
added 2024/02/28 9:15 a.m.14 views

CVE-2021-46979

In the Linux kernel, the following vulnerability has been resolved: iio: core: fix ioctl handlers removal Currently ioctl handlers are removed twice. For the first time during iiodeviceunregister then later on inside iiodeviceunregistereventset and iiobuffersfreesysfsandmask. Double free leads to...

5.5CVSS5.7AI score0.00222EPSS
Exploits0References5
Prion
Prion
added 2024/02/28 9:15 a.m.19 views

Double free

In the Linux kernel, the following vulnerability has been resolved: iio: core: fix ioctl handlers removal Currently ioctl handlers are removed twice. For the first time during iiodeviceunregister then later on inside iiodeviceunregistereventset and iiobuffersfreesysfsandmask. Double free leads to...

6.9AI score0.00222EPSS
Exploits0References3
Prion
Prion
added 2024/02/28 9:15 a.m.23 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix panic during f2fsresizefs f2fsresizefs hangs in below callstack with testcase: - mkfs 16GB image & mount image - dd 8GB fileA - dd 8GB fileB - sync - rm fileA - sync - resize filesystem to 8GB kernel BUG at...

6.6AI score0.00236EPSS
Exploits0References4
Prion
Prion
added 2024/02/28 9:15 a.m.40 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: media: aspeed: fix clock handling logic Video engine uses eclk and vclk for its clock sources and its reset control is coupled with eclk so the current clock enabling sequence works like below. Enable eclk De-assert Video Engine...

6.5AI score0.00222EPSS
Exploits0References5
OSV
OSV
added 2024/02/28 9:15 a.m.1 views

UBUNTU-CVE-2021-46982

In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: fix race condition of overwrite vs truncate posfsstress testcase complains a panic as belew: ------------ cut here ------------ kernel BUG at fs/f2fs/compress.c:1082! invalid opcode: 0000 1 SMP PTI CPU: 4 PID:...

4.7CVSS5.7AI score0.00179EPSS
Exploits0References7
OSV
OSV
added 2024/02/28 9:15 a.m.0 views

UBUNTU-CVE-2021-46979

In the Linux kernel, the following vulnerability has been resolved: iio: core: fix ioctl handlers removal Currently ioctl handlers are removed twice. For the first time during iiodeviceunregister then later on inside iiodeviceunregistereventset and iiobuffersfreesysfsandmask. Double free leads to...

5.5CVSS5.7AI score0.00222EPSS
Exploits0References6
Cvelist
Cvelist
added 2024/02/28 8:13 a.m.28 views

CVE-2021-47019 mt76: mt7921: fix possible invalid register access

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7921: fix possible invalid register access Disable the interrupt and synchronze for the pending irq handlers to ensure the irq tasklet is not being scheduled after the suspend to avoid the possible invalid register access...

6.7AI score0.00205EPSS
Exploits0References2
CVE
CVE
added 2024/02/28 8:13 a.m.5340 views

CVE-2021-47019

The CVE-2021-47019 entry concerns the Linux kernel mt76/mt7921 path, where a race could lead to invalid register access after suspend when the PCIe host controller is suspended. Public details describe a fix that disables interrupts and synchronizes pending IRQ handlers to ensure the irq tasklet ...

5.5CVSS6.6AI score0.00205EPSS
Exploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/02/28 8:13 a.m.15 views

CVE-2021-47019

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7921: fix possible invalid register access Disable the interrupt and synchronze for the pending irq handlers to ensure the irq tasklet is not being scheduled after the suspend to avoid the possible invalid register access...

5.5CVSS5.4AI score0.00205EPSS
Exploits0
Cvelist
Cvelist
added 2024/02/28 8:13 a.m.21 views

CVE-2021-47007 f2fs: fix panic during f2fs_resize_fs()

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix panic during f2fsresizefs f2fsresizefs hangs in below callstack with testcase: - mkfs 16GB image & mount image - dd 8GB fileA - dd 8GB fileB - sync - rm fileA - sync - resize filesystem to 8GB kernel BUG at...

6.6AI score0.00236EPSS
Exploits0References4
CVE
CVE
added 2024/02/28 8:13 a.m.96 views

CVE-2021-47007

CVE-2021-47007 affects the Linux kernel’s f2fs resizing path. The issue occurs in f2fs_resize_fs() when resizing a 16GB image to 8GB, where the allocator may run out of space during block migration because the code did not verify there is enough free space to store blocks before resizing. This ca...

5.5CVSS6.4AI score0.00236EPSS
Exploits0References4Affected Software1
Debian CVE
Debian CVE
added 2024/02/28 8:13 a.m.20 views

CVE-2021-46983

In the Linux kernel, the following vulnerability has been resolved: nvmet-rdma: Fix NULL deref when SEND is completed with error When running some traffic and taking down the link on peer, a retry counter exceeded error is received. This leads to nvmetrdmaerrorcomp which tried accessing the...

5.5CVSS6.4AI score0.00236EPSS
Exploits0
Cvelist
Cvelist
added 2024/02/28 8:13 a.m.17 views

CVE-2021-46979 iio: core: fix ioctl handlers removal

In the Linux kernel, the following vulnerability has been resolved: iio: core: fix ioctl handlers removal Currently ioctl handlers are removed twice. For the first time during iiodeviceunregister then later on inside iiodeviceunregistereventset and iiobuffersfreesysfsandmask. Double free leads to...

6.9AI score0.00222EPSS
Exploits0References3
Cvelist
Cvelist
added 2024/02/28 8:13 a.m.25 views

CVE-2020-36787 media: aspeed: fix clock handling logic

In the Linux kernel, the following vulnerability has been resolved: media: aspeed: fix clock handling logic Video engine uses eclk and vclk for its clock sources and its reset control is coupled with eclk so the current clock enabling sequence works like below. Enable eclk De-assert Video Engine...

6.2AI score0.00222EPSS
Exploits0References5
Vulnrichment
Vulnrichment
added 2024/02/28 8:13 a.m.24 views

CVE-2020-36787 media: aspeed: fix clock handling logic

In the Linux kernel, the following vulnerability has been resolved: media: aspeed: fix clock handling logic Video engine uses eclk and vclk for its clock sources and its reset control is coupled with eclk so the current clock enabling sequence works like below. Enable eclk De-assert Video Engine...

6.6AI score0.00222EPSS
Exploits0References5
Rows per page
Query Builder