Lucene search
+L

207 matches found

Positive Technologies
Positive Technologies
added 2025/07/01 12:0 a.m.5 views

PT-2025-33581

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A memory corruption issue was identified in the dmaengine subsystem, specifically within the nbpfaxi component’s probe function. The vulnerability stems from loops iterating beyond the...

7.8CVSS7.1AI score0.00168EPSS
Exploits0
BDU FSTEC
BDU FSTEC
added 2025/06/25 12:0 a.m.7 views

Vulnerability of the amd_mp2pci_probe() function in the driver/hid/amd-sfh-hid/amd_sfh_pcie.c file – this driver for the Linux kernel’s input device subsystem allows a hacker to cause system failures.

Vulnerability of the amdmp2pciprobe function in the driver/hid/amd-sfh-hid/amdsfhpcie.c file – The driver for the Linux kernel’s input device subsystem is vulnerable due to a NULL pointer dereferencing issue. Exploiting this vulnerability could allow an attacker to cause system failures...

5.5CVSS5.5AI score0.00208EPSS
Exploits0References7Affected Software1
BDU FSTEC
BDU FSTEC
added 2025/06/23 12:0 a.m.9 views

The vulnerability of the qcom_ebi2_probe() function in the drivers/bus/qcom-ebi2.c module of the Linux operating system allows a hacker to cause a service failure.

The vulnerability of the qcomebi2probe function in the drivers/bus/qcom-ebi2.c module of the Linux kernel is related to improper memory release before deleting the last pointer memory leak. Exploiting this vulnerability could allow an attacker to cause a system failure...

5.5CVSS6.3AI score0.00238EPSS
Exploits0References22Affected Software1
BDU FSTEC
BDU FSTEC
added 2025/06/23 12:0 a.m.15 views

Vulnerability of the uss720_probe() function in the drivers/usb/misc/uss720.c module – The driver for supporting USB devices in Linux kernel allows a hacker to gain access to protected information.

Vulnerability of the uss720probe function in the drivers/usb/misc/uss720.c module – The Linux kernel’s USB device support driver is vulnerable to security-related errors. Exploiting this vulnerability could allow an attacker to gain access to protected information...

5.5CVSS6.4AI score0.00226EPSS
Exploits0References21Affected Software1
BDU FSTEC
BDU FSTEC
added 2025/06/23 12:0 a.m.7 views

Vulnerability of the adf_probe() function in the drivers/crypto/qat/qat_c3xxxvf/adf_drv.c module – a driver for the Linux kernel’s cryptographic accelerator, which allows a hacker to cause a system failure.

Vulnerability of the adfprobe function in the drivers/crypto/qat/qatc3xxxvf/adfdrv.c module – The driver for the Linux kernel’s cryptographic accelerator involves the use of an uninitialized resource. Exploiting this vulnerability could allow a hacker to cause system failures...

5.5CVSS6.6AI score0.00226EPSS
Exploits0References22Affected Software1
OSV
OSV
added 2025/06/18 11:15 a.m.5 views

UBUNTU-CVE-2022-50124

In the Linux kernel, the following vulnerability has been resolved: ASoC: mt6797-mt6351: Fix refcount leak in mt6797mt6351devprobe ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount leak...

5.5CVSS6.1AI score0.0016EPSS
Exploits0References9
Positive Technologies
Positive Technologies
added 2025/06/18 12:0 a.m.33 views

PT-2025-26088 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A possible refcount leak in the if usb probe function has been resolved. The issue occurs because usb get dev is called before lbs get firmware async, which means usb put dev needs to ...

7.8CVSS5.8AI score0.10458EPSS
Exploits16References587
Positive Technologies
Positive Technologies
added 2025/06/18 12:0 a.m.7 views

PT-2025-25879 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue concerns an error handling path in the cm3605 probe function. A commit introduced a new error handling path that should redirect to the existing error handling path to preven...

5.9AI score0.00179EPSS
Exploits0References9
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.7 views

kernel: usb: dwc3: qcom: Fix potential memory leak

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: qcom: Fix potential memory leak Function dwc3qcomprobe allocates memory for resource structure which is pointed by parentres pointer. This memory is not freed. This leads to memory leak. Use stack memory to prevent...

5.5CVSS6.8AI score0.00146EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.4 views

kernel: net: usb: lan78xx: Fix double free issue with interrupt buffer allocation

