Lucene search
+L

1039 matches found

OSV
OSV
added 2025/02/26 7:00 a.m.5 views

UBUNTU-CVE-2022-49183

In the Linux kernel, the following vulnerability has been resolved: net/sched: actct: fix ref leak when switching zones When switching zones or network namespaces without doing a ct clear in between, it is now leaking a reference to the old ct entry. That's because tcfctskbnfctcached returns fals...

5.5CVSS6.5AI score0.00265EPSS
SaveExploits0References7
OSV
OSV
added 2025/02/26 1:56 a.m.15 views

CVE-2022-49245 ASoC: rockchip: Fix PM usage reference of rockchip_i2s_tdm_resume

In the Linux kernel, the following vulnerability has been resolved: ASoC: rockchip: Fix PM usage reference of rockchipi2stdmresume pmruntimegetsync will increment pm usage counter even it failed. Forgetting to putting operation will result in reference leak here. We fix it by replacing it with...

5AI score
SaveExploits0References6
CVE
CVE
added 2025/02/26 1:56 a.m.84 views

CVE-2022-49245

CVE-2022-49245 affects the Linux kernel ASoC Rockchip implementation, specifically the rockchip_i2s_tdm_resume path. The root cause is that pm_runtime_get_sync would increment the PM usage counter even when the operation failed, leading to a reference counter leak. The documented fix replaces the...

5.5CVSS5.3AI score0.00253EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2025/02/26 1:56 a.m.1 views

CVE-2022-49239 ASoC: codecs: wcd934x: Add missing of_node_put() in wcd934x_codec_parse_data

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wcd934x: Add missing ofnodeput in wcd934xcodecparsedata The devicenode pointer is returned by ofparsephandle with refcount incremented. We should use ofnodeput on it when done. This is similar to commit 64b92de9603f...

6.4AI score0.00263EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2025/02/26 1:55 a.m.1 views

CVE-2022-49216 drm/tegra: Fix reference leak in tegra_dsi_ganged_probe

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Fix reference leak in tegradsigangedprobe The reference taken by 'offinddevicebynode' must be released when not needed anymore. Add putdevice call to fix this...

6.5AI score0.0027EPSS
SaveExploits0References9
CVE
CVE
added 2025/02/26 1:55 a.m.114 views

CVE-2022-49216

In CVE-2022-49216, the Linux kernel drift/tegra code suffered a reference leak in tegra_dsi_ganged_probe caused by a reference from of_find_device_by_node() not being released. The fix adds a put_device() to release the reference when it is no longer needed. Affected component: drm/tegra within L...

5.5CVSS5.3AI score0.0027EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.16 views

CVE-2022-49216

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Fix reference leak in tegradsigangedprobe The reference taken by 'offinddevicebynode' must be released when not needed anymore. Add putdevice call to fix this...

5.5CVSS5.5AI score0.0027EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/02/26 1:55 a.m.20 views

CVE-2022-49216 drm/tegra: Fix reference leak in tegra_dsi_ganged_probe

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Fix reference leak in tegradsigangedprobe The reference taken by 'offinddevicebynode' must be released when not needed anymore. Add putdevice call to fix this...

0.0027EPSS
SaveExploits0References9
OSV
OSV
added 2025/02/26 1:55 a.m.9 views

CVE-2022-49216 drm/tegra: Fix reference leak in tegra_dsi_ganged_probe

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Fix reference leak in tegradsigangedprobe The reference taken by 'offinddevicebynode' must be released when not needed anymore. Add putdevice call to fix this...

5.5CVSS5.2AI score
SaveExploits0References12
CVE
CVE
added 2025/02/26 1:55 a.m.120 views

CVE-2022-49183

CVE-2022-49183: Linux kernel net/sched act_ct had a ref-leak when switching zones or network namespaces without a ct clear, leaking the old ct entry due to tcf_ct_skb_nfct_cached() returning false. The fix is to free the ct entry at tcf_ct_skb_nfct_cached() since the ct entry is not reusable. Con...

5.5CVSS5.4AI score0.00265EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/02/26 1:55 a.m.15 views

CVE-2022-49183 net/sched: act_ct: fix ref leak when switching zones

In the Linux kernel, the following vulnerability has been resolved: net/sched: actct: fix ref leak when switching zones When switching zones or network namespaces without doing a ct clear in between, it is now leaking a reference to the old ct entry. That's because tcfctskbnfctcached returns fals...

5.5CVSS5.2AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.25 views

CVE-2022-49183

In the Linux kernel, the following vulnerability has been resolved: net/sched: actct: fix ref leak when switching zones When switching zones or network namespaces without doing a ct clear in between, it is now leaking a reference to the old ct entry. That's because tcfctskbnfctcached returns fals...

5.5CVSS5.5AI score0.00265EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/02/26 1:55 a.m.3 views

CVE-2022-49183 net/sched: act_ct: fix ref leak when switching zones

In the Linux kernel, the following vulnerability has been resolved: net/sched: actct: fix ref leak when switching zones When switching zones or network namespaces without doing a ct clear in between, it is now leaking a reference to the old ct entry. That's because tcfctskbnfctcached returns fals...

6.4AI score0.00265EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/02/26 1:55 a.m.32 views

CVE-2022-49183 net/sched: act_ct: fix ref leak when switching zones

In the Linux kernel, the following vulnerability has been resolved: net/sched: actct: fix ref leak when switching zones When switching zones or network namespaces without doing a ct clear in between, it is now leaking a reference to the old ct entry. That's because tcfctskbnfctcached returns fals...

0.00265EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2025/02/26 12:00 a.m.11 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, which stems from a missing ofnodeput call in the scmiregulatorprobe function, resulting in a reference count leak...

5.5CVSS5.5AI score0.00256EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2025/02/26 12:00 a.m.12 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 missing ofnodeput in mdp4modesetinitintf, which results in a reference count leak...

5.5CVSS5.5AI score0.00259EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2025/02/26 12:00 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 the stubprobe function failing to release a reference obtained by usbgetdev on failure, resulting in a...

5.5CVSS5.5AI score0.00291EPSS
SaveExploits0References10
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.7 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: intel-sdw-acpi: fixed the usage of devicegetnamedchildnode The documentation for devicegetnamedchildnode mentions this important point: “The caller is responsible for calling fwnodehandleput on the returned fwnode...

7.7CVSS6.2AI score0.00243EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/02/10 12:00 a.m.13 views

Azure Linux 3.0 Security Update: hyperv-daemons (CVE-2024-26993)

The version of hyperv-daemons installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-26993 advisory. - In the Linux kernel, the following vulnerability has been resolved: fs: sysfs: Fix reference leak in...

5.5CVSS6AI score0.00267EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2024/12/30 5:24 a.m.18 views

CVE-2024-56729

In the Linux kernel, the following vulnerability has been resolved: smb: Initialize cfid-tcon before performing network ops Avoid leaking a tcon ref when a lease break races with opening the cached directory. Processing the leak break might take a reference to the tcon in cacheddirleasebreak and...

4.7CVSS7AI score0.00199EPSS
SaveExploits0References4
Rows per page
Query Builder