CVE-2026-68212 (GCVE-0-2026-68212)

Vulnerability from cvelistv5 – Published: 2026-08-10 12:00 – Updated: 2026-08-19 16:31
VLAI
Title
media: saa7134: Fix a possible memory leak in saa7134_video_init1
Summary
In the Linux kernel, the following vulnerability has been resolved: media: saa7134: Fix a possible memory leak in saa7134_video_init1 In saa7134_video_init1(), the return value of the first saa7134_pgtable_alloc() is not checked. If it fails, the function continues as if successful, leaving the driver with an invalid page table. Additionally, if vb2_queue_init() for the VBI queue fails after the video queue page table has been allocated, the allocated memory is not freed before returning. The second saa7134_pgtable_alloc() also lacks a return value check. Errors occur during device probing before the device is fully registered, the normal cleanup path in saa7134_finidev() is not executed, leading to memory leaks and potential use of uninitialized DMA resources. Check the return value of both saa7134_pgtable_alloc() calls and propagate errors. On failure of any later step, free allocated page tables to avoid memory leaks. Ensure control handlers are also released on error to prevent further resource leakage. Found by code review.
Severity
No CVSS data available.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: a00e68888d5d2b583b13d7d58204a27207af95fd , < e773b1d4bd191e7520bf9e02cb676d62c1b20556 (git)
Affected: a00e68888d5d2b583b13d7d58204a27207af95fd , < 44e16e3e022bf4a26adf03bc05a6dd5ffc34ef6d (git)
Affected: a00e68888d5d2b583b13d7d58204a27207af95fd , < 34082a48376fd225a5c3d971c8962eb1320a54e0 (git)
Affected: a00e68888d5d2b583b13d7d58204a27207af95fd , < 134c979dd721e22f196d71026432ee37d1f5cc38 (git)
Affected: a00e68888d5d2b583b13d7d58204a27207af95fd , < e1ef361ee31d1dba5dcae2cdd50f9c1352df0c23 (git)
Affected: a00e68888d5d2b583b13d7d58204a27207af95fd , < b7936e8cbec1b96b126058eeb005e5b9111df38e (git)
Affected: a00e68888d5d2b583b13d7d58204a27207af95fd , < 1731dd61b6c0b7435c139951d2b7eada6c9667a8 (git)
Affected: a00e68888d5d2b583b13d7d58204a27207af95fd , < f86ed548386e3050e5f8f25b450d09dc009d9a88 (git)
guessed Create a notification for this product.
Linux Linux Affected: 3.16
Unaffected: 0 , < 3.16 (semver)
Unaffected: 5.10.265 , ≤ 5.10.* (semver)
Unaffected: 5.15.216 , ≤ 5.15.* (semver)
Unaffected: 6.1.183 , ≤ 6.1.* (semver)
Unaffected: 6.6.148 , ≤ 6.6.* (semver)
Unaffected: 6.12.101 , ≤ 6.12.* (semver)
Unaffected: 6.18.42 , ≤ 6.18.* (semver)
Unaffected: 7.1.6 , ≤ 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": [
            "drivers/media/pci/saa7134/saa7134-video.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "e773b1d4bd191e7520bf9e02cb676d62c1b20556",
              "status": "affected",
              "version": "a00e68888d5d2b583b13d7d58204a27207af95fd",
              "versionType": "git"
            },
            {
              "lessThan": "44e16e3e022bf4a26adf03bc05a6dd5ffc34ef6d",
              "status": "affected",
              "version": "a00e68888d5d2b583b13d7d58204a27207af95fd",
              "versionType": "git"
            },
            {
              "lessThan": "34082a48376fd225a5c3d971c8962eb1320a54e0",
              "status": "affected",
              "version": "a00e68888d5d2b583b13d7d58204a27207af95fd",
              "versionType": "git"
            },
            {
              "lessThan": "134c979dd721e22f196d71026432ee37d1f5cc38",
              "status": "affected",
              "version": "a00e68888d5d2b583b13d7d58204a27207af95fd",
              "versionType": "git"
            },
            {
              "lessThan": "e1ef361ee31d1dba5dcae2cdd50f9c1352df0c23",
              "status": "affected",
              "version": "a00e68888d5d2b583b13d7d58204a27207af95fd",
              "versionType": "git"
            },
            {
              "lessThan": "b7936e8cbec1b96b126058eeb005e5b9111df38e",
              "status": "affected",
              "version": "a00e68888d5d2b583b13d7d58204a27207af95fd",
              "versionType": "git"
            },
            {
              "lessThan": "1731dd61b6c0b7435c139951d2b7eada6c9667a8",
              "status": "affected",
              "version": "a00e68888d5d2b583b13d7d58204a27207af95fd",
              "versionType": "git"
            },
            {
              "lessThan": "f86ed548386e3050e5f8f25b450d09dc009d9a88",
              "status": "affected",
              "version": "a00e68888d5d2b583b13d7d58204a27207af95fd",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/media/pci/saa7134/saa7134-video.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "3.16"
            },
            {
              "lessThan": "3.16",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.265",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.216",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.183",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.148",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.101",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.42",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.1.*",
              "status": "unaffected",
              "version": "7.1.6",
              "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": "5.10.265",
                  "versionStartIncluding": "3.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.216",
                  "versionStartIncluding": "3.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.183",
                  "versionStartIncluding": "3.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.148",
                  "versionStartIncluding": "3.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.101",
                  "versionStartIncluding": "3.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.42",
                  "versionStartIncluding": "3.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.6",
                  "versionStartIncluding": "3.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "3.16",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nmedia: saa7134: Fix a possible memory leak in saa7134_video_init1\n\nIn saa7134_video_init1(), the return value of the first\nsaa7134_pgtable_alloc() is not checked. If it fails, the function\ncontinues as if successful, leaving the driver with an invalid page\ntable. Additionally, if vb2_queue_init() for the VBI queue fails after\nthe video queue page table has been allocated, the allocated memory is\nnot freed before returning. The second saa7134_pgtable_alloc() also\nlacks a return value check. Errors occur during device probing before\nthe device is fully registered, the normal cleanup path in\nsaa7134_finidev() is not executed, leading to memory leaks and\npotential use of uninitialized DMA resources.\n\nCheck the return value of both saa7134_pgtable_alloc() calls and\npropagate errors. On failure of any later step, free allocated page\ntables to avoid memory leaks. Ensure control handlers are also\nreleased on error to prevent further resource leakage.\n\nFound by code review."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-19T16:31:37.074Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/e773b1d4bd191e7520bf9e02cb676d62c1b20556"
        },
        {
          "url": "https://git.kernel.org/stable/c/44e16e3e022bf4a26adf03bc05a6dd5ffc34ef6d"
        },
        {
          "url": "https://git.kernel.org/stable/c/34082a48376fd225a5c3d971c8962eb1320a54e0"
        },
        {
          "url": "https://git.kernel.org/stable/c/134c979dd721e22f196d71026432ee37d1f5cc38"
        },
        {
          "url": "https://git.kernel.org/stable/c/e1ef361ee31d1dba5dcae2cdd50f9c1352df0c23"
        },
        {
          "url": "https://git.kernel.org/stable/c/b7936e8cbec1b96b126058eeb005e5b9111df38e"
        },
        {
          "url": "https://git.kernel.org/stable/c/1731dd61b6c0b7435c139951d2b7eada6c9667a8"
        },
        {
          "url": "https://git.kernel.org/stable/c/f86ed548386e3050e5f8f25b450d09dc009d9a88"
        }
      ],
      "title": "media: saa7134: Fix a possible memory leak in saa7134_video_init1",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-68212",
    "datePublished": "2026-08-10T12:00:31.498Z",
    "dateReserved": "2026-07-30T09:28:09.375Z",
    "dateUpdated": "2026-08-19T16:31:37.074Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-68212",
      "date": "2026-08-20",
      "epss": "0.0022",
      "percentile": "0.12746"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-68212\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-08-10T13:20:09.020\",\"lastModified\":\"2026-08-19T17:20:37.103\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nmedia: saa7134: Fix a possible memory leak in saa7134_video_init1\\n\\nIn saa7134_video_init1(), the return value of the first\\nsaa7134_pgtable_alloc() is not checked. If it fails, the function\\ncontinues as if successful, leaving the driver with an invalid page\\ntable. Additionally, if vb2_queue_init() for the VBI queue fails after\\nthe video queue page table has been allocated, the allocated memory is\\nnot freed before returning. The second saa7134_pgtable_alloc() also\\nlacks a return value check. Errors occur during device probing before\\nthe device is fully registered, the normal cleanup path in\\nsaa7134_finidev() is not executed, leading to memory leaks and\\npotential use of uninitialized DMA resources.\\n\\nCheck the return value of both saa7134_pgtable_alloc() calls and\\npropagate errors. On failure of any later step, free allocated page\\ntables to avoid memory leaks. Ensure control handlers are also\\nreleased on error to prevent further resource leakage.\\n\\nFound by code review.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/media/pci/saa7134/saa7134-video.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"a00e68888d5d2b583b13d7d58204a27207af95fd\",\"lessThan\":\"e773b1d4bd191e7520bf9e02cb676d62c1b20556\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a00e68888d5d2b583b13d7d58204a27207af95fd\",\"lessThan\":\"44e16e3e022bf4a26adf03bc05a6dd5ffc34ef6d\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a00e68888d5d2b583b13d7d58204a27207af95fd\",\"lessThan\":\"34082a48376fd225a5c3d971c8962eb1320a54e0\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a00e68888d5d2b583b13d7d58204a27207af95fd\",\"lessThan\":\"134c979dd721e22f196d71026432ee37d1f5cc38\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a00e68888d5d2b583b13d7d58204a27207af95fd\",\"lessThan\":\"e1ef361ee31d1dba5dcae2cdd50f9c1352df0c23\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a00e68888d5d2b583b13d7d58204a27207af95fd\",\"lessThan\":\"b7936e8cbec1b96b126058eeb005e5b9111df38e\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a00e68888d5d2b583b13d7d58204a27207af95fd\",\"lessThan\":\"1731dd61b6c0b7435c139951d2b7eada6c9667a8\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a00e68888d5d2b583b13d7d58204a27207af95fd\",\"lessThan\":\"f86ed548386e3050e5f8f25b450d09dc009d9a88\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/media/pci/saa7134/saa7134-video.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"3.16\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"3.16\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.10.265\",\"lessThanOrEqual\":\"5.10.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.15.216\",\"lessThanOrEqual\":\"5.15.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.183\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.148\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.101\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.42\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1.6\",\"lessThanOrEqual\":\"7.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.2\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/134c979dd721e22f196d71026432ee37d1f5cc38\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/1731dd61b6c0b7435c139951d2b7eada6c9667a8\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/34082a48376fd225a5c3d971c8962eb1320a54e0\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/44e16e3e022bf4a26adf03bc05a6dd5ffc34ef6d\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/b7936e8cbec1b96b126058eeb005e5b9111df38e\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/e1ef361ee31d1dba5dcae2cdd50f9c1352df0c23\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/e773b1d4bd191e7520bf9e02cb676d62c1b20556\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/f86ed548386e3050e5f8f25b450d09dc009d9a88\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-08-11T11:49:50+00:00",
      "cve": "CVE-2026-68212",
      "id": "CVE-2026-68212",
      "initial_release_date": "2026-08-10T00:00:00+00:00",
      "product_status:known_affected": "48",
      "product_status:known_not_affected": "226",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: media: saa7134: Fix a possible memory leak in saa7134_video_init1",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-68212.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-08-14T00:53:17Z",
      "cve": "CVE-2026-68212",
      "id": "CVE-2026-68212",
      "initial_release_date": "2026-08-13T16:22:53Z",
      "product_status:known_affected": "205",
      "product_status:known_not_affected": "91",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-68212",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-68212.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…