Lucene search
+L

241 matches found

NVD
NVD
added 2026/08/28 8:16 a.m.4 views

CVE-2026-80621

In the Linux kernel, the following vulnerability has been resolved: PCI: dwc: Avoid dwcpcierasdesdebugfsdeinit NULL dereference when no RAS DES capability dwcpcierasdesdebugfsinit returns success when the controller has no RAS DES capability, leaving pci-debugfs-rasdesinfo unset. The common debug...

0.00166EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.8 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: mmc: sdhci-of-dwcmshc: Prevent illegal clock reduction in HS200/HS400 mode When operating in HS200 or HS400 timing modes, reducing the clock frequency below 52MHz will result in a broken link. The Rockchip DWC MSHC controller...

5.5CVSS5.3AI score0.00114EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/27 7:17 p.m.13 views

CVE-2026-10683

In the Synopsys DesignWare I2C driver drivers/i2c/i2cdw.c operating in target/slave mode, the rxfull interrupt handler gates the writerequested callback on dw-state != CMDSEND, and dw-state is only reset to READY on a STOP interrupt. The STARTDET interrupt, whose handler in...

4.6CVSS0.0022EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/07/27 6:30 p.m.9 views

CVE-2026-10683

In the Synopsys DesignWare I2C driver drivers/i2c/i2cdw.c operating in target/slave mode, the rxfull interrupt handler gates the writerequested callback on dw-state != CMDSEND, and dw-state is only reset to READY on a STOP interrupt. The STARTDET interrupt, whose handler in...

2.4CVSS6.1AI score0.0022EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2026/07/27 6:30 p.m.39 views

CVE-2026-10683 DesignWare I2C target driver can be wedged into a permanent stuck state by an on-bus master (DoS)

In the Synopsys DesignWare I2C driver drivers/i2c/i2cdw.c operating in target/slave mode, the rxfull interrupt handler gates the writerequested callback on dw-state != CMDSEND, and dw-state is only reset to READY on a STOP interrupt. The STARTDET interrupt, whose handler in...

2.4CVSS0.0022EPSS
SaveExploits1References2
OSV
OSV
added 2026/07/27 6:30 p.m.6 views

CVE-2026-10683 DesignWare I2C target driver can be wedged into a permanent stuck state by an on-bus master (DoS)

In the Synopsys DesignWare I2C driver drivers/i2c/i2cdw.c operating in target/slave mode, the rxfull interrupt handler gates the writerequested callback on dw-state != CMDSEND, and dw-state is only reset to READY on a STOP interrupt. The STARTDET interrupt, whose handler in...

2.4CVSS6.1AI score
SaveExploits0References5
CVE
CVE
added 2026/07/27 6:30 p.m.16 views

CVE-2026-10683

The Connected papers describe CVE-2026-10683 affecting the Synopsys DesignWare I2C driver (drivers/i2c/i2c_dw.c) in target/slave mode. The rx_full interrupt gates write_requested() based on dw->state != CMD_SEND, and the state is reset to READY only on STOP. START_DET, which would reset state ...

4.6CVSS6.1AI score0.0022EPSS
SaveExploits1References2Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/27 12:00 a.m.13 views

PT-2026-65093

Name of the Vulnerable Software and Affected Versions Synopsys DesignWare I2C driver affected versions not specified Description When operating in target/slave mode, the rx full interrupt handler restricts the write requested callback based on the dw-state variable. Because the START DET interrup...

4.6CVSS5.2AI score0.0022EPSS
SaveExploits1References7
Debian CVE
Debian CVE
added 2026/07/25 8:50 a.m.16 views

CVE-2026-64349

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: fix dwc3readl and dwc3writel calls in dwc3ulpisetup The dwc3ulpisetup calls the register read and write calls with dwc3-regs when both these calls take the dwc3 structure directly. Chnage these two calls to fix the...

5.6AI score0.00166EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2026/07/23 12:00 a.m.7 views

The vulnerability of the dwc3_qcom_interconnect_init() function in the drivers/usb/dwc3/dwc3-qcom.c driver for the DesignWare USB3-based controller in the Linux operating system allows a hacker to cause a service failure.

The vulnerability of the dwc3qcominterconnectinit function in the drivers/usb/dwc3/dwc3-qcom.c driver for the DesignWare USB3-based controller in the Linux operating system is related to improper memory release memory leak. Exploiting this vulnerability could allow an attacker to cause a system...

