Lucene search
+L

2572 matches found

CVE
CVE
added 2025/09/18 4:04 p.m.51 views

CVE-2022-50417

The CVE-2022-50417 issue affects the Linux kernel (drm/panfrost) where panfrost_gem_create_with_handle() could return a BO whose only reference came from the handle, enabling a potential use-after-free if the handle was released by user space. Additionally, if panfrost_gem_mapping_get() in panfro...

7.8CVSS5.8AI score0.00159EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/09/18 4:04 p.m.18 views

CVE-2022-50417 drm/panfrost: Fix GEM handle creation ref-counting

In the Linux kernel, the following vulnerability has been resolved: drm/panfrost: Fix GEM handle creation ref-counting panfrostgemcreatewithhandle previously returned a BO but with the only reference being from the handle, which user space could in theory guess and release, causing a...

7.8CVSS0.00159EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2025/09/18 4:04 p.m.2 views

CVE-2022-50417 drm/panfrost: Fix GEM handle creation ref-counting

In the Linux kernel, the following vulnerability has been resolved: drm/panfrost: Fix GEM handle creation ref-counting panfrostgemcreatewithhandle previously returned a BO but with the only reference being from the handle, which user space could in theory guess and release, causing a...

5.8AI score0.00159EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/18 4:04 p.m.10 views

CVE-2022-50417 drm/panfrost: Fix GEM handle creation ref-counting

In the Linux kernel, the following vulnerability has been resolved: drm/panfrost: Fix GEM handle creation ref-counting panfrostgemcreatewithhandle previously returned a BO but with the only reference being from the handle, which user space could in theory guess and release, causing a...

7.8CVSS5.9AI score
SaveExploits0References8
OSV
OSV
added 2025/09/18 2:15 p.m.7 views

DEBIAN-CVE-2023-53376

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Use number of bits to manage bitmap sizes To allocate bitmaps, the mpi3mr driver calculates sizes of bitmaps using byte as unit. However, bitmap helper functions assume that bitmaps are allocated using unsigned long...

7.1CVSS6.1AI score0.00162EPSS
SaveExploits0References1
CVE
CVE
added 2025/09/18 1:33 p.m.32 views

CVE-2023-53376

CVE-2023-53376 affects the Linux kernel scsi mpi3mr driver, where bitmap sizing used bytes instead of bits caused slab-out-of-bounds access (notably during firmware download to eHBA-9600) via find_first_zero_bit() in mpi3mr_send_event_ack(). The fix switches bitmap management to number-of-bits ar...

7.8CVSS6.1AI score0.00162EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/09/18 1:33 p.m.9 views

CVE-2023-53376 scsi: mpi3mr: Use number of bits to manage bitmap sizes

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Use number of bits to manage bitmap sizes To allocate bitmaps, the mpi3mr driver calculates sizes of bitmaps using byte as unit. However, bitmap helper functions assume that bitmaps are allocated using unsigned long...

7.8CVSS6.1AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/09/18 12:00 a.m.8 views

PT-2025-38434

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The panfrost gem create with handle function previously returned a buffer object BO with only a reference from the handle. User space could potentially guess and release this handle,...

6.5AI score0.00159EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2025/09/18 12:00 a.m.9 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 Linux kernel that stems from improper reference counting for GEM handle creation, which could lead to reuse after release...

7.8CVSS5.8AI score0.00159EPSS
SaveExploits0References6
OSV
OSV
added 2025/09/17 2:56 p.m.12 views

CVE-2023-53353 accel/habanalabs: postpone mem_mgr IDR destruction to hpriv_release()

In the Linux kernel, the following vulnerability has been resolved: accel/habanalabs: postpone memmgr IDR destruction to hprivrelease The memory manager IDR is currently destroyed when user releases the file descriptor. However, at this point the user context might be still held, and memory buffe...

5.5CVSS6AI score
SaveExploits0References5
OSV
OSV
added 2025/09/16 8:11 a.m.8 views

CVE-2023-53290 samples/bpf: Fix fout leak in hbm's run_bpf_prog

