Lucene search
+L

6310 matches found

Cvelist
Cvelist
added 2024/06/19 2:53 p.m.31 views

CVE-2021-47577 io-wq: check for wq exit after adding new worker task_work

In the Linux kernel, the following vulnerability has been resolved: io-wq: check for wq exit after adding new worker taskwork We check IOWQBITEXIT before attempting to create a new worker, and wq exit cancels pending work if we have any. But it's possible to have a race between the two, where...

0.00142EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/06/19 2:53 p.m.35 views

CVE-2021-47577

In the Linux kernel, the following vulnerability has been resolved: io-wq: check for wq exit after adding new worker taskwork We check IOWQBITEXIT before attempting to create a new worker, and wq exit cancels pending work if we have any. But it's possible to have a race between the two, where...

4.7CVSS5.7AI score0.00142EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/19 2:53 p.m.27 views

CVE-2021-47575

Removed by vendor...

5.4AI score
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/19 2:53 p.m.29 views

CVE-2021-47574

Removed by vendor...

5.4AI score
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/19 2:53 p.m.34 views

CVE-2021-47573

Removed by vendor...

5.4AI score
SaveExploits0
NVD
NVD
added 2024/06/19 2:15 p.m.35 views

CVE-2024-38615

In the Linux kernel, the following vulnerability has been resolved: cpufreq: exit callback is optional The exit callback is optional and shouldn't be called without checking a valid pointer first. Also, we must clear freqtable pointer even if the exit callback isn't present...

5.5CVSS0.00237EPSS
SaveExploits0References10
NVD
NVD
added 2024/06/19 2:15 p.m.33 views

CVE-2024-38592

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Init ddpcomp with devmkcalloc In the case where connroutes is true we allocate an extra slot in the ddpcomp array but mtkdrmcrtccreate never seemed to initialize it in the test case I ran. For me, this caused a late...

5.5CVSS0.00225EPSS
SaveExploits0References3
NVD
NVD
added 2024/06/19 2:15 p.m.28 views

CVE-2024-38569

In the Linux kernel, the following vulnerability has been resolved: drivers/perf: hisipcie: Fix out-of-bound access when valid event group The perf tool allows users to create event groups through following cmd 1, but the driver does not check whether the array index is out of bounds when writing...

7.8CVSS0.00234EPSS
SaveExploits0References5
NVD
NVD
added 2024/06/19 2:15 p.m.13 views

CVE-2024-38560

In the Linux kernel, the following vulnerability has been resolved: scsi: bfa: Ensure the copied buf is NUL terminated Currently, we allocate a nbytes-sized kernel buffer and copy nbytes from userspace to that buffer. Later, we use sscanf on this buffer but we don't ensure that the string is...

7.1CVSS0.00265EPSS
SaveExploits0References11
NVD
NVD
added 2024/06/19 2:15 p.m.16 views

CVE-2024-38550

In the Linux kernel, the following vulnerability has been resolved: ASoC: kirkwood: Fix potential NULL dereference In kirkwooddmahwparams mvmbusdraminfo returns NULL if CONFIGPLATORION macro is not defined. Fix this bug by adding NULL check. Found by Linux Verification Center linuxtesting.org wit...

4.4CVSS0.00234EPSS
SaveExploits0References6
NVD
NVD
added 2024/06/19 2:15 p.m.13 views

CVE-2024-38548

In the Linux kernel, the following vulnerability has been resolved: drm: bridge: cdns-mhdp8546: Fix possible null pointer dereference In cdnsmhdpatomicenable, the return value of drmmodeduplicate is assigned to mhdpstate-currentmode, and there is a dereference of it in drmmodesetname, which will...

5.5CVSS0.0025EPSS
SaveExploits0References7
NVD
NVD
added 2024/06/19 2:15 p.m.15 views

CVE-2024-38555

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Discard command completions in internal error Fix use after free when FW completion arrives while device is in internal error state. Avoid calling completion handler in this case, since the device will flush the command...

7.8CVSS0.00258EPSS
SaveExploits0References7
NVD
NVD
added 2024/06/19 2:15 p.m.16 views

CVE-2024-38547

In the Linux kernel, the following vulnerability has been resolved: media: atomisp: sshcss: Fix a null-pointer dereference in loadvideobinaries The allocation failure of mycs-yuvscalerbinary in loadvideobinaries is followed with a dereference of mycs-yuvscalerbinary after the following call chain...

5.5CVSS0.00256EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/06/19 2:15 p.m.25 views

CVE-2024-38562

In the Linux kernel, the following vulnerability has been resolved: wifi: nl80211: Avoid address calculations via out of bounds array indexing Before request-channels can be used, request-nchannels must be set. Additionally, address calculations for memory after the "channels" array need to be...

7.8CVSS6.3AI score0.00234EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/06/19 2:15 p.m.14 views

CVE-2024-38559

In the Linux kernel, the following vulnerability has been resolved: scsi: qedf: Ensure the copied buf is NUL terminated Currently, we allocate a count-sized kernel buffer and copy count from userspace to that buffer. Later, we use kstrtouint on this buffer but we don't ensure that the string is...

4.4CVSS6.5AI score0.00253EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
added 2024/06/19 2:15 p.m.21 views

CVE-2024-38574

In the Linux kernel, the following vulnerability has been resolved: libbpf: Prevent null-pointer dereference when prog to load has no BTF In bpfobjecloadprog, there's no guarantee that obj-btf is non-NULL when passing it to btffd, and this function does not perform any check before dereferencing...

5.5CVSS6.2AI score0.00225EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/06/19 2:15 p.m.20 views

CVE-2024-38582

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential hang in nilfsdetachlogwriter Syzbot has reported a potential hang in nilfsdetachlogwriter called during nilfs2 unmount. Analysis revealed that this is because nilfssegctorsync, which synchronizes with the lo...

5.3CVSS6.4AI score0.00861EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
added 2024/06/19 2:15 p.m.23 views

CVE-2024-38545

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix UAF for cq async event The refcount of CQ is not protected by locks. When CQ asynchronous events and CQ destruction are concurrent, CQ may have been released, which will cause UAF. Use the xalock to protect the CQ...

7.8CVSS6.3AI score0.00252EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
added 2024/06/19 2:15 p.m.29 views

CVE-2024-38547

In the Linux kernel, the following vulnerability has been resolved: media: atomisp: sshcss: Fix a null-pointer dereference in loadvideobinaries The allocation failure of mycs-yuvscalerbinary in loadvideobinaries is followed with a dereference of mycs-yuvscalerbinary after the following call chain...

5.5CVSS6AI score0.00256EPSS
SaveExploits0References21
Cvelist
Cvelist
added 2024/06/19 1:56 p.m.29 views

CVE-2024-38616 wifi: carl9170: re-fix fortified-memset warning

In the Linux kernel, the following vulnerability has been resolved: wifi: carl9170: re-fix fortified-memset warning The carl9170txrelease function sometimes triggers a fortified-memset warning in my randconfig builds: In file included from include/linux/string.h:254, from...

0.00651EPSS
SaveExploits0References5
Rows per page
Query Builder