In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Fix division by zero in initialize_timer() A userspace-driven ALSA timer (SND_UTIMER) lets an unprivileged user set th…
Info
Summary
In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Fix division by zero in initialize_timer() A userspace-driven ALSA timer (SND_UTIMER) lets an unprivileged user set the backing snd_timer's hardware resolution to an arbitrary 64-bit value via SNDRV_TIMER_IOCTL_CREATE. snd_utimer_create() only rejects zero. When such a timer is bound to a sequencer queue, initialize_timer() computes the tick period as tmr->ticks = 1000000000 / (r * freq); where r is that user-c…
In-depth triage
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/21e19688433452dfbbbe6b2bb670dea6eb92f0f6
- https://git.kernel.org/stable/c/42c6543ff27ea280334244458d4f52ec7133cc05
- https://git.kernel.org/stable/c/5260e195c53e898a4a76527d4bb2178f31795e78
- https://git.kernel.org/stable/c/d0e19932875746118e298b4c974f3b2d4aeb16fc
Timeline
- nvd_ingest NVD