Lucene search
+L

12867 matches found

Redos
Redos
added 2024/09/20 12:00 a.m.675 views

ROS-20240920-11

Vulnerability in Mozilla Firefox, Mozilla Firefox ESR, Mozilla Thunderbird email client is related to incorrect limitation of operations within the memory buffer. with incorrect limitation of operations within the memory buffer. Exploitation of the vulnerability could allow an attacker acting...

9.8CVSS7.1AI score0.00977EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/09/20 12:00 a.m.11 views

PT-2024-36848

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved, related to memory allocation in udmabuf. When PAGE SIZE is 4096 and MAX PAGE ORDER is 10 on a 64-bit machine, page alloc only...

5.5CVSS5.4AI score0.00214EPSS
SaveExploits0
NVD
NVD
added 2024/09/19 4:15 p.m.42 views

CVE-2024-8375

There exists a use after free vulnerability in Reverb. Reverb supports the VARIANT datatype, which is supposed to represent an arbitrary object in C++. When a tensor proto of type VARIANT is unpacked, memory is first allocated to store the entire tensor, and a ctor is called on each instance...

7.8CVSS0.00123EPSS
SaveExploits0References2
OSV
OSV
added 2024/09/19 3:50 p.m.21 views

CVE-2024-8375 Object deserialization in Reverb leading to RCE

There exists a use after free vulnerability in Reverb. Reverb supports the VARIANT datatype, which is supposed to represent an arbitrary object in C++. When a tensor proto of type VARIANT is unpacked, memory is first allocated to store the entire tensor, and a ctor is called on each instance...

5.7CVSS6.1AI score
SaveExploits0References5
CVE
CVE
added 2024/09/19 3:50 p.m.93 views

CVE-2024-8375

CVE-2024-8375 affects Google DeepMind Reverb. A use-after-free vulnerability arises when unpacking a tensor proto of type VARIANT: memory is allocated for the tensor, objects are constructed, then tensor_content is copied into pre-allocated memory, overwriting vtable pointers. This enables an att...

7.8CVSS7.3AI score0.00123EPSS
SaveExploits0References2Affected Software1
SUSE CVE
SUSE CVE
added 2024/09/19 3:10 a.m.4 views

SUSE CVE-2024-46745

In the Linux kernel, the following vulnerability has been resolved: Input: uinput - reject requests with unreasonable number of slots When exercising uinput interface syzkaller may try setting up device with a really large number of slots, which causes memory allocation failure in inputmtinitslot...

5.5CVSS6.5AI score0.00283EPSS
SaveExploits0References18
RedhatCVE
RedhatCVE
added 2024/09/18 9:47 a.m.25 views

CVE-2024-46745

In the Linux kernel, the following vulnerability has been resolved: Input: uinput - reject requests with unreasonable number of slots When exercising uinput interface syzkaller may try setting up device with a really large number of slots, which causes memory allocation failure in inputmtinitslot...

5.5CVSS6.9AI score0.00283EPSS
SaveExploits0References4
OSV
OSV
added 2024/09/18 9:29 a.m.13 views

CLSA-2024-1726651745 kernel: Fix of 4 CVEs

drm/vmwgfx: Validate the box size for the snooped cursor CVE-2022-36280 - USB: eneusb6250: Allocate enough memory for full object CVE-2023-45862 - Bluetooth: L2CAP: Fix attempting to access uninitialized memory CVE-2022-42895 - stm class: Fix a double free in stmregisterdevice CVE-2024-38627...

7.8CVSS6.4AI score0.00627EPSS
SaveExploits0References1
NVD
NVD
added 2024/09/18 8:15 a.m.19 views

CVE-2024-46745

In the Linux kernel, the following vulnerability has been resolved: Input: uinput - reject requests with unreasonable number of slots When exercising uinput interface syzkaller may try setting up device with a really large number of slots, which causes memory allocation failure in inputmtinitslot...

5.5CVSS0.00283EPSS
SaveExploits0References13
NVD
NVD
added 2024/09/18 8:15 a.m.15 views

CVE-2024-46746

In the Linux kernel, the following vulnerability has been resolved: HID: amdsfh: free driverdata after destroying hid device HID driver callbacks aren't called anymore once hiddestroydevice has been called. Hence, hid driverdata should be freed only after the hiddestroydevice function returned as...

7.8CVSS0.00248EPSS
SaveExploits0References6
CVE
CVE
added 2024/09/18 7:12 a.m.91 views

CVE-2024-46790

