cve-2024-47699
Vulnerability from cvelistv5
Published
2024-10-21 11:53
Modified
2024-12-19 09:26
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential null-ptr-deref in nilfs_btree_insert() Patch series "nilfs2: fix potential issues with empty b-tree nodes". This series addresses three potential issues with empty b-tree nodes that can occur with corrupted filesystem images, including one recently discovered by syzbot. This patch (of 3): If a b-tree is broken on the device, and the b-tree height is greater than 2 (the level of the root node is greater than 1) even if the number of child nodes of the b-tree root is 0, a NULL pointer dereference occurs in nilfs_btree_prepare_insert(), which is called from nilfs_btree_insert(). This is because, when the number of child nodes of the b-tree root is 0, nilfs_btree_do_lookup() does not set the block buffer head in any of path[x].bp_bh, leaving it as the initial value of NULL, but if the level of the b-tree root node is greater than 1, nilfs_btree_get_nonroot_node(), which accesses the buffer memory of path[x].bp_bh, is called. Fix this issue by adding a check to nilfs_btree_root_broken(), which performs sanity checks when reading the root node from the device, to detect this inconsistency. Thanks to Lizhi Xu for trying to solve the bug and clarifying the cause early on.
Impacted products
Vendor Product Version
Linux Linux Version: 17c76b0104e4a6513983777e1a17e0297a12b0c4
Version: 17c76b0104e4a6513983777e1a17e0297a12b0c4
Version: 17c76b0104e4a6513983777e1a17e0297a12b0c4
Version: 17c76b0104e4a6513983777e1a17e0297a12b0c4
Version: 17c76b0104e4a6513983777e1a17e0297a12b0c4
Version: 17c76b0104e4a6513983777e1a17e0297a12b0c4
Version: 17c76b0104e4a6513983777e1a17e0297a12b0c4
Version: 17c76b0104e4a6513983777e1a17e0297a12b0c4
Version: 17c76b0104e4a6513983777e1a17e0297a12b0c4
Create a notification for this product.
   Linux Linux Version: 2.6.30
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2024-47699",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-10-21T13:04:48.707894Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-10-21T13:14:13.842Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "fs/nilfs2/btree.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "2b78e9df10fb7f4e9d3d7a18417dd72fbbc1dfd0",
              "status": "affected",
              "version": "17c76b0104e4a6513983777e1a17e0297a12b0c4",
              "versionType": "git"
            },
            {
              "lessThan": "1d94dbdfbb64cc48d10dec65cc3c4fbf2497b343",
              "status": "affected",
              "version": "17c76b0104e4a6513983777e1a17e0297a12b0c4",
              "versionType": "git"
            },
            {
              "lessThan": "24bf40740a3da6b4056721da34997ae6938f3da1",
              "status": "affected",
              "version": "17c76b0104e4a6513983777e1a17e0297a12b0c4",
              "versionType": "git"
            },
            {
              "lessThan": "73d23ecf234b7a6d47fb883f2dabe10e3230b31d",
              "status": "affected",
              "version": "17c76b0104e4a6513983777e1a17e0297a12b0c4",
              "versionType": "git"
            },
            {
              "lessThan": "f68523e0f26faade18833fbef577a4295d8e2c94",
              "status": "affected",
              "version": "17c76b0104e4a6513983777e1a17e0297a12b0c4",
              "versionType": "git"
            },
            {
              "lessThan": "21839b6fbc3c41b3e374ecbdb0cabbbb2c53cf34",
              "status": "affected",
              "version": "17c76b0104e4a6513983777e1a17e0297a12b0c4",
              "versionType": "git"
            },
            {
              "lessThan": "db73500d3f0e558eb642aae1d4782e7726b4a03f",
              "status": "affected",
              "version": "17c76b0104e4a6513983777e1a17e0297a12b0c4",
              "versionType": "git"
            },
            {
              "lessThan": "3644554d308ddf2669e459a1551a7edf60b2d62b",
              "status": "affected",
              "version": "17c76b0104e4a6513983777e1a17e0297a12b0c4",
              "versionType": "git"
            },
            {
              "lessThan": "9403001ad65ae4f4c5de368bdda3a0636b51d51a",
              "status": "affected",
              "version": "17c76b0104e4a6513983777e1a17e0297a12b0c4",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "fs/nilfs2/btree.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "2.6.30"
            },
            {
              "lessThan": "2.6.30",
              "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.227",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.168",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.113",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.54",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.10.*",
              "status": "unaffected",
              "version": "6.10.13",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.11.*",
              "status": "unaffected",
              "version": "6.11.2",
              "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\nnilfs2: fix potential null-ptr-deref in nilfs_btree_insert()\n\nPatch series \"nilfs2: fix potential issues with empty b-tree nodes\".\n\nThis series addresses three potential issues with empty b-tree nodes that\ncan occur with corrupted filesystem images, including one recently\ndiscovered by syzbot.\n\n\nThis patch (of 3):\n\nIf a b-tree is broken on the device, and the b-tree height is greater than\n2 (the level of the root node is greater than 1) even if the number of\nchild nodes of the b-tree root is 0, a NULL pointer dereference occurs in\nnilfs_btree_prepare_insert(), which is called from nilfs_btree_insert().\n\nThis is because, when the number of child nodes of the b-tree root is 0,\nnilfs_btree_do_lookup() does not set the block buffer head in any of\npath[x].bp_bh, leaving it as the initial value of NULL, but if the level\nof the b-tree root node is greater than 1, nilfs_btree_get_nonroot_node(),\nwhich accesses the buffer memory of path[x].bp_bh, is called.\n\nFix this issue by adding a check to nilfs_btree_root_broken(), which\nperforms sanity checks when reading the root node from the device, to\ndetect this inconsistency.\n\nThanks to Lizhi Xu for trying to solve the bug and clarifying the cause\nearly on."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2024-12-19T09:26:20.537Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/2b78e9df10fb7f4e9d3d7a18417dd72fbbc1dfd0"
        },
        {
          "url": "https://git.kernel.org/stable/c/1d94dbdfbb64cc48d10dec65cc3c4fbf2497b343"
        },
        {
          "url": "https://git.kernel.org/stable/c/24bf40740a3da6b4056721da34997ae6938f3da1"
        },
        {
          "url": "https://git.kernel.org/stable/c/73d23ecf234b7a6d47fb883f2dabe10e3230b31d"
        },
        {
          "url": "https://git.kernel.org/stable/c/f68523e0f26faade18833fbef577a4295d8e2c94"
        },
        {
          "url": "https://git.kernel.org/stable/c/21839b6fbc3c41b3e374ecbdb0cabbbb2c53cf34"
        },
        {
          "url": "https://git.kernel.org/stable/c/db73500d3f0e558eb642aae1d4782e7726b4a03f"
        },
        {
          "url": "https://git.kernel.org/stable/c/3644554d308ddf2669e459a1551a7edf60b2d62b"
        },
        {
          "url": "https://git.kernel.org/stable/c/9403001ad65ae4f4c5de368bdda3a0636b51d51a"
        }
      ],
      "title": "nilfs2: fix potential null-ptr-deref in nilfs_btree_insert()",
      "x_generator": {
        "engine": "bippy-5f407fcff5a0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2024-47699",
    "datePublished": "2024-10-21T11:53:35.962Z",
    "dateReserved": "2024-09-30T16:00:12.944Z",
    "dateUpdated": "2024-12-19T09:26:20.537Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2024-47699\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-10-21T12:15:06.503\",\"lastModified\":\"2024-11-08T16:15:25.643\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nnilfs2: fix potential null-ptr-deref in nilfs_btree_insert()\\n\\nPatch series \\\"nilfs2: fix potential issues with empty b-tree nodes\\\".\\n\\nThis series addresses three potential issues with empty b-tree nodes that\\ncan occur with corrupted filesystem images, including one recently\\ndiscovered by syzbot.\\n\\n\\nThis patch (of 3):\\n\\nIf a b-tree is broken on the device, and the b-tree height is greater than\\n2 (the level of the root node is greater than 1) even if the number of\\nchild nodes of the b-tree root is 0, a NULL pointer dereference occurs in\\nnilfs_btree_prepare_insert(), which is called from nilfs_btree_insert().\\n\\nThis is because, when the number of child nodes of the b-tree root is 0,\\nnilfs_btree_do_lookup() does not set the block buffer head in any of\\npath[x].bp_bh, leaving it as the initial value of NULL, but if the level\\nof the b-tree root node is greater than 1, nilfs_btree_get_nonroot_node(),\\nwhich accesses the buffer memory of path[x].bp_bh, is called.\\n\\nFix this issue by adding a check to nilfs_btree_root_broken(), which\\nperforms sanity checks when reading the root node from the device, to\\ndetect this inconsistency.\\n\\nThanks to Lizhi Xu for trying to solve the bug and clarifying the cause\\nearly on.\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: nilfs2: soluciona una posible desreferencia de puntero nulo en nilfs_btree_insert() Serie de parches \\\"nilfs2: soluciona posibles problemas con nodos de \u00e1rbol b vac\u00edos\\\". Esta serie aborda tres posibles problemas con nodos de \u00e1rbol b vac\u00edos que pueden ocurrir con im\u00e1genes de sistema de archivos da\u00f1adas, incluido uno descubierto recientemente por syzbot. Este parche (de 3): Si un \u00e1rbol b est\u00e1 roto en el dispositivo y la altura del \u00e1rbol b es mayor que 2 (el nivel del nodo ra\u00edz es mayor que 1) incluso si el n\u00famero de nodos secundarios de la ra\u00edz del \u00e1rbol b es 0, se produce una desreferencia de puntero NULL en nilfs_btree_prepare_insert(), que se llama desde nilfs_btree_insert(). Esto se debe a que, cuando el n\u00famero de nodos secundarios de la ra\u00edz del \u00e1rbol b es 0, nilfs_btree_do_lookup() no establece el encabezado del b\u00fafer de bloque en ninguno de los path[x].bp_bh, dej\u00e1ndolo como el valor inicial de NULL, pero si el nivel del nodo ra\u00edz del \u00e1rbol b es mayor que 1, se llama a nilfs_btree_get_nonroot_node(), que accede a la memoria del b\u00fafer de path[x].bp_bh. Solucione este problema agregando una verificaci\u00f3n a nilfs_btree_root_broken(), que realiza verificaciones de cordura al leer el nodo ra\u00edz desde el dispositivo, para detectar esta inconsistencia. Gracias a Lizhi Xu por intentar resolver el error y aclarar la causa desde el principio.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-476\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.6.30\",\"versionEndExcluding\":\"5.10.227\",\"matchCriteriaId\":\"D7AC25F3-FCB6-413C-966C-A41D588398BE\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.11\",\"versionEndExcluding\":\"5.15.168\",\"matchCriteriaId\":\"4D51C05D-455B-4D8D-89E7-A58E140B864C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.16\",\"versionEndExcluding\":\"6.1.113\",\"matchCriteriaId\":\"D01BD22E-ACD1-4618-9D01-6116570BE1EE\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.2\",\"versionEndExcluding\":\"6.6.54\",\"matchCriteriaId\":\"D448821D-C085-4CAF-88FA-2DDE7BE21976\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.7\",\"versionEndExcluding\":\"6.10.13\",\"matchCriteriaId\":\"CE94BB8D-B0AB-4563-9ED7-A12122B56EBE\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.11\",\"versionEndExcluding\":\"6.11.2\",\"matchCriteriaId\":\"AB755D26-97F4-43B6-8604-CD076811E181\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/1d94dbdfbb64cc48d10dec65cc3c4fbf2497b343\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/21839b6fbc3c41b3e374ecbdb0cabbbb2c53cf34\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/24bf40740a3da6b4056721da34997ae6938f3da1\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/2b78e9df10fb7f4e9d3d7a18417dd72fbbc1dfd0\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/3644554d308ddf2669e459a1551a7edf60b2d62b\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/73d23ecf234b7a6d47fb883f2dabe10e3230b31d\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/9403001ad65ae4f4c5de368bdda3a0636b51d51a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/db73500d3f0e558eb642aae1d4782e7726b4a03f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/f68523e0f26faade18833fbef577a4295d8e2c94\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-47699\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-10-21T13:04:48.707894Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-10-21T13:04:51.765Z\"}}], \"cna\": {\"title\": \"nilfs2: fix potential null-ptr-deref in nilfs_btree_insert()\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"17c76b0104e4a6513983777e1a17e0297a12b0c4\", \"lessThan\": \"2b78e9df10fb7f4e9d3d7a18417dd72fbbc1dfd0\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"17c76b0104e4a6513983777e1a17e0297a12b0c4\", \"lessThan\": \"1d94dbdfbb64cc48d10dec65cc3c4fbf2497b343\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"17c76b0104e4a6513983777e1a17e0297a12b0c4\", \"lessThan\": \"24bf40740a3da6b4056721da34997ae6938f3da1\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"17c76b0104e4a6513983777e1a17e0297a12b0c4\", \"lessThan\": \"73d23ecf234b7a6d47fb883f2dabe10e3230b31d\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"17c76b0104e4a6513983777e1a17e0297a12b0c4\", \"lessThan\": \"f68523e0f26faade18833fbef577a4295d8e2c94\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"17c76b0104e4a6513983777e1a17e0297a12b0c4\", \"lessThan\": \"21839b6fbc3c41b3e374ecbdb0cabbbb2c53cf34\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"17c76b0104e4a6513983777e1a17e0297a12b0c4\", \"lessThan\": \"db73500d3f0e558eb642aae1d4782e7726b4a03f\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"17c76b0104e4a6513983777e1a17e0297a12b0c4\", \"lessThan\": \"3644554d308ddf2669e459a1551a7edf60b2d62b\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"17c76b0104e4a6513983777e1a17e0297a12b0c4\", \"lessThan\": \"9403001ad65ae4f4c5de368bdda3a0636b51d51a\", \"versionType\": \"git\"}], \"programFiles\": [\"fs/nilfs2/btree.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"2.6.30\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"2.6.30\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"4.19.323\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"4.19.*\"}, {\"status\": \"unaffected\", \"version\": \"5.4.285\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.4.*\"}, {\"status\": \"unaffected\", \"version\": \"5.10.227\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.10.*\"}, {\"status\": \"unaffected\", \"version\": \"5.15.168\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.15.*\"}, {\"status\": \"unaffected\", \"version\": \"6.1.113\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.1.*\"}, {\"status\": \"unaffected\", \"version\": \"6.6.54\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.6.*\"}, {\"status\": \"unaffected\", \"version\": \"6.10.13\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.10.*\"}, {\"status\": \"unaffected\", \"version\": \"6.11.2\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.11.*\"}, {\"status\": \"unaffected\", \"version\": \"6.12\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"fs/nilfs2/btree.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/2b78e9df10fb7f4e9d3d7a18417dd72fbbc1dfd0\"}, {\"url\": \"https://git.kernel.org/stable/c/1d94dbdfbb64cc48d10dec65cc3c4fbf2497b343\"}, {\"url\": \"https://git.kernel.org/stable/c/24bf40740a3da6b4056721da34997ae6938f3da1\"}, {\"url\": \"https://git.kernel.org/stable/c/73d23ecf234b7a6d47fb883f2dabe10e3230b31d\"}, {\"url\": \"https://git.kernel.org/stable/c/f68523e0f26faade18833fbef577a4295d8e2c94\"}, {\"url\": \"https://git.kernel.org/stable/c/21839b6fbc3c41b3e374ecbdb0cabbbb2c53cf34\"}, {\"url\": \"https://git.kernel.org/stable/c/db73500d3f0e558eb642aae1d4782e7726b4a03f\"}, {\"url\": \"https://git.kernel.org/stable/c/3644554d308ddf2669e459a1551a7edf60b2d62b\"}, {\"url\": \"https://git.kernel.org/stable/c/9403001ad65ae4f4c5de368bdda3a0636b51d51a\"}], \"x_generator\": {\"engine\": \"bippy-5f407fcff5a0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nnilfs2: fix potential null-ptr-deref in nilfs_btree_insert()\\n\\nPatch series \\\"nilfs2: fix potential issues with empty b-tree nodes\\\".\\n\\nThis series addresses three potential issues with empty b-tree nodes that\\ncan occur with corrupted filesystem images, including one recently\\ndiscovered by syzbot.\\n\\n\\nThis patch (of 3):\\n\\nIf a b-tree is broken on the device, and the b-tree height is greater than\\n2 (the level of the root node is greater than 1) even if the number of\\nchild nodes of the b-tree root is 0, a NULL pointer dereference occurs in\\nnilfs_btree_prepare_insert(), which is called from nilfs_btree_insert().\\n\\nThis is because, when the number of child nodes of the b-tree root is 0,\\nnilfs_btree_do_lookup() does not set the block buffer head in any of\\npath[x].bp_bh, leaving it as the initial value of NULL, but if the level\\nof the b-tree root node is greater than 1, nilfs_btree_get_nonroot_node(),\\nwhich accesses the buffer memory of path[x].bp_bh, is called.\\n\\nFix this issue by adding a check to nilfs_btree_root_broken(), which\\nperforms sanity checks when reading the root node from the device, to\\ndetect this inconsistency.\\n\\nThanks to Lizhi Xu for trying to solve the bug and clarifying the cause\\nearly on.\"}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2024-12-19T09:26:20.537Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2024-47699\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-12-19T09:26:20.537Z\", \"dateReserved\": \"2024-09-30T16:00:12.944Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-10-21T11:53:35.962Z\", \"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 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.