In the Linux kernel, the following vulnerability has been resolved: samples/bpf: Fix fout leak in hbm's runbpfprog Fix fout being fopen'ed but then not subsequently fclose'd. In the affected branch, fout is otherwise going out of scope...

5.5CVSS4.9AI score
SaveExploits0References9
CNNVD
CNNVD
added 2025/09/16 12:00 a.m.7 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 an unclosed file handle that could lead to a resource leak...

5.5CVSS4.9AI score0.00145EPSS
SaveExploits0References7
Circl
Circl
added 2025/09/15 10:44 p.m.10 views

CVE-2025-43299

creationtimestamp| type| source ---|---|--- 2025-09-15 22:44:36+00:00| seen| Telegram/-oUrHr49HHpOzmOZPwsmpNWbdBtIUVufv4KEkR0FDOEaQ...

5.5CVSS4.8AI score0.00232EPSS
SaveExploits0
NVD
NVD
added 2025/09/15 3:15 p.m.7 views

CVE-2022-50282

In the Linux kernel, the following vulnerability has been resolved: chardev: fix error handling in cdevdeviceadd While doing fault injection test, I got the following report: ------------ cut here ------------ kobject: 'null' 0000000039956980: is not initialized, yet kobjectput is being called...

5.5CVSS0.0018EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/09/15 2:46 p.m.11 views

CVE-2023-53250 firmware: dmi-sysfs: Fix null-ptr-deref in dmi_sysfs_register_handle

In the Linux kernel, the following vulnerability has been resolved: firmware: dmi-sysfs: Fix null-ptr-deref in dmisysfsregisterhandle KASAN reported a null-ptr-deref error: KASAN: null-ptr-deref in range 0x0000000000000008-0x000000000000000f CPU: 0 PID: 1373 Comm: modprobe Hardware name: QEMU...

0.00145EPSS
SaveExploits0References4
CVE
CVE
added 2025/09/15 2:46 p.m.49 views

CVE-2023-53250

The CVE-2023-53250 entry concerns a null-pointer dereference in Linux kernel firmware handling (dmi-sysfs). The issue occurs in dmi_sysfs_register_handle during initialization, triggered by a kobject/dmi_sysfs lifecycle sequence where list_add_tail is followed by an error path, leading to an unin...

5.5CVSS6AI score0.00145EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2025/09/15 2:15 p.m.8 views

CVE-2022-50246

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpci: fix of node refcount leak in tcpciregisterport I got the following report while doing devicemt6370-tcpc load test with CONFIGOFUNITTEST and CONFIGOFDYNAMIC enabled: OF: ERROR: memory leak, expected refcount 1...

5.5CVSS0.00156EPSS
SaveExploits0References6
OSV
OSV
added 2025/09/15 2:15 p.m.6 views

DEBIAN-CVE-2022-50246

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpci: fix of node refcount leak in tcpciregisterport I got the following report while doing devicemt6370-tcpc load test with CONFIGOFUNITTEST and CONFIGOFDYNAMIC enabled: OF: ERROR: memory leak, expected refcount 1...

5.5CVSS5.3AI score0.00156EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/15 2:02 p.m.7 views

CVE-2022-50246 usb: typec: tcpci: fix of node refcount leak in tcpci_register_port()

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpci: fix of node refcount leak in tcpciregisterport I got the following report while doing devicemt6370-tcpc load test with CONFIGOFUNITTEST and CONFIGOFDYNAMIC enabled: OF: ERROR: memory leak, expected refcount 1...

6.9AI score
SaveExploits0References9
CVE
CVE
added 2025/09/15 2:02 p.m.46 views

CVE-2022-50246

CVE-2022-50246 involves a refcount leak in the Linux kernel’s usb: typec: tcpci subsystem. The vulnerability stems from tcpci_register_port()’s use of the fwnode-derived node in tcpci_parse_config(), where the node’s refcount is increased by device_get_named_child_node() but not balanced in all e...

5.5CVSS6.1AI score0.00156EPSS
SaveExploits0References6Affected Software1
Rows per page
Query Builder