Bug 2422757 (CVE-2025-68247) - CVE-2025-68247 kernel: posix-timers: Plug potential memory leak in do_timer_create()
Summary: CVE-2025-68247 kernel: posix-timers: Plug potential memory leak in do_timer_c...
Keywords:
Status: NEW
Alias: CVE-2025-68247
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-16 15:02 UTC by OSIDB Bzimport
Modified: 2026-06-29 18:46 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-16 15:02:27 UTC
In the Linux kernel, the following vulnerability has been resolved:

posix-timers: Plug potential memory leak in do_timer_create()

When posix timer creation is set to allocate a given timer ID and the
access to the user space value faults, the function terminates without
freeing the already allocated posix timer structure.

Move the allocation after the user space access to cure that.

[ tglx: Massaged change log ]


Note You need to log in before you can comment on or make changes to this bug.