CVE-2026-63967
Last modified
CVE-2026-63967 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: iio: imu: st_lsm6dsx: fix stack leak in tagged FIFO buffer The tagged FIFO path declares iio_buff on the stack with __aligned(8) but no initializer, but there is a hole in the structure, which will then leak to userspace as ST_LSM6DSX_SAMPLE_SIZE bytes (6) will be copied, but the space between that and the timestamp are not initialized. Commit c14edb4d0bdc ("iio:imu:st_lsm6dsx Fix alignment and data leak issues") moved the untagged FIFO path to a kzalloc'd buffer in hw->scan, but for the tagged path it only added the alignment qualifier and not the initializer :( Fix this by just zero-initializing the structure on the stack.. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: iio: imu: st_lsm6dsx: fix stack leak in tagged FIFO buffer The tagged FIFO path declares iio_buff on the stack with __aligned(8) but no initializer, but there is a hole in the structure, which will then leak to userspace as ST_LSM6DSX_SAMPLE_SIZE bytes (6) will be copied, but the space between that and the timestamp are not initialized. Commit c14edb4d0bdc ("iio:imu:st_lsm6dsx Fix alignment and data leak issues") moved the untagged FIFO path to a kzalloc'd buffer in hw->scan, but for the tagged path it only added the alignment qualifier and not the initializer :( Fix this by just zero-initializing the structure on the stack.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= c14edb4d0bdc53f969ea84c7f384472c28b1a9f8, < ff8d3c088b77b11782f2c3b97e37425be050e8de; >= c14edb4d0bdc53f969ea84c7f384472c28b1a9f8, < fe1a7f99e72ebd2880515332b79b8c256be22aca; >= c14edb4d0bdc53f969ea84c7f384472c28b1a9f8, < babf1943a40bb5669db57d30ca16c22504b18e07; >= c14edb4d0bdc53f969ea84c7f384472c28b1a9f8, < d42ac0bfb6a16617c62a59d53706579c7fadbfa6; >= c14edb4d0bdc53f969ea84c7f384472c28b1a9f8, < 3147b303b8c7d9f91da4b849ece33b45048f5eaf; >= c14edb4d0bdc53f969ea84c7f384472c28b1a9f8, < e6bb3a49c5f9de870ea95e69775df785728e3366; >= c14edb4d0bdc53f969ea84c7f384472c28b1a9f8, < 890d0312d5f94be43eac21f5a34d3bccc60d051b; >= c14edb4d0bdc53f969ea84c7f384472c28b1a9f8, < c9d8e9adaa63150ef7e833480b799d0bab83a276; a42ca3b182ccb766666a0be1053921cba190e2de; >= 5.9.5, < 5.10 |
| Linux | Linux | 5.10 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-63967?
How severe is CVE-2026-63967?
How do I fix CVE-2026-63967?
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-63961In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63962In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63963In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63964In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63965In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63966In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63968In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-63969In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6397The Sticky plugin for WordPress is vulnerable to Stored Cros…6.4
- CVE-2026-63970In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-63971In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-63972In the Linux kernel, the following vulnerability has been re…7.5
Are you affected by CVE-2026-63967?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
