Lucene search
+L

11969 matches found

OSV
OSV
added 2025/05/01 3:16 p.m.11 views

DEBIAN-CVE-2022-49902

In the Linux kernel, the following vulnerability has been resolved: block: Fix possible memory leak for rqwb on adddisk failure kmemleak reported memory leaks in deviceadddisk: kmemleak: 3 new suspected memory leaks unreferenced object 0xffff88800f420800 size 512: comm "modprobe", pid 4275, jiffi...

5.5CVSS5.4AI score0.00191EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 3:16 p.m.11 views

DEBIAN-CVE-2022-49874

In the Linux kernel, the following vulnerability has been resolved: HID: hyperv: fix possible memory leak in mousevscprobe If hidadddevice returns error, it should call hiddestroydevice to free hiddev which is allocated in hidallocatedevice...

5.5CVSS5.5AI score0.00212EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 3:16 p.m.2 views

DEBIAN-CVE-2022-49836

In the Linux kernel, the following vulnerability has been resolved: siox: fix possible memory leak in sioxdeviceadd If deviceregister returns error in sioxdeviceadd, the name allocated by devsetname need be freed. As comment of deviceregister says, it should use putdevice to give up the reference...

5.5CVSS5.5AI score0.00194EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 3:16 p.m.5 views

DEBIAN-CVE-2022-49839

In the Linux kernel, the following vulnerability has been resolved: scsi: scsitransportsas: Fix error handling in sasphyadd If transportadddevice fails in sasphyadd, the kernel will crash trying to delete the device in transportremovedevice called from sasremovehost. Unable to handle kernel NULL...

5.5CVSS5.5AI score0.00209EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 3:16 p.m.4 views

DEBIAN-CVE-2022-49824

In the Linux kernel, the following vulnerability has been resolved: ata: libata-transport: fix error handling in atatlinkadd In atatlinkadd, the return value of transportadddevice is not checked. As a result, it causes null-ptr-deref while removing the module, because transportremovedevice is...

5.5CVSS5.5AI score0.00209EPSS
SaveExploits0References1
NVD
NVD
added 2025/05/01 3:16 p.m.10 views

CVE-2022-49816

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

SaveExploits0
OSV
OSV
added 2025/05/01 3:16 p.m.5 views

DEBIAN-CVE-2022-49802

In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix null pointer dereference in ftraceaddmod The @ftracemod is allocated by kzalloc, so both the members prev,next of @ftracemode-list are NULL, it's not a valid state to call listdel. If kstrdup for @ftracemod-func|modul...

5.5CVSS5.5AI score0.00216EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 3:16 p.m.9 views

UBUNTU-CVE-2022-49793

In the Linux kernel, the following vulnerability has been resolved: iio: trigger: sysfs: fix possible memory leak in iiosysfstriginit devsetname allocates memory for name, it need be freed when deviceadd fails, call putdevice to give up the reference that hold in deviceinitialize, so that it can ...

5.5CVSS6.1AI score0.00219EPSS
SaveExploits0References11
OSV
OSV
added 2025/05/01 3:16 p.m.19 views

UBUNTU-CVE-2022-49826

In the Linux kernel, the following vulnerability has been resolved: ata: libata-transport: fix double atahostput in atatportadd In the error path in atatportadd, when calling putdevice, atatportrelease is called, it will put the refcount of 'ap-host'. And then atahostput is called again, the...

7.8CVSS6.1AI score0.00221EPSS
SaveExploits0References9
OSV
OSV
added 2025/05/01 3:16 p.m.26 views

UBUNTU-CVE-2022-49839

In the Linux kernel, the following vulnerability has been resolved: scsi: scsitransportsas: Fix error handling in sasphyadd If transportadddevice fails in sasphyadd, the kernel will crash trying to delete the device in transportremovedevice called from sasremovehost. Unable to handle kernel NULL...

5.5CVSS6.1AI score0.00209EPSS
SaveExploits0References7
OSV
OSV
added 2025/05/01 3:16 p.m.16 views

UBUNTU-CVE-2022-49824

In the Linux kernel, the following vulnerability has been resolved: ata: libata-transport: fix error handling in atatlinkadd In atatlinkadd, the return value of transportadddevice is not checked. As a result, it causes null-ptr-deref while removing the module, because transportremovedevice is...

