cve-2024-50218
Vulnerability from cvelistv5
Published
2024-11-09 10:14
Modified
2024-12-19 09:35
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: ocfs2: pass u64 to ocfs2_truncate_inline maybe overflow Syzbot reported a kernel BUG in ocfs2_truncate_inline. There are two reasons for this: first, the parameter value passed is greater than ocfs2_max_inline_data_with_xattr, second, the start and end parameters of ocfs2_truncate_inline are "unsigned int". So, we need to add a sanity check for byte_start and byte_len right before ocfs2_truncate_inline() in ocfs2_remove_inode_range(), if they are greater than ocfs2_max_inline_data_with_xattr return -EINVAL.
Impacted products
Vendor Product Version
Linux Linux Version: 2.6.24
Show details on NVD website


{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "fs/ocfs2/file.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "27d95867bee806cdc448d122bd99f1d8b0544035",
              "status": "affected",
              "version": "1afc32b952335f665327a1a9001ba1b44bb76fd9",
              "versionType": "git"
            },
            {
              "lessThan": "95fbed8ae8c32c0977e6be1721c190d8fea23f2f",
              "status": "affected",
              "version": "1afc32b952335f665327a1a9001ba1b44bb76fd9",
              "versionType": "git"
            },
            {
              "lessThan": "70767689ec6ee5f05fb0a2c17d7ec1927946e486",
              "status": "affected",
              "version": "1afc32b952335f665327a1a9001ba1b44bb76fd9",
              "versionType": "git"
            },
            {
              "lessThan": "ecd62f684386fa64f9c0cea92eea361f4e6444c2",
              "status": "affected",
              "version": "1afc32b952335f665327a1a9001ba1b44bb76fd9",
              "versionType": "git"
            },
            {
              "lessThan": "2fe5d62e122b040ce7fc4d31aa7fa96ae328cefc",
              "status": "affected",
              "version": "1afc32b952335f665327a1a9001ba1b44bb76fd9",
              "versionType": "git"
            },
            {
              "lessThan": "88f97a4b5843ce21c1286e082c02a5fb4d8eb473",
              "status": "affected",
              "version": "1afc32b952335f665327a1a9001ba1b44bb76fd9",
              "versionType": "git"
            },
            {
              "lessThan": "0b6b8c2055784261de3fb641c5d0d63964318e8f",
              "status": "affected",
              "version": "1afc32b952335f665327a1a9001ba1b44bb76fd9",
              "versionType": "git"
            },
            {
              "lessThan": "bc0a2f3a73fcdac651fca64df39306d1e5ebe3b0",
              "status": "affected",
              "version": "1afc32b952335f665327a1a9001ba1b44bb76fd9",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "fs/ocfs2/file.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "2.6.24"
            },
            {
              "lessThan": "2.6.24",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.19.*",
              "status": "unaffected",
              "version": "4.19.323",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.4.*",
              "status": "unaffected",
              "version": "5.4.285",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.229",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.171",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.116",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.60",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.11.*",
              "status": "unaffected",
              "version": "6.11.7",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.12",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nocfs2: pass u64 to ocfs2_truncate_inline maybe overflow\n\nSyzbot reported a kernel BUG in ocfs2_truncate_inline.  There are two\nreasons for this: first, the parameter value passed is greater than\nocfs2_max_inline_data_with_xattr, second, the start and end parameters of\nocfs2_truncate_inline are \"unsigned int\".\n\nSo, we need to add a sanity check for byte_start and byte_len right before\nocfs2_truncate_inline() in ocfs2_remove_inode_range(), if they are greater\nthan ocfs2_max_inline_data_with_xattr return -EINVAL."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2024-12-19T09:35:45.422Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/27d95867bee806cdc448d122bd99f1d8b0544035"
        },
        {
          "url": "https://git.kernel.org/stable/c/95fbed8ae8c32c0977e6be1721c190d8fea23f2f"
        },
        {
          "url": "https://git.kernel.org/stable/c/70767689ec6ee5f05fb0a2c17d7ec1927946e486"
        },
        {
          "url": "https://git.kernel.org/stable/c/ecd62f684386fa64f9c0cea92eea361f4e6444c2"
        },
        {
          "url": "https://git.kernel.org/stable/c/2fe5d62e122b040ce7fc4d31aa7fa96ae328cefc"
        },
        {
          "url": "https://git.kernel.org/stable/c/88f97a4b5843ce21c1286e082c02a5fb4d8eb473"
        },
        {
          "url": "https://git.kernel.org/stable/c/0b6b8c2055784261de3fb641c5d0d63964318e8f"
        },
        {
          "url": "https://git.kernel.org/stable/c/bc0a2f3a73fcdac651fca64df39306d1e5ebe3b0"
        }
      ],
      "title": "ocfs2: pass u64 to ocfs2_truncate_inline maybe overflow",
      "x_generator": {
        "engine": "bippy-5f407fcff5a0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2024-50218",
    "datePublished": "2024-11-09T10:14:29.708Z",
    "dateReserved": "2024-10-21T19:36:19.972Z",
    "dateUpdated": "2024-12-19T09:35:45.422Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2024-50218\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-11-09T11:15:07.213\",\"lastModified\":\"2024-11-12T13:56:24.513\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nocfs2: pass u64 to ocfs2_truncate_inline maybe overflow\\n\\nSyzbot reported a kernel BUG in ocfs2_truncate_inline.  There are two\\nreasons for this: first, the parameter value passed is greater than\\nocfs2_max_inline_data_with_xattr, second, the start and end parameters of\\nocfs2_truncate_inline are \\\"unsigned int\\\".\\n\\nSo, we need to add a sanity check for byte_start and byte_len right before\\nocfs2_truncate_inline() in ocfs2_remove_inode_range(), if they are greater\\nthan ocfs2_max_inline_data_with_xattr return -EINVAL.\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: ocfs2: pasar u64 a ocfs2_truncate_inline puede provocar un desbordamiento Syzbot inform\u00f3 de un ERROR del kernel en ocfs2_truncate_inline. Hay dos razones para esto: primero, el valor del par\u00e1metro pasado es mayor que ocfs2_max_inline_data_with_xattr, segundo, los par\u00e1metros de inicio y fin de ocfs2_truncate_inline son \\\"unsigned int\\\". Por lo tanto, debemos agregar una comprobaci\u00f3n de cordura para byte_start y byte_len justo antes de ocfs2_truncate_inline() en ocfs2_remove_inode_range(), si son mayores que ocfs2_max_inline_data_with_xattr devuelve -EINVAL.\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/0b6b8c2055784261de3fb641c5d0d63964318e8f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/27d95867bee806cdc448d122bd99f1d8b0544035\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/2fe5d62e122b040ce7fc4d31aa7fa96ae328cefc\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/70767689ec6ee5f05fb0a2c17d7ec1927946e486\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/88f97a4b5843ce21c1286e082c02a5fb4d8eb473\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/95fbed8ae8c32c0977e6be1721c190d8fea23f2f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/bc0a2f3a73fcdac651fca64df39306d1e5ebe3b0\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/ecd62f684386fa64f9c0cea92eea361f4e6444c2\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}"
  }
}


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.
  • 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.