CVE-2024-42304 (GCVE-0-2024-42304)

Vulnerability from cvelistv5 – Published: 2024-08-17 09:09 – Updated: 2025-11-03 22:04
VLAI?
Title
ext4: make sure the first directory block is not a hole
Summary
In the Linux kernel, the following vulnerability has been resolved: ext4: make sure the first directory block is not a hole The syzbot constructs a directory that has no dirblock but is non-inline, i.e. the first directory block is a hole. And no errors are reported when creating files in this directory in the following flow. ext4_mknod ... ext4_add_entry // Read block 0 ext4_read_dirblock(dir, block, DIRENT) bh = ext4_bread(NULL, inode, block, 0) if (!bh && (type == INDEX || type == DIRENT_HTREE)) // The first directory block is a hole // But type == DIRENT, so no error is reported. After that, we get a directory block without '.' and '..' but with a valid dentry. This may cause some code that relies on dot or dotdot (such as make_indexed_dir()) to crash. Therefore when ext4_read_dirblock() finds that the first directory block is a hole report that the filesystem is corrupted and return an error to avoid loading corrupted data from disk causing something bad.
Severity ?
No CVSS data available.
Assigner
Impacted products
Vendor Product Version
Linux Linux Affected: 3a17ca864baffc0c6f6e8aad525aa4365775a193 , < d81d7e347d1f1f48a5634607d39eb90c161c8afe (git)
Affected: 4e19d6b65fb4fc42e352ce9883649e049da14743 , < e02f9941e8c011aa3eafa799def6a134ce06bcfa (git)
Affected: 4e19d6b65fb4fc42e352ce9883649e049da14743 , < de2a011a13a46468a6e8259db58b1b62071fe136 (git)
Affected: 4e19d6b65fb4fc42e352ce9883649e049da14743 , < 9771e3d8365ae1dd5e8846a204cb9af14e3e656a (git)
Affected: 4e19d6b65fb4fc42e352ce9883649e049da14743 , < b609753cbbd38f8c0affd4956c0af178348523ac (git)
Affected: 4e19d6b65fb4fc42e352ce9883649e049da14743 , < c3893d9de8ee153baac56d127d844103488133b5 (git)
Affected: 4e19d6b65fb4fc42e352ce9883649e049da14743 , < 299bc6ffa57e04e74c6cce866d6c0741fb4897a1 (git)
Affected: 4e19d6b65fb4fc42e352ce9883649e049da14743 , < f9ca51596bbfd0f9c386dd1c613c394c78d9e5e6 (git)
Affected: 3f0307b0d2d8b333a6964fc4c820dc86896fd1cf (git)
Affected: 514631c2225c1fd556c799cc1893fb27b0f48f00 (git)
Affected: 7f1f86276515f6816a98f6ca3ef99c827d54642f (git)
Affected: 5021b7a5bdd6bb859eb648c3da71cdd6aae1d133 (git)
Create a notification for this product.
    Linux Linux Affected: 5.3
