Lucene search
+L

252 matches found

attackerkb
attackerkb
added 2026/04/03 3:15 p.m.6 views

CVE-2026-23431

In the Linux kernel, the following vulnerability has been resolved: spi: amlogic-spisg: Fix memory leak in amlspisgprobe In amlspisgprobe, ctlr is allocated by spialloctarget/spiallochost, but fails to call spicontrollerput in several error paths. This leads to a memory leak whenever the driver...

5.7AI score0.00121EPSS
SaveExploits0References4Affected Software1
BDU FSTEC
BDU FSTEC
added 2026/03/25 12:00 a.m.14 views

The vulnerability of the dwc3_probe() function in the drivers/usb/dwc3/core.c file of the DesignWare USB3 controller driver in the Linux operating system allows a hacker to cause a service failure.

The vulnerability of the dwc3probe function in the drivers/usb/dwc3/core.c file of the DesignWare USB3 driver for the Controler-based Linux operating system is related to improper memory release. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS5.8AI score0.00201EPSS
SaveExploits0References10Affected Software2
BDU FSTEC
BDU FSTEC
added 2026/03/19 12:00 a.m.17 views

The vulnerability of the ohci_hcd_ppc_of_probe() function in the driver module drivers/usb/host/ohci-ppc-of.c of the Linux operating system’s USB device driver allows a hacker to cause a service failure.

The vulnerability of the ohcihcdppcofprobe function in the drivers/usb/host/ohci-ppc-of.c file of the Linux device driver for USB chipsets is related to errors during link counters updates. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.3AI score0.00193EPSS
SaveExploits0References20Affected Software3
BDU FSTEC
BDU FSTEC
added 2026/03/10 12:00 a.m.16 views

The vulnerability of the anx7625_i2c_probe() function in the drivers/gpu/drm/bridge/analogix/anx7625.c driver for the Direct Rendering Infrastructure (DRI) component of the Linux kernel allows a hacker to cause a service failure.

The vulnerability of the anx7625i2cprobe function in the drivers/gpu/drm/bridge/analogix/anx7625.c driver for the Direct Rendering Infrastructure DRI component of the Linux kernel is related to pointer manipulation. Exploiting this vulnerability could allow a remote attacker to cause a service...

5.7CVSS6.9AI score0.00147EPSS
SaveExploits0References20Affected Software4
Redos
Redos
added 2026/03/04 12:00 a.m.14 views

ROS-20260304-73-0016

A vulnerability in the mlbusioprobe function of the Linux kernel is related to null pointer dereferencing. Exploitation of the vulnerability could allow an attacker to cause a denial of service...

5.5CVSS7.1AI score0.00181EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2026/02/25 12:00 a.m.11 views

The vulnerability of the dx_probe() function in the fs/ext4/namei.c module of the Linux file system support module allows a hacker to cause a service failure.

The vulnerability of the dxprobe function in the fs/ext4/namei.c module of the Linux file system support module is related to the distribution of resources without any restrictions or regulation. Exploiting this vulnerability could allow a hacker to cause service failures...

5.5CVSS6.3AI score0.00294EPSS
SaveExploits0References21Affected Software3
NVD
NVD
added 2026/02/04 5:16 p.m.14 views

CVE-2025-71196

In the Linux kernel, the following vulnerability has been resolved: phy: stm32-usphyc: Fix off by one in probe The "index" variable is used as an index into the usbphyc-phys array which has usbphyc-nphys elements. So if it is equal to usbphyc-nphys then it is one element out of bounds. The "index...

0.0018EPSS
SaveExploits0References7
CVE
CVE
added 2026/02/04 4:04 p.m.43 views

CVE-2025-71196

Consolidated details from multiple sources confirm a Linux kernel vulnerability in phy: stm32-usphyc where the “index” used to access usbphyc->phys[] can exceed bounds when it equals usbphyc->nphys. The root cause is an off-by-one condition in probe(); the patch fixes this by changing the c...

5.2AI score0.0018EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/01/15 12:00 a.m.12 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-002558)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-002558 advisory. The acmprobe function in drivers/usb/class/cdc-acm.c in the Linux kernel before 4.5.1 allows physically proximate attackers to cause a denial of service NULL pointer...

