Lucene search
+L

770 matches found

NVD
NVD
added 2025/08/22 4:15 p.m.9 views

CVE-2025-38649

In the Linux kernel, the following vulnerability has been resolved: arm64: dts: qcom: qcs615: fix a crash issue caused by infinite loop for Coresight An infinite loop has been created by the Coresight devices. When only a source device is enabled, the coresightfindactivatedsysfssink function is...

5.5CVSS0.0017EPSS
SaveExploits0References3
OSV
OSV
added 2025/08/22 4:15 p.m.6 views

UBUNTU-CVE-2025-38654

In the Linux kernel, the following vulnerability has been resolved: pinctrl: canaan: k230: Fix order of DT parse and pinctrl register Move DT parse before pinctrl register. This ensures that device tree parsing is done before calling devmpinctrlregister to prevent using uninitialized pin resource...

5.5CVSS5.7AI score0.00155EPSS
SaveExploits0References12
OSV
OSV
added 2025/08/22 4:15 p.m.8 views

UBUNTU-CVE-2025-38655

In the Linux kernel, the following vulnerability has been resolved: pinctrl: canaan: k230: add NULL check in DT parse Add a NULL check for the return value of ofgetproperty when retrieving the "pinmux" property in the group parser. This avoids a potential NULL pointer dereference if the property ...

5.5CVSS5.7AI score0.00155EPSS
SaveExploits0References12
CVE
CVE
added 2025/08/22 4:0 p.m.31 views

CVE-2025-38654

CVE-2025-38654 concerns the Linux kernel pinctrl path for canaan k230. The vulnerability arises from the ordering of device-tree parsing and pinctrl registration, where device-tree parsing must complete before devm_pinctrl_register() is called to avoid using uninitialized pin resources. The provi...

5.5CVSS6.5AI score0.00155EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/08/22 4:0 p.m.26 views

CVE-2025-38654 pinctrl: canaan: k230: Fix order of DT parse and pinctrl register

In the Linux kernel, the following vulnerability has been resolved: pinctrl: canaan: k230: Fix order of DT parse and pinctrl register Move DT parse before pinctrl register. This ensures that device tree parsing is done before calling devmpinctrlregister to prevent using uninitialized pin resource...

0.00155EPSS
SaveExploits0References3
CVE
CVE
added 2025/08/22 4:0 p.m.35 views

CVE-2025-38655

The CVE-2025-38655 issue in the Linux kernel affects pinctrl for canaan: k230 where the group parser retrieved the device-tree property "pinmux" without validating the of_get_property() return. The root cause is a missing NULL check, leading to a potential NULL pointer dereference if the property...

5.5CVSS6.5AI score0.00155EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/08/22 4:0 p.m.17 views

CVE-2025-38655 pinctrl: canaan: k230: add NULL check in DT parse

In the Linux kernel, the following vulnerability has been resolved: pinctrl: canaan: k230: add NULL check in DT parse Add a NULL check for the return value of ofgetproperty when retrieving the "pinmux" property in the group parser. This avoids a potential NULL pointer dereference if the property ...

0.00155EPSS
SaveExploits0References3
OSV
OSV
added 2025/08/22 4:0 p.m.8 views

CVE-2025-38654 pinctrl: canaan: k230: Fix order of DT parse and pinctrl register

In the Linux kernel, the following vulnerability has been resolved: pinctrl: canaan: k230: Fix order of DT parse and pinctrl register Move DT parse before pinctrl register. This ensures that device tree parsing is done before calling devmpinctrlregister to prevent using uninitialized pin resource...

5.5CVSS6.5AI score0.00155EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/08/22 4:0 p.m.48 views

CVE-2025-38654

In the Linux kernel, the following vulnerability has been resolved: pinctrl: canaan: k230: Fix order of DT parse and pinctrl register Move DT parse before pinctrl register. This ensures that device tree parsing is done before calling devmpinctrlregister to prevent using uninitialized pin resource...

5.5CVSS5.3AI score0.00155EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/08/22 4:0 p.m.16 views

CVE-2025-38649 arm64: dts: qcom: qcs615: fix a crash issue caused by infinite loop for Coresight

In the Linux kernel, the following vulnerability has been resolved: arm64: dts: qcom: qcs615: fix a crash issue caused by infinite loop for Coresight An infinite loop has been created by the Coresight devices. When only a source device is enabled, the coresightfindactivatedsysfssink function is...

0.0017EPSS
SaveExploits0References3
Ubuntu
Ubuntu
added 2025/08/22 2:39 p.m.8 views

USN-7711-1: Linux kernel (Azure) 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: - PA-RISC architecture; - PowerPC architecture; - x86 architecture; - Block layer subsystem; - Cryptographic API; -...

9.8CVSS7.3AI score0.01483EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/08/22 12:0 a.m.32 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from canaan k230 not completing DT resolution before registering pinctrl, which could lead to the use of...

5.5CVSS6.1AI score0.00155EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2025/08/22 12:0 a.m.7 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from canaan k230 not checking the return value of the pinmux attribute when parsing a DT, which could result in a...

5.5CVSS6.2AI score0.00155EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/08/22 12:0 a.m.15 views

PT-2025-34415

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains an issue where the order of device tree parsing and pinctrl registration was incorrect. Moving the device tree parsing before pinctrl registration prevents th...

8.5CVSS6.3AI score0.07644EPSS
SaveExploits3References530
Positive Technologies
Positive Technologies
added 2025/08/22 12:0 a.m.11 views

PT-2025-34416

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A NULL pointer dereference issue was resolved in the pinctrl subsystem for Canaan K230 devices. The vulnerability occurs when retrieving the "pinmux" property from the device tree node...

8.5CVSS6.1AI score0.07644EPSS
SaveExploits3References530
Ubuntu
Ubuntu
added 2025/08/21 7:29 a.m.8 views

USN-7701-3: Linux kernel (IoT) 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: - Device tree and open firmware driver; - SCSI subsystem; - TTY drivers; - SMB network file system; - Bluetooth...

9.8CVSS7AI score0.01483EPSS
SaveExploits0
OSV
OSV
added 2025/08/21 7:29 a.m.14 views

USN-7701-3 linux-iot 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: - Device tree and open firmware driver; - SCSI subsystem; - TTY drivers; - SMB network file system; - Bluetooth...

9.8CVSS6.7AI score0.01483EPSS
SaveExploits0References8
Ubuntu
Ubuntu
added 2025/08/20 7:43 a.m.9 views

USN-7701-2: Linux kernel (FIPS) 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: - Device tree and open firmware driver; - SCSI subsystem; - TTY drivers; - SMB network file system; - Bluetooth...

9.8CVSS7AI score0.01483EPSS
SaveExploits0
OSV
OSV
added 2025/08/20 7:43 a.m.15 views

USN-7701-2 linux-aws-fips, linux-fips, linux-gcp-fips 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: - Device tree and open firmware driver; - SCSI subsystem; - TTY drivers; - SMB network file system; - Bluetooth...

9.8CVSS6.7AI score0.01483EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2025/08/20 12:0 a.m.7 views

Ubuntu 18.04 LTS / 20.04 LTS : Linux kernel vulnerabilities (USN-7701-1)

The remote Ubuntu 18.04 LTS / 20.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-7701-1 advisory. Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update...

9.8CVSS7.2AI score0.01483EPSS
SaveExploits0References8
Rows per page
Query Builder