CVE-2022-49685 (GCVE-0-2022-49685)
Vulnerability from cvelistv5
Published
2025-02-26 02:24
Modified
2025-05-04 08:43
Summary
In the Linux kernel, the following vulnerability has been resolved: iio: trigger: sysfs: fix use-after-free on remove Ensure that the irq_work has completed before the trigger is freed. ================================================================== BUG: KASAN: use-after-free in irq_work_run_list Read of size 8 at addr 0000000064702248 by task python3/25 Call Trace: irq_work_run_list irq_work_tick update_process_times tick_sched_handle tick_sched_timer __hrtimer_run_queues hrtimer_interrupt Allocated by task 25: kmem_cache_alloc_trace iio_sysfs_trig_add dev_attr_store sysfs_kf_write kernfs_fop_write_iter new_sync_write vfs_write ksys_write sys_write Freed by task 25: kfree iio_sysfs_trig_remove dev_attr_store sysfs_kf_write kernfs_fop_write_iter new_sync_write vfs_write ksys_write sys_write ==================================================================
Impacted products
Vendor Product Version
Linux Linux Version: f38bc926d022ebd67baad6ac7fc22c95fbc6238c
Version: f38bc926d022ebd67baad6ac7fc22c95fbc6238c
Version: f38bc926d022ebd67baad6ac7fc22c95fbc6238c
Version: f38bc926d022ebd67baad6ac7fc22c95fbc6238c
Version: f38bc926d022ebd67baad6ac7fc22c95fbc6238c
Version: f38bc926d022ebd67baad6ac7fc22c95fbc6238c
Version: f38bc926d022ebd67baad6ac7fc22c95fbc6238c
Version: f38bc926d022ebd67baad6ac7fc22c95fbc6238c
Create a notification for this product.
   Linux Linux Version: 3.7
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "cvssV3_1": {
              "attackComplexity": "LOW",
              "attackVector": "LOCAL",
              "availabilityImpact": "HIGH",
              "baseScore": 7.8,
              "baseSeverity": "HIGH",
              "confidentialityImpact": "HIGH",
              "integrityImpact": "HIGH",
              "privilegesRequired": "LOW",
              "scope": "UNCHANGED",
              "userInteraction": "NONE",
              "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
              "version": "3.1"
            }
          },
          {
            "other": {
              "content": {
                "id": "CVE-2022-49685",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "total"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2025-02-27T18:15:09.914625Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "problemTypes": [
          {
            "descriptions": [
              {
                "cweId": "CWE-416",
                "description": "CWE-416 Use After Free",
                "lang": "en",
                "type": "CWE"
              }
            ]
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2025-02-27T18:22:31.102Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/iio/trigger/iio-trig-sysfs.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "d6111e7bdb8ec27eb43d01c4cd4ff1620a75f7f2",
              "status": "affected",
              "version": "f38bc926d022ebd67baad6ac7fc22c95fbc6238c",
              "versionType": "git"
            },
            {
              "lessThan": "fd5d8fb298a2866c337da635c79d63c3afabcaf7",
              "status": "affected",
              "version": "f38bc926d022ebd67baad6ac7fc22c95fbc6238c",
              "versionType": "git"
            },
            {
              "lessThan": "31ff3309b47d98313c61b8301bf595820cc3cc33",
              "status": "affected",
              "version": "f38bc926d022ebd67baad6ac7fc22c95fbc6238c",
              "versionType": "git"
            },
            {
              "lessThan": "5e39397d60dacc7f5d81d442c1c958eaaaf31128",
              "status": "affected",
              "version": "f38bc926d022ebd67baad6ac7fc22c95fbc6238c",
              "versionType": "git"
            },
            {
              "lessThan": "b07a30a774b3c3e584a68dc91779c68ea2da4813",
              "status": "affected",
              "version": "f38bc926d022ebd67baad6ac7fc22c95fbc6238c",
              "versionType": "git"
            },
            {
              "lessThan": "4687c3f955240ca2a576bdc3f742d4d915b6272d",
              "status": "affected",
              "version": "f38bc926d022ebd67baad6ac7fc22c95fbc6238c",
              "versionType": "git"
            },
            {
              "lessThan": "4ef1e521be610b720daeb7cf899fedc7db0274c4",
              "status": "affected",
              "version": "f38bc926d022ebd67baad6ac7fc22c95fbc6238c",
              "versionType": "git"
            },
            {
              "lessThan": "78601726d4a59a291acc5a52da1d3a0a6831e4e8",
              "status": "affected",
              "version": "f38bc926d022ebd67baad6ac7fc22c95fbc6238c",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/iio/trigger/iio-trig-sysfs.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "3.7"
            },
            {
              "lessThan": "3.7",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.9.*",
              "status": "unaffected",
              "version": "4.9.321",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.14.*",
              "status": "unaffected",
              "version": "4.14.286",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.19.*",
              "status": "unaffected",
              "version": "4.19.250",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.4.*",
              "status": "unaffected",
              "version": "5.4.202",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.127",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.51",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.18.*",
              "status": "unaffected",
              "version": "5.18.8",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "5.19",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.9.321",
                  "versionStartIncluding": "3.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.14.286",
                  "versionStartIncluding": "3.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.19.250",
                  "versionStartIncluding": "3.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.4.202",
                  "versionStartIncluding": "3.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.127",
                  "versionStartIncluding": "3.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.51",
                  "versionStartIncluding": "3.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.18.8",
                  "versionStartIncluding": "3.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.19",
                  "versionStartIncluding": "3.7",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\niio: trigger: sysfs: fix use-after-free on remove\n\nEnsure that the irq_work has completed before the trigger is freed.\n\n ==================================================================\n BUG: KASAN: use-after-free in irq_work_run_list\n Read of size 8 at addr 0000000064702248 by task python3/25\n\n Call Trace:\n  irq_work_run_list\n  irq_work_tick\n  update_process_times\n  tick_sched_handle\n  tick_sched_timer\n  __hrtimer_run_queues\n  hrtimer_interrupt\n\n Allocated by task 25:\n  kmem_cache_alloc_trace\n  iio_sysfs_trig_add\n  dev_attr_store\n  sysfs_kf_write\n  kernfs_fop_write_iter\n  new_sync_write\n  vfs_write\n  ksys_write\n  sys_write\n\n Freed by task 25:\n  kfree\n  iio_sysfs_trig_remove\n  dev_attr_store\n  sysfs_kf_write\n  kernfs_fop_write_iter\n  new_sync_write\n  vfs_write\n  ksys_write\n  sys_write\n\n =================================================================="
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2025-05-04T08:43:17.291Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/d6111e7bdb8ec27eb43d01c4cd4ff1620a75f7f2"
        },
        {
          "url": "https://git.kernel.org/stable/c/fd5d8fb298a2866c337da635c79d63c3afabcaf7"
        },
        {
          "url": "https://git.kernel.org/stable/c/31ff3309b47d98313c61b8301bf595820cc3cc33"
        },
        {
          "url": "https://git.kernel.org/stable/c/5e39397d60dacc7f5d81d442c1c958eaaaf31128"
        },
        {
          "url": "https://git.kernel.org/stable/c/b07a30a774b3c3e584a68dc91779c68ea2da4813"
        },
        {
          "url": "https://git.kernel.org/stable/c/4687c3f955240ca2a576bdc3f742d4d915b6272d"
        },
        {
          "url": "https://git.kernel.org/stable/c/4ef1e521be610b720daeb7cf899fedc7db0274c4"
        },
        {
          "url": "https://git.kernel.org/stable/c/78601726d4a59a291acc5a52da1d3a0a6831e4e8"
        }
      ],
      "title": "iio: trigger: sysfs: fix use-after-free on remove",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2022-49685",
    "datePublished": "2025-02-26T02:24:12.143Z",
    "dateReserved": "2025-02-26T02:21:30.441Z",
    "dateUpdated": "2025-05-04T08:43:17.291Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2022-49685\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-02-26T07:01:43.340\",\"lastModified\":\"2025-03-24T19:27:25.203\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\niio: trigger: sysfs: fix use-after-free on remove\\n\\nEnsure that the irq_work has completed before the trigger is freed.\\n\\n ==================================================================\\n BUG: KASAN: use-after-free in irq_work_run_list\\n Read of size 8 at addr 0000000064702248 by task python3/25\\n\\n Call Trace:\\n  irq_work_run_list\\n  irq_work_tick\\n  update_process_times\\n  tick_sched_handle\\n  tick_sched_timer\\n  __hrtimer_run_queues\\n  hrtimer_interrupt\\n\\n Allocated by task 25:\\n  kmem_cache_alloc_trace\\n  iio_sysfs_trig_add\\n  dev_attr_store\\n  sysfs_kf_write\\n  kernfs_fop_write_iter\\n  new_sync_write\\n  vfs_write\\n  ksys_write\\n  sys_write\\n\\n Freed by task 25:\\n  kfree\\n  iio_sysfs_trig_remove\\n  dev_attr_store\\n  sysfs_kf_write\\n  kernfs_fop_write_iter\\n  new_sync_write\\n  vfs_write\\n  ksys_write\\n  sys_write\\n\\n ==================================================================\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: iio: trigger: sysfs: fix use-after-free on remove Aseg\u00farese de que irq_work se haya completado antes de que se libere el disparador.================================================================== BUG: KASAN: use-after-free in irq_work_run_list Read of size 8 at addr 0000000064702248 by task python3/25 Call Trace: irq_work_run_list irq_work_tick update_process_times tick_sched_handle tick_sched_timer __hrtimer_run_queues hrtimer_interrupt Allocated by task 25: kmem_cache_alloc_trace iio_sysfs_trig_add dev_attr_store sysfs_kf_write kernfs_fop_write_iter new_sync_write vfs_write ksys_write sys_write Freed by task 25: kfree iio_sysfs_trig_remove dev_attr_store sysfs_kf_write kernfs_fop_write_iter new_sync_write vfs_write ksys_write sys_write ================================================================== \"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-416\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.7\",\"versionEndExcluding\":\"4.9.321\",\"matchCriteriaId\":\"59A5EE02-2844-49CB-93F4-511FFBACF9CF\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.10\",\"versionEndExcluding\":\"4.14.286\",\"matchCriteriaId\":\"1425627F-375A-4BB1-9AB9-5EE617FF8D45\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.15\",\"versionEndExcluding\":\"4.19.250\",\"matchCriteriaId\":\"022AD3A2-7FC8-41A3-9709-72100A894A55\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.20\",\"versionEndExcluding\":\"5.4.202\",\"matchCriteriaId\":\"F90471AA-9F14-4DC3-9688-99E9F537D3F1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.5\",\"versionEndExcluding\":\"5.10.127\",\"matchCriteriaId\":\"758A1E17-EBCF-401B-83C7-B682D38D61BE\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.11\",\"versionEndExcluding\":\"5.15.51\",\"matchCriteriaId\":\"B43F7696-8D52-482D-9080-84279B0CB38C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.16\",\"versionEndExcluding\":\"5.18.8\",\"matchCriteriaId\":\"0172D3FA-DDEB-482A-A270-4A1495A8798C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:5.19:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"A8C30C2D-F82D-4D37-AB48-D76ABFBD5377\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:5.19:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"BF8547FC-C849-4F1B-804B-A93AE2F04A92\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:5.19:rc3:*:*:*:*:*:*\",\"matchCriteriaId\":\"F3068028-F453-4A1C-B80F-3F5609ACEF60\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/31ff3309b47d98313c61b8301bf595820cc3cc33\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/4687c3f955240ca2a576bdc3f742d4d915b6272d\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/4ef1e521be610b720daeb7cf899fedc7db0274c4\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/5e39397d60dacc7f5d81d442c1c958eaaaf31128\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/78601726d4a59a291acc5a52da1d3a0a6831e4e8\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/b07a30a774b3c3e584a68dc91779c68ea2da4813\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/d6111e7bdb8ec27eb43d01c4cd4ff1620a75f7f2\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/fd5d8fb298a2866c337da635c79d63c3afabcaf7\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
    "vulnrichment": {
      "containers": "{\"cna\": {\"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2025-02-26T02:24:12.143Z\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\niio: trigger: sysfs: fix use-after-free on remove\\n\\nEnsure that the irq_work has completed before the trigger is freed.\\n\\n ==================================================================\\n BUG: KASAN: use-after-free in irq_work_run_list\\n Read of size 8 at addr 0000000064702248 by task python3/25\\n\\n Call Trace:\\n  irq_work_run_list\\n  irq_work_tick\\n  update_process_times\\n  tick_sched_handle\\n  tick_sched_timer\\n  __hrtimer_run_queues\\n  hrtimer_interrupt\\n\\n Allocated by task 25:\\n  kmem_cache_alloc_trace\\n  iio_sysfs_trig_add\\n  dev_attr_store\\n  sysfs_kf_write\\n  kernfs_fop_write_iter\\n  new_sync_write\\n  vfs_write\\n  ksys_write\\n  sys_write\\n\\n Freed by task 25:\\n  kfree\\n  iio_sysfs_trig_remove\\n  dev_attr_store\\n  sysfs_kf_write\\n  kernfs_fop_write_iter\\n  new_sync_write\\n  vfs_write\\n  ksys_write\\n  sys_write\\n\\n ==================================================================\"}], \"affected\": [{\"product\": \"Linux\", \"vendor\": \"Linux\", \"defaultStatus\": \"unaffected\", \"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"programFiles\": [\"drivers/iio/trigger/iio-trig-sysfs.c\"], \"versions\": [{\"version\": \"f38bc926d022ebd67baad6ac7fc22c95fbc6238c\", \"lessThan\": \"d6111e7bdb8ec27eb43d01c4cd4ff1620a75f7f2\", \"status\": \"affected\", \"versionType\": \"git\"}, {\"version\": \"f38bc926d022ebd67baad6ac7fc22c95fbc6238c\", \"lessThan\": \"fd5d8fb298a2866c337da635c79d63c3afabcaf7\", \"status\": \"affected\", \"versionType\": \"git\"}, {\"version\": \"f38bc926d022ebd67baad6ac7fc22c95fbc6238c\", \"lessThan\": \"31ff3309b47d98313c61b8301bf595820cc3cc33\", \"status\": \"affected\", \"versionType\": \"git\"}, {\"version\": \"f38bc926d022ebd67baad6ac7fc22c95fbc6238c\", \"lessThan\": \"5e39397d60dacc7f5d81d442c1c958eaaaf31128\", \"status\": \"affected\", \"versionType\": \"git\"}, {\"version\": \"f38bc926d022ebd67baad6ac7fc22c95fbc6238c\", \"lessThan\": \"b07a30a774b3c3e584a68dc91779c68ea2da4813\", \"status\": \"affected\", \"versionType\": \"git\"}, {\"version\": \"f38bc926d022ebd67baad6ac7fc22c95fbc6238c\", \"lessThan\": \"4687c3f955240ca2a576bdc3f742d4d915b6272d\", \"status\": \"affected\", \"versionType\": \"git\"}, {\"version\": \"f38bc926d022ebd67baad6ac7fc22c95fbc6238c\", \"lessThan\": \"4ef1e521be610b720daeb7cf899fedc7db0274c4\", \"status\": \"affected\", \"versionType\": \"git\"}, {\"version\": \"f38bc926d022ebd67baad6ac7fc22c95fbc6238c\", \"lessThan\": \"78601726d4a59a291acc5a52da1d3a0a6831e4e8\", \"status\": \"affected\", \"versionType\": \"git\"}]}, {\"product\": \"Linux\", \"vendor\": \"Linux\", \"defaultStatus\": \"affected\", \"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"programFiles\": [\"drivers/iio/trigger/iio-trig-sysfs.c\"], \"versions\": [{\"version\": \"3.7\", \"status\": \"affected\"}, {\"version\": \"0\", \"lessThan\": \"3.7\", \"status\": \"unaffected\", \"versionType\": \"semver\"}, {\"version\": \"4.9.321\", \"lessThanOrEqual\": \"4.9.*\", \"status\": \"unaffected\", \"versionType\": \"semver\"}, {\"version\": \"4.14.286\", \"lessThanOrEqual\": \"4.14.*\", \"status\": \"unaffected\", \"versionType\": \"semver\"}, {\"version\": \"4.19.250\", \"lessThanOrEqual\": \"4.19.*\", \"status\": \"unaffected\", \"versionType\": \"semver\"}, {\"version\": \"5.4.202\", \"lessThanOrEqual\": \"5.4.*\", \"status\": \"unaffected\", \"versionType\": \"semver\"}, {\"version\": \"5.10.127\", \"lessThanOrEqual\": \"5.10.*\", \"status\": \"unaffected\", \"versionType\": \"semver\"}, {\"version\": \"5.15.51\", \"lessThanOrEqual\": \"5.15.*\", \"status\": \"unaffected\", \"versionType\": \"semver\"}, {\"version\": \"5.18.8\", \"lessThanOrEqual\": \"5.18.*\", \"status\": \"unaffected\", \"versionType\": \"semver\"}, {\"version\": \"5.19\", \"lessThanOrEqual\": \"*\", \"status\": \"unaffected\", \"versionType\": \"original_commit_for_fix\"}]}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/d6111e7bdb8ec27eb43d01c4cd4ff1620a75f7f2\"}, {\"url\": \"https://git.kernel.org/stable/c/fd5d8fb298a2866c337da635c79d63c3afabcaf7\"}, {\"url\": \"https://git.kernel.org/stable/c/31ff3309b47d98313c61b8301bf595820cc3cc33\"}, {\"url\": \"https://git.kernel.org/stable/c/5e39397d60dacc7f5d81d442c1c958eaaaf31128\"}, {\"url\": \"https://git.kernel.org/stable/c/b07a30a774b3c3e584a68dc91779c68ea2da4813\"}, {\"url\": \"https://git.kernel.org/stable/c/4687c3f955240ca2a576bdc3f742d4d915b6272d\"}, {\"url\": \"https://git.kernel.org/stable/c/4ef1e521be610b720daeb7cf899fedc7db0274c4\"}, {\"url\": \"https://git.kernel.org/stable/c/78601726d4a59a291acc5a52da1d3a0a6831e4e8\"}], \"title\": \"iio: trigger: sysfs: fix use-after-free on remove\", \"x_generator\": {\"engine\": \"bippy-5f407fcff5a0\"}}, \"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.8, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2022-49685\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-02-27T18:15:09.914625Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-416\", \"description\": \"CWE-416 Use After Free\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-02-27T18:15:11.167Z\"}}]}",
      "cveMetadata": "{\"cveId\": \"CVE-2022-49685\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"state\": \"PUBLISHED\", \"assignerShortName\": \"Linux\", \"dateReserved\": \"2025-02-26T02:21:30.441Z\", \"datePublished\": \"2025-02-26T02:24:12.143Z\", \"dateUpdated\": \"2025-02-27T18:22:31.102Z\"}",
      "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.


Loading…