CVE-2026-74503 (GCVE-0-2026-74503)

Vulnerability from cvelistv5 – Published: 2026-08-15 12:27 – Updated: 2026-08-17 05:47
VLAI
Title
ALSA: timer: Clear SNDRV_TIMER_IFLG_DEAD once the close completes
Summary
In the Linux kernel, the following vulnerability has been resolved: ALSA: timer: Clear SNDRV_TIMER_IFLG_DEAD once the close completes snd_timer_close_locked() marks an instance with SNDRV_TIMER_IFLG_DEAD and returns early when the flag is already set, but the flag is never cleared again. A completed close ends in remove_slave_links(), which leaves timeri->timer NULL, so a second close is already harmless through the timer == NULL path; the early return can only be reached by an instance that was opened again in between. For such an instance the close unlinks nothing, so snd_timer_instance_free() frees an object that is still on timer->open_list_head, still on snd_timer_master_list if it was opened with a slave key, still owns any adopted slaves, and still holds its timer and module references. snd_seq_timer_open() reopens an instance exactly like that: it retries its fallback open on the same object after a failure that has already run snd_timer_close_locked() internally. An unprivileged user with access to /dev/snd/timer and /dev/snd/seq can force that failure, since snd_timer_check_master() returns -EBUSY when a pending slave matches the new master's (slave_class, slave_id) key and the target timer has reached max_instances, and SNDRV_TIMER_IOCTL_SELECT with dev_class = SNDRV_TIMER_CLASS_SLAVE keeps the caller-supplied dev_sclass, so a sequencer queue's key can be forged. The freed instance is afterwards dereferenced by any further snd_timer_open() on that timer, by snd_timer_check_slave(), and by /proc/asound/timers, which faults on the stale ti->owner pointer. The flag only has to be visible while the close is in progress, which is all its other users need. Clear it in remove_slave_links(), under the same timer->lock that sets it, once the instance is off every list.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 586b219a22b1032b28b8bd356b963276c5e5bf53 , < bb016091010ec401a06e6bdace0cd944ee03d371 (git)
Affected: f46093dd22969037beb1fce2e043f3236be41c92 , < a26a2e52736f9e39843ca66a2e1ce6bf1adbcd1e (git)
Affected: da3039e91d1f835874ed6e9a33ea19ee80c2cb92 , < 0c561fab50991df10b1e4daca25886c34a2a9c07 (git)
Affected: da3039e91d1f835874ed6e9a33ea19ee80c2cb92 , < c2744d5f3aea474513fd2298daecb94a952ce441 (git)
Affected: 60e73ab87b84bbd6bd7ddd1d16019a3a3705ab8f (git)
Affected: 6.12.94 , < 6.12.103 (semver)
Affected: 6.18.36 , < 6.18.44 (semver)
Affected: 7.0.13 , < 7.1 (semver)
guessed Create a notification for this product.
Linux Linux Affected: 7.1
Unaffected: 0 , < 7.1 (semver)
Unaffected: 6.12.103 , ≤ 6.12.* (semver)
Unaffected: 6.18.44 , ≤ 6.18.* (semver)
Unaffected: 7.1.8 , ≤ 7.1.* (semver)
Unaffected: 7.2 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "sound/core/timer.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "bb016091010ec401a06e6bdace0cd944ee03d371",
              "status": "affected",
              "version": "586b219a22b1032b28b8bd356b963276c5e5bf53",
              "versionType": "git"
            },
            {
              "lessThan": "a26a2e52736f9e39843ca66a2e1ce6bf1adbcd1e",
              "status": "affected",
              "version": "f46093dd22969037beb1fce2e043f3236be41c92",
              "versionType": "git"
            },
            {
              "lessThan": "0c561fab50991df10b1e4daca25886c34a2a9c07",
              "status": "affected",
              "version": "da3039e91d1f835874ed6e9a33ea19ee80c2cb92",
              "versionType": "git"
            },
            {
              "lessThan": "c2744d5f3aea474513fd2298daecb94a952ce441",
              "status": "affected",
              "version": "da3039e91d1f835874ed6e9a33ea19ee80c2cb92",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "60e73ab87b84bbd6bd7ddd1d16019a3a3705ab8f",
              "versionType": "git"
            },
            {
              "lessThan": "6.12.103",
              "status": "affected",
              "version": "6.12.94",
              "versionType": "semver"
            },
            {
              "lessThan": "6.18.44",
              "status": "affected",
              "version": "6.18.36",
              "versionType": "semver"
            },
            {
              "lessThan": "7.1",
              "status": "affected",
              "version": "7.0.13",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "sound/core/timer.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "7.1"
            },
            {
              "lessThan": "7.1",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.103",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.44",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.1.*",
              "status": "unaffected",
              "version": "7.1.8",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.2",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.103",
                  "versionStartIncluding": "6.12.94",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.44",
                  "versionStartIncluding": "6.18.36",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.8",
                  "versionStartIncluding": "7.1",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "7.1",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "7.0.13",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: timer: Clear SNDRV_TIMER_IFLG_DEAD once the close completes\n\nsnd_timer_close_locked() marks an instance with SNDRV_TIMER_IFLG_DEAD\nand returns early when the flag is already set, but the flag is never\ncleared again.  A completed close ends in remove_slave_links(), which\nleaves timeri-\u003etimer NULL, so a second close is already harmless through\nthe timer == NULL path; the early return can only be reached by an\ninstance that was opened again in between.  For such an instance the\nclose unlinks nothing, so snd_timer_instance_free() frees an object that\nis still on timer-\u003eopen_list_head, still on snd_timer_master_list if it\nwas opened with a slave key, still owns any adopted slaves, and still\nholds its timer and module references.\n\nsnd_seq_timer_open() reopens an instance exactly like that: it retries\nits fallback open on the same object after a failure that has already\nrun snd_timer_close_locked() internally.  An unprivileged user with\naccess to /dev/snd/timer and /dev/snd/seq can force that failure, since\nsnd_timer_check_master() returns -EBUSY when a pending slave matches the\nnew master\u0027s (slave_class, slave_id) key and the target timer has\nreached max_instances, and SNDRV_TIMER_IOCTL_SELECT with dev_class =\nSNDRV_TIMER_CLASS_SLAVE keeps the caller-supplied dev_sclass, so a\nsequencer queue\u0027s key can be forged.  The freed instance is afterwards\ndereferenced by any further snd_timer_open() on that timer, by\nsnd_timer_check_slave(), and by /proc/asound/timers, which faults on the\nstale ti-\u003eowner pointer.\n\nThe flag only has to be visible while the close is in progress, which is\nall its other users need.  Clear it in remove_slave_links(), under the\nsame timer-\u003elock that sets it, once the instance is off every list."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:L - Exploitation requires local ioctl access to /dev/snd/timer and /dev/snd/seq to forge timer slave keys and drive snd_seq_timer_open() retry logic; there is no network, adjacent-wireless, or physical-device entry path.\nAC:L - The attacker fully controls the ioctl and sequencer queue sequence that forces the initial -EBUSY close, retries snd_timer_open() on the same instance, and later triggers free; no uncontrollable timing, memory layout, or rare kernel state is required beyond standard ALSA being enabled.\nPR:L - The fix commit and reachable ioctl paths require only an unprivileged local user with access to ALSA device nodes (/dev/snd/timer and /dev/snd/seq), typical on desktops, kiosks, and Android systems via the audio group or equivalent permissions, not real root in the init namespace.\nUI:N - Exploitation is self-contained through attacker-initiated timer SELECT ioctls and sequencer queue open/close operations; no victim interaction such as opening files, mounting filesystems, or clicking prompts is required.\nS:U - Impact is kernel memory corruption and potential local privilege escalation within the same kernel address space; it does not cross a VM, container, or IOMMU security boundary into a separate authority.\nC:H - A use-after-free of snd_timer_instance leaves dangling list pointers; freed memory can be reallocated and later dereferenced by snd_timer_open(), snd_timer_check_slave(), or /proc/asound/timers, enabling arbitrary kernel memory read primitives.\nI:H - The UAF frees a structure still linked on timer open/master lists while retaining timer and module references, allowing heap reuse and memory corruption that can be leveraged for arbitrary kernel writes or control-flow hijacking.\nA:H - Stale timer instance pointers are dereferenced during subsequent timer operations and /proc/asound/timers reads, causing kernel faults/oops; UAF reliably threatens crashes even before full exploitation."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-17T05:47:54.696Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/bb016091010ec401a06e6bdace0cd944ee03d371"
        },
        {
          "url": "https://git.kernel.org/stable/c/a26a2e52736f9e39843ca66a2e1ce6bf1adbcd1e"
        },
        {
          "url": "https://git.kernel.org/stable/c/0c561fab50991df10b1e4daca25886c34a2a9c07"
        },
        {
          "url": "https://git.kernel.org/stable/c/c2744d5f3aea474513fd2298daecb94a952ce441"
        }
      ],
      "title": "ALSA: timer: Clear SNDRV_TIMER_IFLG_DEAD once the close completes",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-74503",
    "datePublished": "2026-08-15T12:27:28.208Z",
    "dateReserved": "2026-08-15T05:44:03.908Z",
    "dateUpdated": "2026-08-17T05:47:54.696Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-74503",
      "date": "2026-08-24",
      "epss": "0.00129",
      "percentile": "0.02734"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-74503\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-08-15T13:17:55.310\",\"lastModified\":\"2026-08-17T06:19:46.810\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nALSA: timer: Clear SNDRV_TIMER_IFLG_DEAD once the close completes\\n\\nsnd_timer_close_locked() marks an instance with SNDRV_TIMER_IFLG_DEAD\\nand returns early when the flag is already set, but the flag is never\\ncleared again.  A completed close ends in remove_slave_links(), which\\nleaves timeri-\u003etimer NULL, so a second close is already harmless through\\nthe timer == NULL path; the early return can only be reached by an\\ninstance that was opened again in between.  For such an instance the\\nclose unlinks nothing, so snd_timer_instance_free() frees an object that\\nis still on timer-\u003eopen_list_head, still on snd_timer_master_list if it\\nwas opened with a slave key, still owns any adopted slaves, and still\\nholds its timer and module references.\\n\\nsnd_seq_timer_open() reopens an instance exactly like that: it retries\\nits fallback open on the same object after a failure that has already\\nrun snd_timer_close_locked() internally.  An unprivileged user with\\naccess to /dev/snd/timer and /dev/snd/seq can force that failure, since\\nsnd_timer_check_master() returns -EBUSY when a pending slave matches the\\nnew master\u0027s (slave_class, slave_id) key and the target timer has\\nreached max_instances, and SNDRV_TIMER_IOCTL_SELECT with dev_class =\\nSNDRV_TIMER_CLASS_SLAVE keeps the caller-supplied dev_sclass, so a\\nsequencer queue\u0027s key can be forged.  The freed instance is afterwards\\ndereferenced by any further snd_timer_open() on that timer, by\\nsnd_timer_check_slave(), and by /proc/asound/timers, which faults on the\\nstale ti-\u003eowner pointer.\\n\\nThe flag only has to be visible while the close is in progress, which is\\nall its other users need.  Clear it in remove_slave_links(), under the\\nsame timer-\u003elock that sets it, once the instance is off every list.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"sound/core/timer.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"586b219a22b1032b28b8bd356b963276c5e5bf53\",\"lessThan\":\"bb016091010ec401a06e6bdace0cd944ee03d371\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"f46093dd22969037beb1fce2e043f3236be41c92\",\"lessThan\":\"a26a2e52736f9e39843ca66a2e1ce6bf1adbcd1e\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"da3039e91d1f835874ed6e9a33ea19ee80c2cb92\",\"lessThan\":\"0c561fab50991df10b1e4daca25886c34a2a9c07\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"da3039e91d1f835874ed6e9a33ea19ee80c2cb92\",\"lessThan\":\"c2744d5f3aea474513fd2298daecb94a952ce441\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"60e73ab87b84bbd6bd7ddd1d16019a3a3705ab8f\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"6.12.94\",\"lessThan\":\"6.12.103\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.18.36\",\"lessThan\":\"6.18.44\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"7.0.13\",\"lessThan\":\"7.1\",\"versionType\":\"semver\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"sound/core/timer.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"7.1\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"7.1\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.103\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.44\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1.8\",\"lessThanOrEqual\":\"7.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.2\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}]},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/0c561fab50991df10b1e4daca25886c34a2a9c07\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/a26a2e52736f9e39843ca66a2e1ce6bf1adbcd1e\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/bb016091010ec401a06e6bdace0cd944ee03d371\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/c2744d5f3aea474513fd2298daecb94a952ce441\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Important",
      "current_release_date": "2026-08-17T16:03:20+00:00",
      "cve": "CVE-2026-74503",
      "id": "CVE-2026-74503",
      "initial_release_date": "2026-08-15T00:00:00+00:00",
      "product_status:known_affected": "184",
      "product_status:known_not_affected": "90",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: ALSA: timer: Clear SNDRV_TIMER_IFLG_DEAD once the close completes",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-74503.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "important",
      "current_release_date": "2026-08-17T16:26:14Z",
      "cve": "CVE-2026-74503",
      "id": "CVE-2026-74503",
      "initial_release_date": "2026-08-15T23:51:27Z",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-74503",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-74503.json",
      "version": "3"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Loading…