5.5CVSS6.1AI score0.00209EPSS
SaveExploits0References7
OSV
OSV
added 2025/05/01 3:16 p.m.24 views

UBUNTU-CVE-2022-49802

In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix null pointer dereference in ftraceaddmod The @ftracemod is allocated by kzalloc, so both the members prev,next of @ftracemode-list are NULL, it's not a valid state to call listdel. If kstrdup for @ftracemod-func|modul...

5.5CVSS6.1AI score0.00216EPSS
SaveExploits0References10
OSV
OSV
added 2025/05/01 3:16 p.m.7 views

UBUNTU-CVE-2022-49902

In the Linux kernel, the following vulnerability has been resolved: block: Fix possible memory leak for rqwb on adddisk failure kmemleak reported memory leaks in deviceadddisk: kmemleak: 3 new suspected memory leaks unreferenced object 0xffff88800f420800 size 512: comm "modprobe", pid 4275, jiffi...

5.5CVSS6.1AI score0.00191EPSS
SaveExploits0References6
OSV
OSV
added 2025/05/01 3:16 p.m.20 views

UBUNTU-CVE-2022-49836

In the Linux kernel, the following vulnerability has been resolved: siox: fix possible memory leak in sioxdeviceadd If deviceregister returns error in sioxdeviceadd, the name allocated by devsetname need be freed. As comment of deviceregister says, it should use putdevice to give up the reference...

5.5CVSS6.1AI score0.00194EPSS
SaveExploits0References9
OSV
OSV
added 2025/05/01 2:10 p.m.13 views

CVE-2022-49902 block: Fix possible memory leak for rq_wb on add_disk failure

In the Linux kernel, the following vulnerability has been resolved: block: Fix possible memory leak for rqwb on adddisk failure kmemleak reported memory leaks in deviceadddisk: kmemleak: 3 new suspected memory leaks unreferenced object 0xffff88800f420800 size 512: comm "modprobe", pid 4275, jiffi...

5.5CVSS5.9AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2025/05/01 2:10 p.m.3 views

CVE-2022-49902 block: Fix possible memory leak for rq_wb on add_disk failure

In the Linux kernel, the following vulnerability has been resolved: block: Fix possible memory leak for rqwb on adddisk failure kmemleak reported memory leaks in deviceadddisk: kmemleak: 3 new suspected memory leaks unreferenced object 0xffff88800f420800 size 512: comm "modprobe", pid 4275, jiffi...

6.2AI score0.00191EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/05/01 2:10 p.m.32 views

CVE-2022-49902 block: Fix possible memory leak for rq_wb on add_disk failure

In the Linux kernel, the following vulnerability has been resolved: block: Fix possible memory leak for rqwb on adddisk failure kmemleak reported memory leaks in deviceadddisk: kmemleak: 3 new suspected memory leaks unreferenced object 0xffff88800f420800 size 512: comm "modprobe", pid 4275, jiffi...

0.00191EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/05/01 2:09 p.m.31 views

CVE-2022-49839 scsi: scsi_transport_sas: Fix error handling in sas_phy_add()

In the Linux kernel, the following vulnerability has been resolved: scsi: scsitransportsas: Fix error handling in sasphyadd If transportadddevice fails in sasphyadd, the kernel will crash trying to delete the device in transportremovedevice called from sasremovehost. Unable to handle kernel NULL...

0.00209EPSS
SaveExploits0References4
CVE
CVE
added 2025/05/01 2:09 p.m.99 views

CVE-2022-49836

The CVE-2022-49836 issue in the Linux kernel concerns a memory leak in siox_device_add() if device_register() fails. The fix ensures proper reference handling: after an error, the name allocated by dev_set_name() is freed by freeing the reference with put_device(), allowing kobject_cleanup() to f...

5.5CVSS6.5AI score0.00194EPSS
SaveExploits0References6Affected Software1
CNNVD
CNNVD
added 2025/05/01 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 Linux kernel that stems from a failure to check the transportadddevice return value in atatlinkadd, which could result in a null pointer...

5.5CVSS6.3AI score0.00209EPSS
SaveExploits0References4
Rows per page
Query Builder