CVE-2024-35815 (GCVE-0-2024-35815)

Vulnerability from cvelistv5 – Published: 2024-05-17 13:23 – Updated: 2025-05-04 09:05
VLAI?
Title
fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversion
Summary
In the Linux kernel, the following vulnerability has been resolved: fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversion The first kiocb_set_cancel_fn() argument may point at a struct kiocb that is not embedded inside struct aio_kiocb. With the current code, depending on the compiler, the req->ki_ctx read happens either before the IOCB_AIO_RW test or after that test. Move the req->ki_ctx read such that it is guaranteed that the IOCB_AIO_RW test happens first.
Severity ?
No CVSS data available.
Assigner
Impacted products
Vendor Product Version
Linux Linux Affected: 337b543e274fe7a8f47df3c8293cc6686ffa620f , < 10ca82aff58434e122c7c757cf0497c335f993f3 (git)
Affected: b4eea7a05ee0ab5ab0514421e6ba8c5d249cf942 , < 396dbbc18963648e9d1a4edbb55cfe08fa374d50 (git)
Affected: ea1cd64d59f22d6d13f367d62ec6e27b9344695f , < 94eb0293703ced580f05dfbe5a57da5931e9aee2 (git)
Affected: d7b6fa97ec894edd02f64b83e5e72e1aa352f353 , < a71cba07783abc76b547568b6452cd1dd9981410 (git)
Affected: 18f614369def2a11a52f569fe0f910b199d13487 , < 18d5fc3c16cc317bd0e5f5dabe0660df415cadb7 (git)
Affected: e7e23fc5d5fe422827c9a43ecb579448f73876c7 , < c01ed748847fe8b810d86efc229b9e6c7fafa01e (git)
Affected: 1dc7d74fe456944a9b1c57bd776280249f441ac6 , < 5c43d0041e3a05c6c41c318b759fff16d2384596 (git)
Affected: b820de741ae48ccf50dd95e297889c286ff4f760 , < 961ebd120565cb60cebe21cb634fbc456022db4a (git)
Create a notification for this product.
    Linux Linux Affected: 4.19.308 , < 4.19.312 (semver)
