Lucene search
+L

6334 matches found

Debian CVE
Debian CVE
added 2024/10/21 6:1 p.m.12 views

CVE-2024-49873

In the Linux kernel, the following vulnerability has been resolved: mm/filemap: fix filemapgetfolioscontig THP panic Patch series "memfd-pin huge page fixes". Fix multiple bugs that occur when using memfdpinfolios with hugetlb pages and THP. The hugetlb bugs only bite when the page is not yet...

5.5CVSS5.4AI score0.00202EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/10/21 6:1 p.m.22 views

CVE-2024-49872 mm/gup: fix memfd_pin_folios alloc race panic

In the Linux kernel, the following vulnerability has been resolved: mm/gup: fix memfdpinfolios alloc race panic If memfdpinfolios tries to create a hugetlb page, but someone else already did, then folio gets the value -EEXIST here: folio = memfdallocfoliomemfd, startidx; if ISERRfolio ret =...

0.00145EPSS
SaveExploits0References2
OSV
OSV
added 2024/10/21 6:1 p.m.10 views

CVE-2024-49872 mm/gup: fix memfd_pin_folios alloc race panic

In the Linux kernel, the following vulnerability has been resolved: mm/gup: fix memfdpinfolios alloc race panic If memfdpinfolios tries to create a hugetlb page, but someone else already did, then folio gets the value -EEXIST here: folio = memfdallocfoliomemfd, startidx; if ISERRfolio ret =...

4.7CVSS5.8AI score0.00145EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/10/21 6:1 p.m.11 views

CVE-2024-49871 Input: adp5589-keys - fix NULL pointer dereference

In the Linux kernel, the following vulnerability has been resolved: Input: adp5589-keys - fix NULL pointer dereference We register a devm action to call adp5589clearconfig and then pass the i2c client as argument so that we can call i2cgetclientdata in order to get our device object. However,...

6.8AI score0.00236EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/10/21 6:1 p.m.10 views

CVE-2024-49871

In the Linux kernel, the following vulnerability has been resolved: Input: adp5589-keys - fix NULL pointer dereference We register a devm action to call adp5589clearconfig and then pass the i2c client as argument so that we can call i2cgetclientdata in order to get our device object. However,...

5.5CVSS5.6AI score0.00236EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 6:1 p.m.11 views

CVE-2024-49869

In the Linux kernel, the following vulnerability has been resolved: btrfs: send: fix buffer overflow detection when copying path to cache entry Starting with commit c0247d289e73 "btrfs: send: annotate struct namecacheentry with countedby" we annotated the variable length array "name" from the...

7.8CVSS6.5AI score0.00244EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 6:1 p.m.8 views

CVE-2024-49868

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix a NULL pointer dereference when failed to start a new trasacntion BUG Syzbot reported a NULL pointer dereference with the following crash: FAULTINJECTION: forcing a failure. starttransaction+0x830/0x1670...

5.5CVSS5.7AI score0.00288EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 6:1 p.m.15 views

CVE-2024-49866

In the Linux kernel, the following vulnerability has been resolved: tracing/timerlat: Fix a race during cpuhp processing There is another found exception that the "timerlat/1" thread was scheduled on CPU0, and lead to timer corruption finally: ODEBUG: init active active state 0 object:...

4.7CVSS5.8AI score0.00172EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 6:1 p.m.6 views

CVE-2024-49867

In the Linux kernel, the following vulnerability has been resolved: btrfs: wait for fixup workers before stopping cleaner kthread during umount During unmount, at closectree, we have the following steps in this order: 1 Park the cleaner kthread - this doesn't destroy the kthread, it basically hal...

5.5CVSS6.1AI score0.00291EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 6:1 p.m.10 views

CVE-2024-49865

In the Linux kernel, the following vulnerability has been resolved: drm/xe/vm: move xaalloc to prevent UAF Evil user can guess the next id of the vm before the ioctl completes and then call vm destroy ioctl to trigger UAF since create ioctl is still referencing the same vm. Move the xaalloc all t...

