Lucene search
+L

6379 matches found

NVD
NVD
added 2025/10/04 4:15 p.m.12 views

CVE-2022-50481

In the Linux kernel, the following vulnerability has been resolved: cxl: fix possible null-ptr-deref in cxlguestinitafu|adapter If deviceregister fails in cxlregisterafu|adapter, the device is not added, deviceunregister can not be called in the error path, otherwise it will cause a null-ptr-dere...

5.5CVSS0.00149EPSS
SaveExploits0References9
OSV
OSV
added 2025/10/04 4:15 p.m.7 views

UBUNTU-CVE-2023-53604

In the Linux kernel, the following vulnerability has been resolved: dm integrity: call kmemcachedestroy in dmintegrityinit error path Otherwise the journaliocache will leak if dmregistertarget fails...

7.8CVSS6.1AI score0.00145EPSS
SaveExploits0References12
OSV
OSV
added 2025/10/04 4:15 p.m.9 views

UBUNTU-CVE-2022-50481

In the Linux kernel, the following vulnerability has been resolved: cxl: fix possible null-ptr-deref in cxlguestinitafu|adapter If deviceregister fails in cxlregisterafu|adapter, the device is not added, deviceunregister can not be called in the error path, otherwise it will cause a null-ptr-dere...

5.5CVSS5.8AI score0.00149EPSS
SaveExploits0References12
OSV
OSV
added 2025/10/04 3:44 p.m.7 views

CVE-2023-53604 dm integrity: call kmem_cache_destroy() in dm_integrity_init() error path

In the Linux kernel, the following vulnerability has been resolved: dm integrity: call kmemcachedestroy in dmintegrityinit error path Otherwise the journaliocache will leak if dmregistertarget fails...

6.5AI score
SaveExploits0References12
CVE
CVE
added 2025/10/04 3:44 p.m.32 views

CVE-2023-53604

CVE-2023-53604: In the Linux kernel, the dm_integrity component may leak journal_io_cache if dm_register_target() fails due to an error path that calls kmem_cache_destroy() in dm_integrity_init(). This root cause is documented in the initial report as a resolution for the leak in journal_io_cache...

7.8CVSS6.1AI score0.00145EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2025/10/04 3:44 p.m.22 views

CVE-2023-53598 bus: mhi: host: Range check CHDBOFF and ERDBOFF

In the Linux kernel, the following vulnerability has been resolved: bus: mhi: host: Range check CHDBOFF and ERDBOFF If the value read from the CHDBOFF and ERDBOFF registers is outside the range of the MHI register space then an invalid address might be computed which later causes a kernel panic...

8.4CVSS0.00149EPSS
SaveExploits0References6
CVE
CVE
added 2025/10/04 3:44 p.m.27 views

CVE-2023-53598

CVE-2023-53598 affects the Linux kernel MHI bus host: if CHDBOFF or ERDBOFF register values read from the device fall outside the MHI register space, an invalid address could be computed and crash the kernel. The fix added range checks on the read values to prevent crashes caused by bad data from...

8.4CVSS6AI score0.00149EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/10/04 3:43 p.m.4 views

CVE-2022-50499 media: dvb-core: Fix double free in dvb_register_device()

In the Linux kernel, the following vulnerability has been resolved: media: dvb-core: Fix double free in dvbregisterdevice In function dvbregisterdevice - dvbregistermediadevice - dvbcreatemediaentity, dvb-entity is allocated and initialized. If the initialization fails, it frees the dvb-entity, a...

6.8AI score
SaveExploits0References12
Cvelist
Cvelist
added 2025/10/04 3:43 p.m.13 views

CVE-2022-50499 media: dvb-core: Fix double free in dvb_register_device()

In the Linux kernel, the following vulnerability has been resolved: media: dvb-core: Fix double free in dvbregisterdevice In function dvbregisterdevice - dvbregistermediadevice - dvbcreatemediaentity, dvb-entity is allocated and initialized. If the initialization fails, it frees the dvb-entity, a...

0.00152EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/10/04 3:43 p.m.11 views

CVE-2022-50500 netdevsim: fix memory leak in nsim_drv_probe() when nsim_dev_resources_register() failed

