mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
27 lines
1.8 KiB
Markdown
27 lines
1.8 KiB
Markdown
### [CVE-2024-7883](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-7883)
|
|

|
|

|
|

|
|

|
|

|
|

|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
When using Arm Cortex-M Security Extensions (CMSE), Secure stack contents can be leaked to Non-secure state via floating-point registers when a Secure to Non-secure function call is made that returns a floating-point value and when this is the first use of floating-point since entering Secure state. This allows an attacker to read a limited quantity of Secure stack contents with an impact on confidentiality. This issue is specific to code generated using LLVM-based compilers.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cve-scores
|
|
- https://github.com/adegoodyer/kubernetes-admin-toolkit
|
|
- https://github.com/drewtwitchell/scancompare
|
|
- https://github.com/fkie-cad/nvd-json-data-feeds
|
|
|