7.8CVSS6.2AI score0.00229EPSS
SaveExploits0
OSV
OSV
added 2024/10/21 6:1 p.m.16 views

CVE-2024-49865 drm/xe/vm: move xa_alloc to prevent UAF

In the Linux kernel, the following vulnerability has been resolved: drm/xe/vm: move xaalloc to prevent UAF Evil user can guess the next id of the vm before the ioctl completes and then call vm destroy ioctl to trigger UAF since create ioctl is still referencing the same vm. Move the xaalloc all t...

7.8CVSS7AI score0.00229EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/10/21 6:1 p.m.10 views

CVE-2024-49864 rxrpc: Fix a race between socket set up and I/O thread creation

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix a race between socket set up and I/O thread creation In rxrpcopensocket, it sets up the socket and then sets up the I/O thread that will handle it. This is a problem, however, as there's a gap between the two phases in...

6.8AI score0.00173EPSS
SaveExploits0References4
OSV
OSV
added 2024/10/21 6:1 p.m.12 views

CVE-2024-49864 rxrpc: Fix a race between socket set up and I/O thread creation

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix a race between socket set up and I/O thread creation In rxrpcopensocket, it sets up the socket and then sets up the I/O thread that will handle it. This is a problem, however, as there's a gap between the two phases in...

4.7CVSS5.8AI score0.00173EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/10/21 6:1 p.m.9 views

CVE-2024-49863

In the Linux kernel, the following vulnerability has been resolved: vhost/scsi: null-ptr-dereference in vhostscsigetreq Since commit 3f8ca2e115e5 "vhost/scsi: Extract common handling code from control queue handler" a null pointer dereference bug can be triggered when guest sends an SCSI AN...

5.5CVSS5.7AI score0.00286EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/10/21 4:8 p.m.15 views

CVE-2024-47709

In the Linux kernel, the following vulnerability has been resolved: can: bcm: Clear bo-bcmprocread after removeprocentry. syzbot reported a warning in bcmrelease. 0 The blamed change fixed another warning that is triggered when connect is issued again for a socket whose connected device has been...

5.5CVSS6.8AI score0.00249EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/21 3:40 p.m.14 views

CVE-2024-47728

In the Linux kernel, the following vulnerability has been resolved: bpf: Zero former ARGPTRTOLONG,INT args in case of error For all non-tracing helpers which formerly had ARGPTRTOLONG,INT as input arguments, zero the value for the case of an error as otherwise it could leak memory. For tracing, i...

4.4CVSS6.7AI score0.00236EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/21 3:12 p.m.21 views

CVE-2024-49861

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix helper writes to read-only maps Lonial found an issue that despite user- and BPF-side frozen BPF map like in case of .rodata, it was still possible to write into it from a BPF program side through specific helpers having...

4.4CVSS7AI score0.00224EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/21 3:12 p.m.26 views

CVE-2024-47743

In the Linux kernel, the following vulnerability has been resolved: KEYS: prevent NULL pointer dereference in findasymmetrickey In findasymmetrickey, if all NULLs are passed in the id0,1,2 arguments, the kernel will first emit WARN but then have an oops because id2 gets dereferenced anyway. Add t...

5.5CVSS6.8AI score0.00222EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/21 3:10 p.m.16 views

CVE-2024-47686

In the Linux kernel, the following vulnerability has been resolved: ep93xx: clock: Fix off by one in ep93xxdivrecalcrate The psc-div array has psc-numdiv elements. These values come from when we call clkhwregisterdiv. It's adcdivisors and ARRAYSIZEadcdivisors and so on. So this condition needs to...

7.1CVSS6.9AI score0.00244EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/21 2:42 p.m.15 views

CVE-2024-47747

In the Linux kernel, the following vulnerability has been resolved: net: seeq: Fix use after free vulnerability in ether3 Driver Due to Race Condition In the ether3probe function, a timer is initialized with a callback function ether3ledoff, bound to dev-timer. Once the timer is started, there is...

7CVSS7AI score0.00224EPSS
SaveExploits0References4
Rows per page
Query Builder