Lucene search
+L

5572 matches found

CVE
CVE
added 2024/09/18 7:12 a.m.172 views

CVE-2024-46747

CVE-2024-46747 : In the Linux kernel, the Cougar 500k Gaming Keyboard driver was vulnerable to a slab-out-of-bounds Read in cougar_report_fixup due to a missing verification of the report descriptor size before access. The root cause is in report_fixup not validating the descriptor length prior t...

7.1CVSS7.1AI score0.00275EPSS
SaveExploits0References10Affected Software1
CVE
CVE
added 2024/09/18 7:11 a.m.107 views

CVE-2024-46734

CVE-2024-46734 — Linux kernel race between direct IO writes and fsync . In scenarios where two threads share the same fd opened with O_DIRECT, one performing direct IO writes and the other calling fsync, a race can occur that may trigger an assertion failure (inode lock not held) or a memory acce...

7.8CVSS6.5AI score0.00189EPSS
SaveExploits0References6Affected Software1
Vulnrichment
Vulnrichment
added 2024/09/18 7:11 a.m.18 views

CVE-2024-46734 btrfs: fix race between direct IO write and fsync when using same fd

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between direct IO write and fsync when using same fd If we have 2 threads that are using the same file descriptor and one of them is doing direct IO writes while the other is doing fsync, we have a race where we c...

6.7AI score0.00189EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/09/18 6:32 a.m.63 views

CVE-2024-46716

In the Linux kernel, the following vulnerability has been resolved: dmaengine: altera-msgdma: properly free descriptor in msgdmafreedescriptor Remove listdel call in msgdmachandesccleanup, this should be the role of msgdmafreedescriptor. In consequence replace listaddtail with listmovetail in...

7.8CVSS5.7AI score0.00227EPSS
SaveExploits0
CVE
CVE
added 2024/09/18 6:32 a.m.145 views

CVE-2024-46716

The CVE-2024-46716 issue affects the Linux kernel dmaengine altera-msgdma, where descriptors were not correctly freed because of the cleanup path. The fix alters the freeing logic to move descriptor ownership from the chan cleanup path to msgdma_free_descriptor: remove the list_del from msgdma_ch...

7.8CVSS6.6AI score0.00227EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/09/18 6:32 a.m.28 views

CVE-2024-46716 dmaengine: altera-msgdma: properly free descriptor in msgdma_free_descriptor

In the Linux kernel, the following vulnerability has been resolved: dmaengine: altera-msgdma: properly free descriptor in msgdmafreedescriptor Remove listdel call in msgdmachandesccleanup, this should be the role of msgdmafreedescriptor. In consequence replace listaddtail with listmovetail in...

7.8CVSS6.2AI score
SaveExploits0References8
Cvelist
Cvelist
added 2024/09/18 6:32 a.m.45 views

CVE-2024-46716 dmaengine: altera-msgdma: properly free descriptor in msgdma_free_descriptor

In the Linux kernel, the following vulnerability has been resolved: dmaengine: altera-msgdma: properly free descriptor in msgdmafreedescriptor Remove listdel call in msgdmachandesccleanup, this should be the role of msgdmafreedescriptor. In consequence replace listaddtail with listmovetail in...

7.8CVSS0.00227EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/09/18 6:32 a.m.17 views

CVE-2024-46716 dmaengine: altera-msgdma: properly free descriptor in msgdma_free_descriptor

In the Linux kernel, the following vulnerability has been resolved: dmaengine: altera-msgdma: properly free descriptor in msgdmafreedescriptor Remove listdel call in msgdmachandesccleanup, this should be the role of msgdmafreedescriptor. In consequence replace listaddtail with listmovetail in...

7.8CVSS6.9AI score0.00227EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2024/09/18 12:00 a.m.5 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a contention between direct IO writes and fsync when the same fd is used...

4.7CVSS6.3AI score0.00189EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2024/09/18 12:00 a.m.9 views

PT-2024-23835 · Open Networking Foundation · Libfluid

Name of the Vulnerable Software and Affected Versions: libfluid version 0.1.0 Description: The issue is an Out-of-bounds Read vulnerability in the Open Networking Foundation ONF libfluid, specifically in the libfluid msg module. It is associated with the program routine fluid...

