Lucene search
+L

11904 matches found

OSV
OSV
added 2025/09/15 3:15 p.m.4 views

DEBIAN-CVE-2022-50268

In the Linux kernel, the following vulnerability has been resolved: mmc: moxart: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, the memory that allocated in mmcallochost will be leaked and it will lead a kernel crash because of deleting not added...

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

DEBIAN-CVE-2022-50267

In the Linux kernel, the following vulnerability has been resolved: mmc: rtsxpci: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, the memory that allocated in mmcallochost will be leaked and it will lead a kernel crash because of deleting not added...

5.5CVSS5.3AI score0.00155EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/15 3:15 p.m.10 views

UBUNTU-CVE-2022-50278

In the Linux kernel, the following vulnerability has been resolved: PNP: fix name memory leak in pnpallocdev After commit 1fa5ae857bb1 "driver core: get rid of struct device's busid string array", the name of device is allocated dynamically, move devsetname after pnpaddid to avoid memory leak...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References12
OSV
OSV
added 2025/09/15 3:15 p.m.7 views

UBUNTU-CVE-2022-50267

In the Linux kernel, the following vulnerability has been resolved: mmc: rtsxpci: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, the memory that allocated in mmcallochost will be leaked and it will lead a kernel crash because of deleting not added...

5.5CVSS5.7AI score0.00155EPSS
SaveExploits0References7
OSV
OSV
added 2025/09/15 3:15 p.m.6 views

UBUNTU-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.5CVSS5.9AI score0.0018EPSS
SaveExploits0References12
Cvelist
Cvelist
added 2025/09/15 2:21 p.m.10 views

CVE-2022-50290

...

SaveExploits0
Cvelist
Cvelist
added 2025/09/15 2:21 p.m.14 views

CVE-2022-50282 chardev: fix error handling in cdev_device_add()

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...

0.0018EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/09/15 2:21 p.m.12 views

CVE-2022-50278 PNP: fix name memory leak in pnp_alloc_dev()

In the Linux kernel, the following vulnerability has been resolved: PNP: fix name memory leak in pnpallocdev After commit 1fa5ae857bb1 "driver core: get rid of struct device's busid string array", the name of device is allocated dynamically, move devsetname after pnpaddid to avoid memory leak...

0.0016EPSS
SaveExploits0References9
OSV
OSV
added 2025/09/15 2:21 p.m.6 views

CVE-2022-50278 PNP: fix name memory leak in pnp_alloc_dev()

In the Linux kernel, the following vulnerability has been resolved: PNP: fix name memory leak in pnpallocdev After commit 1fa5ae857bb1 "driver core: get rid of struct device's busid string array", the name of device is allocated dynamically, move devsetname after pnpaddid to avoid memory leak...

6.1AI score
SaveExploits0References12
CVE
CVE
added 2025/09/15 2:21 p.m.29 views

CVE-2022-50268

CVE-2022-50268 affects the Linux kernel mmap/moxart MMC host handling. The issue is in mmc_add_host(): if the function returns an error and the return value is not checked, memory allocated by mmc_alloc_host() could be leaked, potentially causing a kernel crash when removing an unreliably added d...

5.5CVSS6.1AI score0.0016EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2025/09/15 2:21 p.m.16 views

CVE-2022-50268 mmc: moxart: fix return value check of mmc_add_host()

In the Linux kernel, the following vulnerability has been resolved: mmc: moxart: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, the memory that allocated in mmcallochost will be leaked and it will lead a kernel crash because of deleting not added...

0.0016EPSS
SaveExploits0References9
OSV
OSV
added 2025/09/15 2:21 p.m.9 views

CVE-2022-50268 mmc: moxart: fix return value check of mmc_add_host()

In the Linux kernel, the following vulnerability has been resolved: mmc: moxart: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, the memory that allocated in mmcallochost will be leaked and it will lead a kernel crash because of deleting not added...

6.2AI score
SaveExploits0References12
OSV
OSV
added 2025/09/15 2:21 p.m.5 views

CVE-2022-50267 mmc: rtsx_pci: fix return value check of mmc_add_host()

In the Linux kernel, the following vulnerability has been resolved: mmc: rtsxpci: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, the memory that allocated in mmcallochost will be leaked and it will lead a kernel crash because of deleting not added...

6.2AI score
SaveExploits0References7
CVE
CVE
added 2025/09/15 2:21 p.m.30 views

CVE-2022-50267

CVE-2022-50267 pertains to the Linux kernel’s MMC/SD subsystem, specifically the mmc_add_host() path in the mmc: rtsx_pci driver. Root cause: return value of mmc_add_host() was not checked; on error, memory allocated by mmc_alloc_host() could be leaked, risking a kernel crash when removing an una...

5.5CVSS6.1AI score0.00155EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/09/15 2:15 p.m.3 views

DEBIAN-CVE-2023-53174

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix possible memory leak if deviceadd fails If deviceadd returns error, the name allocated by devsetname needs be freed. As the comment of deviceadd says, putdevice should be used to decrease the reference count in th...

5.5CVSS5.3AI score0.00156EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/15 2:15 p.m.5 views

CVE-2023-53174

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix possible memory leak if deviceadd fails If deviceadd returns error, the name allocated by devsetname needs be freed. As the comment of deviceadd says, putdevice should be used to decrease the reference count in th...

5.5CVSS0.00156EPSS
SaveExploits0References8
NVD
NVD
added 2025/09/15 2:15 p.m.7 views

CVE-2022-50251

In the Linux kernel, the following vulnerability has been resolved: mmc: vub300: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, the memory that allocated in mmcallochost will be leaked and it will lead a kernel crash because of deleting not added...

5.5CVSS0.0016EPSS
SaveExploits0References9
OSV
OSV
added 2025/09/15 2:15 p.m.9 views

UBUNTU-CVE-2022-50251

In the Linux kernel, the following vulnerability has been resolved: mmc: vub300: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, the memory that allocated in mmcallochost will be leaked and it will lead a kernel crash because of deleting not added...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References12
OSV
OSV
added 2025/09/15 2:15 p.m.11 views

UBUNTU-CVE-2023-53174

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix possible memory leak if deviceadd fails If deviceadd returns error, the name allocated by devsetname needs be freed. As the comment of deviceadd says, putdevice should be used to decrease the reference count in th...

5.5CVSS5.8AI score0.00156EPSS
SaveExploits0References11
OSV
OSV
added 2025/09/15 2:04 p.m.11 views

CVE-2023-53174 scsi: core: Fix possible memory leak if device_add() fails

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix possible memory leak if deviceadd fails If deviceadd returns error, the name allocated by devsetname needs be freed. As the comment of deviceadd says, putdevice should be used to decrease the reference count in th...

4.9AI score
SaveExploits0References11
Rows per page
Query Builder