CVE-2026-74424 (GCVE-0-2026-74424)

Vulnerability from cvelistv5 – Published: 2026-08-15 05:59 – Updated: 2026-08-18 06:56
VLAI
Title
fbcon: fix NULL pointer dereference for a console without vc_data
Summary
In the Linux kernel, the following vulnerability has been resolved: fbcon: fix NULL pointer dereference for a console without vc_data fbcon_new_modelist() runs when a framebuffer's modelist changes. For each console mapped to it with fb_display[i].mode set, it reads vc_cons[i].d and passes the vc_num to fbcon_set_disp(). This assumes a console with a mode set has a vc_data, but it can be NULL. fbcon_set_disp() sets fb_display[i].mode before it checks vc_data, and fbcon_deinit() leaves the mode set after the vc_data is freed. fbcon_new_modelist() then dereferences the NULL vc_data. Keep fb_display[i].mode set only while the console has a vc_data. Check vc_data before setting the mode in fbcon_set_disp(), and clear the mode in fbcon_deinit(). The existing mode check in fbcon_new_modelist() then skips such consoles.
Severity
No CVSS data available.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: d1baa4ffa677bf6986c460fcfd4cdaf8bfe66f0e , < 8e9b8b008f4036df0318870c5d754134ff1b94cc (git)
Affected: d1baa4ffa677bf6986c460fcfd4cdaf8bfe66f0e , < cc4382dc5134826a3936a6b08de17f7dc7abe232 (git)
Affected: d1baa4ffa677bf6986c460fcfd4cdaf8bfe66f0e , < 9b783b7e03dc78ec102edf618259a2b55911fc6a (git)
Affected: d1baa4ffa677bf6986c460fcfd4cdaf8bfe66f0e , < ac970358c5ca0775841bd2a56ce15dc464b99003 (git)
Affected: d1baa4ffa677bf6986c460fcfd4cdaf8bfe66f0e , < 6617df8c246311c82cebf061a4cee55b9df60922 (git)
Affected: d1baa4ffa677bf6986c460fcfd4cdaf8bfe66f0e , < b134ad2f7c06b3c1098dcc95008e2045ff4b49b2 (git)
Affected: d1baa4ffa677bf6986c460fcfd4cdaf8bfe66f0e , < 5fae9a928482d4845bca169a3a098789203a1ca4 (git)
guessed Create a notification for this product.
Linux Linux Affected: 2.6.23
Unaffected: 0 , < 2.6.23 (semver)
Unaffected: 5.15.212 , ≤ 5.15.* (semver)
Unaffected: 6.1.178 , ≤ 6.1.* (semver)
Unaffected: 6.6.145 , ≤ 6.6.* (semver)
Unaffected: 6.12.97 , ≤ 6.12.* (semver)
Unaffected: 6.18.40 , ≤ 6.18.* (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": [
            "drivers/video/fbdev/core/fbcon.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "8e9b8b008f4036df0318870c5d754134ff1b94cc",
              "status": "affected",
              "version": "d1baa4ffa677bf6986c460fcfd4cdaf8bfe66f0e",
              "versionType": "git"
            },
            {
              "lessThan": "cc4382dc5134826a3936a6b08de17f7dc7abe232",
              "status": "affected",
              "version": "d1baa4ffa677bf6986c460fcfd4cdaf8bfe66f0e",
              "versionType": "git"
            },
            {
              "lessThan": "9b783b7e03dc78ec102edf618259a2b55911fc6a",
              "status": "affected",
              "version": "d1baa4ffa677bf6986c460fcfd4cdaf8bfe66f0e",
              "versionType": "git"
            },
            {
              "lessThan": "ac970358c5ca0775841bd2a56ce15dc464b99003",
              "status": "affected",
              "version": "d1baa4ffa677bf6986c460fcfd4cdaf8bfe66f0e",
              "versionType": "git"
            },
            {
              "lessThan": "6617df8c246311c82cebf061a4cee55b9df60922",
              "status": "affected",
              "version": "d1baa4ffa677bf6986c460fcfd4cdaf8bfe66f0e",
              "versionType": "git"
            },
            {
              "lessThan": "b134ad2f7c06b3c1098dcc95008e2045ff4b49b2",
              "status": "affected",
              "version": "d1baa4ffa677bf6986c460fcfd4cdaf8bfe66f0e",
              "versionType": "git"
            },
            {
              "lessThan": "5fae9a928482d4845bca169a3a098789203a1ca4",
              "status": "affected",
              "version": "d1baa4ffa677bf6986c460fcfd4cdaf8bfe66f0e",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/video/fbdev/core/fbcon.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "2.6.23"
            },
            {
              "lessThan": "2.6.23",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.212",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.178",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.145",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.97",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.40",
              "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": "5.15.212",
                  "versionStartIncluding": "2.6.23",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.178",
                  "versionStartIncluding": "2.6.23",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.145",
                  "versionStartIncluding": "2.6.23",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.97",
                  "versionStartIncluding": "2.6.23",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.40",
                  "versionStartIncluding": "2.6.23",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.5",
                  "versionStartIncluding": "2.6.23",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "2.6.23",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nfbcon: fix NULL pointer dereference for a console without vc_data\n\nfbcon_new_modelist() runs when a framebuffer\u0027s modelist changes. For each\nconsole mapped to it with fb_display[i].mode set, it reads vc_cons[i].d and\npasses the vc_num to fbcon_set_disp(). This assumes a console with a mode\nset has a vc_data, but it can be NULL. fbcon_set_disp() sets\nfb_display[i].mode before it checks vc_data, and fbcon_deinit() leaves the\nmode set after the vc_data is freed. fbcon_new_modelist() then dereferences\nthe NULL vc_data.\n\nKeep fb_display[i].mode set only while the console has a vc_data. Check\nvc_data before setting the mode in fbcon_set_disp(), and clear the mode in\nfbcon_deinit(). The existing mode check in fbcon_new_modelist() then skips\nsuch consoles."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-18T06:56:33.340Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/8e9b8b008f4036df0318870c5d754134ff1b94cc"
        },
        {
          "url": "https://git.kernel.org/stable/c/cc4382dc5134826a3936a6b08de17f7dc7abe232"
        },
        {
          "url": "https://git.kernel.org/stable/c/9b783b7e03dc78ec102edf618259a2b55911fc6a"
        },
        {
          "url": "https://git.kernel.org/stable/c/ac970358c5ca0775841bd2a56ce15dc464b99003"
        },
        {
          "url": "https://git.kernel.org/stable/c/6617df8c246311c82cebf061a4cee55b9df60922"
        },
        {
          "url": "https://git.kernel.org/stable/c/b134ad2f7c06b3c1098dcc95008e2045ff4b49b2"
        },
        {
          "url": "https://git.kernel.org/stable/c/5fae9a928482d4845bca169a3a098789203a1ca4"
        }
      ],
      "title": "fbcon: fix NULL pointer dereference for a console without vc_data",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-74424",
    "datePublished": "2026-08-15T05:59:27.179Z",
    "dateReserved": "2026-08-15T05:44:03.894Z",
    "dateUpdated": "2026-08-18T06:56:33.340Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-74424",
      "date": "2026-08-24",
      "epss": "0.00161",
      "percentile": "0.055"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-74424\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-08-15T06:22:44.480\",\"lastModified\":\"2026-08-18T07:16:54.610\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nfbcon: fix NULL pointer dereference for a console without vc_data\\n\\nfbcon_new_modelist() runs when a framebuffer\u0027s modelist changes. For each\\nconsole mapped to it with fb_display[i].mode set, it reads vc_cons[i].d and\\npasses the vc_num to fbcon_set_disp(). This assumes a console with a mode\\nset has a vc_data, but it can be NULL. fbcon_set_disp() sets\\nfb_display[i].mode before it checks vc_data, and fbcon_deinit() leaves the\\nmode set after the vc_data is freed. fbcon_new_modelist() then dereferences\\nthe NULL vc_data.\\n\\nKeep fb_display[i].mode set only while the console has a vc_data. Check\\nvc_data before setting the mode in fbcon_set_disp(), and clear the mode in\\nfbcon_deinit(). The existing mode check in fbcon_new_modelist() then skips\\nsuch consoles.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/video/fbdev/core/fbcon.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"d1baa4ffa677bf6986c460fcfd4cdaf8bfe66f0e\",\"lessThan\":\"8e9b8b008f4036df0318870c5d754134ff1b94cc\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d1baa4ffa677bf6986c460fcfd4cdaf8bfe66f0e\",\"lessThan\":\"cc4382dc5134826a3936a6b08de17f7dc7abe232\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d1baa4ffa677bf6986c460fcfd4cdaf8bfe66f0e\",\"lessThan\":\"9b783b7e03dc78ec102edf618259a2b55911fc6a\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d1baa4ffa677bf6986c460fcfd4cdaf8bfe66f0e\",\"lessThan\":\"ac970358c5ca0775841bd2a56ce15dc464b99003\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d1baa4ffa677bf6986c460fcfd4cdaf8bfe66f0e\",\"lessThan\":\"6617df8c246311c82cebf061a4cee55b9df60922\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d1baa4ffa677bf6986c460fcfd4cdaf8bfe66f0e\",\"lessThan\":\"b134ad2f7c06b3c1098dcc95008e2045ff4b49b2\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d1baa4ffa677bf6986c460fcfd4cdaf8bfe66f0e\",\"lessThan\":\"5fae9a928482d4845bca169a3a098789203a1ca4\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/video/fbdev/core/fbcon.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"2.6.23\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"2.6.23\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.15.212\",\"lessThanOrEqual\":\"5.15.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.178\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.145\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.97\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.40\",\"lessThanOrEqual\":\"6.18.*\",\"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\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/5fae9a928482d4845bca169a3a098789203a1ca4\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/6617df8c246311c82cebf061a4cee55b9df60922\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/8e9b8b008f4036df0318870c5d754134ff1b94cc\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/9b783b7e03dc78ec102edf618259a2b55911fc6a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/ac970358c5ca0775841bd2a56ce15dc464b99003\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/b134ad2f7c06b3c1098dcc95008e2045ff4b49b2\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/cc4382dc5134826a3936a6b08de17f7dc7abe232\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Low",
      "current_release_date": "2026-08-20T22:26:51+00:00",
      "cve": "CVE-2026-74424",
      "id": "CVE-2026-74424",
      "initial_release_date": "2026-08-15T00:00:00+00:00",
      "product_status:known_affected": "232",
      "product_status:known_not_affected": "42",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: fbcon: fix NULL pointer dereference for a console without vc_data",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-74424.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…