CVE-2024-46790 concerns the Linux kernel: when freeing PG_hwpoison pages they are isolated rather than released, leading to a warning: “alloc_tag was not set.” The Astra Linux bulletin confirms the issue and states the fix is to “clear the page tag reference after the page got isolated and accoun...

5.5CVSS5.2AI score0.00179EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2024/09/18 7:12 a.m.143 views

CVE-2024-46746

The CVE-2024-46746 issue affects the Linux kernel HID AMD SFH driver (amd_sfh). The root cause is freeing driver_data after hid_destroy_device() returns, since driver_data is referenced by callbacks; this can lead to a slab-use-after-free in functions such as amd_sfh_get_report, as evidenced by t...

7.8CVSS7.1AI score0.00248EPSS
SaveExploits0References6Affected Software1
Vulnrichment
Vulnrichment
added 2024/09/18 7:12 a.m.19 views

CVE-2024-46746 HID: amd_sfh: free driver_data after destroying hid device

In the Linux kernel, the following vulnerability has been resolved: HID: amdsfh: free driverdata after destroying hid device HID driver callbacks aren't called anymore once hiddestroydevice has been called. Hence, hid driverdata should be freed only after the hiddestroydevice function returned as...

6.7AI score0.00248EPSS
SaveExploits0References5
CVE
CVE
added 2024/09/18 7:12 a.m.162 views

CVE-2024-46745

CVE-2024-46745 affects the Linux kernel uinput interface. The root cause is an unbounded request for slots via syzkaller, causing memory allocation failure in input_mt_init_slots. The fix limits the allowed number of slots to 100 (extendable if devices require more). Consequences described in the...

5.5CVSS6.6AI score0.00283EPSS
SaveExploits0References13Affected Software1
Vulnrichment
Vulnrichment
added 2024/09/18 7:12 a.m.21 views

CVE-2024-46745 Input: uinput - reject requests with unreasonable number of slots

In the Linux kernel, the following vulnerability has been resolved: Input: uinput - reject requests with unreasonable number of slots When exercising uinput interface syzkaller may try setting up device with a really large number of slots, which causes memory allocation failure in inputmtinitslot...

6.9AI score0.00283EPSS
SaveExploits0References8
OSV
OSV
added 2024/09/18 7:12 a.m.24 views

CVE-2024-46745 Input: uinput - reject requests with unreasonable number of slots

In the Linux kernel, the following vulnerability has been resolved: Input: uinput - reject requests with unreasonable number of slots When exercising uinput interface syzkaller may try setting up device with a really large number of slots, which causes memory allocation failure in inputmtinitslot...

6.2AI score
SaveExploits0References16
Cvelist
Cvelist
added 2024/09/18 7:12 a.m.23 views

CVE-2024-46745 Input: uinput - reject requests with unreasonable number of slots

In the Linux kernel, the following vulnerability has been resolved: Input: uinput - reject requests with unreasonable number of slots When exercising uinput interface syzkaller may try setting up device with a really large number of slots, which causes memory allocation failure in inputmtinitslot...

0.00283EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/09/13 2:43 p.m.17 views

CVE-2024-46688

In the Linux kernel, the following vulnerability has been resolved: erofs: fix out-of-bound access when zerofsgbufgrowsize partially fails If zerofsgbufgrowsize partially fails on a global buffer due to memory allocation failure or fault injection as reported by syzbot 1, new pages need to be fre...

7.1CVSS7.3AI score0.002EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/09/13 5:29 a.m.10 views

CVE-2024-46688 erofs: fix out-of-bound access when z_erofs_gbuf_growsize() partially fails

In the Linux kernel, the following vulnerability has been resolved: erofs: fix out-of-bound access when zerofsgbufgrowsize partially fails If zerofsgbufgrowsize partially fails on a global buffer due to memory allocation failure or fault injection as reported by syzbot 1, new pages need to be fre...

7.2AI score0.002EPSS
SaveExploits0References2
OSV
OSV
added 2024/09/13 5:29 a.m.24 views

CVE-2024-46688 erofs: fix out-of-bound access when z_erofs_gbuf_growsize() partially fails

In the Linux kernel, the following vulnerability has been resolved: erofs: fix out-of-bound access when zerofsgbufgrowsize partially fails If zerofsgbufgrowsize partially fails on a global buffer due to memory allocation failure or fault injection as reported by syzbot 1, new pages need to be fre...

6.4AI score
SaveExploits0References5
Rows per page
Query Builder