Lucene search
+L

2171 matches found

Cvelist
Cvelist
added 2025/12/30 12:11 p.m.27 views

CVE-2023-54225 net: ipa: only reset hashed tables when supported

In the Linux kernel, the following vulnerability has been resolved: net: ipa: only reset hashed tables when supported Last year, the code that manages GSI channel transactions switched from using spinlock-protected linked lists to using indexes into the ring buffer used for a channel. Recently,...

0.00172EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/30 12:11 p.m.17 views

CVE-2023-54225

CVE-2023-54225 (Linux kernel) : The issue affects the Linux kernel’s IPA modem path, where during shutdown a transaction could be under a reference count underflow if hashed IPA tables were zeroed when hashing is not supported. Root cause: the code zeroed hashed table memory for modem filter/rout...

6.5AI score0.00172EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/30 12:11 p.m.5 views

CVE-2023-54225 net: ipa: only reset hashed tables when supported

In the Linux kernel, the following vulnerability has been resolved: net: ipa: only reset hashed tables when supported Last year, the code that manages GSI channel transactions switched from using spinlock-protected linked lists to using indexes into the ring buffer used for a channel. Recently,...

6.7AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/12/30 12:11 p.m.9 views

CVE-2023-54205

In the Linux kernel, the following vulnerability has been resolved: pinctrl: stm32: Fix refcount leak in stm32pctrlgetirqdomain ofirqfindparent returns a node pointer with refcount incremented, We should use ofnodeput on it when not needed anymore. Add missing ofnodeput to avoid refcount leak...

5.3AI score0.00179EPSS
SaveExploits0
CVE
CVE
added 2025/12/30 12:10 p.m.19 views

CVE-2022-50839

Summary (CVE-2022-50839) The issue is in the Linux kernel’s jbd2 journaling subsystem. When a buffer isn’t uptodate, jbd2_fc_wait_bufs returns -EIO without updating journal->j_fc_off, and jbd2_fc_release_bufs may release the buffer head from j_fc_off - 1 if bh is NULL, causing a buffer head re...

6.4AI score0.00214EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/30 12:10 p.m.39 views

CVE-2022-50839 jbd2: fix potential buffer head reference count leak

In the Linux kernel, the following vulnerability has been resolved: jbd2: fix potential buffer head reference count leak As in 'jbd2fcwaitbufs' if buffer isn't uptodate, will return -EIO without update 'journal-jfcoff'. But 'jbd2fcreleasebufs' will release buffer head from ‘jfcoff - 1’ if 'bh' is...

0.00214EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/12/30 12:10 p.m.8 views

CVE-2022-50839

In the Linux kernel, the following vulnerability has been resolved: jbd2: fix potential buffer head reference count leak As in 'jbd2fcwaitbufs' if buffer isn't uptodate, will return -EIO without update 'journal-jfcoff'. But 'jbd2fcreleasebufs' will release buffer head from ‘jfcoff - 1’ if 'bh' is...

5.6AI score0.00214EPSS
SaveExploits0
OSV
OSV
added 2025/12/30 12:10 p.m.7 views

CVE-2022-50839 jbd2: fix potential buffer head reference count leak

In the Linux kernel, the following vulnerability has been resolved: jbd2: fix potential buffer head reference count leak As in 'jbd2fcwaitbufs' if buffer isn't uptodate, will return -EIO without update 'journal-jfcoff'. But 'jbd2fcreleasebufs' will release buffer head from ‘jfcoff - 1’ if 'bh' is...

6.7AI score
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/30 12:10 p.m.26 views

CVE-2022-50835 jbd2: add miss release buffer head in fc_do_one_pass()

In the Linux kernel, the following vulnerability has been resolved: jbd2: add miss release buffer head in fcdoonepass In fcdoonepass miss release buffer head after use which will lead to reference count leak...

0.00209EPSS
SaveExploits0References5
CVE
CVE
added 2025/12/30 12:10 p.m.17 views

CVE-2022-50835

CVE-2022-50835 affects the Linux kernel: in jbd2.fc_do_one_pass(), a missing release of the buffer head after use can leak a reference count. Connected advisories (EulerOS, SUSE, Unity/Nessus/NASL) confirm the issue and describe the same root cause and fixes in kernel code. The vulnerability is m...

6.3AI score0.00209EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/30 12:10 p.m.6 views

CVE-2022-50835 jbd2: add miss release buffer head in fc_do_one_pass()

In the Linux kernel, the following vulnerability has been resolved: jbd2: add miss release buffer head in fcdoonepass In fcdoonepass miss release buffer head after use which will lead to reference count leak...

6.6AI score
SaveExploits0References8
CVE
CVE
added 2025/12/30 12:8 p.m.19 views

CVE-2023-54190

In CVE-2023-54190, the Linux kernel fixes a refcount leak in leds-core: of_led_get() where class_find_device_by_of_node() previously took a reference via class_find_device() and relied on put_device() to drop it. The vulnerability pertains to the LED subsystem's reference counting and has been mi...

6.1AI score0.00174EPSS
SaveExploits0References5
CVE
CVE
added 2025/12/30 12:8 p.m.19 views

CVE-2022-50825

CVE-2022-50825 relates to a Linux kernel USB Type-C wusb3801 refcount leak in the wusb3801_probe path. The vulnerability arises from unbalanced of_node_get()/of_node_put() calls, described as a memory leak if wusb3801_hw_init() fails, where fwnode_handle_put() must be invoked to avoid the leak. C...

6.4AI score0.00231EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/12/30 12:0 a.m.28 views

PT-2025-53986

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A reference count leak exists in the Linux kernel’s hardware random number generator hwrng AMD driver. The issue stems from the for each pci dev loop, implemented by pci get device, whic...

7.8CVSS7.1AI score0.0051EPSS
SaveExploits2References899
Positive Technologies
Positive Technologies
added 2025/12/30 12:0 a.m.5 views

PT-2025-53928

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel related to the rapidio subsystem. Specifically, a reference count leak can occur when kfifo alloc fails during device operations. This happens because t...

6.2AI score0.00242EPSS
SaveExploits0References11
CNNVD
CNNVD
added 2025/12/30 12:0 a.m.3 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 reference count leak that could lead to a memory leak...

6.1AI score0.00214EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2025/12/30 12:0 a.m.5 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 reference count leak that could lead to a memory leak...

6.1AI score0.00209EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2025/12/30 12:0 a.m.8 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 reference count leak in the pinctrl stm32 driver...

6.1AI score0.00179EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2025/12/30 12:0 a.m.6 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 reference count leak in the ofledget function of led-core...

5.8AI score0.00174EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:0 a.m.4 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2025-992291)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992291 advisory. In the Linux kernel, the following vulnerability has been resolved: drm/mcde: Fix refcount leak in mcdedsibind Every iteration of foreachavailablechildofnode...

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