Lucene search
K

1530 matches found

OSV
OSV
added 2024/10/21 8:15 p.m.0 views

UBUNTU-CVE-2024-50027

In the Linux kernel, the following vulnerability has been resolved: thermal: core: Free tzp copy along with the thermal zone The object pointed to by tz-tzp may still be accessed after being freed in thermalzonedeviceunregister, so move the freeing of it to the point after the removal completion...

5.5CVSS6.2AI score0.00234EPSS
Exploits0References19
CVE
CVE
added 2024/10/21 7:39 p.m.117 views

CVE-2024-50030

CVE-2024-50030 refers to a Linux kernel vulnerability in drm/xe/ct where a use-after-free (UAF) could occur due to fence/timeout interactions. The fix serializes with the completion side by grabbing ct->lock after the wait to ensure correct ordering of dependent loads/stores and to prevent UAF...

7.8CVSS7.3AI score0.00228EPSS
Exploits0References2Affected Software1
Cvelist
Cvelist
added 2024/10/21 7:39 p.m.16 views

CVE-2024-50030 drm/xe/ct: prevent UAF in send_recv()

In the Linux kernel, the following vulnerability has been resolved: drm/xe/ct: prevent UAF in sendrecv Ensure we serialize with completion side to prevent UAF with fence going out of scope on the stack, since we have no clue if it will fire after the timeout before we can erase from the xa. Also ...

0.00228EPSS
Exploits0References2
OSV
OSV
added 2024/10/21 6:15 p.m.18 views

CVE-2024-49993

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

7AI score
Exploits0References1
RedhatCVE
RedhatCVE
added 2024/10/21 4:8 p.m.19 views

CVE-2024-47726

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to wait dio completion It should wait all existing dio write IOs before block removal, otherwise, previous direct write IO may overwrite data in the block which may be reused by other inode...

6.5CVSS6.9AI score0.00822EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2024/10/21 3:46 p.m.3 views

SUSE CVE-2024-47726

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to wait dio completion It should wait all existing dio write IOs before block removal, otherwise, previous direct write IO may overwrite data in the block which may be reused by other inode...

5.5CVSS7.7AI score0.00822EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2024/10/21 3:45 p.m.7 views

SUSE CVE-2024-49855

In the Linux kernel, the following vulnerability has been resolved: nbd: fix race between timeout and normal completion If request timetout is handled by nbdrequeuecmd, normal completion has to be stopped for avoiding to complete this requeued request, other use-after-free can be triggered. Fix t...

7CVSS6.3AI score0.00201EPSS
Exploits0References31
NVD
NVD
added 2024/10/21 1:15 p.m.12 views

CVE-2024-47726

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to wait dio completion It should wait all existing dio write IOs before block removal, otherwise, previous direct write IO may overwrite data in the block which may be reused by other inode...

6.5CVSS0.00822EPSS
Exploits0References8
OSV
OSV
added 2024/10/21 1:15 p.m.6 views

AZL-51257 CVE-2024-47726 affecting package kernel for versions less than 6.6.76.1-1

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to wait dio completion It should wait all existing dio write IOs before block removal, otherwise, previous direct write IO may overwrite data in the block which may be reused by other inode...

6.5CVSS6.8AI score0.00822EPSS
Exploits0References1
OSV
OSV
added 2024/10/21 1:15 p.m.4 views

AZL-51132 CVE-2024-47726 affecting package kernel for versions less than 5.15.179.1-1

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to wait dio completion It should wait all existing dio write IOs before block removal, otherwise, previous direct write IO may overwrite data in the block which may be reused by other inode...

6.5CVSS6.8AI score0.00822EPSS
Exploits0References1
OSV
OSV
added 2024/10/21 1:15 p.m.0 views

UBUNTU-CVE-2024-49855

In the Linux kernel, the following vulnerability has been resolved: nbd: fix race between timeout and normal completion If request timetout is handled by nbdrequeuecmd, normal completion has to be stopped for avoiding to complete this requeued request, other use-after-free can be triggered. Fix t...

7CVSS6.3AI score0.00201EPSS
Exploits0References23
Cvelist
Cvelist
added 2024/10/21 12:14 p.m.15 views

CVE-2024-47729 drm/xe: Use reserved copy engine for user binds on faulting devices

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Use reserved copy engine for user binds on faulting devices User binds map to engines with can fault, faults depend on user binds completion, thus we can deadlock. Avoid this by using reserved copy engine for user binds o...

0.00204EPSS
Exploits0References2
Vulnrichment
Vulnrichment
added 2024/10/21 12:13 p.m.9 views

CVE-2024-47726 f2fs: fix to wait dio completion

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to wait dio completion It should wait all existing dio write IOs before block removal, otherwise, previous direct write IO may overwrite data in the block which may be reused by other inode...

6.9AI score0.00822EPSS
Exploits0References6
Cvelist
Cvelist
added 2024/10/21 12:13 p.m.39 views

CVE-2024-47726 f2fs: fix to wait dio completion

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to wait dio completion It should wait all existing dio write IOs before block removal, otherwise, previous direct write IO may overwrite data in the block which may be reused by other inode...

0.00822EPSS
Exploits0References6
CVE
CVE
added 2024/10/21 12:13 p.m.149 views

CVE-2024-47726

CVE-2024-47726 relates to the Linux kernel F2FS: a fix ensures all in-flight direct I/O (DIO) writes complete before removing blocks. The root cause was a race where a DIO could overwrite data in a block that would be reused by another inode if block removal occurred too early. Affected component...

6.5CVSS6.2AI score0.00822EPSS
Exploits0References8Affected Software1
OSV
OSV
added 2024/10/21 12:13 p.m.17 views

CVE-2024-47726 f2fs: fix to wait dio completion

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to wait dio completion It should wait all existing dio write IOs before block removal, otherwise, previous direct write IO may overwrite data in the block which may be reused by other inode...

6.5CVSS6.5AI score0.00822EPSS
Exploits0References11
Debian CVE
Debian CVE
added 2024/10/21 12:13 p.m.9 views

CVE-2024-47726

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to wait dio completion It should wait all existing dio write IOs before block removal, otherwise, previous direct write IO may overwrite data in the block which may be reused by other inode...

6.5CVSS5.8AI score0.00822EPSS
Exploits0
RedHat Linux
RedHat Linux
added 2024/10/16 1:8 a.m.5 views

kernel: net/mlx5: Add a timeout to acquire the command queue semaphore

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Add a timeout to acquire the command queue semaphore Prevent forced completion handling on an entry that has not yet been assigned an index, causing an out of bounds access on idx = -22. Instead of waiting indefinitely...

7.8CVSS6.8AI score0.00259EPSS
Exploits0References5
Microsoft CVE
Microsoft CVE
added 2024/10/16 12:0 a.m.7 views

CVE-2024-46760

...

5.5CVSS6.2AI score0.00234EPSS
Exploits0
Tenable Nessus
Tenable Nessus
added 2024/10/13 12:0 a.m.14 views

CBL Mariner 2.0 Security Update: kernel (CVE-2024-42287)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-42287 advisory. - In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Complete command early...

4.7CVSS5.8AI score0.00231EPSS
Exploits0References2
Rows per page
Query Builder