7.5CVSS6.9AI score0.00371EPSS
SaveExploits0References4
OSV
OSV
added 2024/09/13 6:15 a.m.5 views

DEBIAN-CVE-2024-46677

In the Linux kernel, the following vulnerability has been resolved: gtp: fix a potential NULL pointer dereference When sockfdlookup fails, gtpencapenablesocket returns a NULL pointer, but its callers only check for error pointers thus miss the NULL pointer case. Fix it by returning an error point...

5.5CVSS5.7AI score0.00263EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/09/12 2:51 a.m.13 views

SUSE CVE-2024-45025

In the Linux kernel, the following vulnerability has been resolved: fix bitmap corruption on closerange with CLOSERANGEUNSHARE copyfdbitmapsnew, old, count is expected to copy the first count/BITSPERLONG bits from old-fullfdsbits and fill the rest with zeroes. What it does is copying enough words...

5.5CVSS6.5AI score0.00236EPSS
SaveExploits0References16
OSV
OSV
added 2024/09/11 4:15 p.m.2 views

DEBIAN-CVE-2024-45025

In the Linux kernel, the following vulnerability has been resolved: fix bitmap corruption on closerange with CLOSERANGEUNSHARE copyfdbitmapsnew, old, count is expected to copy the first count/BITSPERLONG bits from old-fullfdsbits and fill the rest with zeroes. What it does is copying enough words...

5.5CVSS5.8AI score0.00236EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/11 4:15 p.m.16 views

UBUNTU-CVE-2024-45025

In the Linux kernel, the following vulnerability has been resolved: fix bitmap corruption on closerange with CLOSERANGEUNSHARE copyfdbitmapsnew, old, count is expected to copy the first count/BITSPERLONG bits from old-fullfdsbits and fill the rest with zeroes. What it does is copying enough words...

5.5CVSS6.2AI score0.00236EPSS
SaveExploits0References27
Cvelist
Cvelist
added 2024/09/11 3:13 p.m.33 views

CVE-2024-45025 fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHARE

In the Linux kernel, the following vulnerability has been resolved: fix bitmap corruption on closerange with CLOSERANGEUNSHARE copyfdbitmapsnew, old, count is expected to copy the first count/BITSPERLONG bits from old-fullfdsbits and fill the rest with zeroes. What it does is copying enough words...

0.00236EPSS
SaveExploits0References6
Microsoft CVE
Microsoft CVE
added 2024/09/11 7:00 a.m.8 views

virtio: packed: fix unmap leak for indirect desc table

...

7.5CVSS5.7AI score0.00591EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2024/09/11 7:00 a.m.7 views

drm/amdgpu: fix deadlock while reading mqd from debugfs

...

5.5CVSS6.5AI score0.00172EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/09/10 8:03 a.m.24 views

CVE-2024-7734 Phoenix Contact: Multiple mGuard devices are vulnerable to a drain of open file descriptors.

An unauthenticated remote attacker can exploit the behavior of the pathfinder TCP encapsulation service by establishing a high number of TCP connections to the pathfinder TCP encapsulation service. The impact is limited to blocking of valid IPsec VPN peers...

5.3CVSS7.3AI score0.00481EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/10 7:13 a.m.22 views

BIT-NODE-2024-36137

A vulnerability has been identified in Node.js, affecting users of the experimental permission model when the --allow-fs-write flag is used. Node.js Permission Model do not operate on file descriptors, however, operations such as fs.fchown or fs.fchmod can use a "read-only" file descriptor to...

3.3CVSS5.1AI score0.00395EPSS
SaveExploits0References3
OSV
OSV
added 2024/09/07 4:15 p.m.6 views

DEBIAN-CVE-2024-36137

A vulnerability has been identified in Node.js, affecting users of the experimental permission model when the --allow-fs-write flag is used. Node.js Permission Model do not operate on file descriptors, however, operations such as fs.fchown or fs.fchmod can use a "read-only" file descriptor to...

3.3CVSS6AI score0.00395EPSS
SaveExploits0References1
Rows per page
Query Builder