GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2026-74294 (GCVE-0-2026-74294)

Vulnerability from cvelistv5 – Published: 2026-08-15 05:57 – Updated: 2026-08-17 05:45
VLAI
Title
ASoC: meson: aiu: Validate written enum values
Summary
In the Linux kernel, the following vulnerability has been resolved: ASoC: meson: aiu: Validate written enum values The AIU HDMI and internal codec mux put callbacks use the written enum value with snd_soc_enum_item_to_val() before checking whether the value is valid for the enumeration. Reject out-of-range values before converting the enum item, matching the validation already done by the G12A HDMI and internal codec mux controls.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: b82b734c0e9a75e1b956214ac523a8eb590f51f3 , < 0965892cc486ca554d72eeb62d85ccf8d0137a5a (git)
Affected: b82b734c0e9a75e1b956214ac523a8eb590f51f3 , < d65adf85477247be04ac86886f8edfaa047b5d4a (git)
guessed Create a notification for this product.
Linux Linux Affected: 5.7
Unaffected: 0 , < 5.7 (semver)
Unaffected: 7.1.5 , ≤ 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/soc/meson/aiu-acodec-ctrl.c",
            "sound/soc/meson/aiu-codec-ctrl.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "0965892cc486ca554d72eeb62d85ccf8d0137a5a",
              "status": "affected",
              "version": "b82b734c0e9a75e1b956214ac523a8eb590f51f3",
              "versionType": "git"
            },
            {
              "lessThan": "d65adf85477247be04ac86886f8edfaa047b5d4a",
              "status": "affected",
              "version": "b82b734c0e9a75e1b956214ac523a8eb590f51f3",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "sound/soc/meson/aiu-acodec-ctrl.c",
            "sound/soc/meson/aiu-codec-ctrl.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.7"
            },
            {
              "lessThan": "5.7",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.1.*",
              "status": "unaffected",
              "version": "7.1.5",
              "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": "7.1.5",
                  "versionStartIncluding": "5.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "5.7",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nASoC: meson: aiu: Validate written enum values\n\nThe AIU HDMI and internal codec mux put callbacks use the written enum\nvalue with snd_soc_enum_item_to_val() before checking whether the value is\nvalid for the enumeration.\n\nReject out-of-range values before converting the enum item, matching the\nvalidation already done by the G12A HDMI and internal codec mux controls."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:L - Exploitation requires issuing SNDRV_CTL_IOCTL_ELEM_WRITE against /dev/snd/controlC* on a Meson system with the AIU driver loaded; there is no network, adjacent-radio, or physical-device code path to the vulnerable mux put callbacks.\nAC:L - An attacker who can open the ALSA control device can reliably supply any out-of-range enumerated.item[0] value and trigger the bug on demand; no race, special memory layout, or other attacker-uncontrollable precondition is required.\nPR:L - On typical Linux-based Amlogic/Meson deployments (TV boxes, Kodi/SBC boards), unprivileged local users in the audio group can open the ALSA control device and write mixer controls without real root in the init namespace.\nUI:N - No victim interaction is required beyond the attacker opening /dev/snd/controlC* and writing the HDMI Source or ACodec Source enum control; no mount, playback, or other user action is needed.\nS:U - Impact is confined to the kernel audio subsystem on the local host; it does not cross VM, container, IOMMU, or other security boundaries into a different authority.\nC:H - Out-of-range mux values make snd_soc_dapm_mux_update_power() index past e-\u003etexts[] and pass the resulting pointer to strcmp(), causing an out-of-bounds kernel memory read that can disclose adjacent kernel data.\nI:L - The bug can force limited integrity changes via FIELD_PREP-masked AIU MMIO mux register writes and DAPM route reconnections, but it does not provide arbitrary kernel memory write or code-execution primitives.\nA:H - strcmp() on a pointer obtained from out-of-bounds e-\u003etexts[mux] can dereference invalid kernel addresses and trigger a kernel oops or panic, causing complete local audio/subsystem denial of service."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-17T05:45:32.272Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/0965892cc486ca554d72eeb62d85ccf8d0137a5a"
        },
        {
          "url": "https://git.kernel.org/stable/c/d65adf85477247be04ac86886f8edfaa047b5d4a"
        }
      ],
      "title": "ASoC: meson: aiu: Validate written enum values",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-74294",
    "datePublished": "2026-08-15T05:57:59.508Z",
    "dateReserved": "2026-08-15T05:44:03.882Z",
    "dateUpdated": "2026-08-17T05:45:32.272Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-74294",
      "date": "2026-09-05",
      "epss": "0.00114",
      "percentile": "0.01675"
    },
    "microsoft_vex": {
      "current_release_date": "2026-08-23T14:51:34.000Z",
      "cve": "CVE-2026-74294",
      "id": "msrc_CVE-2026-74294",
      "initial_release_date": "2026-08-23T14:51:34.000Z",
      "product_status:known_not_affected": "1",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "ASoC: meson: aiu: Validate written enum values",
      "url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-74294.json",
      "version": "1"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-74294\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-08-15T06:22:28.990\",\"lastModified\":\"2026-08-17T06:19:23.447\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nASoC: meson: aiu: Validate written enum values\\n\\nThe AIU HDMI and internal codec mux put callbacks use the written enum\\nvalue with snd_soc_enum_item_to_val() before checking whether the value is\\nvalid for the enumeration.\\n\\nReject out-of-range values before converting the enum item, matching the\\nvalidation already done by the G12A HDMI and internal codec mux controls.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"sound/soc/meson/aiu-acodec-ctrl.c\",\"sound/soc/meson/aiu-codec-ctrl.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"b82b734c0e9a75e1b956214ac523a8eb590f51f3\",\"lessThan\":\"0965892cc486ca554d72eeb62d85ccf8d0137a5a\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"b82b734c0e9a75e1b956214ac523a8eb590f51f3\",\"lessThan\":\"d65adf85477247be04ac86886f8edfaa047b5d4a\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"sound/soc/meson/aiu-acodec-ctrl.c\",\"sound/soc/meson/aiu-codec-ctrl.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"5.7\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"5.7\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1.5\",\"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:L/A:H\",\"baseScore\":7.3,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.5}]},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/0965892cc486ca554d72eeb62d85ccf8d0137a5a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/d65adf85477247be04ac86886f8edfaa047b5d4a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-08-20T15:37:47+00:00",
      "cve": "CVE-2026-74294",
      "id": "CVE-2026-74294",
      "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: ASoC: meson: aiu: Validate written enum values",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-74294.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…