CVE-2026-68159
Last modified
CVE-2026-68159 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: libceph: bound pg_{temp,upmap,upmap_items} length to CEPH_PG_MAX_SIZE __decode_pg_temp() decodes an user-controlled length but only rejects values large enough to overflow the allocation; it does not bound it to CEPH_PG_MAX_SIZE. The helper backs both pg_temp and pg_upmap decoding, and apply_upmap()/get_temp_osds() later copy the decoded list into the fixed-size on-stack array struct ceph_osds.osds[CEPH_PG_MAX_SIZE].
Description
In the Linux kernel, the following vulnerability has been resolved: libceph: bound pg_{temp,upmap,upmap_items} length to CEPH_PG_MAX_SIZE __decode_pg_temp() decodes an user-controlled length but only rejects values large enough to overflow the allocation; it does not bound it to CEPH_PG_MAX_SIZE. The helper backs both pg_temp and pg_upmap decoding, and apply_upmap()/get_temp_osds() later copy the decoded list into the fixed-size on-stack array struct ceph_osds.osds[CEPH_PG_MAX_SIZE]. A monitor that sends an OSDMap with a pg_temp/pg_upmap entry longer than 32 thus causes a stack out-of-bounds write. An OSD set for a single PG can never exceed CEPH_PG_MAX_SIZE, so reject longer entries at decode time. The bound is well below the old overflow threshold, so it also covers the allocation-size overflow the previous check guarded against. BUG: KASAN: stack-out-of-bounds in ceph_pg_to_up_acting_osds Write of size 4 ... by task exploit kasan_report (mm/kasan/report.c:595) ceph_pg_to_up_acting_osds (net/ceph/osdmap.c:2617 net/ceph/osdmap.c:2833) calc_target (net/ceph/osd_client.c:1638) __submit_request (net/ceph/osd_client.c:2394) ceph_osdc_start_request (net/ceph/osd_client.c:2490) ceph_osdc_call (net/ceph/osd_client.c:5164) rbd_dev_image_probe (drivers/block/rbd.c:6899) do_rbd_add (drivers/block/rbd.c:7138) ... kernel BUG at net/ceph/osdmap.c:2670! [ idryomov: do the same in __decode_pg_upmap_items() ]
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= a303bb0e58345fe9f7ab2f82b90266f2b5036058, < e36663145abd7024f0281dfb22fdef65f185845b; >= a303bb0e58345fe9f7ab2f82b90266f2b5036058, < 9f00f9cf2be293efe899db67dc5272e3a9c62717 |
| Linux | Linux | 4.13 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68159?
How severe is CVE-2026-68159?
How do I fix CVE-2026-68159?
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-68153In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68154In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68155In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68156In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68157In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68158In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6816An access bypass vulnerability in Drupal TFA Basic Plugins a…3.8
- CVE-2026-68160In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68161In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68162In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68163In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68164In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-68159?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
