Lucene search
+L

1829 matches found

Kitploit
Kitploit
added 2026/09/04 4:16 p.m.3 views

TPMGenie

TPM Genie TPM Genie est conçu pour aider à la recherche de vulnérabilités des Trusted Platform Modules. En tant qu'interposeur de bus série, TPM Genie est capable d'intercepter et de modifier tout le trafic échangé sur le canal I2C entre la machine hôte et une puce TPM discrète. En dehors de la...

5.4AI score
SaveExploits0References5
CVE
CVE
added 2026/09/04 3:13 p.m.5 views

CVE-2026-80802

CVE-2026-80802 affects the Linux kernel's NFC FDP driver (nfc: fdp). The function fdp_nci_i2c_read() uses a u16 value from two device-supplied bytes as the count for i2c_master_recv() into a 261-byte on-stack buffer without validation. A malicious, counterfeit, or malfunctioning NFC controller (o...

SaveExploits0References9
EUVD
EUVD
added 2026/09/04 3:13 p.m.4 views

EUVD-2026-71237

In the Linux kernel, the following vulnerability has been resolved: nfc: fdp: bound the device-reported read length and fix an skb leak fdpncii2cread takes the next packet length from two device-supplied bytes and never validates it. The value is a u16 used as the i2cmasterrecv count into a...

SaveExploits0References9
CVE
CVE
added 2026/09/04 3:12 p.m.6 views

CVE-2026-80768

CVE-2026-80768 is a stack-use-after-return write in the Linux kernel's HID ft260 driver . The race occurs between ft260_i2c_read(), which points dev->read_buf at a caller-supplied (often on-stack) buffer and waits up to five seconds for an I2C response, and ft260_raw_event(), an input/IRQ-path...

SaveExploits0References8
EUVD
EUVD
added 2026/09/04 3:12 p.m.2 views

EUVD-2026-71411

In the Linux kernel, the following vulnerability has been resolved: HID: ft260: fix stack-use-after-return write in I2C read race ft260i2cread points dev-readbuf at a caller-supplied buffer often an on-stack variable, arms a completion and waits up to five seconds for the device to return the dat...

SaveExploits0References8
Kitploit
Kitploit
added 2026/09/04 2:57 p.m.2 views

SparkAltBatteryBoard

SparkAltBatteryBoard Une carte d'interface et de télémétrie de batterie personnalisée orientée recherche pour la plateforme DJI Spark, construite autour d'une batterie LiPo 3S standard au lieu de la batterie intelligente OEM discontinuée et difficile à trouver. Ce projet documente une interface d...

5.4AI score
SaveExploits0References11
Kitploit
Kitploit
added 2026/09/04 1:34 a.m.7 views

hdmi-sniff

hdmi-sniff HDMI DDC I2C 검사 도구 최신 버전: https://github.com/ApertureLabsLtd/hdmi-sniff 이 도구는 HDMI 기기에서 HDCP 암호화 키를 얼마나 쉽게 복구할 수 있는지 보여주기 위해 설계되었지만, I2C 인터페이스를 통해 전달되는 모든 데이터예: MCCS, EDID 등를 디코딩하도록 확장할 수도 있습니다. HDMI 브레이크아웃 케이블제작 방법은 아래 블로그 게시물에 설명되어 있습니다과 Bus Pirate가 필요합니다:...

5.4AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/01 2:14 a.m.6 views

ps5-uart — Updated!

24 pin header near salina EDM-010 root@kitploit: emc header 1 5v 2 5v 3 gnd 4 gnd 5 emc gpio a1. pulling low at emc boot causes emc rom to enter uart shell @ 460800 6 uart rx emc 115200 7 uart tx emc 115200 8 3v3, goes low when emc resets 9 0v? 10 gnd 11 titania uart0 tx efc fw: 460800, eap fw:...

5.9AI score
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/08/31 2:12 p.m.8 views

CVE-2026-80680

A flaw was found in the Linux kernel's i2c: amd-mp2 driver. During the registration of an I2C adapter, the driver may store a memory address pointer that later becomes invalid if the adapter registration fails. This can lead to the driver attempting to access this invalid memory location a "stale...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/08/31 11:58 a.m.5 views

ps5-uart

