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

CVE-2026-53385 (GCVE-0-2026-53385)

Vulnerability from cvelistv5 – Published: 2026-07-19 11:59 – Updated: 2026-08-17 04:50
VLAI
Title
vc_screen: fix null-ptr-deref in vcs_notifier() during concurrent vcs_write
Summary
In the Linux kernel, the following vulnerability has been resolved: vc_screen: fix null-ptr-deref in vcs_notifier() during concurrent vcs_write A KASAN null-ptr-deref was observed in vcs_notifier(): BUG: KASAN: null-ptr-deref in vcs_notifier+0x98/0x130 Read of size 2 at addr qmp_cmd_name: qmp_capabilities, arguments: {} The issue is a race condition in vcs_write(). When the console_lock is temporarily dropped (to copy data from userspace), the vc_data pointer obtained from vcs_vc() may become stale. After re-acquiring the lock, vcs_vc() is called again to re-validate the pointer. If the vc has been deallocated in the meantime, vcs_vc() returns NULL, and the while loop breaks (with written > 0). However, after the loop, vcs_scr_updated(vc) is still called with the now-NULL vc pointer, leading to a null pointer dereference in the notifier chain (vcs_notifier dereferences param->vc). Fix this by adding a NULL check for vc before calling vcs_scr_updated().
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 11dddfbb7a4e62489b01074d6c04d9d1b42e4047 , < 43a6281790273c1b0a9ab76609ff0245b968f1e6 (git)
Affected: e3d1adcad5b73c7ed0c7edb35ab68abcaa45cf67 , < b6bbb85cf45bf0b070e741997fe0af3a772c5ad5 (git)
Affected: 3338d0b9acde770ee588eead5cac32c25e7048fc , < ff4806202749a51938236214adc0281481a57366 (git)
Affected: 8fb9ea65c9d1338b0d2bb0a9122dc942cdd32357 , < 8232fca738011ca2ec865b46ec721d1796dc0580 (git)
Affected: 8fb9ea65c9d1338b0d2bb0a9122dc942cdd32357 , < 73049768ad57145acd337102c5aa3c788e6642c8 (git)
Affected: 8fb9ea65c9d1338b0d2bb0a9122dc942cdd32357 , < 7cc3dd79777f6ae4625ec37e84dd18a26dc88bde (git)
Affected: 8fb9ea65c9d1338b0d2bb0a9122dc942cdd32357 , < 74be188eb2dc1c99d63986167b9a67d415fe7326 (git)
Affected: 8fb9ea65c9d1338b0d2bb0a9122dc942cdd32357 , < 09a43e81279b8da15526da09877134b8bcf618b0 (git)
Affected: 8fb9ea65c9d1338b0d2bb0a9122dc942cdd32357 , < a287620312dc6dcb9a093417a0e589bf30fcf38a (git)
Affected: 934de9a9b659785fed3e820bc0c813a460c71fea (git)
Affected: 0deff678157333d775af190f84696336cdcccd6d (git)
Affected: a4e3c4c65ae8510e01352c9a4347e05c035b2ce2 (git)
Affected: 1de42e7653d6714a7507ba6696151a1fa028c69f (git)
Affected: 5.10.181 , < 5.10.260 (semver)
Affected: 5.15.113 , < 5.15.211 (semver)
Affected: 6.1.30 , < 6.1.177 (semver)
Affected: 4.14.327 , < 4.15 (semver)
Affected: 4.19.284 , < 4.20 (semver)
Affected: 5.4.244 , < 5.5 (semver)
Affected: 6.3.4 , < 6.4 (semver)
guessed Create a notification for this product.
Linux Linux Affected: 6.4
Unaffected: 0 , < 6.4 (semver)
Unaffected: 5.10.260 , ≤ 5.10.* (semver)
Unaffected: 5.15.211 , ≤ 5.15.* (semver)
Unaffected: 6.1.177 , ≤ 6.1.* (semver)
Unaffected: 6.6.144 , ≤ 6.6.* (semver)
Unaffected: 6.12.95 , ≤ 6.12.* (semver)
Unaffected: 6.18.37 , ≤ 6.18.* (semver)
Unaffected: 7.0.14 , ≤ 7.0.* (semver)
Unaffected: 7.1.2 , ≤ 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/tty/vt/vc_screen.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "43a6281790273c1b0a9ab76609ff0245b968f1e6",
              "status": "affected",
              "version": "11dddfbb7a4e62489b01074d6c04d9d1b42e4047",
              "versionType": "git"
            },
            {
              "lessThan": "b6bbb85cf45bf0b070e741997fe0af3a772c5ad5",
              "status": "affected",
              "version": "e3d1adcad5b73c7ed0c7edb35ab68abcaa45cf67",
              "versionType": "git"
            },
            {
              "lessThan": "ff4806202749a51938236214adc0281481a57366",
              "status": "affected",
              "version": "3338d0b9acde770ee588eead5cac32c25e7048fc",
              "versionType": "git"
            },
            {
              "lessThan": "8232fca738011ca2ec865b46ec721d1796dc0580",
              "status": "affected",
              "version": "8fb9ea65c9d1338b0d2bb0a9122dc942cdd32357",
              "versionType": "git"
            },
            {
              "lessThan": "73049768ad57145acd337102c5aa3c788e6642c8",
              "status": "affected",
              "version": "8fb9ea65c9d1338b0d2bb0a9122dc942cdd32357",
              "versionType": "git"
            },
            {
              "lessThan": "7cc3dd79777f6ae4625ec37e84dd18a26dc88bde",
              "status": "affected",
              "version": "8fb9ea65c9d1338b0d2bb0a9122dc942cdd32357",
              "versionType": "git"
            },
            {
              "lessThan": "74be188eb2dc1c99d63986167b9a67d415fe7326",
              "status": "affected",
              "version": "8fb9ea65c9d1338b0d2bb0a9122dc942cdd32357",
              "versionType": "git"
            },
            {
              "lessThan": "09a43e81279b8da15526da09877134b8bcf618b0",
              "status": "affected",
              "version": "8fb9ea65c9d1338b0d2bb0a9122dc942cdd32357",
              "versionType": "git"
            },
            {
              "lessThan": "a287620312dc6dcb9a093417a0e589bf30fcf38a",
              "status": "affected",
              "version": "8fb9ea65c9d1338b0d2bb0a9122dc942cdd32357",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "934de9a9b659785fed3e820bc0c813a460c71fea",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "0deff678157333d775af190f84696336cdcccd6d",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "a4e3c4c65ae8510e01352c9a4347e05c035b2ce2",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "1de42e7653d6714a7507ba6696151a1fa028c69f",
              "versionType": "git"
            },
            {
              "lessThan": "5.10.260",
              "status": "affected",
              "version": "5.10.181",
              "versionType": "semver"
            },
            {
              "lessThan": "5.15.211",
              "status": "affected",
              "version": "5.15.113",
              "versionType": "semver"
            },
            {
              "lessThan": "6.1.177",
              "status": "affected",
              "version": "6.1.30",
              "versionType": "semver"
            },
            {
              "lessThan": "4.15",
              "status": "affected",
              "version": "4.14.327",
              "versionType": "semver"
            },
            {
              "lessThan": "4.20",
              "status": "affected",
              "version": "4.19.284",
              "versionType": "semver"
            },
            {
              "lessThan": "5.5",
              "status": "affected",
              "version": "5.4.244",
              "versionType": "semver"
            },
            {
              "lessThan": "6.4",
              "status": "affected",
              "version": "6.3.4",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/tty/vt/vc_screen.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.4"
            },
            {
              "lessThan": "6.4",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.260",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.211",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.177",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.144",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.95",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.37",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.0.*",
              "status": "unaffected",
              "version": "7.0.14",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.1.*",
              "status": "unaffected",
              "version": "7.1.2",
              "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.260",
                  "versionStartIncluding": "5.10.181",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.211",
                  "versionStartIncluding": "5.15.113",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.177",
                  "versionStartIncluding": "6.1.30",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.144",
                  "versionStartIncluding": "6.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.95",
                  "versionStartIncluding": "6.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.37",
                  "versionStartIncluding": "6.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.0.14",
                  "versionStartIncluding": "6.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.2",
                  "versionStartIncluding": "6.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "6.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "4.14.327",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "4.19.284",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "5.4.244",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "6.3.4",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nvc_screen: fix null-ptr-deref in vcs_notifier() during concurrent vcs_write\n\nA KASAN null-ptr-deref was observed in vcs_notifier():\n\nBUG: KASAN: null-ptr-deref in vcs_notifier+0x98/0x130\nRead of size 2 at addr qmp_cmd_name: qmp_capabilities, arguments: {}\n\nThe issue is a race condition in vcs_write(). When the console_lock is\ntemporarily dropped (to copy data from userspace), the vc_data pointer\nobtained from vcs_vc() may become stale. After re-acquiring the lock,\nvcs_vc() is called again to re-validate the pointer. If the vc has been\ndeallocated in the meantime, vcs_vc() returns NULL, and the while loop\nbreaks (with written \u003e 0). However, after the loop, vcs_scr_updated(vc)\nis still called with the now-NULL vc pointer, leading to a null pointer\ndereference in the notifier chain (vcs_notifier dereferences param-\u003evc).\n\nFix this by adding a NULL check for vc before calling vcs_scr_updated()."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-17T04:50:36.006Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/43a6281790273c1b0a9ab76609ff0245b968f1e6"
        },
        {
          "url": "https://git.kernel.org/stable/c/b6bbb85cf45bf0b070e741997fe0af3a772c5ad5"
        },
        {
          "url": "https://git.kernel.org/stable/c/ff4806202749a51938236214adc0281481a57366"
        },
        {
          "url": "https://git.kernel.org/stable/c/8232fca738011ca2ec865b46ec721d1796dc0580"
        },
        {
          "url": "https://git.kernel.org/stable/c/73049768ad57145acd337102c5aa3c788e6642c8"
        },
        {
          "url": "https://git.kernel.org/stable/c/7cc3dd79777f6ae4625ec37e84dd18a26dc88bde"
        },
        {
          "url": "https://git.kernel.org/stable/c/74be188eb2dc1c99d63986167b9a67d415fe7326"
        },
        {
          "url": "https://git.kernel.org/stable/c/09a43e81279b8da15526da09877134b8bcf618b0"
        },
        {
          "url": "https://git.kernel.org/stable/c/a287620312dc6dcb9a093417a0e589bf30fcf38a"
        }
      ],
      "title": "vc_screen: fix null-ptr-deref in vcs_notifier() during concurrent vcs_write",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-53385",
    "datePublished": "2026-07-19T11:59:32.732Z",
    "dateReserved": "2026-06-09T07:44:35.401Z",
    "dateUpdated": "2026-08-17T04:50:36.006Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-53385",
      "date": "2026-09-16",
      "epss": "0.00132",
      "percentile": "0.03168"
    },
    "microsoft_vex": {
      "current_release_date": "2026-08-14T17:54:53.000Z",
      "cve": "CVE-2026-53385",
      "id": "msrc_CVE-2026-53385",
      "initial_release_date": "2026-07-20T01:07:20.000Z",
      "product_status:fixed": "1",
      "product_status:known_affected": "1",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "vc_screen: fix null-ptr-deref in vcs_notifier() during concurrent vcs_write",
      "url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-53385.json",
      "version": "6"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-53385\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-07-19T12:16:49.387\",\"lastModified\":\"2026-08-17T05:17:12.580\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nvc_screen: fix null-ptr-deref in vcs_notifier() during concurrent vcs_write\\n\\nA KASAN null-ptr-deref was observed in vcs_notifier():\\n\\nBUG: KASAN: null-ptr-deref in vcs_notifier+0x98/0x130\\nRead of size 2 at addr qmp_cmd_name: qmp_capabilities, arguments: {}\\n\\nThe issue is a race condition in vcs_write(). When the console_lock is\\ntemporarily dropped (to copy data from userspace), the vc_data pointer\\nobtained from vcs_vc() may become stale. After re-acquiring the lock,\\nvcs_vc() is called again to re-validate the pointer. If the vc has been\\ndeallocated in the meantime, vcs_vc() returns NULL, and the while loop\\nbreaks (with written \u003e 0). However, after the loop, vcs_scr_updated(vc)\\nis still called with the now-NULL vc pointer, leading to a null pointer\\ndereference in the notifier chain (vcs_notifier dereferences param-\u003evc).\\n\\nFix this by adding a NULL check for vc before calling vcs_scr_updated().\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/tty/vt/vc_screen.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"11dddfbb7a4e62489b01074d6c04d9d1b42e4047\",\"lessThan\":\"43a6281790273c1b0a9ab76609ff0245b968f1e6\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"e3d1adcad5b73c7ed0c7edb35ab68abcaa45cf67\",\"lessThan\":\"b6bbb85cf45bf0b070e741997fe0af3a772c5ad5\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"3338d0b9acde770ee588eead5cac32c25e7048fc\",\"lessThan\":\"ff4806202749a51938236214adc0281481a57366\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"8fb9ea65c9d1338b0d2bb0a9122dc942cdd32357\",\"lessThan\":\"8232fca738011ca2ec865b46ec721d1796dc0580\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"8fb9ea65c9d1338b0d2bb0a9122dc942cdd32357\",\"lessThan\":\"73049768ad57145acd337102c5aa3c788e6642c8\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"8fb9ea65c9d1338b0d2bb0a9122dc942cdd32357\",\"lessThan\":\"7cc3dd79777f6ae4625ec37e84dd18a26dc88bde\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"8fb9ea65c9d1338b0d2bb0a9122dc942cdd32357\",\"lessThan\":\"74be188eb2dc1c99d63986167b9a67d415fe7326\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"8fb9ea65c9d1338b0d2bb0a9122dc942cdd32357\",\"lessThan\":\"09a43e81279b8da15526da09877134b8bcf618b0\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"8fb9ea65c9d1338b0d2bb0a9122dc942cdd32357\",\"lessThan\":\"a287620312dc6dcb9a093417a0e589bf30fcf38a\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"934de9a9b659785fed3e820bc0c813a460c71fea\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"0deff678157333d775af190f84696336cdcccd6d\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a4e3c4c65ae8510e01352c9a4347e05c035b2ce2\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"1de42e7653d6714a7507ba6696151a1fa028c69f\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"5.10.181\",\"lessThan\":\"5.10.260\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"5.15.113\",\"lessThan\":\"5.15.211\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.1.30\",\"lessThan\":\"6.1.177\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"4.14.327\",\"lessThan\":\"4.15\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"4.19.284\",\"lessThan\":\"4.20\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"5.4.244\",\"lessThan\":\"5.5\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.3.4\",\"lessThan\":\"6.4\",\"versionType\":\"semver\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/tty/vt/vc_screen.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.4\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.4\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.10.260\",\"lessThanOrEqual\":\"5.10.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.15.211\",\"lessThanOrEqual\":\"5.15.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.177\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.144\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.95\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.37\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.0.14\",\"lessThanOrEqual\":\"7.0.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1.2\",\"lessThanOrEqual\":\"7.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.2\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-476\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.14.327\",\"versionEndExcluding\":\"4.15\",\"matchCriteriaId\":\"57F7B207-E013-4478-81D8-3F12A2BAEFAA\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.19.284\",\"versionEndExcluding\":\"4.20\",\"matchCriteriaId\":\"C1A386C5-AE2D-42FC-B649-6AABE8B95E96\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.4.244\",\"versionEndExcluding\":\"5.5\",\"matchCriteriaId\":\"AB0EBA89-EB7A-4BB3-B042-444DA36A04AC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.10.181\",\"versionEndExcluding\":\"5.10.260\",\"matchCriteriaId\":\"EA706F3D-EA53-4DDB-BD14-28E38D892972\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.15.113\",\"versionEndExcluding\":\"5.15.211\",\"matchCriteriaId\":\"91670A7F-B99D-4690-BD53-0F85E077EC40\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.1.30\",\"versionEndExcluding\":\"6.1.177\",\"matchCriteriaId\":\"4107FECC-519B-46B5-8A94-748F4E5BE6B3\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.3.4\",\"versionEndExcluding\":\"6.4\",\"matchCriteriaId\":\"A1C4BF07-55E0-4ECE-B2BC-1C398FA64210\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.4.1\",\"versionEndExcluding\":\"6.6.144\",\"matchCriteriaId\":\"1FB20250-D599-4124-9B31-4ACBD815386B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.7\",\"versionEndExcluding\":\"6.12.95\",\"matchCriteriaId\":\"4E206B86-E0E3-4394-A93F-39F2D50A8AA8\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.13\",\"versionEndExcluding\":\"6.18.37\",\"matchCriteriaId\":\"E08ACB05-518A-4D61-A6C4-268D1BB6BF46\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.19\",\"versionEndExcluding\":\"7.0.14\",\"matchCriteriaId\":\"6241DF06-E6F3-4B61-B5A2-A60F2AE5B982\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"7.1\",\"versionEndExcluding\":\"7.1.2\",\"matchCriteriaId\":\"C18FAA06-B61A-4036-A12D-F06F5135E64B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.4:-:*:*:*:*:*:*\",\"matchCriteriaId\":\"DE0B0BF6-0EEF-4FAD-927D-7A0DD77BEE75\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.4:rc3:*:*:*:*:*:*\",\"matchCriteriaId\":\"A717BA5B-D535-46A0-A329-A25FE5CEC588\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.4:rc4:*:*:*:*:*:*\",\"matchCriteriaId\":\"89CC80C6-F1EE-4AC7-BD21-DB3217BADE87\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.4:rc5:*:*:*:*:*:*\",\"matchCriteriaId\":\"41EACEA1-FB69-4AF2-BC52-D39489858D42\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.4:rc6:*:*:*:*:*:*\",\"matchCriteriaId\":\"9E1C36BE-F9D8-40B6-8281-5B8F9B42322D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.4:rc7:*:*:*:*:*:*\",\"matchCriteriaId\":\"1D6CAA59-F0EF-4E0B-8C23-EC9535008572\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/09a43e81279b8da15526da09877134b8bcf618b0\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/43a6281790273c1b0a9ab76609ff0245b968f1e6\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/73049768ad57145acd337102c5aa3c788e6642c8\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/74be188eb2dc1c99d63986167b9a67d415fe7326\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/7cc3dd79777f6ae4625ec37e84dd18a26dc88bde\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/8232fca738011ca2ec865b46ec721d1796dc0580\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/a287620312dc6dcb9a093417a0e589bf30fcf38a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/b6bbb85cf45bf0b070e741997fe0af3a772c5ad5\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/ff4806202749a51938236214adc0281481a57366\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
    "redhat_vex": {
      "aggregate_severity": "Low",
      "current_release_date": "2026-07-29T19:42:32+00:00",
      "cve": "CVE-2026-53385",
      "id": "CVE-2026-53385",
      "initial_release_date": "2026-07-19T00:00:00+00:00",
      "product_status:known_affected": "184",
      "product_status:known_not_affected": "90",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: vc_screen: fix null-ptr-deref in vcs_notifier() during concurrent vcs_write",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-53385.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-10T02:36:57Z",
      "cve": "CVE-2026-53385",
      "id": "CVE-2026-53385",
      "initial_release_date": "2026-07-19T17:36:12Z",
      "product_status:first_fixed": "2",
      "product_status:known_affected": "588",
      "product_status:known_not_affected": "133",
      "product_status:recommended": "254",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-53385",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-53385.json",
      "version": "10"
    }
  }
}



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…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…