mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
20 lines
1.0 KiB
Markdown
20 lines
1.0 KiB
Markdown
|
|
### [CVE-2025-38380](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-38380)
|
||
|
|

|
||
|
|

|
||
|
|

|
||
|
|

|
||
|
|

|
||
|
|
|
||
|
|
### Description
|
||
|
|
|
||
|
|
In the Linux kernel, the following vulnerability has been resolved:i2c/designware: Fix an initialization issueThe i2c_dw_xfer_init() function requires msgs and msg_write_idx from thedev context to be initialized.amd_i2c_dw_xfer_quirk() inits msgs and msgs_num, but not msg_write_idx.This could allow an out of bounds access (of msgs).Initialize msg_write_idx before calling i2c_dw_xfer_init().
|
||
|
|
|
||
|
|
### POC
|
||
|
|
|
||
|
|
#### Reference
|
||
|
|
No PoCs from references.
|
||
|
|
|
||
|
|
#### Github
|
||
|
|
- https://github.com/w4zu/Debian_security
|
||
|
|
|