Lucene search
+L

6339 matches found

RedhatCVE
RedhatCVE
added 2024/02/28 2:34 a.m.31 views

CVE-2021-46933

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Clear ffseventfd in ffsdataclear. ffsdataclear is indirectly called from both ffsfskillsb and ffsep0release, so it ends up being called twice when userland closes ep0 and then unmounts ffs. If userland provided ...

4.4CVSS5.1AI score0.00242EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/02/27 9:9 p.m.27 views

CVE-2021-46914

A flaw was found in the Linux kernel, in unbalanced device enable/disable in suspend/resume. This may cause a crash...

5.5CVSS5.4AI score0.00232EPSS
SaveExploits0References6
NVD
NVD
added 2024/02/27 7:4 p.m.17 views

CVE-2021-46949

In the Linux kernel, the following vulnerability has been resolved: sfc: farch: fix TX queue lookup in TX flush done handling We're starting from a TXQ instance number 'qid', not a TXQ type, so efxgettxqueue is inappropriate and could return NULL, leading to panics...

5.5CVSS5.2AI score0.00222EPSS
SaveExploits0References4
OSV
OSV
added 2024/02/27 7:4 p.m.7 views

CVE-2021-46960

In the Linux kernel, the following vulnerability has been resolved: cifs: Return correct error code from smb2getenckey Avoid a warning if the error percolates back up: 440700.376476 CIFS VFS: \otters.example.com cryptmessage: Could not get encryption key 440700.386947 ------------ cut here...

5.5CVSS6.1AI score
SaveExploits0References7
NVD
NVD
added 2024/02/27 7:4 p.m.20 views

CVE-2021-46940

In the Linux kernel, the following vulnerability has been resolved: tools/power turbostat: Fix offset overflow issue in index converting The idxtooffset function returns type int 32-bit signed, but MSRPKGENERGYSTAT is u32 and would be interpreted as a negative number. The end result is that it hi...

5.5CVSS5.3AI score0.00222EPSS
SaveExploits0References4
NVD
NVD
added 2024/02/27 7:4 p.m.32 views

CVE-2021-46941

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: core: Do core softreset when switch mode According to the programming guide, to switch mode for DRD controller, the driver needs to do the following. To switch from device to host: 1. Reset controller with...

5.5CVSS6.1AI score0.00225EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/02/27 7:4 p.m.18 views

CVE-2021-46953

In the Linux kernel, the following vulnerability has been resolved: ACPI: GTDT: Don't corrupt interrupt mappings on watchdow probe failure When failing the driver probe because of invalid firmware properties, the GTDT driver unmaps the interrupt that it mapped earlier. However, it never checks...

6.7CVSS6.3AI score0.00241EPSS
SaveExploits0References9
Prion
Prion
added 2024/02/27 7:4 p.m.23 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: sfc: farch: fix TX queue lookup in TX event handling We're starting from a TXQ label, not a TXQ type, so efxchannelgettxqueue is inappropriate and could return NULL, leading to panics...

7AI score0.00591EPSS
SaveExploits0References4
Prion
Prion
added 2024/02/27 7:4 p.m.15 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: thermal/drivers/cpufreqcooling: Fix slab OOB issue Slab OOB issue is scanned by KASAN in cpupowertofreq. If power is limited below the power of OPP0 in EM table, it will cause slab out-of-bound issue with negative array index...

7.2AI score0.00232EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/02/27 7:4 p.m.21 views

CVE-2021-46943

In the Linux kernel, the following vulnerability has been resolved: media: staging/intel-ipu3: Fix setfmt error handling If there in an error during a setfmt, do not overwrite the previous sizes with the invalid config. Without this patch, v4l2-compliance ends up allocating 4GiB of RAM and causin...

7.8CVSS6.5AI score0.00234EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/02/27 7:4 p.m.41 views

CVE-2021-46945

In the Linux kernel, the following vulnerability has been resolved: ext4: always panic when errors=panic is specified Before commit 014c9caa29d3 "ext4: make ext4abort use ext4error", the following series of commands would trigger a panic: 1. mount /dev/sda -o ro,errors=panic test 2. mount /dev/sd...

5.5CVSS5.9AI score0.00222EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/02/27 6:47 p.m.23 views

CVE-2021-46975

Removed by vendor...

6.9AI score
SaveExploits0
Debian CVE
Debian CVE
added 2024/02/27 6:47 p.m.46 views

CVE-2021-46966

In the Linux kernel, the following vulnerability has been resolved: ACPI: custommethod: fix potential use-after-free issue In cmwrite, buf is always freed when reaching the end of the function. If the requested count is less than table.length, the allocated buffer will be freed but subsequent cal...

7.8CVSS6.8AI score0.0023EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/02/27 6:47 p.m.16 views

CVE-2021-46963 scsi: qla2xxx: Fix crash in qla2xxx_mqueuecommand()

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix crash in qla2xxxmqueuecommand RIP: 0010:kmemcachefree+0xfa/0x1b0 Call Trace: qla2xxxmqueuecommand+0x2b5/0x2c0 qla2xxx scsiqueuerq+0x5e2/0xa40 blkmqtryissuedirectly+0x128/0x1d0 blkmqrequestissuedirectly+0x4e/0xb...

7.8CVSS6.7AI score0.00246EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/02/27 6:47 p.m.28 views

CVE-2021-46961 irqchip/gic-v3: Do not enable irqs when handling spurious interrups

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3: Do not enable irqs when handling spurious interrups We triggered the following error while running our 4.19 kernel with the pseudo-NMI patches backported to it: 14.816231 ------------ cut here ------------ 14.8162...

8.3AI score0.00235EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/02/27 6:46 p.m.37 views

CVE-2021-46957 riscv/kprobe: fix kernel panic when invoking sys_read traced by kprobe

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 ------------...

6.6AI score0.00208EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/02/27 6:46 p.m.17 views

CVE-2021-46957 riscv/kprobe: fix kernel panic when invoking sys_read traced by kprobe

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 ------------...

6.7AI score0.00208EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/02/27 6:46 p.m.27 views

CVE-2021-46954 net/sched: sch_frag: fix stack OOB read while fragmenting IPv4 packets

In the Linux kernel, the following vulnerability has been resolved: net/sched: schfrag: fix stack OOB read while fragmenting IPv4 packets when 'actmirred' tries to fragment IPv4 packets that had been previously re-assembled using 'actct', splats like the following can be observed on kernels built...

6.7AI score0.0023EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/02/27 6:40 p.m.23 views

CVE-2021-46950 md/raid1: properly indicate failure when ending a failed write request

In the Linux kernel, the following vulnerability has been resolved: md/raid1: properly indicate failure when ending a failed write request This patch addresses a data corruption bug in raid1 arrays using bitmaps. Without this fix, the bitmap bits for the failed I/O end up being cleared. Since we...

7.9AI score0.00248EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/02/27 6:40 p.m.34 views

CVE-2021-46947 sfc: adjust efx->xdp_tx_queue_count with the real number of initialized queues

In the Linux kernel, the following vulnerability has been resolved: sfc: adjust efx-xdptxqueuecount with the real number of initialized queues efx-xdptxqueuecount is initially initialized to numpossiblecpus and is later used to allocate and traverse efx-xdptxqueues lookup array. However, we may e...

5.3AI score0.00193EPSS
SaveExploits0References2
Rows per page
Query Builder