Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-15449— TOCTOU double copyin in illumos dld ioctl handling causes kernel heap corruption

AI Predicted 7.8 Difficulty: Hard
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-15449

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
TOCTOU double copyin in illumos dld ioctl handling causes kernel heap corruption
Source: NVD (National Vulnerability Database)
Vulnerability Description
A time-of-check to time-of-use (TOCTOU) flaw in the illumos data-link pseudo-driver (dld) affects handling of the DLDIOC_GETMACPROP and DLDIOC_SETMACPROP ioctls on /dev/dld. drv_ioc_prop_common() in usr/src/uts/common/io/dld/dld_drv.c copies the dld_ioc_macprop_t ioctl header in once to read its pr_valsize field, sizes and allocates a kernel heap buffer from that value, and then copies the full request in a second time from the same unprivileged user address. A concurrent thread can enlarge pr_valsize between the two copyins, so the second copyin and the subsequent property handling write beyond the end of the undersized allocation and corrupt the kernel heap. An unprivileged local user, including one confined to a non-global zone that owns a datalink, can trigger this to panic the system. The resulting kernel heap corruption may be usable for further compromise.
Source: NVD (National Vulnerability Database)
CVSS Information
N/A
Source: NVD (National Vulnerability Database)
Vulnerability Type
检查时间与使用时间(TOCTOU)的竞争条件
Source: NVD (National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
illumosillumos-gate eae72b5b807baa9116e64502cbb278edf15f3146 ~ 6959feb5b430411a4809b06c53dcdb42fb525eac -
OmniOSOmniOS any ~ r151054 -
Triton Data CenterSmartOS any ~ 202060709 -

II. Public POCs for CVE-2026-15449

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-15449

登录查看更多情报信息。

Patches & Fixes for CVE-2026-15449 (1)

Other References for CVE-2026-15449 (1)

Other References for CVE-2026-15449 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-15449

No comments yet


Leave a comment