Lucene search
+L

5465 matches found

Tenable Nessus
Tenable Nessus
added 2025/12/30 12:00 a.m.7 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992463 advisory. In the Linux kernel, the following vulnerability has been resolved: ASoC: croseccodec: Fix refcount leak in croseccodecplatformprobe ofparsephandle returns a node...

5.5CVSS6.1AI score0.00176EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:00 a.m.15 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992596 advisory. In the Linux kernel, the following vulnerability has been resolved: PM: hibernate: defer device probing when resuming from hibernation syzbot is reporting hung task ...

5.5CVSS6.3AI score0.0023EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:00 a.m.3 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992495 advisory. In the Linux kernel, the following vulnerability has been resolved: usb: host: ohci-ppc-of: Fix refcount leak bug In ohcihcdppcofprobe, offindcompatiblenode will...

5.5CVSS6.2AI score0.0018EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:00 a.m.5 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992403 advisory. In the Linux kernel, the following vulnerability has been resolved: drm/bridge: megachips: Fix a null pointer dereference bug When removing the module we will get th...

5.5CVSS6.7AI score0.00156EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:00 a.m.4 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992558 advisory. In the Linux kernel, the following vulnerability has been resolved: drivers: serial: jsm: fix some leaks in probe This error path needs to unwind instead of just...

5.5CVSS6.5AI score0.0016EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/12/30 12:00 a.m.33 views

PT-2025-53946

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 5.4.0-00396-g81ef9e7-dirty Description The Linux kernel contains a stack-out-of-bounds write issue in the strncpy function within the zynqmp clock driver. This occurs when the clock name exceeds 15 bytes, leading...

7.8CVSS6.8AI score0.00954EPSS
SaveExploits2References896
Positive Technologies
Positive Technologies
added 2025/12/30 12:00 a.m.14 views

PT-2025-54153

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a memory leak in the ptp qoriq probe function within the ptp qoriq module. Smatch, a static analysis tool, identified that memory allocated using ioremap for th...

6.2AI score0.002EPSS
SaveExploits0References13
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:00 a.m.7 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992416 advisory. In the Linux kernel, the following vulnerability has been resolved: ASoC: mt6797-mt6351: Fix refcount leak in mt6797mt6351devprobe ofparsephandle returns a node...

5.5CVSS6.1AI score0.00176EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/25 3:06 p.m.18 views

CVE-2023-54026

In the Linux kernel, the following vulnerability has been resolved: opp: Fix use-after-free in lazyopptables after probe deferral When devpmoppoffindiccpaths in allocateopptable returns -EPROBEDEFER, the opptable is freed again, to wait until all the interconnect paths are available. However, if...

5.5CVSS5.8AI score0.00136EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/25 2:25 p.m.16 views

CVE-2022-50711

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mtkethsoc: fix possible memory leak in mtkprobe If mtkwedaddhw has been called, mtkwedexit needs be called in error path or removing module to free the memory allocated in mtkwedaddhw...

5.9AI score0.00181EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/25 1:47 p.m.19 views

CVE-2022-50703

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: smsm: Fix refcount leak bugs in qcomsmsmprobe There are two refcount leak bugs in qcomsmsmprobe: 1 The 'localnode' is escaped out from foreachchildofnode as the break of iteration, we should call ofnodeput for it in...

5.5CVSS5.9AI score0.00227EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/25 1:04 a.m.30 views

SUSE CVE-2022-50725

In the Linux kernel, the following vulnerability has been resolved: media: vidtv: Fix use-after-free in vidtvbridgedvbinit KASAN reports a use-after-free: BUG: KASAN: use-after-free in dvbdmxdevrelease+0x4d5/0x5d0 dvbcore Call Trace: ... dvbdmxdevrelease+0x4d5/0x5d0 dvbcore...

6.5AI score0.00234EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/12/25 1:03 a.m.14 views

SUSE CVE-2022-50777

In the Linux kernel, the following vulnerability has been resolved: net: phy: xgmiitorgmii: Fix refcount leak in xgmiitorgmiiprobe ofphyfinddevice return device node with refcount incremented. Call putdevice to relese it when not needed anymore...

4.7CVSS6.4AI score0.00255EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2025/12/25 12:57 a.m.11 views

SUSE CVE-2023-54026

In the Linux kernel, the following vulnerability has been resolved: opp: Fix use-after-free in lazyopptables after probe deferral When devpmoppoffindiccpaths in allocateopptable returns -EPROBEDEFER, the opptable is freed again, to wait until all the interconnect paths are available. However, if...

5.5CVSS6.5AI score0.00136EPSS
SaveExploits0References21
SUSE CVE
SUSE CVE
added 2025/12/25 12:56 a.m.17 views

SUSE CVE-2023-54053

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: pcie: fix possible NULL pointer dereference It is possible that iwlpciprobe will fail and free the trans, then afterwards iwlpciremove will be called and crash by trying to access trans which is already freed, fix...

5.5CVSS6.5AI score0.00245EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/12/25 12:56 a.m.9 views

SUSE CVE-2023-54078

In the Linux kernel, the following vulnerability has been resolved: media: max9286: Free control handler The control handler is leaked in some probe-time error paths, as well as in the remove path. Fix it...

3.3CVSS6.6AI score0.00209EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/12/25 12:55 a.m.12 views

SUSE CVE-2023-54096

In the Linux kernel, the following vulnerability has been resolved: soundwire: fix enumeration completion The soundwire subsystem uses two completion structures that allow drivers to wait for soundwire device to become enumerated on the bus and initialised by their drivers, respectively. The code...

6.3CVSS6.7AI score0.0016EPSS
SaveExploits0References21
SUSE CVE
SUSE CVE
added 2025/12/25 12:55 a.m.7 views

SUSE CVE-2023-54126

In the Linux kernel, the following vulnerability has been resolved: crypto: safexcel - Cleanup ring IRQ workqueues on load failure A failure loading the safexcel driver results in the following warning on boot, because the IRQ affinity has not been correctly cleaned up. Ensure we clean up the...

3.3CVSS6.4AI score0.00209EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/12/25 12:54 a.m.12 views

SUSE CVE-2023-54136

In the Linux kernel, the following vulnerability has been resolved: serial: sprd: Fix DMA buffer leak issue Release DMA buffer when probe returns failure to avoid memory leak...

4.7CVSS6.7AI score0.002EPSS
SaveExploits0References21
SUSE CVE
SUSE CVE
added 2025/12/25 12:23 a.m.7 views

SUSE CVE-2025-68734

In the Linux kernel, the following vulnerability has been resolved: isdn: mISDN: hfcsusb: fix memory leak in hfcsusbprobe In hfcsusbprobe, the memory allocated for ctrlurb gets leaked when setupinstance fails with an error code. Fix that by freeing the urb before freeing the hw structure. Also...

5.5CVSS6.5AI score0.00193EPSS
SaveExploits0References17
Rows per page
Query Builder