GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2026-68361 (GCVE-0-2026-68361)

Vulnerability from cvelistv5 – Published: 2026-08-10 12:03 – Updated: 2026-08-19 16:34
VLAI
Title
hwmon: (corsair-psu) Stop device IO before calling hid_hw_stop
Summary
In the Linux kernel, the following vulnerability has been resolved: hwmon: (corsair-psu) Stop device IO before calling hid_hw_stop hid_hw_stop() does not stop the device IO. This results in a race condition between hid_input_report() and the point immediately following the execution of hid_device_io_start() within corsairpsu_probe(). If the probe operation fails after "io start" has been initiated, this race condition will result in a uaf vulnerability [1]. CPU0 CPU1 ==== ==== corsairpsu_probe() hid_device_io_start() ... unlock driver_input_lock hid_hw_stop() kfree(hidraw) __hid_input_report() ... acquire driver_input_lock hid_report_raw_event() hidraw_report_event() ... access hidraw's list_lock // trigger uaf Consequently, when corsairpsu_probe() fails and hid_hw_stop() needs to be executed, the io_started flag is first cleared while holding the driver_input_lock to prevent potential race conditions involving input reports. [1] BUG: KASAN: slab-use-after-free in rt_spin_lock+0x83/0x400 kernel/locking/spinlock_rt.c:56 Call Trace: hidraw_report_event+0x5d/0x3a0 drivers/hid/hidraw.c:577 hid_report_raw_event+0x311/0x1730 drivers/hid/hid-core.c:2076 __hid_input_report drivers/hid/hid-core.c:2152 [inline] hid_input_report+0x44e/0x580 drivers/hid/hid-core.c:2174 hid_irq_in+0x47e/0x6d0 drivers/hid/usbhid/hid-core.c:286 __usb_hcd_giveback_urb+0x3b3/0x5e0 drivers/usb/core/hcd.c:1657 dummy_timer+0x8a9/0x47d0 drivers/usb/gadget/udc/dummy_hcd.c:2005 Allocated by task 10: hidraw_connect+0x57/0x430 drivers/hid/hidraw.c:606 hid_connect+0x5bf/0x19d0 drivers/hid/hid-core.c:2277 hid_hw_start+0xa8/0x120 drivers/hid/hid-core.c:2387 corsairpsu_probe+0xd9/0x3c0 drivers/hwmon/corsair-psu.c:782 Freed by task 10: hidraw_disconnect+0x4f/0x60 drivers/hid/hidraw.c:662 hid_disconnect drivers/hid/hid-core.c:2362 [inline] hid_hw_stop+0x101/0x1e0 drivers/hid/hid-core.c:2407 corsairpsu_probe+0x327/0x3c0 drivers/hwmon/corsair-psu.c:826 Fix the problem by calling hid_device_io_stop() before calling hid_hw_stop(). [groeck: Updated subject and description; call hid_device_io_stop() only if IO has been started]
Severity
No CVSS data available.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: d115b51e0e567199c821fc39e13b6af7e78f247d , < 45dcd8a63069197f64dbda30509b9e224b74c0d8 (git)
Affected: d115b51e0e567199c821fc39e13b6af7e78f247d , < c80ed058f31bb0251a748034d69feb376741dcb2 (git)
Affected: d115b51e0e567199c821fc39e13b6af7e78f247d , < e6e1e0f3050d1a1a3ea1c9d6253363e87fdad67a (git)
Affected: d115b51e0e567199c821fc39e13b6af7e78f247d , < c0aae8d24f5e52d6910f97d59bc624e131f3ae1a (git)
Affected: d115b51e0e567199c821fc39e13b6af7e78f247d , < ec477af3a7e8d3964e62fd24ef01cdebb96b8e4e (git)
Affected: d115b51e0e567199c821fc39e13b6af7e78f247d , < bb25bd980f2d9bd34558e1b1d16636e4945baf14 (git)
Affected: d115b51e0e567199c821fc39e13b6af7e78f247d , < 9ab8656548cd737b98d0b19c4253aff8d68e97f4 (git)
guessed Create a notification for this product.
Linux Linux Affected: 5.11
Unaffected: 0 , < 5.11 (semver)
Unaffected: 5.15.216 , ≤ 5.15.* (semver)
Unaffected: 6.1.183 , ≤ 6.1.* (semver)
Unaffected: 6.6.148 , ≤ 6.6.* (semver)
Unaffected: 6.12.101 , ≤ 6.12.* (semver)
Unaffected: 6.18.42 , ≤ 6.18.* (semver)
Unaffected: 7.1.6 , ≤ 7.1.* (semver)
Unaffected: 7.2 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/hwmon/corsair-psu.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "45dcd8a63069197f64dbda30509b9e224b74c0d8",
              "status": "affected",
              "version": "d115b51e0e567199c821fc39e13b6af7e78f247d",
              "versionType": "git"
            },
            {
              "lessThan": "c80ed058f31bb0251a748034d69feb376741dcb2",
              "status": "affected",
              "version": "d115b51e0e567199c821fc39e13b6af7e78f247d",
              "versionType": "git"
            },
            {
              "lessThan": "e6e1e0f3050d1a1a3ea1c9d6253363e87fdad67a",
              "status": "affected",
              "version": "d115b51e0e567199c821fc39e13b6af7e78f247d",
              "versionType": "git"
            },
            {
              "lessThan": "c0aae8d24f5e52d6910f97d59bc624e131f3ae1a",
              "status": "affected",
              "version": "d115b51e0e567199c821fc39e13b6af7e78f247d",
              "versionType": "git"
            },
            {
              "lessThan": "ec477af3a7e8d3964e62fd24ef01cdebb96b8e4e",
              "status": "affected",
              "version": "d115b51e0e567199c821fc39e13b6af7e78f247d",
              "versionType": "git"
            },
            {
              "lessThan": "bb25bd980f2d9bd34558e1b1d16636e4945baf14",
              "status": "affected",
              "version": "d115b51e0e567199c821fc39e13b6af7e78f247d",
              "versionType": "git"
            },
            {
              "lessThan": "9ab8656548cd737b98d0b19c4253aff8d68e97f4",
              "status": "affected",
              "version": "d115b51e0e567199c821fc39e13b6af7e78f247d",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/hwmon/corsair-psu.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.11"
            },
            {
              "lessThan": "5.11",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.216",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.183",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.148",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.101",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.42",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.1.*",
              "status": "unaffected",
              "version": "7.1.6",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.2",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.216",
                  "versionStartIncluding": "5.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.183",
                  "versionStartIncluding": "5.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.148",
                  "versionStartIncluding": "5.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.101",
                  "versionStartIncluding": "5.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.42",
                  "versionStartIncluding": "5.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.6",
                  "versionStartIncluding": "5.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "5.11",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nhwmon: (corsair-psu) Stop device IO before calling hid_hw_stop\n\nhid_hw_stop() does not stop the device IO.\n\nThis results in a race condition between hid_input_report() and the point\nimmediately following the execution of hid_device_io_start() within\ncorsairpsu_probe(). If the probe operation fails after \"io start\" has\nbeen initiated, this race condition will result in a uaf vulnerability\n[1].\n\nCPU0\t\t\t\tCPU1\n====\t\t\t\t====\ncorsairpsu_probe()\n hid_device_io_start()\n  ... unlock driver_input_lock\n hid_hw_stop()\n  kfree(hidraw)\t\t\t__hid_input_report()\n\t\t\t\t ... acquire driver_input_lock\n\t\t\t\t hid_report_raw_event()\n\t\t\t\t  hidraw_report_event()\n\t\t\t\t   ... access hidraw\u0027s list_lock // trigger uaf\n\nConsequently, when corsairpsu_probe() fails and hid_hw_stop() needs to\nbe executed, the io_started flag is first cleared while holding the\ndriver_input_lock to prevent potential race conditions involving input\nreports.\n\n[1]\nBUG: KASAN: slab-use-after-free in rt_spin_lock+0x83/0x400 kernel/locking/spinlock_rt.c:56\nCall Trace:\n hidraw_report_event+0x5d/0x3a0 drivers/hid/hidraw.c:577\n hid_report_raw_event+0x311/0x1730 drivers/hid/hid-core.c:2076\n __hid_input_report drivers/hid/hid-core.c:2152 [inline]\n hid_input_report+0x44e/0x580 drivers/hid/hid-core.c:2174\n hid_irq_in+0x47e/0x6d0 drivers/hid/usbhid/hid-core.c:286\n __usb_hcd_giveback_urb+0x3b3/0x5e0 drivers/usb/core/hcd.c:1657\n dummy_timer+0x8a9/0x47d0 drivers/usb/gadget/udc/dummy_hcd.c:2005\n\nAllocated by task 10:\n hidraw_connect+0x57/0x430 drivers/hid/hidraw.c:606\n hid_connect+0x5bf/0x19d0 drivers/hid/hid-core.c:2277\n hid_hw_start+0xa8/0x120 drivers/hid/hid-core.c:2387\n corsairpsu_probe+0xd9/0x3c0 drivers/hwmon/corsair-psu.c:782\n\nFreed by task 10:\n hidraw_disconnect+0x4f/0x60 drivers/hid/hidraw.c:662\n hid_disconnect drivers/hid/hid-core.c:2362 [inline]\n hid_hw_stop+0x101/0x1e0 drivers/hid/hid-core.c:2407\n corsairpsu_probe+0x327/0x3c0 drivers/hwmon/corsair-psu.c:826\n\nFix the problem by calling hid_device_io_stop() before calling\nhid_hw_stop().\n\n[groeck: Updated subject and description;\n call hid_device_io_stop() only if IO has been started]"
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-19T16:34:13.231Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/45dcd8a63069197f64dbda30509b9e224b74c0d8"
        },
        {
          "url": "https://git.kernel.org/stable/c/c80ed058f31bb0251a748034d69feb376741dcb2"
        },
        {
          "url": "https://git.kernel.org/stable/c/e6e1e0f3050d1a1a3ea1c9d6253363e87fdad67a"
        },
        {
          "url": "https://git.kernel.org/stable/c/c0aae8d24f5e52d6910f97d59bc624e131f3ae1a"
        },
        {
          "url": "https://git.kernel.org/stable/c/ec477af3a7e8d3964e62fd24ef01cdebb96b8e4e"
        },
        {
          "url": "https://git.kernel.org/stable/c/bb25bd980f2d9bd34558e1b1d16636e4945baf14"
        },
        {
          "url": "https://git.kernel.org/stable/c/9ab8656548cd737b98d0b19c4253aff8d68e97f4"
        }
      ],
      "title": "hwmon: (corsair-psu) Stop device IO before calling hid_hw_stop",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-68361",
    "datePublished": "2026-08-10T12:03:38.332Z",
    "dateReserved": "2026-07-30T09:28:09.385Z",
    "dateUpdated": "2026-08-19T16:34:13.231Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-68361",
      "date": "2026-09-16",
      "epss": "0.00194",
      "percentile": "0.09304"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-68361\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-08-10T13:20:28.620\",\"lastModified\":\"2026-08-19T17:20:45.700\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nhwmon: (corsair-psu) Stop device IO before calling hid_hw_stop\\n\\nhid_hw_stop() does not stop the device IO.\\n\\nThis results in a race condition between hid_input_report() and the point\\nimmediately following the execution of hid_device_io_start() within\\ncorsairpsu_probe(). If the probe operation fails after \\\"io start\\\" has\\nbeen initiated, this race condition will result in a uaf vulnerability\\n[1].\\n\\nCPU0\\t\\t\\t\\tCPU1\\n====\\t\\t\\t\\t====\\ncorsairpsu_probe()\\n hid_device_io_start()\\n  ... unlock driver_input_lock\\n hid_hw_stop()\\n  kfree(hidraw)\\t\\t\\t__hid_input_report()\\n\\t\\t\\t\\t ... acquire driver_input_lock\\n\\t\\t\\t\\t hid_report_raw_event()\\n\\t\\t\\t\\t  hidraw_report_event()\\n\\t\\t\\t\\t   ... access hidraw\u0027s list_lock // trigger uaf\\n\\nConsequently, when corsairpsu_probe() fails and hid_hw_stop() needs to\\nbe executed, the io_started flag is first cleared while holding the\\ndriver_input_lock to prevent potential race conditions involving input\\nreports.\\n\\n[1]\\nBUG: KASAN: slab-use-after-free in rt_spin_lock+0x83/0x400 kernel/locking/spinlock_rt.c:56\\nCall Trace:\\n hidraw_report_event+0x5d/0x3a0 drivers/hid/hidraw.c:577\\n hid_report_raw_event+0x311/0x1730 drivers/hid/hid-core.c:2076\\n __hid_input_report drivers/hid/hid-core.c:2152 [inline]\\n hid_input_report+0x44e/0x580 drivers/hid/hid-core.c:2174\\n hid_irq_in+0x47e/0x6d0 drivers/hid/usbhid/hid-core.c:286\\n __usb_hcd_giveback_urb+0x3b3/0x5e0 drivers/usb/core/hcd.c:1657\\n dummy_timer+0x8a9/0x47d0 drivers/usb/gadget/udc/dummy_hcd.c:2005\\n\\nAllocated by task 10:\\n hidraw_connect+0x57/0x430 drivers/hid/hidraw.c:606\\n hid_connect+0x5bf/0x19d0 drivers/hid/hid-core.c:2277\\n hid_hw_start+0xa8/0x120 drivers/hid/hid-core.c:2387\\n corsairpsu_probe+0xd9/0x3c0 drivers/hwmon/corsair-psu.c:782\\n\\nFreed by task 10:\\n hidraw_disconnect+0x4f/0x60 drivers/hid/hidraw.c:662\\n hid_disconnect drivers/hid/hid-core.c:2362 [inline]\\n hid_hw_stop+0x101/0x1e0 drivers/hid/hid-core.c:2407\\n corsairpsu_probe+0x327/0x3c0 drivers/hwmon/corsair-psu.c:826\\n\\nFix the problem by calling hid_device_io_stop() before calling\\nhid_hw_stop().\\n\\n[groeck: Updated subject and description;\\n call hid_device_io_stop() only if IO has been started]\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/hwmon/corsair-psu.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"d115b51e0e567199c821fc39e13b6af7e78f247d\",\"lessThan\":\"45dcd8a63069197f64dbda30509b9e224b74c0d8\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d115b51e0e567199c821fc39e13b6af7e78f247d\",\"lessThan\":\"c80ed058f31bb0251a748034d69feb376741dcb2\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d115b51e0e567199c821fc39e13b6af7e78f247d\",\"lessThan\":\"e6e1e0f3050d1a1a3ea1c9d6253363e87fdad67a\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d115b51e0e567199c821fc39e13b6af7e78f247d\",\"lessThan\":\"c0aae8d24f5e52d6910f97d59bc624e131f3ae1a\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d115b51e0e567199c821fc39e13b6af7e78f247d\",\"lessThan\":\"ec477af3a7e8d3964e62fd24ef01cdebb96b8e4e\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d115b51e0e567199c821fc39e13b6af7e78f247d\",\"lessThan\":\"bb25bd980f2d9bd34558e1b1d16636e4945baf14\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d115b51e0e567199c821fc39e13b6af7e78f247d\",\"lessThan\":\"9ab8656548cd737b98d0b19c4253aff8d68e97f4\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/hwmon/corsair-psu.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"5.11\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"5.11\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.15.216\",\"lessThanOrEqual\":\"5.15.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.183\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.148\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.101\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.42\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1.6\",\"lessThanOrEqual\":\"7.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.2\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/45dcd8a63069197f64dbda30509b9e224b74c0d8\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/9ab8656548cd737b98d0b19c4253aff8d68e97f4\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/bb25bd980f2d9bd34558e1b1d16636e4945baf14\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/c0aae8d24f5e52d6910f97d59bc624e131f3ae1a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/c80ed058f31bb0251a748034d69feb376741dcb2\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/e6e1e0f3050d1a1a3ea1c9d6253363e87fdad67a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/ec477af3a7e8d3964e62fd24ef01cdebb96b8e4e\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "None",
      "current_release_date": "2026-08-11T12:31:44+00:00",
      "cve": "CVE-2026-68361",
      "id": "CVE-2026-68361",
      "initial_release_date": "2026-08-10T00:00:00+00:00",
      "product_status:known_not_affected": "274",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: hwmon: (corsair-psu) Stop device IO before calling hid_hw_stop",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-68361.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-16T15:42:28Z",
      "cve": "CVE-2026-68361",
      "id": "CVE-2026-68361",
      "initial_release_date": "2026-08-14T17:13:58Z",
      "product_status:first_fixed": "65",
      "product_status:known_affected": "528",
      "product_status:known_not_affected": "219",
      "product_status:recommended": "42",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-68361",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-68361.json",
      "version": "6"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

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…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…