CVE-2026-93127
Last modified
CVE-2026-93127 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: bpf: Drop scalar id on sign-extending narrowing stack fills When a spilled scalar is filled back with a sign-extending narrowing load (BPF_MEMSX), check_stack_read_fixed_off() copies the spilled register including its scalar id, but coerce_reg_to_size_sx() then sign-extends the filled register's value. If the same slot is also filled with a plain zero-extending load (BPF_MEM), both destination registers share the id yet hold different values.
Description
In the Linux kernel, the following vulnerability has been resolved: bpf: Drop scalar id on sign-extending narrowing stack fills When a spilled scalar is filled back with a sign-extending narrowing load (BPF_MEMSX), check_stack_read_fixed_off() copies the spilled register including its scalar id, but coerce_reg_to_size_sx() then sign-extends the filled register's value. If the same slot is also filled with a plain zero-extending load (BPF_MEM), both destination registers share the id yet hold different values. A later 'if <zext-reg> == const' then refines the sign-extended register through sync_linked_regs() to a value it does not have at runtime (e.g. the verifier believes 0x80000000 while the register is 0xffffffff80000000), which can be turned into an out-of-bounds access. Drop the shared scalar id at the sign-extension site in check_mem_access() when sign extension actually changes the value, mirroring the BPF_MOVSX handling in check_alu_op() (no_sext = reg_umax < 2^(size*8-1)).
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 3cd5c890652ba1f0682adc291b5446245259b692, < f3614622dc41f3dd99bb4f691da253814e4e6cae; >= 3cd5c890652ba1f0682adc291b5446245259b692, < 2cb5f4ca695ebe552647e5ba4aad6934d6a43bae |
| Linux | Linux | 7.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93127?
How severe is CVE-2026-93127?
How do I fix CVE-2026-93127?
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 2026
- CVE-2026-93121In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-93122In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93123In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93124In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93125In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93126In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93128In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93129In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93130In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93131In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93132In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93133In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93127?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
