CVE-2026-49418
N/A
Summary
When msync(MS_INVALIDATE) is called on a mapping of an unmanaged device object, the physical pages in the mapping range are marked invalid but remain in the pager's page list. A subsequent page fault will cause the fault handler to re-insert the page into the object's list. This corrupts the list, and on object destruction the page is freed twice.
An unprivileged local user with access to a device that provides memory-mapped I/O can trigger a use-after-free in the kernel, though this is limited to a pool of objects ("fictitious pages") that are never recycled for a different purpose. It may be possible to exploit this to escalate privileges.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| FreeBSD | FreeBSD | 15.1-RELEASE < p1 | affected |
| FreeBSD | FreeBSD | 15.0-RELEASE < p11 | affected |
| FreeBSD | FreeBSD | 14.4-RELEASE < p7 | affected |
| FreeBSD | FreeBSD | 14.3-RELEASE < p16 | affected |
Weaknesses
- CWE-416: CWE-416: Use After Free
References
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.