CVE-2024-26704 (GCVE-0-2024-26704)
Vulnerability from cvelistv5
Published
2024-04-03 14:55
Modified
2026-08-05 11:26
Summary
In the Linux kernel, the following vulnerability has been resolved: ext4: fix double-free of blocks due to wrong extents moved_len In ext4_move_extents(), moved_len is only updated when all moves are successfully executed, and only discards orig_inode and donor_inode preallocations when moved_len is not zero. When the loop fails to exit after successfully moving some extents, moved_len is not updated and remains at 0, so it does not discard the preallocations. If the moved extents overlap with the preallocated extents, the overlapped extents are freed twice in ext4_mb_release_inode_pa() and ext4_process_freed_data() (as described in commit 94d7c16cbbbd ("ext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXT")), and bb_free is incremented twice. Hence when trim is executed, a zero-division bug is triggered in mb_update_avg_fragment_size() because bb_free is not zero and bb_fragments is zero. Therefore, update move_len after each extent move to avoid the issue.
Impacted products
Vendor Product Version
Linux Linux Version: fcf6b1b729bcd23f2b49a84fb33ffbb44712ee6a
Version: fcf6b1b729bcd23f2b49a84fb33ffbb44712ee6a
Version: fcf6b1b729bcd23f2b49a84fb33ffbb44712ee6a
Version: fcf6b1b729bcd23f2b49a84fb33ffbb44712ee6a
Version: fcf6b1b729bcd23f2b49a84fb33ffbb44712ee6a
Version: fcf6b1b729bcd23f2b49a84fb33ffbb44712ee6a
Version: fcf6b1b729bcd23f2b49a84fb33ffbb44712ee6a
Version: fcf6b1b729bcd23f2b49a84fb33ffbb44712ee6a
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "adp": [
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-02T00:14:12.613Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/b4fbb89d722cbb16beaaea234b7230faaaf68c71"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/afbcad9ae7d6d11608399188f03a837451b6b3a1"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/d033a555d9a1cf53dbf3301af7199cc4a4c8f537"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/afba9d11320dad5ce222ac8964caf64b7b4bedb1"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/185eab30486ba3e7bf8b9c2e049c79a06ffd2bc1"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/2883940b19c38d5884c8626483811acf4d7e148f"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/559ddacb90da1d8786dd8ec4fd76bbfa404eaef6"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/55583e899a5357308274601364741a83e78d6ac4"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html"
          }
        ],
        "title": "CVE Program Container"
      },
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2024-26704",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-09-10T15:52:39.832740Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-09-11T17:33:27.505Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "fs/ext4/move_extent.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "b4fbb89d722cbb16beaaea234b7230faaaf68c71",
              "status": "affected",
              "version": "fcf6b1b729bcd23f2b49a84fb33ffbb44712ee6a",
              "versionType": "git"
            },
            {
              "lessThan": "afbcad9ae7d6d11608399188f03a837451b6b3a1",
              "status": "affected",
              "version": "fcf6b1b729bcd23f2b49a84fb33ffbb44712ee6a",
              "versionType": "git"
            },
            {
              "lessThan": "d033a555d9a1cf53dbf3301af7199cc4a4c8f537",
              "status": "affected",
              "version": "fcf6b1b729bcd23f2b49a84fb33ffbb44712ee6a",
              "versionType": "git"
            },
            {
              "lessThan": "afba9d11320dad5ce222ac8964caf64b7b4bedb1",
              "status": "affected",
              "version": "fcf6b1b729bcd23f2b49a84fb33ffbb44712ee6a",
              "versionType": "git"
            },
            {
              "lessThan": "185eab30486ba3e7bf8b9c2e049c79a06ffd2bc1",
              "status": "affected",
              "version": "fcf6b1b729bcd23f2b49a84fb33ffbb44712ee6a",
              "versionType": "git"
            },
            {
              "lessThan": "2883940b19c38d5884c8626483811acf4d7e148f",
              "status": "affected",
              "version": "fcf6b1b729bcd23f2b49a84fb33ffbb44712ee6a",
              "versionType": "git"
            },
            {
              "lessThan": "559ddacb90da1d8786dd8ec4fd76bbfa404eaef6",
              "status": "affected",
              "version": "fcf6b1b729bcd23f2b49a84fb33ffbb44712ee6a",
              "versionType": "git"
            },
            {
              "lessThan": "55583e899a5357308274601364741a83e78d6ac4",
              "status": "affected",
              "version": "fcf6b1b729bcd23f2b49a84fb33ffbb44712ee6a",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "fs/ext4/move_extent.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "3.18"
            },
            {
              "lessThan": "3.18",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.19.*",
              "status": "unaffected",
              "version": "4.19.307",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.4.*",
              "status": "unaffected",
              "version": "5.4.269",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.210",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.149",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.79",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.18",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.7.*",
              "status": "unaffected",
              "version": "6.7.6",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.8",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.19.307",
                  "versionStartIncluding": "3.18",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.4.269",
                  "versionStartIncluding": "3.18",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.210",
                  "versionStartIncluding": "3.18",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.149",
                  "versionStartIncluding": "3.18",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.79",
                  "versionStartIncluding": "3.18",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.18",
                  "versionStartIncluding": "3.18",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.7.6",
                  "versionStartIncluding": "3.18",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.8",
                  "versionStartIncluding": "3.18",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: fix double-free of blocks due to wrong extents moved_len\n\nIn ext4_move_extents(), moved_len is only updated when all moves are\nsuccessfully executed, and only discards orig_inode and donor_inode\npreallocations when moved_len is not zero. When the loop fails to exit\nafter successfully moving some extents, moved_len is not updated and\nremains at 0, so it does not discard the preallocations.\n\nIf the moved extents overlap with the preallocated extents, the\noverlapped extents are freed twice in ext4_mb_release_inode_pa() and\next4_process_freed_data() (as described in commit 94d7c16cbbbd (\"ext4:\nFix double-free of blocks with EXT4_IOC_MOVE_EXT\")), and bb_free is\nincremented twice. Hence when trim is executed, a zero-division bug is\ntriggered in mb_update_avg_fragment_size() because bb_free is not zero\nand bb_fragments is zero.\n\nTherefore, update move_len after each extent move to avoid the issue."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:L - The bug is reached only through the EXT4_IOC_MOVE_EXT ioctl on a local ext4 filesystem, requiring the attacker to hold open file descriptors on the machine. There is no remote or adjacent-network path to fs/ext4/move_extent.c.\nAC:L - The early-exit path is fully attacker-controlled \u2014 a sparse orig file whose first extent swaps successfully and whose next lookup returns EXT_MAX_BLOCKS deterministically yields -ENODATA with moved_len==0, leaving the preallocations undiscarded. No race, no memory-layout dependency, and mb_optimize_scan (needed for the divide error) is on by default for any ext4 volume of ~2 GiB or larger.\nPR:L - EXT4_IOC_MOVE_EXT has no capable() or inode_owner_or_capable() check \u2014 it only requires both files be open O_RDWR, so any unprivileged local user (including one confined to a container) can invoke it on files they own in /tmp or /home.\nUI:N - The attacker performs every step \u2014 creating the two files, shaping the extent layout, seeding the preallocations, and issuing the ioctl. No victim action is needed, since the target ext4 filesystem is already mounted on any normal system.\nS:U - The double free, bitmap corruption, and divide-error oops all occur within the kernel\u0027s own security authority on the same host. No hypervisor, IOMMU, or sandbox boundary is crossed.\nC:H - The double free returns blocks that are still referenced by a live inode to the free-space bitmap, so they can be reallocated into an attacker-controlled file, exposing another user\u0027s file contents through cross-file block aliasing. This is an unbounded read of arbitrary on-disk data belonging to other users.\nI:H - The same block aliasing lets the attacker overwrite data blocks still owned by another inode, and mb_free_blocks() additionally marks the group bitmap corrupt while inflating bb_free, leaving persistent allocator and on-disk metadata corruption. That is arbitrary modification of other users\u0027 file data and of filesystem metadata.\nA:H - The inconsistent bb_free/bb_fragments state causes a divide-by-zero oops in mb_update_avg_fragment_size() while ext4_lock_group() is held, so the group spinlock is orphaned and subsequent accesses deadlock. Even short of that, ext4_grp_locked_error() forces the filesystem read-only under the default errors=remount-ro, or panics the kernel under errors=panic."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T11:26:47.486Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/b4fbb89d722cbb16beaaea234b7230faaaf68c71"
        },
        {
          "url": "https://git.kernel.org/stable/c/afbcad9ae7d6d11608399188f03a837451b6b3a1"
        },
        {
          "url": "https://git.kernel.org/stable/c/d033a555d9a1cf53dbf3301af7199cc4a4c8f537"
        },
        {
          "url": "https://git.kernel.org/stable/c/afba9d11320dad5ce222ac8964caf64b7b4bedb1"
        },
        {
          "url": "https://git.kernel.org/stable/c/185eab30486ba3e7bf8b9c2e049c79a06ffd2bc1"
        },
        {
          "url": "https://git.kernel.org/stable/c/2883940b19c38d5884c8626483811acf4d7e148f"
        },
        {
          "url": "https://git.kernel.org/stable/c/559ddacb90da1d8786dd8ec4fd76bbfa404eaef6"
        },
        {
          "url": "https://git.kernel.org/stable/c/55583e899a5357308274601364741a83e78d6ac4"
        }
      ],
      "title": "ext4: fix double-free of blocks due to wrong extents moved_len",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2024-26704",
    "datePublished": "2024-04-03T14:55:02.672Z",
    "dateReserved": "2024-02-19T14:20:24.158Z",
    "dateUpdated": "2026-08-05T11:26:47.486Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://git.kernel.org/stable/c/b4fbb89d722cbb16beaaea234b7230faaaf68c71\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/afbcad9ae7d6d11608399188f03a837451b6b3a1\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/d033a555d9a1cf53dbf3301af7199cc4a4c8f537\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/afba9d11320dad5ce222ac8964caf64b7b4bedb1\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/185eab30486ba3e7bf8b9c2e049c79a06ffd2bc1\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/2883940b19c38d5884c8626483811acf4d7e148f\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/559ddacb90da1d8786dd8ec4fd76bbfa404eaef6\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/55583e899a5357308274601364741a83e78d6ac4\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T00:14:12.613Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-26704\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-09-10T15:52:39.832740Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-09-11T12:42:16.773Z\"}}], \"cna\": {\"title\": \"ext4: fix double-free of blocks due to wrong extents moved_len\", \"metrics\": [{\"cvssV3_1\": {\"version\": \"3.1\", \"baseScore\": 7.8, \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"AV:L - The bug is reached only through the EXT4_IOC_MOVE_EXT ioctl on a local ext4 filesystem, requiring the attacker to hold open file descriptors on the machine. There is no remote or adjacent-network path to fs/ext4/move_extent.c.\\nAC:L - The early-exit path is fully attacker-controlled \\u2014 a sparse orig file whose first extent swaps successfully and whose next lookup returns EXT_MAX_BLOCKS deterministically yields -ENODATA with moved_len==0, leaving the preallocations undiscarded. No race, no memory-layout dependency, and mb_optimize_scan (needed for the divide error) is on by default for any ext4 volume of ~2 GiB or larger.\\nPR:L - EXT4_IOC_MOVE_EXT has no capable() or inode_owner_or_capable() check \\u2014 it only requires both files be open O_RDWR, so any unprivileged local user (including one confined to a container) can invoke it on files they own in /tmp or /home.\\nUI:N - The attacker performs every step \\u2014 creating the two files, shaping the extent layout, seeding the preallocations, and issuing the ioctl. No victim action is needed, since the target ext4 filesystem is already mounted on any normal system.\\nS:U - The double free, bitmap corruption, and divide-error oops all occur within the kernel\u0027s own security authority on the same host. No hypervisor, IOMMU, or sandbox boundary is crossed.\\nC:H - The double free returns blocks that are still referenced by a live inode to the free-space bitmap, so they can be reallocated into an attacker-controlled file, exposing another user\u0027s file contents through cross-file block aliasing. This is an unbounded read of arbitrary on-disk data belonging to other users.\\nI:H - The same block aliasing lets the attacker overwrite data blocks still owned by another inode, and mb_free_blocks() additionally marks the group bitmap corrupt while inflating bb_free, leaving persistent allocator and on-disk metadata corruption. That is arbitrary modification of other users\u0027 file data and of filesystem metadata.\\nA:H - The inconsistent bb_free/bb_fragments state causes a divide-by-zero oops in mb_update_avg_fragment_size() while ext4_lock_group() is held, so the group spinlock is orphaned and subsequent accesses deadlock. Even short of that, ext4_grp_locked_error() forces the filesystem read-only under the default errors=remount-ro, or panics the kernel under errors=panic.\"}]}], \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"fcf6b1b729bcd23f2b49a84fb33ffbb44712ee6a\", \"lessThan\": \"b4fbb89d722cbb16beaaea234b7230faaaf68c71\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"fcf6b1b729bcd23f2b49a84fb33ffbb44712ee6a\", \"lessThan\": \"afbcad9ae7d6d11608399188f03a837451b6b3a1\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"fcf6b1b729bcd23f2b49a84fb33ffbb44712ee6a\", \"lessThan\": \"d033a555d9a1cf53dbf3301af7199cc4a4c8f537\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"fcf6b1b729bcd23f2b49a84fb33ffbb44712ee6a\", \"lessThan\": \"afba9d11320dad5ce222ac8964caf64b7b4bedb1\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"fcf6b1b729bcd23f2b49a84fb33ffbb44712ee6a\", \"lessThan\": \"185eab30486ba3e7bf8b9c2e049c79a06ffd2bc1\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"fcf6b1b729bcd23f2b49a84fb33ffbb44712ee6a\", \"lessThan\": \"2883940b19c38d5884c8626483811acf4d7e148f\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"fcf6b1b729bcd23f2b49a84fb33ffbb44712ee6a\", \"lessThan\": \"559ddacb90da1d8786dd8ec4fd76bbfa404eaef6\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"fcf6b1b729bcd23f2b49a84fb33ffbb44712ee6a\", \"lessThan\": \"55583e899a5357308274601364741a83e78d6ac4\", \"versionType\": \"git\"}], \"programFiles\": [\"fs/ext4/move_extent.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"3.18\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"3.18\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"4.19.307\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"4.19.*\"}, {\"status\": \"unaffected\", \"version\": \"5.4.269\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.4.*\"}, {\"status\": \"unaffected\", \"version\": \"5.10.210\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.10.*\"}, {\"status\": \"unaffected\", \"version\": \"5.15.149\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.15.*\"}, {\"status\": \"unaffected\", \"version\": \"6.1.79\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.1.*\"}, {\"status\": \"unaffected\", \"version\": \"6.6.18\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.6.*\"}, {\"status\": \"unaffected\", \"version\": \"6.7.6\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.7.*\"}, {\"status\": \"unaffected\", \"version\": \"6.8\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"fs/ext4/move_extent.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/b4fbb89d722cbb16beaaea234b7230faaaf68c71\"}, {\"url\": \"https://git.kernel.org/stable/c/afbcad9ae7d6d11608399188f03a837451b6b3a1\"}, {\"url\": \"https://git.kernel.org/stable/c/d033a555d9a1cf53dbf3301af7199cc4a4c8f537\"}, {\"url\": \"https://git.kernel.org/stable/c/afba9d11320dad5ce222ac8964caf64b7b4bedb1\"}, {\"url\": \"https://git.kernel.org/stable/c/185eab30486ba3e7bf8b9c2e049c79a06ffd2bc1\"}, {\"url\": \"https://git.kernel.org/stable/c/2883940b19c38d5884c8626483811acf4d7e148f\"}, {\"url\": \"https://git.kernel.org/stable/c/559ddacb90da1d8786dd8ec4fd76bbfa404eaef6\"}, {\"url\": \"https://git.kernel.org/stable/c/55583e899a5357308274601364741a83e78d6ac4\"}], \"x_generator\": {\"engine\": \"bippy-1.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\next4: fix double-free of blocks due to wrong extents moved_len\\n\\nIn ext4_move_extents(), moved_len is only updated when all moves are\\nsuccessfully executed, and only discards orig_inode and donor_inode\\npreallocations when moved_len is not zero. When the loop fails to exit\\nafter successfully moving some extents, moved_len is not updated and\\nremains at 0, so it does not discard the preallocations.\\n\\nIf the moved extents overlap with the preallocated extents, the\\noverlapped extents are freed twice in ext4_mb_release_inode_pa() and\\next4_process_freed_data() (as described in commit 94d7c16cbbbd (\\\"ext4:\\nFix double-free of blocks with EXT4_IOC_MOVE_EXT\\\")), and bb_free is\\nincremented twice. Hence when trim is executed, a zero-division bug is\\ntriggered in mb_update_avg_fragment_size() because bb_free is not zero\\nand bb_fragments is zero.\\n\\nTherefore, update move_len after each extent move to avoid the issue.\"}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"4.19.307\", \"versionStartIncluding\": \"3.18\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.4.269\", \"versionStartIncluding\": \"3.18\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.10.210\", \"versionStartIncluding\": \"3.18\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.15.149\", \"versionStartIncluding\": \"3.18\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.1.79\", \"versionStartIncluding\": \"3.18\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.6.18\", \"versionStartIncluding\": \"3.18\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.7.6\", \"versionStartIncluding\": \"3.18\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.8\", \"versionStartIncluding\": \"3.18\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2026-08-05T11:26:47.486Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2024-26704\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-08-05T11:26:47.486Z\", \"dateReserved\": \"2024-02-19T14:20:24.158Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-04-03T14:55:02.672Z\", \"assignerShortName\": \"Linux\"}",
      "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…