CVE-2023-53713
Last modified
CVE-2023-53713 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: arm64: sme: Use STR P to clear FFR context field in streaming SVE mode The FFR is a predicate register which can vary between 16 and 256 bits in size depending upon the configured vector length. When saving the SVE state in streaming SVE mode, the FFR register is inaccessible and so commit 9f5848665788 ("arm64/sve: Make access to FFR optional") simply clears the FFR field of the in-memory context structure. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: arm64: sme: Use STR P to clear FFR context field in streaming SVE mode The FFR is a predicate register which can vary between 16 and 256 bits in size depending upon the configured vector length. When saving the SVE state in streaming SVE mode, the FFR register is inaccessible and so commit 9f5848665788 ("arm64/sve: Make access to FFR optional") simply clears the FFR field of the in-memory context structure. Unfortunately, it achieves this using an unconditional 8-byte store and so if the SME vector length is anything other than 64 bytes in size we will either fail to clear the entire field or, worse, we will corrupt memory immediately following the structure. This has led to intermittent kfence splats in CI [1] and can trigger kmalloc Redzone corruption messages when running the 'fp-stress' kselftest: | ============================================================================= | BUG kmalloc-1k (Not tainted): kmalloc Redzone overwritten | ----------------------------------------------------------------------------- | | 0xffff000809bf1e22-0xffff000809bf1e27 @offset=7714. First byte 0x0 instead of 0xcc | Allocated in do_sme_acc+0x9c/0x220 age=2613 cpu=1 pid=531 | __kmalloc+0x8c/0xcc | do_sme_acc+0x9c/0x220 | ... Replace the 8-byte store with a store of a predicate register which has been zero-initialised with PFALSE, ensuring that the entire field is cleared in memory. [1] https://lore.kernel.org/r/CA+G9fYtU7HsV0R0dp4XEH5xXHSJFw8KyDf5VQrLLfMxWfxQkag@mail.gmail.com
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 9f5848665788a0f07bc175cb2cdd06d367b7556e, < 97669214944e80d3756657c21c4f286f3da6a423; >= 9f5848665788a0f07bc175cb2cdd06d367b7556e, < 8769a62faacbbb6cac5e35d9047ce445183d4e9f; >= 9f5848665788a0f07bc175cb2cdd06d367b7556e, < 1403a899153a12d93fd510e463fd6d0eafba4336; >= 9f5848665788a0f07bc175cb2cdd06d367b7556e, < 893b24181b4c4bf1fa2841b1ed192e5413a97cb1 |
| Linux | Linux | 5.16 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2023-53713?
How severe is CVE-2023-53713?
How do I fix CVE-2023-53713?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-53708In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53709In the Linux kernel, the following vulnerability has been re…
- CVE-2023-5371RTPS dissector memory leak in Wireshark 4.0.0 to 4.0.8 and 3…6.5
- CVE-2023-53710In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53711In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2023-53712In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53714In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53715In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53716In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53717In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53718In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-53719In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2023-53713?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
