Lucene search
+L

207 matches found

NVD
NVD
added 2025/12/08 2:15 a.m.7 views

CVE-2023-53750

In the Linux kernel, the following vulnerability has been resolved: pinctrl: freescale: Fix a memory out of bounds when numconfigs is 1 The config passed in by pad wakeup is 1, when numconfigs is 1, Configuration 1 should not be fetched, which will be detected by KASAN as a memory out of bounds...

0.00164EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/08 2:15 a.m.1 views

DEBIAN-CVE-2023-53750

In the Linux kernel, the following vulnerability has been resolved: pinctrl: freescale: Fix a memory out of bounds when numconfigs is 1 The config passed in by pad wakeup is 1, when numconfigs is 1, Configuration 1 should not be fetched, which will be detected by KASAN as a memory out of bounds...

5.2AI score0.00164EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/08 2:15 a.m.3 views

UBUNTU-CVE-2023-53750

In the Linux kernel, the following vulnerability has been resolved: pinctrl: freescale: Fix a memory out of bounds when numconfigs is 1 The config passed in by pad wakeup is 1, when numconfigs is 1, Configuration 1 should not be fetched, which will be detected by KASAN as a memory out of bounds...

5.7AI score0.00164EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/08 1:19 a.m.26 views

CVE-2023-53750 pinctrl: freescale: Fix a memory out of bounds when num_configs is 1

In the Linux kernel, the following vulnerability has been resolved: pinctrl: freescale: Fix a memory out of bounds when numconfigs is 1 The config passed in by pad wakeup is 1, when numconfigs is 1, Configuration 1 should not be fetched, which will be detected by KASAN as a memory out of bounds...

0.00164EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/08 1:19 a.m.21 views

CVE-2023-53750

In CVE-2023-53750, the Linux kernel pinctrl freescale code had a memory out-of-bounds risk when num_configs equals 1, as pad wakeup can pass a configuration index of 1 which should not be fetched. The provided fix adjusts to read configs[1] only when num_configs is 2, preventing out-of-bounds acc...

6.1AI score0.00164EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/08 1:19 a.m.9 views

CVE-2023-53750 pinctrl: freescale: Fix a memory out of bounds when num_configs is 1

In the Linux kernel, the following vulnerability has been resolved: pinctrl: freescale: Fix a memory out of bounds when numconfigs is 1 The config passed in by pad wakeup is 1, when numconfigs is 1, Configuration 1 should not be fetched, which will be detected by KASAN as a memory out of bounds...

6.4AI score0.00164EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/12/08 1:19 a.m.7 views

CVE-2023-53750

In the Linux kernel, the following vulnerability has been resolved: pinctrl: freescale: Fix a memory out of bounds when numconfigs is 1 The config passed in by pad wakeup is 1, when numconfigs is 1, Configuration 1 should not be fetched, which will be detected by KASAN as a memory out of bounds...

5.2AI score0.00164EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/12/08 12:0 a.m.4 views

PT-2025-49480

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel's pinctrl subsystem, specifically within the freescale driver. The issue involves a memory out-of-bounds condition that occurs when the number of...

6AI score0.00164EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/12/05 12:0 a.m.18 views

PT-2026-2513

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free issue exists in the USB PHY driver for Freescale fsl-usb within the Linux kernel. The vulnerability occurs due to a race condition during device removal where a delayed...

7.8CVSS5.3AI score0.00191EPSS
SaveExploits0References191
OSV
OSV
added 2025/11/24 5:27 p.m.13 views

USN-7887-1 linux-raspi-realtime vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - PowerPC architecture; - x86 architecture; - ACPI drivers; - Ublk userspace block driver; -...

8.8CVSS6.7AI score0.00651EPSS
SaveExploits1References61
Positive Technologies
Positive Technologies
added 2025/11/20 12:0 a.m.6 views

PT-2026-2505

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the fsl-cpm driver within the Linux kernel related to handling transfer sizes during SPI communication. A commit intended to optimize large transfers by switching to...

4.6CVSS5.7AI score0.00177EPSS
SaveExploits0
OSV
OSV
added 2025/11/06 11:12 a.m.16 views

USN-7835-5 linux-oracle-6.8 vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - PowerPC architecture; - x86 architecture; - ACPI drivers; - Ublk userspace block driver; -...

8.8CVSS6.3AI score0.00651EPSS
SaveExploits1References60
OSV
OSV
added 2025/10/31 5:33 p.m.13 views

USN-7835-4 linux-hwe-6.8 vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - PowerPC architecture; - x86 architecture; - ACPI drivers; - Ublk userspace block driver; -...

8.8CVSS6.7AI score0.00651EPSS
SaveExploits1References60
OSV
OSV
added 2025/10/28 12:15 p.m.15 views

AZL-68834 CVE-2025-40029 affecting package kernel for versions less than 6.6.112.1-2

In the Linux kernel, the following vulnerability has been resolved: bus: fsl-mc: Check return value of platformgetresource platformgetresource returns NULL in case of failure, so check its return value and propagate the error in order to prevent NULL pointer dereference...

5.6AI score0.00207EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/28 11:48 a.m.11 views

EUVD-2025-36499

In the Linux kernel, the following vulnerability has been resolved: bus: fsl-mc: Check return value of platformgetresource platformgetresource returns NULL in case of failure, so check its return value and propagate the error in order to prevent NULL pointer dereference...

6AI score0.00207EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/10/28 11:48 a.m.7 views

CVE-2025-40029

In the Linux kernel, the following vulnerability has been resolved: bus: fsl-mc: Check return value of platformgetresource platformgetresource returns NULL in case of failure, so check its return value and propagate the error in order to prevent NULL pointer dereference...

5.1AI score0.00207EPSS
SaveExploits0
OSV
OSV
added 2025/10/22 4:31 p.m.14 views

USN-7835-2 linux-realtime, linux-realtime-6.8 vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - PowerPC architecture; - x86 architecture; - ACPI drivers; - Ublk userspace block driver; -...

8.8CVSS6.7AI score0.00651EPSS
SaveExploits1References60
EUVD
EUVD
added 2025/10/07 12:30 a.m.5 views

EUVD-2019-2180

Malware in sbrugna...

7.8CVSS7.1AI score0.00369EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/10/07 12:0 a.m.13 views

PT-2025-41030

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A resource leak exists in the fsl pamu probe function within the iommu/fsl pamu module of the Linux kernel. Specifically, the function returns prematurely when create csd fails, resultin...

7.8CVSS7AI score0.21314EPSS
SaveExploits0References439
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.13 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-414621)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-414621 advisory. An issue was discovered in the Linux kernel through 5.11.10. drivers/net/ethernet/freescale/gianfar.c in the Freescale Gianfar Ethernet driver allows attackers to...

5.5CVSS6.5AI score0.00272EPSS
SaveExploits0References3
Rows per page
Query Builder