Unaffected: 0 , < 5.3 (semver)
Unaffected: 4.19.320 , ≤ 4.19.* (semver)
Unaffected: 5.4.282 , ≤ 5.4.* (semver)
Unaffected: 5.10.224 , ≤ 5.10.* (semver)
Unaffected: 5.15.165 , ≤ 5.15.* (semver)
Unaffected: 6.1.103 , ≤ 6.1.* (semver)
Unaffected: 6.6.44 , ≤ 6.6.* (semver)
Unaffected: 6.10.3 , ≤ 6.10.* (semver)
Unaffected: 6.11 , ≤ * (original_commit_for_fix)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2024-42304",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-09-10T16:10:22.365835Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-09-12T17:33:28.095Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      },
      {
        "providerMetadata": {
          "dateUpdated": "2025-11-03T22:04:09.091Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "url": "https://lists.debian.org/debian-lts-announce/2025/01/msg00001.html"
          },
          {
            "url": "https://lists.debian.org/debian-lts-announce/2024/10/msg00003.html"
          }
        ],
        "title": "CVE Program Container"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "fs/ext4/namei.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "d81d7e347d1f1f48a5634607d39eb90c161c8afe",
              "status": "affected",
              "version": "3a17ca864baffc0c6f6e8aad525aa4365775a193",
              "versionType": "git"
            },
            {
              "lessThan": "e02f9941e8c011aa3eafa799def6a134ce06bcfa",
              "status": "affected",
              "version": "4e19d6b65fb4fc42e352ce9883649e049da14743",
              "versionType": "git"
            },
            {
              "lessThan": "de2a011a13a46468a6e8259db58b1b62071fe136",
              "status": "affected",
              "version": "4e19d6b65fb4fc42e352ce9883649e049da14743",
              "versionType": "git"
            },
            {
              "lessThan": "9771e3d8365ae1dd5e8846a204cb9af14e3e656a",
              "status": "affected",
              "version": "4e19d6b65fb4fc42e352ce9883649e049da14743",
              "versionType": "git"
            },
            {
              "lessThan": "b609753cbbd38f8c0affd4956c0af178348523ac",
              "status": "affected",
              "version": "4e19d6b65fb4fc42e352ce9883649e049da14743",
              "versionType": "git"
            },
            {
              "lessThan": "c3893d9de8ee153baac56d127d844103488133b5",
              "status": "affected",
              "version": "4e19d6b65fb4fc42e352ce9883649e049da14743",
              "versionType": "git"
            },
            {
              "lessThan": "299bc6ffa57e04e74c6cce866d6c0741fb4897a1",
              "status": "affected",
              "version": "4e19d6b65fb4fc42e352ce9883649e049da14743",
              "versionType": "git"
            },
            {
              "lessThan": "f9ca51596bbfd0f9c386dd1c613c394c78d9e5e6",
              "status": "affected",
              "version": "4e19d6b65fb4fc42e352ce9883649e049da14743",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "3f0307b0d2d8b333a6964fc4c820dc86896fd1cf",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "514631c2225c1fd556c799cc1893fb27b0f48f00",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "7f1f86276515f6816a98f6ca3ef99c827d54642f",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "5021b7a5bdd6bb859eb648c3da71cdd6aae1d133",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "fs/ext4/namei.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.3"
            },
            {
              "lessThan": "5.3",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.19.*",
              "status": "unaffected",
              "version": "4.19.320",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.4.*",
              "status": "unaffected",
              "version": "5.4.282",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.224",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.165",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.103",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.44",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.10.*",
              "status": "unaffected",
              "version": "6.10.3",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.11",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.19.320",
                  "versionStartIncluding": "4.19.62",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.4.282",
                  "versionStartIncluding": "5.3",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.224",
                  "versionStartIncluding": "5.3",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.165",
                  "versionStartIncluding": "5.3",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.103",
                  "versionStartIncluding": "5.3",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.44",
                  "versionStartIncluding": "5.3",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.10.3",
                  "versionStartIncluding": "5.3",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.11",
                  "versionStartIncluding": "5.3",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "4.9.187",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "4.14.135",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "5.1.21",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "5.2.4",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: make sure the first directory block is not a hole\n\nThe syzbot constructs a directory that has no dirblock but is non-inline,\ni.e. the first directory block is a hole. And no errors are reported when\ncreating files in this directory in the following flow.\n\n    ext4_mknod\n     ...\n      ext4_add_entry\n        // Read block 0\n        ext4_read_dirblock(dir, block, DIRENT)\n          bh = ext4_bread(NULL, inode, block, 0)\n          if (!bh \u0026\u0026 (type == INDEX || type == DIRENT_HTREE))\n          // The first directory block is a hole\n          // But type == DIRENT, so no error is reported.\n\nAfter that, we get a directory block without \u0027.\u0027 and \u0027..\u0027 but with a valid\ndentry. This may cause some code that relies on dot or dotdot (such as\nmake_indexed_dir()) to crash.\n\nTherefore when ext4_read_dirblock() finds that the first directory block\nis a hole report that the filesystem is corrupted and return an error to\navoid loading corrupted data from disk causing something bad."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2025-05-04T12:58:00.209Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/d81d7e347d1f1f48a5634607d39eb90c161c8afe"
        },
        {
          "url": "https://git.kernel.org/stable/c/e02f9941e8c011aa3eafa799def6a134ce06bcfa"
        },
        {
          "url": "https://git.kernel.org/stable/c/de2a011a13a46468a6e8259db58b1b62071fe136"
        },
        {
          "url": "https://git.kernel.org/stable/c/9771e3d8365ae1dd5e8846a204cb9af14e3e656a"
        },
        {
          "url": "https://git.kernel.org/stable/c/b609753cbbd38f8c0affd4956c0af178348523ac"
        },
        {
          "url": "https://git.kernel.org/stable/c/c3893d9de8ee153baac56d127d844103488133b5"
        },
        {
          "url": "https://git.kernel.org/stable/c/299bc6ffa57e04e74c6cce866d6c0741fb4897a1"
        },
        {
          "url": "https://git.kernel.org/stable/c/f9ca51596bbfd0f9c386dd1c613c394c78d9e5e6"
        }
      ],
      "title": "ext4: make sure the first directory block is not a hole",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2024-42304",
    "datePublished": "2024-08-17T09:09:10.545Z",
    "dateReserved": "2024-07-30T07:40:12.272Z",
    "dateUpdated": "2025-11-03T22:04:09.091Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-42304\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-09-10T16:10:22.365835Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-09-11T12:42:23.530Z\"}}], \"cna\": {\"title\": \"ext4: make sure the first directory block is not a hole\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"3a17ca864baffc0c6f6e8aad525aa4365775a193\", \"lessThan\": \"d81d7e347d1f1f48a5634607d39eb90c161c8afe\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"4e19d6b65fb4fc42e352ce9883649e049da14743\", \"lessThan\": \"e02f9941e8c011aa3eafa799def6a134ce06bcfa\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"4e19d6b65fb4fc42e352ce9883649e049da14743\", \"lessThan\": \"de2a011a13a46468a6e8259db58b1b62071fe136\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"4e19d6b65fb4fc42e352ce9883649e049da14743\", \"lessThan\": \"9771e3d8365ae1dd5e8846a204cb9af14e3e656a\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"4e19d6b65fb4fc42e352ce9883649e049da14743\", \"lessThan\": \"b609753cbbd38f8c0affd4956c0af178348523ac\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"4e19d6b65fb4fc42e352ce9883649e049da14743\", \"lessThan\": \"c3893d9de8ee153baac56d127d844103488133b5\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"4e19d6b65fb4fc42e352ce9883649e049da14743\", \"lessThan\": \"299bc6ffa57e04e74c6cce866d6c0741fb4897a1\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"4e19d6b65fb4fc42e352ce9883649e049da14743\", \"lessThan\": \"f9ca51596bbfd0f9c386dd1c613c394c78d9e5e6\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"3f0307b0d2d8b333a6964fc4c820dc86896fd1cf\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"514631c2225c1fd556c799cc1893fb27b0f48f00\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"7f1f86276515f6816a98f6ca3ef99c827d54642f\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"5021b7a5bdd6bb859eb648c3da71cdd6aae1d133\", \"versionType\": \"git\"}], \"programFiles\": [\"fs/ext4/namei.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"5.3\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"5.3\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"4.19.320\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"4.19.*\"}, {\"status\": \"unaffected\", \"version\": \"5.4.282\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.4.*\"}, {\"status\": \"unaffected\", \"version\": \"5.10.224\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.10.*\"}, {\"status\": \"unaffected\", \"version\": \"5.15.165\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.15.*\"}, {\"status\": \"unaffected\", \"version\": \"6.1.103\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.1.*\"}, {\"status\": \"unaffected\", \"version\": \"6.6.44\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.6.*\"}, {\"status\": \"unaffected\", \"version\": \"6.10.3\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.10.*\"}, {\"status\": \"unaffected\", \"version\": \"6.11\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"fs/ext4/namei.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/d81d7e347d1f1f48a5634607d39eb90c161c8afe\"}, {\"url\": \"https://git.kernel.org/stable/c/e02f9941e8c011aa3eafa799def6a134ce06bcfa\"}, {\"url\": \"https://git.kernel.org/stable/c/de2a011a13a46468a6e8259db58b1b62071fe136\"}, {\"url\": \"https://git.kernel.org/stable/c/9771e3d8365ae1dd5e8846a204cb9af14e3e656a\"}, {\"url\": \"https://git.kernel.org/stable/c/b609753cbbd38f8c0affd4956c0af178348523ac\"}, {\"url\": \"https://git.kernel.org/stable/c/c3893d9de8ee153baac56d127d844103488133b5\"}, {\"url\": \"https://git.kernel.org/stable/c/299bc6ffa57e04e74c6cce866d6c0741fb4897a1\"}, {\"url\": \"https://git.kernel.org/stable/c/f9ca51596bbfd0f9c386dd1c613c394c78d9e5e6\"}], \"x_generator\": {\"engine\": \"bippy-1.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\next4: make sure the first directory block is not a hole\\n\\nThe syzbot constructs a directory that has no dirblock but is non-inline,\\ni.e. the first directory block is a hole. And no errors are reported when\\ncreating files in this directory in the following flow.\\n\\n    ext4_mknod\\n     ...\\n      ext4_add_entry\\n        // Read block 0\\n        ext4_read_dirblock(dir, block, DIRENT)\\n          bh = ext4_bread(NULL, inode, block, 0)\\n          if (!bh \u0026\u0026 (type == INDEX || type == DIRENT_HTREE))\\n          // The first directory block is a hole\\n          // But type == DIRENT, so no error is reported.\\n\\nAfter that, we get a directory block without \u0027.\u0027 and \u0027..\u0027 but with a valid\\ndentry. This may cause some code that relies on dot or dotdot (such as\\nmake_indexed_dir()) to crash.\\n\\nTherefore when ext4_read_dirblock() finds that the first directory block\\nis a hole report that the filesystem is corrupted and return an error to\\navoid loading corrupted data from disk causing something bad.\"}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"4.19.320\", \"versionStartIncluding\": \"4.19.62\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.4.282\", \"versionStartIncluding\": \"5.3\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.10.224\", \"versionStartIncluding\": \"5.3\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.15.165\", \"versionStartIncluding\": \"5.3\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.1.103\", \"versionStartIncluding\": \"5.3\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.6.44\", \"versionStartIncluding\": \"5.3\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.10.3\", \"versionStartIncluding\": \"5.3\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.11\", \"versionStartIncluding\": \"5.3\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionStartIncluding\": \"4.9.187\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionStartIncluding\": \"4.14.135\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionStartIncluding\": \"5.1.21\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionStartIncluding\": \"5.2.4\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2025-05-04T12:58:00.209Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2024-42304\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-05-04T12:58:00.209Z\", \"dateReserved\": \"2024-07-30T07:40:12.272Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-08-17T09:09:10.545Z\", \"assignerShortName\": \"Linux\"}",
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }
  }
}


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 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…