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

|
|

|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
In the Linux kernel, the following vulnerability has been resolved:wifi: rtw89: avoid reading out of bounds when loading TX power FW elementsBecause the loop-expression will do one more time before getting false fromcond-expression, the original code copied one more entry size beyond validregion.Fix it by moving the entry copy to loop-body.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/bygregonline/devsec-fastapi-report
|
|
|