4.9CVSS6.2AI score0.00544EPSS
SaveExploits1References25
EUVD
EUVD
added 2025/12/30 3:30 p.m.12 views

EUVD-2023-60413

In the Linux kernel, the following vulnerability has been resolved: regulator: raa215300: Fix resource leak in case of error The clkregisterclkdev allocates memory by calling vclkdevalloc and this memory is not freed in the error path. Similarly, resources allocated by clkregisterfixedrate are no...

6.1AI score0.00182EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/30 1:16 p.m.12 views

UBUNTU-CVE-2023-54307

In the Linux kernel, the following vulnerability has been resolved: ptpqoriq: fix memory leak in probe Smatch complains that: drivers/ptp/ptpqoriq.c ptpqoriqprobe warn: 'base' from ioremap not released. Fix this by revising the parameter from 'ptpqoriq-base' to 'base'. This is only a bug if...

5.8AI score0.002EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/12/30 1:16 p.m.14 views

CVE-2023-54307

In the Linux kernel, the following vulnerability has been resolved: ptpqoriq: fix memory leak in probe Smatch complains that: drivers/ptp/ptpqoriq.c ptpqoriqprobe warn: 'base' from ioremap not released. Fix this by revising the parameter from 'ptpqoriq-base' to 'base'. This is only a bug if...

5.9AI score0.002EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/12/30 12:23 p.m.21 views

CVE-2023-54307

In the Linux kernel, the following vulnerability has been resolved: ptpqoriq: fix memory leak in probe Smatch complains that: drivers/ptp/ptpqoriq.c ptpqoriqprobe warn: 'base' from ioremap not released. Fix this by revising the parameter from 'ptpqoriq-base' to 'base'. This is only a bug if...

5.5AI score0.002EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/30 12:23 p.m.37 views

CVE-2023-54307 ptp_qoriq: fix memory leak in probe()

In the Linux kernel, the following vulnerability has been resolved: ptpqoriq: fix memory leak in probe Smatch complains that: drivers/ptp/ptpqoriq.c ptpqoriqprobe warn: 'base' from ioremap not released. Fix this by revising the parameter from 'ptpqoriq-base' to 'base'. This is only a bug if...

0.002EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/30 12:23 p.m.14 views

CVE-2023-54307 ptp_qoriq: fix memory leak in probe()

In the Linux kernel, the following vulnerability has been resolved: ptpqoriq: fix memory leak in probe Smatch complains that: drivers/ptp/ptpqoriq.c ptpqoriqprobe warn: 'base' from ioremap not released. Fix this by revising the parameter from 'ptpqoriq-base' to 'base'. This is only a bug if...

6.5AI score
SaveExploits0References9
CVE
CVE
added 2025/12/30 12:11 p.m.52 views

CVE-2023-54221

CVE-2023-54221 : In the Linux kernel, the imx93 clock driver had a memory leak and an improper error path in imx93_clocks_probe. The root cause was a path in probe() that returned without unregistration of hardware resources, potentially leaking memory. The fix, as documented in multiple vendor a...

6AI score0.00197EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 1:06 p.m.12 views

CVE-2023-54109 media: rcar_fdp1: Fix refcount leak in probe and remove function

In the Linux kernel, the following vulnerability has been resolved: media: rcarfdp1: Fix refcount leak in probe and remove function rcarfcpget take reference, which should be balanced with rcarfcpput. Add missing rcarfcpput in fdp1remove and the error paths of fdp1probe to fix this. hverkuil:...

6.3AI score
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/12/24 11:16 a.m.11 views

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.7AI score0.00198EPSS
SaveExploits0References34
OSV
OSV
added 2025/12/24 11:15 a.m.17 views

UBUNTU-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.7AI score0.00185EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/12/24 12:00 a.m.15 views

PT-2025-53063

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s networking component related to Realtek DSA drivers. Specifically, the issue involves an out-of-bounds access within the probe function when setting t...

6.6AI score0.00151EPSS
SaveExploits0References5
Rows per page
Query Builder