Affected: 5.4.270 , < 5.4.274 (semver)
Affected: 5.10.211 , < 5.10.215 (semver)
Affected: 5.15.150 , < 5.15.154 (semver)
Affected: 6.1.80 , < 6.1.84 (semver)
Affected: 6.6.19 , < 6.6.24 (semver)
Affected: 6.7.7 , < 6.7.12 (semver)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2024-35815",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-05-20T14:12:56.685850Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-06-04T17:33:42.531Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      },
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-02T03:21:47.505Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/10ca82aff58434e122c7c757cf0497c335f993f3"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/396dbbc18963648e9d1a4edbb55cfe08fa374d50"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/94eb0293703ced580f05dfbe5a57da5931e9aee2"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/a71cba07783abc76b547568b6452cd1dd9981410"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/18d5fc3c16cc317bd0e5f5dabe0660df415cadb7"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/c01ed748847fe8b810d86efc229b9e6c7fafa01e"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/5c43d0041e3a05c6c41c318b759fff16d2384596"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/961ebd120565cb60cebe21cb634fbc456022db4a"
          },
          {
            "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"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "fs/aio.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "10ca82aff58434e122c7c757cf0497c335f993f3",
              "status": "affected",
              "version": "337b543e274fe7a8f47df3c8293cc6686ffa620f",
              "versionType": "git"
            },
            {
              "lessThan": "396dbbc18963648e9d1a4edbb55cfe08fa374d50",
              "status": "affected",
              "version": "b4eea7a05ee0ab5ab0514421e6ba8c5d249cf942",
              "versionType": "git"
            },
            {
              "lessThan": "94eb0293703ced580f05dfbe5a57da5931e9aee2",
              "status": "affected",
              "version": "ea1cd64d59f22d6d13f367d62ec6e27b9344695f",
              "versionType": "git"
            },
            {
              "lessThan": "a71cba07783abc76b547568b6452cd1dd9981410",
              "status": "affected",
              "version": "d7b6fa97ec894edd02f64b83e5e72e1aa352f353",
              "versionType": "git"
            },
            {
              "lessThan": "18d5fc3c16cc317bd0e5f5dabe0660df415cadb7",
              "status": "affected",
              "version": "18f614369def2a11a52f569fe0f910b199d13487",
              "versionType": "git"
            },
            {
              "lessThan": "c01ed748847fe8b810d86efc229b9e6c7fafa01e",
              "status": "affected",
              "version": "e7e23fc5d5fe422827c9a43ecb579448f73876c7",
              "versionType": "git"
            },
            {
              "lessThan": "5c43d0041e3a05c6c41c318b759fff16d2384596",
              "status": "affected",
              "version": "1dc7d74fe456944a9b1c57bd776280249f441ac6",
              "versionType": "git"
            },
            {
              "lessThan": "961ebd120565cb60cebe21cb634fbc456022db4a",
              "status": "affected",
              "version": "b820de741ae48ccf50dd95e297889c286ff4f760",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "fs/aio.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "4.19.312",
              "status": "affected",
              "version": "4.19.308",
              "versionType": "semver"
            },
            {
              "lessThan": "5.4.274",
              "status": "affected",
              "version": "5.4.270",
              "versionType": "semver"
            },
            {
              "lessThan": "5.10.215",
              "status": "affected",
              "version": "5.10.211",
              "versionType": "semver"
            },
            {
              "lessThan": "5.15.154",
              "status": "affected",
              "version": "5.15.150",
              "versionType": "semver"
            },
            {
              "lessThan": "6.1.84",
              "status": "affected",
              "version": "6.1.80",
              "versionType": "semver"
            },
            {
              "lessThan": "6.6.24",
              "status": "affected",
              "version": "6.6.19",
              "versionType": "semver"
            },
            {
              "lessThan": "6.7.12",
              "status": "affected",
              "version": "6.7.7",
              "versionType": "semver"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.19.312",
                  "versionStartIncluding": "4.19.308",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.4.274",
                  "versionStartIncluding": "5.4.270",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.215",
                  "versionStartIncluding": "5.10.211",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.154",
                  "versionStartIncluding": "5.15.150",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.84",
                  "versionStartIncluding": "6.1.80",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.24",
                  "versionStartIncluding": "6.6.19",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.7.12",
                  "versionStartIncluding": "6.7.7",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nfs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversion\n\nThe first kiocb_set_cancel_fn() argument may point at a struct kiocb\nthat is not embedded inside struct aio_kiocb. With the current code,\ndepending on the compiler, the req-\u003eki_ctx read happens either before\nthe IOCB_AIO_RW test or after that test. Move the req-\u003eki_ctx read such\nthat it is guaranteed that the IOCB_AIO_RW test happens first."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2025-05-04T09:05:59.810Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/10ca82aff58434e122c7c757cf0497c335f993f3"
        },
        {
          "url": "https://git.kernel.org/stable/c/396dbbc18963648e9d1a4edbb55cfe08fa374d50"
        },
        {
          "url": "https://git.kernel.org/stable/c/94eb0293703ced580f05dfbe5a57da5931e9aee2"
        },
        {
          "url": "https://git.kernel.org/stable/c/a71cba07783abc76b547568b6452cd1dd9981410"
        },
        {
          "url": "https://git.kernel.org/stable/c/18d5fc3c16cc317bd0e5f5dabe0660df415cadb7"
        },
        {
          "url": "https://git.kernel.org/stable/c/c01ed748847fe8b810d86efc229b9e6c7fafa01e"
        },
        {
          "url": "https://git.kernel.org/stable/c/5c43d0041e3a05c6c41c318b759fff16d2384596"
        },
        {
          "url": "https://git.kernel.org/stable/c/961ebd120565cb60cebe21cb634fbc456022db4a"
        }
      ],
      "title": "fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversion",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2024-35815",
    "datePublished": "2024-05-17T13:23:20.326Z",
    "dateReserved": "2024-05-17T12:19:12.343Z",
    "dateUpdated": "2025-05-04T09:05:59.810Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://git.kernel.org/stable/c/10ca82aff58434e122c7c757cf0497c335f993f3\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/396dbbc18963648e9d1a4edbb55cfe08fa374d50\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/94eb0293703ced580f05dfbe5a57da5931e9aee2\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/a71cba07783abc76b547568b6452cd1dd9981410\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/18d5fc3c16cc317bd0e5f5dabe0660df415cadb7\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/c01ed748847fe8b810d86efc229b9e6c7fafa01e\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/5c43d0041e3a05c6c41c318b759fff16d2384596\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/961ebd120565cb60cebe21cb634fbc456022db4a\", \"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-02T03:21:47.505Z\"}}, {\"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-35815\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-05-20T14:12:56.685850Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-05-23T19:01:24.797Z\"}, \"title\": \"CISA ADP Vulnrichment\"}], \"cna\": {\"title\": \"fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversion\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"337b543e274f\", \"lessThan\": \"10ca82aff584\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"b4eea7a05ee0\", \"lessThan\": \"396dbbc18963\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"ea1cd64d59f2\", \"lessThan\": \"94eb0293703c\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"d7b6fa97ec89\", \"lessThan\": \"a71cba07783a\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"18f614369def\", \"lessThan\": \"18d5fc3c16cc\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"e7e23fc5d5fe\", \"lessThan\": \"c01ed748847f\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"1dc7d74fe456\", \"lessThan\": \"5c43d0041e3a\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"b820de741ae4\", \"lessThan\": \"961ebd120565\", \"versionType\": \"git\"}], \"programFiles\": [\"fs/aio.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.19.308\", \"lessThan\": \"4.19.312\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"5.4.270\", \"lessThan\": \"5.4.274\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"5.10.211\", \"lessThan\": \"5.10.215\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"5.15.150\", \"lessThan\": \"5.15.154\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"6.1.80\", \"lessThan\": \"6.1.84\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"6.6.19\", \"lessThan\": \"6.6.24\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"6.7.7\", \"lessThan\": \"6.7.12\", \"versionType\": \"custom\"}], \"programFiles\": [\"fs/aio.c\"], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/10ca82aff58434e122c7c757cf0497c335f993f3\"}, {\"url\": \"https://git.kernel.org/stable/c/396dbbc18963648e9d1a4edbb55cfe08fa374d50\"}, {\"url\": \"https://git.kernel.org/stable/c/94eb0293703ced580f05dfbe5a57da5931e9aee2\"}, {\"url\": \"https://git.kernel.org/stable/c/a71cba07783abc76b547568b6452cd1dd9981410\"}, {\"url\": \"https://git.kernel.org/stable/c/18d5fc3c16cc317bd0e5f5dabe0660df415cadb7\"}, {\"url\": \"https://git.kernel.org/stable/c/c01ed748847fe8b810d86efc229b9e6c7fafa01e\"}, {\"url\": \"https://git.kernel.org/stable/c/5c43d0041e3a05c6c41c318b759fff16d2384596\"}, {\"url\": \"https://git.kernel.org/stable/c/961ebd120565cb60cebe21cb634fbc456022db4a\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html\"}], \"x_generator\": {\"engine\": \"bippy-a5840b7849dd\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nfs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversion\\n\\nThe first kiocb_set_cancel_fn() argument may point at a struct kiocb\\nthat is not embedded inside struct aio_kiocb. With the current code,\\ndepending on the compiler, the req-\u003eki_ctx read happens either before\\nthe IOCB_AIO_RW test or after that test. Move the req-\u003eki_ctx read such\\nthat it is guaranteed that the IOCB_AIO_RW test happens first.\"}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2024-05-29T05:29:29.537Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2024-35815\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-08-02T03:21:47.505Z\", \"dateReserved\": \"2024-05-17T12:19:12.343Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-05-17T13:23:20.326Z\", \"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…