Lucene search
K

16 matches found

AstraLinux
AstraLinux
added 2026/05/03 11:59 p.m.2 views

Astra Linux - уязвимость в linux-5.15

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix connections leak when tlink setup failed If the tlink setup failed, lost to put the connections, then the module refcnt leak since the cifsd kthread not exit. Also leak the fscache info, and for next mount with fsc, it...

5.5CVSS6.7AI score0.00065EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.1 views

Unity Linux 20.1050a / 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-394628)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-394628 advisory. In the Linux kernel, the following vulnerability has been resolved: fpga: region: add owner module and take its refcount The current implementation of the fpga regio...

5.5CVSS5.7AI score0.0003EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2025/05/10 2:53 a.m.1 views

SUSE CVE-2025-37845

In the Linux kernel, the following vulnerability has been resolved: tracing: fprobe events: Fix possible UAF on modules Commit ac91052f0ae5 "tracing: tprobe-events: Fix leakage of module refcount" moved trymoduleget from findtracepointmodulecb to findtracepoint caller, but that introduced a...

5.5CVSS6.4AI score0.00067EPSS
Exploits0References7
OSV
OSV
added 2025/05/01 3:16 p.m.0 views

DEBIAN-CVE-2022-49822

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix connections leak when tlink setup failed If the tlink setup failed, lost to put the connections, then the module refcnt leak since the cifsd kthread not exit. Also leak the fscache info, and for next mount with fsc, it...

5.5CVSS5.5AI score0.00065EPSS
Exploits0References1
UbuntuCve
UbuntuCve
added 2024/08/22 4:15 a.m.16 views

CVE-2022-48933

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: fix memory leak during stateful obj update stateful objects can be updated from the control plane. The transaction logic allocates a temporary object for this purpose. The -init function was called for this...

5.5CVSS5.9AI score0.00017EPSS
Exploits0References7
CVE
CVE
added 2024/08/22 3:31 a.m.75 views

CVE-2022-48933

CVE-2022-48933 affects the Linux kernel nf_tables stateful object update path. The issue arises when updating stateful objects from the control plane: a temporary object is created, but its destruction path leaks resources because the update flow does not increment the module refcount. The fix is...

5.5CVSS7AI score0.00017EPSS
Exploits0References5Affected Software1
Cvelist
Cvelist
added 2024/08/22 3:31 a.m.22 views

CVE-2022-48933 netfilter: nf_tables: fix memory leak during stateful obj update

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: fix memory leak during stateful obj update stateful objects can be updated from the control plane. The transaction logic allocates a temporary object for this purpose. The -init function was called for this...

0.00017EPSS
Exploits0References5
Vulnrichment
Vulnrichment
added 2024/08/22 3:31 a.m.17 views

CVE-2022-48933 netfilter: nf_tables: fix memory leak during stateful obj update

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: fix memory leak during stateful obj update stateful objects can be updated from the control plane. The transaction logic allocates a temporary object for this purpose. The -init function was called for this...

6.9AI score0.00017EPSS
Exploits0References5
OSV
OSV
added 2024/08/22 3:31 a.m.13 views

CVE-2022-48933 netfilter: nf_tables: fix memory leak during stateful obj update

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: fix memory leak during stateful obj update stateful objects can be updated from the control plane. The transaction logic allocates a temporary object for this purpose. The -init function was called for this...

5.5CVSS5.9AI score0.00017EPSS
Exploits0References8
SUSE CVE
SUSE CVE
added 2024/06/25 11:18 p.m.1 views

SUSE CVE-2024-36479

In the Linux kernel, the following vulnerability has been resolved: fpga: bridge: add owner module and take its refcount The current implementation of the fpga bridge assumes that the low-level module registers a driver for the parent device and uses its owner pointer to take the module's refcoun...

5.5CVSS6.3AI score0.00028EPSS
Exploits0References16
OSV
OSV
added 2024/06/24 2:15 p.m.1 views

DEBIAN-CVE-2024-35247

In the Linux kernel, the following vulnerability has been resolved: fpga: region: add owner module and take its refcount The current implementation of the fpga region assumes that the low-level module registers a driver for the parent device and uses its owner pointer to take the module's refcoun...

5.5CVSS5AI score0.0003EPSS
Exploits0References1
NVD
NVD
added 2024/05/01 1:15 p.m.7 views

CVE-2024-27054

In the Linux kernel, the following vulnerability has been resolved: s390/dasd: fix double module refcount decrement Once the discipline is associated with the device, deleting the device takes care of decrementing the module's refcount. Doing it manually on this error path causes refcount to...

5.5CVSS7.4AI score0.00014EPSS
Exploits0References7
Debian CVE
Debian CVE
added 2024/05/01 12:54 p.m.22 views

CVE-2024-27054

In the Linux kernel, the following vulnerability has been resolved: s390/dasd: fix double module refcount decrement Once the discipline is associated with the device, deleting the device takes care of decrementing the module's refcount. Doing it manually on this error path causes refcount to...

5.5CVSS7.5AI score0.00014EPSS
Exploits0
Cvelist
Cvelist
added 2024/05/01 12:54 p.m.14 views

CVE-2024-27054 s390/dasd: fix double module refcount decrement

In the Linux kernel, the following vulnerability has been resolved: s390/dasd: fix double module refcount decrement Once the discipline is associated with the device, deleting the device takes care of decrementing the module's refcount. Doing it manually on this error path causes refcount to...

7.6AI score0.00014EPSS
Exploits0References7
CVE
CVE
added 2024/05/01 12:54 p.m.2787 views

CVE-2024-27054

The CVE-2024-27054 issue resides in the Linux kernel s390/dasd path where the module refcount could be decremented twice due to manual handling of refcounts after device association. The vulnerability results in an artificial decrease of the module’s refcount on each error path, rather than keepi...

5.5CVSS6.5AI score0.00014EPSS
Exploits0References7Affected Software1
OSV
OSV
added 2023/01/17 7:38 p.m.9 views

GSD-2023-1001621 regulator: core: fix module refcount leak in set_supply()

regulator: core: fix module refcount leak in setsupply This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v4.9.337 by commit...

7.2AI score
Exploits0
Rows per page
Query Builder