5.5CVSS5.9AI score0.00195EPSS
SaveExploits0References14Affected Software3
NVD
NVD
added 2026/07/21 10:17 p.m.14 views

CVE-2026-10679

The DesignWare SPI driver drivers/spi/spidw.c computed the SPI BAUDR clock divider as info-clockfrequency / config-frequency without validating config-frequency. spitransceive is a Zephyr syscall and its verify handler drivers/spi/spihandlers.c copies the caller-supplied spiconfig from userspace...

5.5CVSS0.0013EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/21 9:30 p.m.12 views

CVE-2026-10679 Divide-by-zero in DesignWare SPI driver reachable from spi_transceive syscall (local DoS)

The DesignWare SPI driver drivers/spi/spidw.c computed the SPI BAUDR clock divider as info-clockfrequency / config-frequency without validating config-frequency. spitransceive is a Zephyr syscall and its verify handler drivers/spi/spihandlers.c copies the caller-supplied spiconfig from userspace...

3.3CVSS5.2AI score
SaveExploits0References5
EUVD
EUVD
added 2026/07/21 9:30 p.m.20 views

EUVD-2026-46448

The DesignWare SPI driver drivers/spi/spidw.c computed the SPI BAUDR clock divider as info-clockfrequency / config-frequency without validating config-frequency. spitransceive is a Zephyr syscall and its verify handler drivers/spi/spihandlers.c copies the caller-supplied spiconfig from userspace...

3.3CVSS5.3AI score0.0013EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 9:30 p.m.47 views

CVE-2026-10679

The CVE-2026-10679 issue affects Zephyr’s DesignWare SPI driver (drivers/spi/spi_dw.c). The root cause is that the BAUDR clock divider was computed as info->clock_frequency / config->frequency without validating frequency, allowing a userspace thread with SPI access to pass frequency = 0, t...

5.5CVSS5.3AI score0.0013EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/07/21 9:30 p.m.36 views

CVE-2026-10679 Divide-by-zero in DesignWare SPI driver reachable from spi_transceive syscall (local DoS)

The DesignWare SPI driver drivers/spi/spidw.c computed the SPI BAUDR clock divider as info-clockfrequency / config-frequency without validating config-frequency. spitransceive is a Zephyr syscall and its verify handler drivers/spi/spihandlers.c copies the caller-supplied spiconfig from userspace...

3.3CVSS0.0013EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/07/21 12:00 a.m.19 views

PT-2026-62126

The DesignWare SPI driver drivers/spi/spi dw.c computed the SPI BAUDR clock divider as info-clock frequency / config-frequency without validating config-frequency. spi transceive is a Zephyr syscall and its verify handler drivers/spi/spi handlers.c copies the caller-supplied spi config from...

3.3CVSS5.2AI score0.0013EPSS
SaveExploits0References3
Ubuntu
Ubuntu
added 2026/07/10 9:38 a.m.21 views

USN-8492-5: 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: - ARM64 architecture; - MIPS architecture; - PowerPC architecture; - x86 architecture; - Block layer subsystem; -...

9.8CVSS6.6AI score0.01338EPSS
SaveExploits4
BDU FSTEC
BDU FSTEC
added 2026/07/07 12:00 a.m.11 views

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

The vulnerability of the dwc3hostinit function in the drivers/usb/dwc3/host.c file of the DesignWare USB3 controller support driver in the Linux operating system is related to initialization errors. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS7.1AI score0.00255EPSS
SaveExploits0References10Affected Software2
OSV
OSV
added 2026/07/02 3:49 p.m.23 views

USN-8498-1 linux-nvidia-tegra 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; - MIPS architecture; - PowerPC architecture; - x86 architecture; - Block layer subsystem; -...

9.8CVSS6.4AI score0.01338EPSS
SaveExploits4References298
OSV
OSV
added 2026/07/02 3:24 p.m.22 views

USN-8492-2 linux-aws-6.8, linux-gcp-6.8, linux-gke, linux-gkeop, linux-ibm-6.8, linux-nvidia-lowlatency, 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; - MIPS architecture; - PowerPC architecture; - x86 architecture; - Block layer subsystem; -...

9.8CVSS6.4AI score0.01338EPSS
SaveExploits4References300
Rows per page
Query Builder