cve-2023-52794
Vulnerability from cvelistv5
Published
2024-05-21 15:31
Modified
2024-12-19 08:26
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: thermal: intel: powerclamp: fix mismatch in get function for max_idle KASAN reported this [ 444.853098] BUG: KASAN: global-out-of-bounds in param_get_int+0x77/0x90 [ 444.853111] Read of size 4 at addr ffffffffc16c9220 by task cat/2105 ... [ 444.853442] The buggy address belongs to the variable: [ 444.853443] max_idle+0x0/0xffffffffffffcde0 [intel_powerclamp] There is a mismatch between the param_get_int and the definition of max_idle. Replacing param_get_int with param_get_byte resolves this issue.
Impacted products
Vendor Product Version
Linux Linux Version: ebf519710218814cf827adbf9111af081344c969
Version: ebf519710218814cf827adbf9111af081344c969
Version: ebf519710218814cf827adbf9111af081344c969
Create a notification for this product.
   Linux Linux Version: 6.3
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "adp": [
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-02T23:11:35.955Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/6a3866dbdcf39ac93e98708e6abced511733dc18"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/0a8585281b11e3a0723bba8d8085d61f0b55f37c"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/fae633cfb729da2771b5433f6b84ae7e8b4aa5f7"
          }
        ],
        "title": "CVE Program Container"
      },
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2023-52794",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-09-10T15:36:53.470332Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-09-11T17:33:29.826Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/thermal/intel/intel_powerclamp.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "6a3866dbdcf39ac93e98708e6abced511733dc18",
              "status": "affected",
              "version": "ebf519710218814cf827adbf9111af081344c969",
              "versionType": "git"
            },
            {
              "lessThan": "0a8585281b11e3a0723bba8d8085d61f0b55f37c",
              "status": "affected",
              "version": "ebf519710218814cf827adbf9111af081344c969",
              "versionType": "git"
            },
            {
              "lessThan": "fae633cfb729da2771b5433f6b84ae7e8b4aa5f7",
              "status": "affected",
              "version": "ebf519710218814cf827adbf9111af081344c969",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/thermal/intel/intel_powerclamp.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.3"
            },
            {
              "lessThan": "6.3",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.5.*",
              "status": "unaffected",
              "version": "6.5.13",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.3",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.7",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nthermal: intel: powerclamp: fix mismatch in get function for max_idle\n\nKASAN reported this\n\n      [ 444.853098] BUG: KASAN: global-out-of-bounds in param_get_int+0x77/0x90\n      [ 444.853111] Read of size 4 at addr ffffffffc16c9220 by task cat/2105\n      ...\n      [ 444.853442] The buggy address belongs to the variable:\n      [ 444.853443] max_idle+0x0/0xffffffffffffcde0 [intel_powerclamp]\n\nThere is a mismatch between the param_get_int and the definition of\nmax_idle.  Replacing param_get_int with param_get_byte resolves this\nissue."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2024-12-19T08:26:05.732Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/6a3866dbdcf39ac93e98708e6abced511733dc18"
        },
        {
          "url": "https://git.kernel.org/stable/c/0a8585281b11e3a0723bba8d8085d61f0b55f37c"
        },
        {
          "url": "https://git.kernel.org/stable/c/fae633cfb729da2771b5433f6b84ae7e8b4aa5f7"
        }
      ],
      "title": "thermal: intel: powerclamp: fix mismatch in get function for max_idle",
      "x_generator": {
        "engine": "bippy-5f407fcff5a0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2023-52794",
    "datePublished": "2024-05-21T15:31:08.970Z",
    "dateReserved": "2024-05-21T15:19:24.246Z",
    "dateUpdated": "2024-12-19T08:26:05.732Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2023-52794\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-05-21T16:15:18.000\",\"lastModified\":\"2024-11-21T08:40:36.007\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nthermal: intel: powerclamp: fix mismatch in get function for max_idle\\n\\nKASAN reported this\\n\\n      [ 444.853098] BUG: KASAN: global-out-of-bounds in param_get_int+0x77/0x90\\n      [ 444.853111] Read of size 4 at addr ffffffffc16c9220 by task cat/2105\\n      ...\\n      [ 444.853442] The buggy address belongs to the variable:\\n      [ 444.853443] max_idle+0x0/0xffffffffffffcde0 [intel_powerclamp]\\n\\nThere is a mismatch between the param_get_int and the definition of\\nmax_idle.  Replacing param_get_int with param_get_byte resolves this\\nissue.\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se resolvi\u00f3 la siguiente vulnerabilidad: t\u00e9rmica: intel: powerclamp: corrige la falta de coincidencia en la funci\u00f3n get para max_idle KASAN inform\u00f3 esto [444.853098] BUG: KASAN: global-fuera de los l\u00edmites en param_get_int+0x77/0x90 [444.853111 ] Lectura de tama\u00f1o 4 en addr ffffffffc16c9220 por tarea cat/2105... [444.853442] La direcci\u00f3n con errores pertenece a la variable: [444.853443] max_idle+0x0/0xffffffffffffffcde0 [intel_powerclamp] Hay una discrepancia entre param_get_int y la definici\u00f3n de max_idle . Reemplazar param_get_int con param_get_byte resuelve este problema.\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/0a8585281b11e3a0723bba8d8085d61f0b55f37c\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/6a3866dbdcf39ac93e98708e6abced511733dc18\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/fae633cfb729da2771b5433f6b84ae7e8b4aa5f7\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/0a8585281b11e3a0723bba8d8085d61f0b55f37c\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://git.kernel.org/stable/c/6a3866dbdcf39ac93e98708e6abced511733dc18\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://git.kernel.org/stable/c/fae633cfb729da2771b5433f6b84ae7e8b4aa5f7\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://git.kernel.org/stable/c/6a3866dbdcf39ac93e98708e6abced511733dc18\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/0a8585281b11e3a0723bba8d8085d61f0b55f37c\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/fae633cfb729da2771b5433f6b84ae7e8b4aa5f7\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T23:11:35.955Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-52794\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-09-10T15:36:53.470332Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-09-11T12:42:16.990Z\"}}], \"cna\": {\"title\": \"thermal: intel: powerclamp: fix mismatch in get function for max_idle\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"ebf519710218814cf827adbf9111af081344c969\", \"lessThan\": \"6a3866dbdcf39ac93e98708e6abced511733dc18\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"ebf519710218814cf827adbf9111af081344c969\", \"lessThan\": \"0a8585281b11e3a0723bba8d8085d61f0b55f37c\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"ebf519710218814cf827adbf9111af081344c969\", \"lessThan\": \"fae633cfb729da2771b5433f6b84ae7e8b4aa5f7\", \"versionType\": \"git\"}], \"programFiles\": [\"drivers/thermal/intel/intel_powerclamp.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"6.3\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"6.3\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"6.5.13\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.5.*\"}, {\"status\": \"unaffected\", \"version\": \"6.6.3\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.6.*\"}, {\"status\": \"unaffected\", \"version\": \"6.7\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"drivers/thermal/intel/intel_powerclamp.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/6a3866dbdcf39ac93e98708e6abced511733dc18\"}, {\"url\": \"https://git.kernel.org/stable/c/0a8585281b11e3a0723bba8d8085d61f0b55f37c\"}, {\"url\": \"https://git.kernel.org/stable/c/fae633cfb729da2771b5433f6b84ae7e8b4aa5f7\"}], \"x_generator\": {\"engine\": \"bippy-5f407fcff5a0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nthermal: intel: powerclamp: fix mismatch in get function for max_idle\\n\\nKASAN reported this\\n\\n      [ 444.853098] BUG: KASAN: global-out-of-bounds in param_get_int+0x77/0x90\\n      [ 444.853111] Read of size 4 at addr ffffffffc16c9220 by task cat/2105\\n      ...\\n      [ 444.853442] The buggy address belongs to the variable:\\n      [ 444.853443] max_idle+0x0/0xffffffffffffcde0 [intel_powerclamp]\\n\\nThere is a mismatch between the param_get_int and the definition of\\nmax_idle.  Replacing param_get_int with param_get_byte resolves this\\nissue.\"}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2024-12-19T08:26:05.732Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2023-52794\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-12-19T08:26:05.732Z\", \"dateReserved\": \"2024-05-21T15:19:24.246Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-05-21T15:31:08.970Z\", \"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.