Lucene search
+L

4939 matches found

Positive Technologies
Positive Technologies
added 2025/12/16 12:0 a.m.11 views

PT-2025-51728

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the Linux kernel where an incorrect error return value during device probe can lead to system instability. Specifically, after DME Link Startup, a failure during drive...

5.5AI score0.00601EPSS
SaveExploits4References383
Positive Technologies
Positive Technologies
added 2025/12/16 12:0 a.m.9 views

PT-2025-51600

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel's networking subsystem related to the management data input/output mdio interface. Specifically, the device node to regmap function within airoha mdio...

5.5AI score0.00601EPSS
SaveExploits4References385
Positive Technologies
Positive Technologies
added 2025/12/16 12:0 a.m.11 views

PT-2025-51594

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains an issue within the DRM/radeon driver related to the incorrect handling of device resource management. Specifically, calls to drm put dev persist in the probe...

5.4AI score0.00601EPSS
SaveExploits4References389
Packet Storm News
Packet Storm News
added 2025/12/14 12:0 a.m.8 views

One Leak Away: How Pretrained Model Exposure Amplifies Jailbreak Risks in Finetuned LLMs

Finetuning pretrained large language models LLMs has become the standard paradigm for developing downstream applications. However, its security implications remain unclear, particularly regarding whether finetuned LLMs inherit jailbreak vulnerabilities from their pretrained sources. We investigat...

7AI score
SaveExploits0
OSV
OSV
added 2025/12/12 12:19 p.m.18 views

OESA-2025-2802 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: nfc: nci: Fix uninit-value in ncirxwork syzbot reported the following uninit-value access issue 1 ncirxwork parses received packet from ndev-rxq. It should be...

9.8CVSS6AI score0.00928EPSS
SaveExploits4References96
Tenable Nessus
Tenable Nessus
added 2025/12/11 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2023-53779

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - mfd: dln2: Fix memory leak in dln2probe When dln2setuprxurbs in dln2probe fails, error outfree forgets to call usbputdev to decrease the refcount of dln2-usbdev...

6.9AI score0.00032EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/12/11 12:0 a.m.5 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2025-991134)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-991134 advisory. In the Linux kernel, the following vulnerability has been resolved: staging: rtl8712: fix uninit-value in r871xudrvinit When 'tmpU1b' returns from r8712read8padapter...

5.5CVSS5.7AI score0.00263EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/11 12:0 a.m.5 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2025-991197)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-991197 advisory. In the Linux kernel, the following vulnerability has been resolved: EDAC/highbank: Fix memory leak in highbankmcprobe When devresopengroup fails, it returns -ENOMEM...

5.5CVSS5.7AI score0.00194EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/11 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2022-50641

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - HSI: omapssi: Fix refcount leak in ssiprobe When returning or breaking early from a foreachavailablechildofnode loop, we need to explicitly call ofnodeput on th...

5.7AI score0.00212EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/12/11 12:0 a.m.3 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2025-991200)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-991200 advisory. In the Linux kernel, the following vulnerability has been resolved: ata: pataocteoncf: Fix refcount leak in octeoncfprobe offinddevicebynode takes reference, we shou...

5.5CVSS5.7AI score0.0027EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/10 10:42 a.m.15 views

CVE-2023-53744

The TI AM33xx power management driver in the Linux kernel fails to release reference counts acquired via wkupm3ipcget when errors occur during probe. Since the corresponding wkupm3ipcput call is missing from error paths, repeated probe failures gradually exhaust kernel resources...

5.5CVSS6.2AI score0.00183EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/10 7:42 a.m.6 views

CVE-2023-53779

No description is available for this CVE...

6.5AI score0.00032EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/10 7:42 a.m.9 views

CVE-2022-50641

In the Linux kernel, the following vulnerability has been resolved: HSI: omapssi: Fix refcount leak in ssiprobe When returning or breaking early from a foreachavailablechildofnode loop, we need to explicitly call ofnodeput on the child node to possibly release the node...

5.9AI score0.00212EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/10 3:7 a.m.8 views

CVE-2023-53842

A resource leak was found in the WCD MBHC v2 audio codec driver in the Linux kernel. MBHC resources are not properly released on component probe failure or removal, causing interrupt request failures and preventing successful reprobing of the codec component. This leads to sound card initializati...

5.5CVSS6.2AI score0.00218EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/10 3:7 a.m.10 views

CVE-2022-50634

In the Linux kernel, the following vulnerability has been resolved: power: supply: cw2015: Fix potential null-ptr-deref in cwbatprobe cwbatprobe calls createsinglethreadworkqueue and not checked the ret value, which may return NULL. And a null-ptr-deref may happen: cwbatprobe...

5.7AI score0.00176EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/10 2:32 a.m.11 views

CVE-2023-53851

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: Drop aux devices together with DP controller Using devres to depopulate the aux bus made sure that upon a probe deferral the EDP panel device would be destroyed and recreated upon next attempt. But the struct device...

5.7AI score0.00196EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/10 12:38 a.m.11 views

SUSE CVE-2022-50663

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix possible memory leak in stmmacdvrprobe The bitmapfree should be called to free priv-afxdpzcqps when createsinglethreadworkqueue fails, otherwise there will be a memory leak, so we add the err path errorwqinit to...

6.4AI score0.00212EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/12/10 12:34 a.m.5 views

SUSE CVE-2023-53842

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wcd-mbhc-v2: fix resource leaks on component remove The MBHC resources must be released on component probe failure and removal so can not be tied to the lifetime of the component device. This is specifically needed ...

5.5CVSS6.5AI score0.00218EPSS
SaveExploits0References21
SUSE CVE
SUSE CVE
added 2025/12/10 12:34 a.m.9 views

SUSE CVE-2023-53851

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: Drop aux devices together with DP controller Using devres to depopulate the aux bus made sure that upon a probe deferral the EDP panel device would be destroyed and recreated upon next attempt. But the struct device...

5.5CVSS6.5AI score0.00196EPSS
SaveExploits0References17
EUVD
EUVD
added 2025/12/09 6:30 p.m.7 views

EUVD-2023-60154

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wcd-mbhc-v2: fix resource leaks on component remove The MBHC resources must be released on component probe failure and removal so can not be tied to the lifetime of the component device. This is specifically needed ...

6AI score0.00218EPSS
SaveExploits0References5
Rows per page
Query Builder