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

CVE-2026-74308 (GCVE-0-2026-74308)

Vulnerability from cvelistv5 – Published: 2026-08-15 05:58 – Updated: 2026-08-17 05:16
VLAI
Title
ext4: fix kernel BUG in ext4_write_inline_data_end
Summary
In the Linux kernel, the following vulnerability has been resolved: ext4: fix kernel BUG in ext4_write_inline_data_end When the data=journal mount option is used, the ext4_journalled_write_end() function incorrectly calls ext4_write_inline_data_end() without checking if the EXT4_STATE_MAY_INLINE_DATA flag is still set on the inode. If a previous attempt to convert the inline data to an extent failed (e.g. due to ENOSPC), the EXT4_STATE_MAY_INLINE_DATA flag is cleared, but the EXT4_INODE_INLINE_DATA flag remains set. In this scenario, the next call to ext4_write_begin() will not prepare the inline data xattr for writing, but ext4_journalled_write_end() will incorrectly attempt to write to it, triggering a BUG_ON(pos + len > EXT4_I(inode)->i_inline_size) in ext4_write_inline_data() since i_inline_size was not expanded. Fix this by ensuring that ext4_journalled_write_end() only calls ext4_write_inline_data_end() if the EXT4_STATE_MAY_INLINE_DATA flag is set, mirroring the behavior of ext4_write_end() and ext4_da_write_end().
Severity
No CVSS data available.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 3fdcfb668fd78ec92d9bc2daddf1d41e2a8a30bb , < 260830a9a706f5d335398236fc788ce32f220de1 (git)
Affected: 3fdcfb668fd78ec92d9bc2daddf1d41e2a8a30bb , < 9808ae9fae996afa942bd963a39c9b1cdeebd0bd (git)
Affected: 3fdcfb668fd78ec92d9bc2daddf1d41e2a8a30bb , < f00f5c0dd55319bc33b76f72c853bda0e0a32eda (git)
Affected: 3fdcfb668fd78ec92d9bc2daddf1d41e2a8a30bb , < 0ae42b51607240990614e0843f0d3529aaff62cc (git)
Affected: 3fdcfb668fd78ec92d9bc2daddf1d41e2a8a30bb , < ad09aa45965d3fafaf9963bc78109b73c0f9ac8d (git)
guessed Create a notification for this product.
Linux Linux Affected: 3.8
Unaffected: 0 , < 3.8 (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": [
            "fs/ext4/inode.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "260830a9a706f5d335398236fc788ce32f220de1",
              "status": "affected",
              "version": "3fdcfb668fd78ec92d9bc2daddf1d41e2a8a30bb",
              "versionType": "git"
            },
            {
              "lessThan": "9808ae9fae996afa942bd963a39c9b1cdeebd0bd",
              "status": "affected",
              "version": "3fdcfb668fd78ec92d9bc2daddf1d41e2a8a30bb",
              "versionType": "git"
            },
            {
              "lessThan": "f00f5c0dd55319bc33b76f72c853bda0e0a32eda",
              "status": "affected",
              "version": "3fdcfb668fd78ec92d9bc2daddf1d41e2a8a30bb",
              "versionType": "git"
            },
            {
              "lessThan": "0ae42b51607240990614e0843f0d3529aaff62cc",
              "status": "affected",
              "version": "3fdcfb668fd78ec92d9bc2daddf1d41e2a8a30bb",
              "versionType": "git"
            },
            {
              "lessThan": "ad09aa45965d3fafaf9963bc78109b73c0f9ac8d",
              "status": "affected",
              "version": "3fdcfb668fd78ec92d9bc2daddf1d41e2a8a30bb",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "fs/ext4/inode.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "3.8"
            },
            {
              "lessThan": "3.8",
              "status": "unaffected",
              "version": "0",
              "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": "6.6.145",
                  "versionStartIncluding": "3.8",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.97",
                  "versionStartIncluding": "3.8",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.40",
                  "versionStartIncluding": "3.8",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.5",
                  "versionStartIncluding": "3.8",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "3.8",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: fix kernel BUG in ext4_write_inline_data_end\n\nWhen the data=journal mount option is used, the ext4_journalled_write_end()\nfunction incorrectly calls ext4_write_inline_data_end() without checking\nif the EXT4_STATE_MAY_INLINE_DATA flag is still set on the inode.\n\nIf a previous attempt to convert the inline data to an extent failed (e.g.\ndue to ENOSPC), the EXT4_STATE_MAY_INLINE_DATA flag is cleared, but\nthe EXT4_INODE_INLINE_DATA flag remains set. In this scenario, the next\ncall to ext4_write_begin() will not prepare the inline data xattr for\nwriting, but ext4_journalled_write_end() will incorrectly attempt to write\nto it, triggering a BUG_ON(pos + len \u003e EXT4_I(inode)-\u003ei_inline_size) in\next4_write_inline_data() since i_inline_size was not expanded.\n\nFix this by ensuring that ext4_journalled_write_end() only calls\next4_write_inline_data_end() if the EXT4_STATE_MAY_INLINE_DATA flag is\nset, mirroring the behavior of ext4_write_end() and ext4_da_write_end()."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-17T05:16:57.145Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/260830a9a706f5d335398236fc788ce32f220de1"
        },
        {
          "url": "https://git.kernel.org/stable/c/9808ae9fae996afa942bd963a39c9b1cdeebd0bd"
        },
        {
          "url": "https://git.kernel.org/stable/c/f00f5c0dd55319bc33b76f72c853bda0e0a32eda"
        },
        {
          "url": "https://git.kernel.org/stable/c/0ae42b51607240990614e0843f0d3529aaff62cc"
        },
        {
          "url": "https://git.kernel.org/stable/c/ad09aa45965d3fafaf9963bc78109b73c0f9ac8d"
        }
      ],
      "title": "ext4: fix kernel BUG in ext4_write_inline_data_end",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-74308",
    "datePublished": "2026-08-15T05:58:08.682Z",
    "dateReserved": "2026-08-15T05:44:03.883Z",
    "dateUpdated": "2026-08-17T05:16:57.145Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-74308",
      "date": "2026-09-05",
      "epss": "0.00168",
      "percentile": "0.06337"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-74308\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-08-15T06:22:30.653\",\"lastModified\":\"2026-08-17T06:19:24.997\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\next4: fix kernel BUG in ext4_write_inline_data_end\\n\\nWhen the data=journal mount option is used, the ext4_journalled_write_end()\\nfunction incorrectly calls ext4_write_inline_data_end() without checking\\nif the EXT4_STATE_MAY_INLINE_DATA flag is still set on the inode.\\n\\nIf a previous attempt to convert the inline data to an extent failed (e.g.\\ndue to ENOSPC), the EXT4_STATE_MAY_INLINE_DATA flag is cleared, but\\nthe EXT4_INODE_INLINE_DATA flag remains set. In this scenario, the next\\ncall to ext4_write_begin() will not prepare the inline data xattr for\\nwriting, but ext4_journalled_write_end() will incorrectly attempt to write\\nto it, triggering a BUG_ON(pos + len \u003e EXT4_I(inode)-\u003ei_inline_size) in\\next4_write_inline_data() since i_inline_size was not expanded.\\n\\nFix this by ensuring that ext4_journalled_write_end() only calls\\next4_write_inline_data_end() if the EXT4_STATE_MAY_INLINE_DATA flag is\\nset, mirroring the behavior of ext4_write_end() and ext4_da_write_end().\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"fs/ext4/inode.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"3fdcfb668fd78ec92d9bc2daddf1d41e2a8a30bb\",\"lessThan\":\"260830a9a706f5d335398236fc788ce32f220de1\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"3fdcfb668fd78ec92d9bc2daddf1d41e2a8a30bb\",\"lessThan\":\"9808ae9fae996afa942bd963a39c9b1cdeebd0bd\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"3fdcfb668fd78ec92d9bc2daddf1d41e2a8a30bb\",\"lessThan\":\"f00f5c0dd55319bc33b76f72c853bda0e0a32eda\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"3fdcfb668fd78ec92d9bc2daddf1d41e2a8a30bb\",\"lessThan\":\"0ae42b51607240990614e0843f0d3529aaff62cc\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"3fdcfb668fd78ec92d9bc2daddf1d41e2a8a30bb\",\"lessThan\":\"ad09aa45965d3fafaf9963bc78109b73c0f9ac8d\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"fs/ext4/inode.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"3.8\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"3.8\",\"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/0ae42b51607240990614e0843f0d3529aaff62cc\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/260830a9a706f5d335398236fc788ce32f220de1\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/9808ae9fae996afa942bd963a39c9b1cdeebd0bd\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/ad09aa45965d3fafaf9963bc78109b73c0f9ac8d\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/f00f5c0dd55319bc33b76f72c853bda0e0a32eda\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Low",
      "current_release_date": "2026-08-20T16:42:38+00:00",
      "cve": "CVE-2026-74308",
      "id": "CVE-2026-74308",
      "initial_release_date": "2026-08-15T00:00:00+00:00",
      "product_status:known_affected": "274",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: ext4: fix kernel BUG in ext4_write_inline_data_end",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-74308.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…