Connecteur 24 broches près de salina EDM-010 root@kitploit: emc header 1 5v 2 5v 3 gnd 4 gnd 5 emc gpio a1. tirer à 0 au boot emc fait entrer la rom emc dans le shell uart @ 460800 6 uart rx emc 115200 7 uart tx emc 115200 8 3v3, passe à 0 quand emc se réinitialise 9 0v ? 10 gnd 11 titania uart0 ...

5.4AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/08/31 8:47 a.m.6 views

CVE-2026-80678

A flaw was found in the Linux kernel's i2c: imx driver. A race condition during I2C slave registration and error handling could lead to a NULL pointer dereference. This occurs when the i2cimx-slave pointer is not properly cleared or assigned, especially if power management operations fail or if t...

8.4CVSS5.9AI score0.00144EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/08/28 4:34 p.m.5 views

SUSE CVE-2026-80680

In the Linux kernel, the following vulnerability has been resolved: i2c: amd-mp2: Unregister callback on adapter add failure amdmp2registercb stores the platform I2C context in the MP2 PCI driver's callback table before the adapter is registered. If i2caddadapter fails, probe returns and devres...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/28 8:16 a.m.8 views

AZL-98081 CVE-2026-80678 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: i2c: imx: Fix slave registration race and error handling In i2cimxregslave, the slave pointer was assigned before pmruntimeresumeandget. If pmruntimeresumeandget failed, the error path returned without clearing i2cimx-slave,...

8.4CVSS5.9AI score0.00144EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/28 8:16 a.m.9 views

CVE-2026-80680

In the Linux kernel, the following vulnerability has been resolved: i2c: amd-mp2: Unregister callback on adapter add failure amdmp2registercb stores the platform I2C context in the MP2 PCI driver's callback table before the adapter is registered. If i2caddadapter fails, probe returns and devres...

7.8CVSS0.00129EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/28 8:16 a.m.8 views

AZL-98165 CVE-2026-80680 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: i2c: amd-mp2: Unregister callback on adapter add failure amdmp2registercb stores the platform I2C context in the MP2 PCI driver's callback table before the adapter is registered. If i2caddadapter fails, probe returns and devres...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/08/28 8:16 a.m.9 views

CVE-2026-80680

In the Linux kernel, the following vulnerability has been resolved: i2c: amd-mp2: Unregister callback on adapter add failure amdmp2registercb stores the platform I2C context in the MP2 PCI driver's callback table before the adapter is registered. If i2caddadapter fails, probe returns and devres...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References10
OSV
OSV
added 2026/08/28 8:16 a.m.5 views

UBUNTU-CVE-2026-80680

In the Linux kernel, the following vulnerability has been resolved: i2c: amd-mp2: Unregister callback on adapter add failure amdmp2registercb stores the platform I2C context in the MP2 PCI driver's callback table before the adapter is registered. If i2caddadapter fails, probe returns and devres...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References11
OSV
OSV
added 2026/08/28 8:16 a.m.6 views

UBUNTU-CVE-2026-80678

In the Linux kernel, the following vulnerability has been resolved: i2c: imx: Fix slave registration race and error handling In i2cimxregslave, the slave pointer was assigned before pmruntimeresumeandget. If pmruntimeresumeandget failed, the error path returned without clearing i2cimx-slave,...

8.4CVSS5.8AI score0.00144EPSS
SaveExploits0References10
Debian CVE
Debian CVE
added 2026/08/28 6:52 a.m.9 views

CVE-2026-80680

In the Linux kernel, the following vulnerability has been resolved: i2c: amd-mp2: Unregister callback on adapter add failure amdmp2registercb stores the platform I2C context in the MP2 PCI driver's callback table before the adapter is registered. If i2caddadapter fails, probe returns and devres...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0
CVE
CVE
added 2026/08/28 6:52 a.m.23 views

CVE-2026-80680

CVE-2026-80680 is a use-after-free in the Linux kernel's amd-mp2 I2C platform driver. The function amd_mp2_register_cb() stores the platform I2C context pointer in the MP2 PCI driver's callback table before the I2C adapter is registered. If i2c_add_adapter() subsequently fails, the probe function...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References8
Rows per page
Query Builder