In the Linux kernel, the following vulnerability has been resolved: netdevsim: fix memory leak in nsimdrvprobe when nsimdevresourcesregister failed If some items in nsimdevresourcesregister fail, memory leak will occur. The following is the memory leak information. unreferenced object...

0.00128EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/10/04 3:16 p.m.18 views

CVE-2022-50481 cxl: fix possible null-ptr-deref in cxl_guest_init_afu|adapter()

In the Linux kernel, the following vulnerability has been resolved: cxl: fix possible null-ptr-deref in cxlguestinitafu|adapter If deviceregister fails in cxlregisterafu|adapter, the device is not added, deviceunregister can not be called in the error path, otherwise it will cause a null-ptr-dere...

0.00149EPSS
SaveExploits0References9
OSV
OSV
added 2025/10/04 3:16 p.m.10 views

CVE-2022-50481 cxl: fix possible null-ptr-deref in cxl_guest_init_afu|adapter()

In the Linux kernel, the following vulnerability has been resolved: cxl: fix possible null-ptr-deref in cxlguestinitafu|adapter If deviceregister fails in cxlregisterafu|adapter, the device is not added, deviceunregister can not be called in the error path, otherwise it will cause a null-ptr-dere...

6.4AI score
SaveExploits0References12
Cvelist
Cvelist
added 2025/10/04 3:16 p.m.12 views

CVE-2022-50474 macintosh: fix possible memory leak in macio_add_one_device()

In the Linux kernel, the following vulnerability has been resolved: macintosh: fix possible memory leak in macioaddonedevice Afer commit 1fa5ae857bb1 "driver core: get rid of struct device's busid string array", the name of device is allocated dynamically. It needs to be freed when ofdeviceregist...

0.00152EPSS
SaveExploits0References9
OSV
OSV
added 2025/10/04 3:16 p.m.8 views

CVE-2022-50474 macintosh: fix possible memory leak in macio_add_one_device()

In the Linux kernel, the following vulnerability has been resolved: macintosh: fix possible memory leak in macioaddonedevice Afer commit 1fa5ae857bb1 "driver core: get rid of struct device's busid string array", the name of device is allocated dynamically. It needs to be freed when ofdeviceregist...

6.4AI score
SaveExploits0References12
EUVD
EUVD
added 2025/10/04 9:30 a.m.9 views

EUVD-2025-32381

In the Linux kernel, the following vulnerability has been resolved: um: virtiouml: Fix use-after-free after putdevice in probe When registervirtiodevice fails in virtioumlprobe, the code sets vudev-registered = 1 even though the device was not successfully registered. This can lead to...

6.2AI score0.0014EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/10/04 7:31 a.m.16 views

CVE-2025-39951 um: virtio_uml: Fix use-after-free after put_device in probe

In the Linux kernel, the following vulnerability has been resolved: um: virtiouml: Fix use-after-free after putdevice in probe When registervirtiodevice fails in virtioumlprobe, the code sets vudev-registered = 1 even though the device was not successfully registered. This can lead to...

7.8CVSS0.0014EPSS
SaveExploits0References7
NVD
NVD
added 2025/10/04 3:15 a.m.16 views

CVE-2025-11228

The GiveWP – Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the registerAssociateFormsWithCampaign function in all versions up to, and including, 4.10.0. This makes it possible for unauthenticat...

5.3CVSS0.0027EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/10/04 12:0 a.m.9 views

PT-2025-40767

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel related to device mapper integrity. Specifically, the issue involves a memory leak in the journal io cache if dm register target fails during the dm...

7.8CVSS7AI score0.21521EPSS
SaveExploits8References469
CNNVD
CNNVD
added 2025/10/04 12:0 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 the Linux kernel that stems from a failure to perform range checking on CHDBOFF and ERDBOFF register values, which could cause the kernel to...

6.2AI score0.00149EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2025/10/04 12:0 a.m.3 views

RockyLinux 10 : glibc (RLSA-2025:11066)

The remote RockyLinux 10 host has packages installed that are affected by a vulnerability as referenced in the RLSA-2025:11066 advisory. glibc: Vector register overwrite bug in glibc CVE-2025-5702 Tenable has extracted the preceding description block directly from the RockyLinux security advisory...

5.6CVSS6.5AI score0.00261EPSS
SaveExploits0References3
Rows per page
Query Builder