CVE-2024-26736 (GCVE-0-2024-26736)
Vulnerability from cvelistv5
Published
2024-04-03 17:00
Modified
2026-08-05 11:26
Summary
In the Linux kernel, the following vulnerability has been resolved: afs: Increase buffer size in afs_update_volume_status() The max length of volume->vid value is 20 characters. So increase idbuf[] size up to 24 to avoid overflow. Found by Linux Verification Center (linuxtesting.org) with SVACE. [DH: Actually, it's 20 + NUL, so increase it to 24 and use snprintf()]
Impacted products
Vendor Product Version
Linux Linux Version: d2ddc776a4581d900fc3bdc7803b403daae64d88
Version: d2ddc776a4581d900fc3bdc7803b403daae64d88
Version: d2ddc776a4581d900fc3bdc7803b403daae64d88
Version: d2ddc776a4581d900fc3bdc7803b403daae64d88
Version: d2ddc776a4581d900fc3bdc7803b403daae64d88
Version: d2ddc776a4581d900fc3bdc7803b403daae64d88
Version: d2ddc776a4581d900fc3bdc7803b403daae64d88
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2024-26736",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-04-05T17:35:04.677455Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-06-04T17:48:32.562Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      },
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-02T00:14:12.959Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/5c27d85a69fa16a08813ba37ddfb4bbc9a1ed6b5"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/d9b5e2b7a8196850383c70d099bfd39e81ab6637"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/e56662160fc24d28cb75ac095cc6415ae1bda43e"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/e8530b170e464017203e3b8c6c49af6e916aece1"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/6e6065dd25b661420fac19c34282b6c626fcd35e"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/d34a5e57632bb5ff825196ddd9a48ca403626dfa"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/6ea38e2aeb72349cad50e38899b0ba6fbcb2af3d"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html"
          }
        ],
        "title": "CVE Program Container"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "fs/afs/volume.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "5c27d85a69fa16a08813ba37ddfb4bbc9a1ed6b5",
              "status": "affected",
              "version": "d2ddc776a4581d900fc3bdc7803b403daae64d88",
              "versionType": "git"
            },
            {
              "lessThan": "d9b5e2b7a8196850383c70d099bfd39e81ab6637",
              "status": "affected",
              "version": "d2ddc776a4581d900fc3bdc7803b403daae64d88",
              "versionType": "git"
            },
            {
              "lessThan": "e56662160fc24d28cb75ac095cc6415ae1bda43e",
              "status": "affected",
              "version": "d2ddc776a4581d900fc3bdc7803b403daae64d88",
              "versionType": "git"
            },
            {
              "lessThan": "e8530b170e464017203e3b8c6c49af6e916aece1",
              "status": "affected",
              "version": "d2ddc776a4581d900fc3bdc7803b403daae64d88",
              "versionType": "git"
            },
            {
              "lessThan": "6e6065dd25b661420fac19c34282b6c626fcd35e",
              "status": "affected",
              "version": "d2ddc776a4581d900fc3bdc7803b403daae64d88",
              "versionType": "git"
            },
            {
              "lessThan": "d34a5e57632bb5ff825196ddd9a48ca403626dfa",
              "status": "affected",
              "version": "d2ddc776a4581d900fc3bdc7803b403daae64d88",
              "versionType": "git"
            },
            {
              "lessThan": "6ea38e2aeb72349cad50e38899b0ba6fbcb2af3d",
              "status": "affected",
              "version": "d2ddc776a4581d900fc3bdc7803b403daae64d88",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "fs/afs/volume.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "4.15"
            },
            {
              "lessThan": "4.15",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.4.*",
              "status": "unaffected",
              "version": "5.4.270",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.211",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.150",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.80",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.19",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.7.*",
              "status": "unaffected",
              "version": "6.7.7",
              "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": "5.4.270",
                  "versionStartIncluding": "4.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.211",
                  "versionStartIncluding": "4.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.150",
                  "versionStartIncluding": "4.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.80",
                  "versionStartIncluding": "4.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.19",
                  "versionStartIncluding": "4.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.7.7",
                  "versionStartIncluding": "4.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.8",
                  "versionStartIncluding": "4.15",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nafs: Increase buffer size in afs_update_volume_status()\n\nThe max length of volume-\u003evid value is 20 characters.\nSo increase idbuf[] size up to 24 to avoid overflow.\n\nFound by Linux Verification Center (linuxtesting.org) with SVACE.\n\n[DH: Actually, it\u0027s 20 + NUL, so increase it to 24 and use snprintf()]"
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 8.1,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:N - The value formatted into the undersized stack buffer originates entirely from a remote Volume Location server\u0027s `VL.GetEntryByNameU` reply (`ntohl(uvldb-\u003evolumeId[i])`, fs/afs/vlclient.c:77), and the call into `afs_update_volume_status()` is itself forced on demand by a remote fileserver returning VNOVOL/VMOVED abort codes (fs/afs/rotate.c:247,387). AFS VL traffic is unauthenticated rxrpc over UDP, so a rogue cell server or an on-path response spoofer reaches this code across the network.\nAC:H - Overflowing `idbuf[16]` requires `volume-\u003evid` to exceed 10 decimal digits, but the on-wire `volumeId[]` field is `__be32` (fs/afs/afs_vl.h:123) and is the sole source of `volume-\u003evid`, capping it at `4294967295`. The wire-format width is a hard constraint entirely beyond the attacker\u0027s control, so no attainable input triggers the write.\nPR:N - The attacker is the VL server (or a network entity spoofing its unauthenticated replies) and holds no account, credential, or capability on the target host. No local privilege on the victim is consumed anywhere along the `afs_select_fileserver` \u2192 `afs_check_volume_status` \u2192 `afs_update_volume_status` path.\nUI:N - On a configured AFS client `/afs` is already mounted at boot, and the volume-status refresh fires from routine background revalidation and from server-supplied VMOVED/VNOVOL responses without any victim action. The attacker drives the update himself via the fileserver\u0027s abort codes.\nS:U - Any corruption is confined to the AFS client\u0027s own kernel stack frame within the same kernel security authority. No VM, hypervisor, IOMMU, or sandbox boundary is crossed.\nC:H - A stack write past `idbuf` overwrites the adjacent locals in the same frame \u2014 the `new`/`old`/`discard`/`vldb` pointers and `idsz` \u2014 and corrupting `vldb` or `idsz` redirects the subsequent `memcmp`/`memcpy` of the volume name and the `afs_alloc_server_list()` walk, yielding an attacker-influenced kernel read. Per kernel guidance, memory corruption leverageable for disclosure is scored High.\nI:H - This is an out-of-bounds stack write, which per kernel guidance is High: the clobbered pointers are dereferenced and written through immediately afterwards (`memcpy(volume-\u003ename, vldb-\u003ename, AFS_MAXVOLNAME)`, `rcu_assign_pointer(volume-\u003eservers, new)`), giving a path to controlled kernel memory modification and control-flow influence.\nA:H - On any stack-protector kernel the 5-byte overrun smashes the canary and `__stack_chk_fail()` panics the machine; without it, the corrupted `vldb`/`new`/`old` pointers are dereferenced and freed (`kfree(vldb)`, `afs_put_serverlist()`), producing an oops. Either outcome is a full kernel crash."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T11:26:55.027Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/5c27d85a69fa16a08813ba37ddfb4bbc9a1ed6b5"
        },
        {
          "url": "https://git.kernel.org/stable/c/d9b5e2b7a8196850383c70d099bfd39e81ab6637"
        },
        {
          "url": "https://git.kernel.org/stable/c/e56662160fc24d28cb75ac095cc6415ae1bda43e"
        },
        {
          "url": "https://git.kernel.org/stable/c/e8530b170e464017203e3b8c6c49af6e916aece1"
        },
        {
          "url": "https://git.kernel.org/stable/c/6e6065dd25b661420fac19c34282b6c626fcd35e"
        },
        {
          "url": "https://git.kernel.org/stable/c/d34a5e57632bb5ff825196ddd9a48ca403626dfa"
        },
        {
          "url": "https://git.kernel.org/stable/c/6ea38e2aeb72349cad50e38899b0ba6fbcb2af3d"
        }
      ],
      "title": "afs: Increase buffer size in afs_update_volume_status()",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2024-26736",
    "datePublished": "2024-04-03T17:00:22.693Z",
    "dateReserved": "2024-02-19T14:20:24.166Z",
    "dateUpdated": "2026-08-05T11:26:55.027Z",
    "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/5c27d85a69fa16a08813ba37ddfb4bbc9a1ed6b5\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/d9b5e2b7a8196850383c70d099bfd39e81ab6637\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/e56662160fc24d28cb75ac095cc6415ae1bda43e\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/e8530b170e464017203e3b8c6c49af6e916aece1\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/6e6065dd25b661420fac19c34282b6c626fcd35e\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/d34a5e57632bb5ff825196ddd9a48ca403626dfa\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/6ea38e2aeb72349cad50e38899b0ba6fbcb2af3d\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T00:14:12.959Z\"}}, {\"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-26736\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-04-05T17:35:04.677455Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-05-23T19:01:22.222Z\"}, \"title\": \"CISA ADP Vulnrichment\"}], \"cna\": {\"title\": \"afs: Increase buffer size in afs_update_volume_status()\", \"metrics\": [{\"cvssV3_1\": {\"version\": \"3.1\", \"baseScore\": 8.1, \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"AV:N - The value formatted into the undersized stack buffer originates entirely from a remote Volume Location server\u0027s `VL.GetEntryByNameU` reply (`ntohl(uvldb-\u003evolumeId[i])`, fs/afs/vlclient.c:77), and the call into `afs_update_volume_status()` is itself forced on demand by a remote fileserver returning VNOVOL/VMOVED abort codes (fs/afs/rotate.c:247,387). AFS VL traffic is unauthenticated rxrpc over UDP, so a rogue cell server or an on-path response spoofer reaches this code across the network.\\nAC:H - Overflowing `idbuf[16]` requires `volume-\u003evid` to exceed 10 decimal digits, but the on-wire `volumeId[]` field is `__be32` (fs/afs/afs_vl.h:123) and is the sole source of `volume-\u003evid`, capping it at `4294967295`. The wire-format width is a hard constraint entirely beyond the attacker\u0027s control, so no attainable input triggers the write.\\nPR:N - The attacker is the VL server (or a network entity spoofing its unauthenticated replies) and holds no account, credential, or capability on the target host. No local privilege on the victim is consumed anywhere along the `afs_select_fileserver` \\u2192 `afs_check_volume_status` \\u2192 `afs_update_volume_status` path.\\nUI:N - On a configured AFS client `/afs` is already mounted at boot, and the volume-status refresh fires from routine background revalidation and from server-supplied VMOVED/VNOVOL responses without any victim action. The attacker drives the update himself via the fileserver\u0027s abort codes.\\nS:U - Any corruption is confined to the AFS client\u0027s own kernel stack frame within the same kernel security authority. No VM, hypervisor, IOMMU, or sandbox boundary is crossed.\\nC:H - A stack write past `idbuf` overwrites the adjacent locals in the same frame \\u2014 the `new`/`old`/`discard`/`vldb` pointers and `idsz` \\u2014 and corrupting `vldb` or `idsz` redirects the subsequent `memcmp`/`memcpy` of the volume name and the `afs_alloc_server_list()` walk, yielding an attacker-influenced kernel read. Per kernel guidance, memory corruption leverageable for disclosure is scored High.\\nI:H - This is an out-of-bounds stack write, which per kernel guidance is High: the clobbered pointers are dereferenced and written through immediately afterwards (`memcpy(volume-\u003ename, vldb-\u003ename, AFS_MAXVOLNAME)`, `rcu_assign_pointer(volume-\u003eservers, new)`), giving a path to controlled kernel memory modification and control-flow influence.\\nA:H - On any stack-protector kernel the 5-byte overrun smashes the canary and `__stack_chk_fail()` panics the machine; without it, the corrupted `vldb`/`new`/`old` pointers are dereferenced and freed (`kfree(vldb)`, `afs_put_serverlist()`), producing an oops. Either outcome is a full kernel crash.\"}]}], \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"d2ddc776a4581d900fc3bdc7803b403daae64d88\", \"lessThan\": \"5c27d85a69fa16a08813ba37ddfb4bbc9a1ed6b5\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"d2ddc776a4581d900fc3bdc7803b403daae64d88\", \"lessThan\": \"d9b5e2b7a8196850383c70d099bfd39e81ab6637\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"d2ddc776a4581d900fc3bdc7803b403daae64d88\", \"lessThan\": \"e56662160fc24d28cb75ac095cc6415ae1bda43e\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"d2ddc776a4581d900fc3bdc7803b403daae64d88\", \"lessThan\": \"e8530b170e464017203e3b8c6c49af6e916aece1\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"d2ddc776a4581d900fc3bdc7803b403daae64d88\", \"lessThan\": \"6e6065dd25b661420fac19c34282b6c626fcd35e\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"d2ddc776a4581d900fc3bdc7803b403daae64d88\", \"lessThan\": \"d34a5e57632bb5ff825196ddd9a48ca403626dfa\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"d2ddc776a4581d900fc3bdc7803b403daae64d88\", \"lessThan\": \"6ea38e2aeb72349cad50e38899b0ba6fbcb2af3d\", \"versionType\": \"git\"}], \"programFiles\": [\"fs/afs/volume.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"4.15\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"4.15\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"5.4.270\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.4.*\"}, {\"status\": \"unaffected\", \"version\": \"5.10.211\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.10.*\"}, {\"status\": \"unaffected\", \"version\": \"5.15.150\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.15.*\"}, {\"status\": \"unaffected\", \"version\": \"6.1.80\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.1.*\"}, {\"status\": \"unaffected\", \"version\": \"6.6.19\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.6.*\"}, {\"status\": \"unaffected\", \"version\": \"6.7.7\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.7.*\"}, {\"status\": \"unaffected\", \"version\": \"6.8\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"fs/afs/volume.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/5c27d85a69fa16a08813ba37ddfb4bbc9a1ed6b5\"}, {\"url\": \"https://git.kernel.org/stable/c/d9b5e2b7a8196850383c70d099bfd39e81ab6637\"}, {\"url\": \"https://git.kernel.org/stable/c/e56662160fc24d28cb75ac095cc6415ae1bda43e\"}, {\"url\": \"https://git.kernel.org/stable/c/e8530b170e464017203e3b8c6c49af6e916aece1\"}, {\"url\": \"https://git.kernel.org/stable/c/6e6065dd25b661420fac19c34282b6c626fcd35e\"}, {\"url\": \"https://git.kernel.org/stable/c/d34a5e57632bb5ff825196ddd9a48ca403626dfa\"}, {\"url\": \"https://git.kernel.org/stable/c/6ea38e2aeb72349cad50e38899b0ba6fbcb2af3d\"}], \"x_generator\": {\"engine\": \"bippy-1.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nafs: Increase buffer size in afs_update_volume_status()\\n\\nThe max length of volume-\u003evid value is 20 characters.\\nSo increase idbuf[] size up to 24 to avoid overflow.\\n\\nFound by Linux Verification Center (linuxtesting.org) with SVACE.\\n\\n[DH: Actually, it\u0027s 20 + NUL, so increase it to 24 and use snprintf()]\"}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.4.270\", \"versionStartIncluding\": \"4.15\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.10.211\", \"versionStartIncluding\": \"4.15\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.15.150\", \"versionStartIncluding\": \"4.15\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.1.80\", \"versionStartIncluding\": \"4.15\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.6.19\", \"versionStartIncluding\": \"4.15\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.7.7\", \"versionStartIncluding\": \"4.15\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.8\", \"versionStartIncluding\": \"4.15\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2026-08-05T11:26:55.027Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2024-26736\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-08-05T11:26:55.027Z\", \"dateReserved\": \"2024-02-19T14:20:24.166Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-04-03T17:00:22.693Z\", \"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…