A double free vulnerability was found in the Linux kernel. In lan78xxprobe, the buf buffer is freed twice: once implicitly through usbfreeurbdev-urbintr with the URBFREEBUFFER flag and again explicitly by kfreebuf, resulting in loss of availability of the system...

7.8CVSS7.3AI score0.00226EPSS
Exploits0References5
Microsoft CVE
Microsoft CVE
added 2025/05/05 7:0 a.m.4 views

caif_virtio: fix wrong pointer check in cfv_probe()

...

5.5CVSS7.4AI score0.002EPSS
Exploits0
OSV
OSV
added 2025/05/01 12:56 p.m.13 views

CVE-2025-37758 ata: pata_pxa: Fix potential NULL pointer dereference in pxa_ata_probe()

In the Linux kernel, the following vulnerability has been resolved: ata: patapxa: Fix potential NULL pointer dereference in pxaataprobe devmioremap returns NULL on error. Currently, pxaataprobe does not check for this case, which can result in a NULL pointer dereference. Add NULL check after...

5.5CVSS6AI score0.00163EPSS
Exploits0References13
Positive Technologies
Positive Technologies
added 2025/04/29 12:0 a.m.5 views

PT-2025-22233

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A null pointer dereference issue has been identified in the Linux kernel, specifically in the mtk-pmic-keys input module. The problem occurs when the regs parameter is not set in the mtk...

5.5CVSS6.6AI score0.00155EPSS
Exploits0
OSV
OSV
added 2025/04/16 3:16 p.m.4 views

UBUNTU-CVE-2025-22066

In the Linux kernel, the following vulnerability has been resolved: ASoC: imx-card: Add NULL check in imxcardprobe devmkasprintf returns NULL when memory allocation fails. Currently, imxcardprobe does not check for this case, which results in a NULL pointer dereference. Add NULL check after...

5.5CVSS6.2AI score0.00189EPSS
Exploits0References40
Positive Technologies
Positive Technologies
added 2025/03/27 12:0 a.m.12 views

PT-2025-13283 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A memory leak bug has been identified in the Linux kernel, specifically in the ufx usb probe function. The error handling code in this function has several issues, including missing uf...

7.8CVSS7.5AI score0.00266EPSS
Exploits0References169
Positive Technologies
Positive Technologies
added 2025/03/27 12:0 a.m.6 views

PT-2025-13299 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A memory leak issue has been identified in the Linux kernel, specifically in the highbank mc probe function. The problem occurs when devres open group fails, returning -ENOMEM without...

5.5CVSS3.4AI score0.00189EPSS
Exploits0References20
Positive Technologies
Positive Technologies
added 2025/03/16 12:0 a.m.11 views

PT-2025-22202

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A potential memory leak has been identified in the Linux kernel, specifically in the wcd937x soc codec probe function. This issue arises when snd soc dapm new controls or snd soc dapm ad...

7.8CVSS7.1AI score0.37115EPSS
Exploits0References919
BDU FSTEC
BDU FSTEC
added 2025/03/10 12:0 a.m.10 views

The vulnerability of the max96712_probe() function in the driver of the MAX96712 deserializer (drivers/staging/media/max96712/max96712.c) in Linux operating systems allows a malicious actor to trigger a service failure.

The vulnerability of the max96712probe function in the MAX96712 driver’s deserialization library drivers/staging/media/max96712/max96712.c in Linux operating systems is related to resource management errors. Exploiting this vulnerability can allow an attacker to cause service failures...

5.5CVSS6.7AI score0.00186EPSS
Exploits0References11Affected Software4
OSV
OSV
added 2025/02/26 7:1 a.m.2 views

DEBIAN-CVE-2022-49472

In the Linux kernel, the following vulnerability has been resolved: net: phy: micrel: Allow probing without .driverdata Currently, if the .probe element is present in the phydriver structure and the .driverdata is not, a NULL pointer dereference happens. Allow passing .probe without .driverdata b...

5.5CVSS5.5AI score0.00276EPSS
Exploits0References1
OSV
OSV
added 2025/02/26 7:1 a.m.3 views

DEBIAN-CVE-2022-49241

In the Linux kernel, the following vulnerability has been resolved: ASoC: atmel: Fix error handling in sam9x5wm8731driverprobe The devicenode pointer is returned by ofparsephandle with refcount incremented. We should use ofnodeput on it when done. This function only calls ofnodeput in the regular...

5.5CVSS5.5AI score0.00245EPSS
Exploits0References1
Rows per page
Query Builder