CVE-2026-53065 (GCVE-0-2026-53065)
Vulnerability from cvelistv5
Published
2026-06-24 16:30
Modified
2026-06-24 16:30
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: ASoC: sti: use managed regmap_field allocations The regmap_field objects allocated at player init are never freed and may leak resources if the driver is removed. Switch to devm_regmap_field_alloc() to automatically limit the lifetime of the allocations the lifetime of the device.
Impacted products
Vendor Product Version
Linux Linux Version: 76c2145ded6b83488dec4afc46a29a57cee90552
Version: 76c2145ded6b83488dec4afc46a29a57cee90552
Version: 76c2145ded6b83488dec4afc46a29a57cee90552
Version: 76c2145ded6b83488dec4afc46a29a57cee90552
Version: 76c2145ded6b83488dec4afc46a29a57cee90552
Version: 76c2145ded6b83488dec4afc46a29a57cee90552
Version: 76c2145ded6b83488dec4afc46a29a57cee90552
Version: 76c2145ded6b83488dec4afc46a29a57cee90552
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "sound/soc/sti/uniperif_player.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "4b8dba4527727623a97948aff9f0969a14c203a9",
              "status": "affected",
              "version": "76c2145ded6b83488dec4afc46a29a57cee90552",
              "versionType": "git"
            },
            {
              "lessThan": "c3af3bcfc1deb3b230cc266a2ac75bca8f4dfba9",
              "status": "affected",
              "version": "76c2145ded6b83488dec4afc46a29a57cee90552",
              "versionType": "git"
            },
            {
              "lessThan": "43b67761d486d719128e164536e58de5a81dff9b",
              "status": "affected",
              "version": "76c2145ded6b83488dec4afc46a29a57cee90552",
              "versionType": "git"
            },
            {
              "lessThan": "002a5f925d42eca8ad547e55a4ae22714cfe9dec",
              "status": "affected",
              "version": "76c2145ded6b83488dec4afc46a29a57cee90552",
              "versionType": "git"
            },
            {
              "lessThan": "9641071e3a8e0bc664477a0e54db5f9815f0fb79",
              "status": "affected",
              "version": "76c2145ded6b83488dec4afc46a29a57cee90552",
              "versionType": "git"
            },
            {
              "lessThan": "a3f3c332882c98ae7553af372191116d1384ca52",
              "status": "affected",
              "version": "76c2145ded6b83488dec4afc46a29a57cee90552",
              "versionType": "git"
            },
            {
              "lessThan": "7422a11a753daacbc2409513cf65e1de0d17c291",
              "status": "affected",
              "version": "76c2145ded6b83488dec4afc46a29a57cee90552",
              "versionType": "git"
            },
            {
              "lessThan": "1696fad8b259a2d46e51cd6e17e4bcdbe02279fa",
              "status": "affected",
              "version": "76c2145ded6b83488dec4afc46a29a57cee90552",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "sound/soc/sti/uniperif_player.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "4.3"
            },
            {
              "lessThan": "4.3",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.258",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.209",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.175",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.141",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.91",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.33",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.0.*",
              "status": "unaffected",
              "version": "7.0.10",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.1",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.258",
                  "versionStartIncluding": "4.3",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.209",
                  "versionStartIncluding": "4.3",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.175",
                  "versionStartIncluding": "4.3",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.141",
                  "versionStartIncluding": "4.3",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.91",
                  "versionStartIncluding": "4.3",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.33",
                  "versionStartIncluding": "4.3",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.0.10",
                  "versionStartIncluding": "4.3",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1",
                  "versionStartIncluding": "4.3",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nASoC: sti: use managed regmap_field allocations\n\nThe regmap_field objects allocated at player init are never freed and\nmay leak resources if the driver is removed.\n\nSwitch to devm_regmap_field_alloc() to automatically limit the lifetime\nof the allocations the lifetime of the device."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-06-24T16:30:08.161Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/4b8dba4527727623a97948aff9f0969a14c203a9"
        },
        {
          "url": "https://git.kernel.org/stable/c/c3af3bcfc1deb3b230cc266a2ac75bca8f4dfba9"
        },
        {
          "url": "https://git.kernel.org/stable/c/43b67761d486d719128e164536e58de5a81dff9b"
        },
        {
          "url": "https://git.kernel.org/stable/c/002a5f925d42eca8ad547e55a4ae22714cfe9dec"
        },
        {
          "url": "https://git.kernel.org/stable/c/9641071e3a8e0bc664477a0e54db5f9815f0fb79"
        },
        {
          "url": "https://git.kernel.org/stable/c/a3f3c332882c98ae7553af372191116d1384ca52"
        },
        {
          "url": "https://git.kernel.org/stable/c/7422a11a753daacbc2409513cf65e1de0d17c291"
        },
        {
          "url": "https://git.kernel.org/stable/c/1696fad8b259a2d46e51cd6e17e4bcdbe02279fa"
        }
      ],
      "title": "ASoC: sti: use managed regmap_field allocations",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-53065",
    "datePublished": "2026-06-24T16:30:08.161Z",
    "dateReserved": "2026-06-09T07:44:35.382Z",
    "dateUpdated": "2026-06-24T16:30:08.161Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.


Loading…

Loading…