PULSE
EN VIVO46señales / 24h
FEED
ransomdirewolf reclama a BigSpark · AI · Not Foundransomanubis reclama a Cleaver-Brooks · US · Manufacturingransomdeadlock reclama a LT Group / Fortune Tobacco Corp · PH · Manufacturingransomgenesis reclama a Consolidated Medical Practices of Memphis · US · Healthcareransomgenesis reclama a Interim HealthCare (Oklahoma and Tulsa) · US · Healthcareransomdirewolf reclama a Chat Jurídico · BR · Professional Servicesransomdirewolf reclama a Merge · US · Technologyransomqilin reclama a HIGEN MOTOR(critical data) · KR · Manufacturingransomdirewolf reclama a Swyft Inc. · US · Technologyransomdirewolf reclama a AliveCor, Inc. · US · Healthcareransomdirewolf reclama a Statista GmbH · DE · Professional Servicesransomdirewolf reclama a Quironsalud · ES · Healthcareransomdirewolf reclama a Health Carousel · PH · Healthcareransomdirewolf reclama a Fondo · Financial Servicesransomdirewolf reclama a BigSpark · AI · Not Foundransomanubis reclama a Cleaver-Brooks · US · Manufacturingransomdeadlock reclama a LT Group / Fortune Tobacco Corp · PH · Manufacturingransomgenesis reclama a Consolidated Medical Practices of Memphis · US · Healthcareransomgenesis reclama a Interim HealthCare (Oklahoma and Tulsa) · US · Healthcareransomdirewolf reclama a Chat Jurídico · BR · Professional Servicesransomdirewolf reclama a Merge · US · Technologyransomqilin reclama a HIGEN MOTOR(critical data) · KR · Manufacturingransomdirewolf reclama a Swyft Inc. · US · Technologyransomdirewolf reclama a AliveCor, Inc. · US · Healthcareransomdirewolf reclama a Statista GmbH · DE · Professional Servicesransomdirewolf reclama a Quironsalud · ES · Healthcareransomdirewolf reclama a Health Carousel · PH · Healthcareransomdirewolf reclama a Fondo · Financial Services
← Todos los CVEs
CVE Watch10 ago 2026

CVE-2026-68201

In the Linux kernel, the following vulnerability has been resolved: ALSA: timer: drain a slave's callback before its master detaches it sn

CVSS

Sin CVSS

EPSS

KEV

Exploit Today

0-100

Publicado: 10 ago 2026 · Última mod.: 10 ago 2026

EPSS · 30d

Sin historial EPSS suficiente todavía.

Descripción técnica

In the Linux kernel, the following vulnerability has been resolved: ALSA: timer: drain a slave's callback before its master detaches it snd_timer_close_locked() drains the closing instance's own in-flight callback (IFLG_CALLBACK) before freeing it, but not its slaves'. When a master instance is closed, remove_slave_links() clears each slave's ->timer; the slave's own close then reads timer == NULL and takes the branch that skips the drain entirely (snd_timer_stop_slave() also no-ops on a NULL timer). So a slave whose callback is still running when the master is closed is freed underneath the live callback, leading to use-after-free. Drain the slaves too before remove_slave_links() severs them. snd_timer_stop() has already taken this instance off the active list, so no new slave callback can be queued. Take the slaves off the ack list so a pending one can't fire either, then wait for any that is already in flight.

Referencias oficiales
CVEs relacionados

Sin CVEs relacionados por CWE o producto.