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

CVE-2023-53586 (GCVE-0-2023-53586)

Vulnerability from cvelistv5 – Published: 2025-10-04 15:44 – Updated: 2026-08-05 09:14
VLAI
Title
scsi: target: Fix multiple LUN_RESET handling
Summary
In the Linux kernel, the following vulnerability has been resolved: scsi: target: Fix multiple LUN_RESET handling This fixes a bug where an initiator thinks a LUN_RESET has cleaned up running commands when it hasn't. The bug was added in commit 51ec502a3266 ("target: Delete tmr from list before processing"). The problem occurs when: 1. We have N I/O cmds running in the target layer spread over 2 sessions. 2. The initiator sends a LUN_RESET for each session. 3. session1's LUN_RESET loops over all the running commands from both sessions and moves them to its local drain_task_list. 4. session2's LUN_RESET does not see the LUN_RESET from session1 because the commit above has it remove itself. session2 also does not see any commands since the other reset moved them off the state lists. 5. sessions2's LUN_RESET will then complete with a successful response. 6. sessions2's inititor believes the running commands on its session are now cleaned up due to the successful response and cleans up the running commands from its side. It then restarts them. 7. The commands do eventually complete on the backend and the target starts to return aborted task statuses for them. The initiator will either throw a invalid ITT error or might accidentally lookup a new task if the ITT has been reallocated already. Fix the bug by reverting the patch, and serialize the execution of LUN_RESETs and Preempt and Aborts. Also prevent us from waiting on LUN_RESETs in core_tmr_drain_tmr_list, because it turns out the original patch fixed a bug that was not mentioned. For LUN_RESET1 core_tmr_drain_tmr_list can see a second LUN_RESET and wait on it. Then the second reset will run core_tmr_drain_tmr_list and see the first reset and wait on it resulting in a deadlock.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 51ec502a32665fed66c7f03799ede4023b212536 , < e1f59cd18a10969d08a082264b557876ca38766e (git)
Affected: 51ec502a32665fed66c7f03799ede4023b212536 , < 9158c86fd3237acaea8f0181c7836d90fd6eea10 (git)
Affected: 51ec502a32665fed66c7f03799ede4023b212536 , < eacfe32c3650bfd0e54224d160c431013d7f6998 (git)
Affected: 51ec502a32665fed66c7f03799ede4023b212536 , < ed18526289b5603bf2253dee50f1d7ec245cf397 (git)
Affected: 51ec502a32665fed66c7f03799ede4023b212536 , < 2c43de56f9220dca3e28c774d1c5e2cab574223a (git)
Affected: 51ec502a32665fed66c7f03799ede4023b212536 , < 673db054d7a2b5a470d7a25baf65956d005ad729 (git)
guessed Create a notification for this product.
Linux Linux Affected: 4.11
Unaffected: 0 , < 4.11 (semver)
Unaffected: 5.10.180 , ≤ 5.10.* (semver)
Unaffected: 5.15.111 , ≤ 5.15.* (semver)
Unaffected: 6.1.28 , ≤ 6.1.* (semver)
Unaffected: 6.2.15 , ≤ 6.2.* (semver)
Unaffected: 6.3.2 , ≤ 6.3.* (semver)
Unaffected: 6.4 , ≤ * (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/target/target_core_device.c",
            "drivers/target/target_core_tmr.c",
            "include/target/target_core_base.h"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "e1f59cd18a10969d08a082264b557876ca38766e",
              "status": "affected",
              "version": "51ec502a32665fed66c7f03799ede4023b212536",
              "versionType": "git"
            },
            {
              "lessThan": "9158c86fd3237acaea8f0181c7836d90fd6eea10",
              "status": "affected",
              "version": "51ec502a32665fed66c7f03799ede4023b212536",
              "versionType": "git"
            },
            {
              "lessThan": "eacfe32c3650bfd0e54224d160c431013d7f6998",
              "status": "affected",
              "version": "51ec502a32665fed66c7f03799ede4023b212536",
              "versionType": "git"
            },
            {
              "lessThan": "ed18526289b5603bf2253dee50f1d7ec245cf397",
              "status": "affected",
              "version": "51ec502a32665fed66c7f03799ede4023b212536",
              "versionType": "git"
            },
            {
              "lessThan": "2c43de56f9220dca3e28c774d1c5e2cab574223a",
              "status": "affected",
              "version": "51ec502a32665fed66c7f03799ede4023b212536",
              "versionType": "git"
            },
            {
              "lessThan": "673db054d7a2b5a470d7a25baf65956d005ad729",
              "status": "affected",
              "version": "51ec502a32665fed66c7f03799ede4023b212536",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/target/target_core_device.c",
            "drivers/target/target_core_tmr.c",
            "include/target/target_core_base.h"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "4.11"
            },
            {
              "lessThan": "4.11",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.180",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.111",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.28",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.2.*",
              "status": "unaffected",
              "version": "6.2.15",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.3.*",
              "status": "unaffected",
              "version": "6.3.2",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.4",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.180",
                  "versionStartIncluding": "4.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.111",
                  "versionStartIncluding": "4.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.28",
                  "versionStartIncluding": "4.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.2.15",
                  "versionStartIncluding": "4.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.3.2",
                  "versionStartIncluding": "4.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.4",
                  "versionStartIncluding": "4.11",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: target: Fix multiple LUN_RESET handling\n\nThis fixes a bug where an initiator thinks a LUN_RESET has cleaned up\nrunning commands when it hasn\u0027t. The bug was added in commit 51ec502a3266\n(\"target: Delete tmr from list before processing\").\n\nThe problem occurs when:\n\n 1. We have N I/O cmds running in the target layer spread over 2 sessions.\n\n 2. The initiator sends a LUN_RESET for each session.\n\n 3. session1\u0027s LUN_RESET loops over all the running commands from both\n    sessions and moves them to its local drain_task_list.\n\n 4. session2\u0027s LUN_RESET does not see the LUN_RESET from session1 because\n    the commit above has it remove itself. session2 also does not see any\n    commands since the other reset moved them off the state lists.\n\n 5. sessions2\u0027s LUN_RESET will then complete with a successful response.\n\n 6. sessions2\u0027s inititor believes the running commands on its session are\n    now cleaned up due to the successful response and cleans up the running\n    commands from its side. It then restarts them.\n\n 7. The commands do eventually complete on the backend and the target\n    starts to return aborted task statuses for them. The initiator will\n    either throw a invalid ITT error or might accidentally lookup a new\n    task if the ITT has been reallocated already.\n\nFix the bug by reverting the patch, and serialize the execution of\nLUN_RESETs and Preempt and Aborts.\n\nAlso prevent us from waiting on LUN_RESETs in core_tmr_drain_tmr_list,\nbecause it turns out the original patch fixed a bug that was not\nmentioned. For LUN_RESET1 core_tmr_drain_tmr_list can see a second\nLUN_RESET and wait on it. Then the second reset will run\ncore_tmr_drain_tmr_list and see the first reset and wait on it resulting in\na deadlock."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 8.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:N - The vulnerable code is the LIO SCSI target core, and LUN_RESET task management functions are delivered by a remote initiator over the network \u2014 `iscsit_handle_task_mgt_cmd()` on TCP/3260, plus `ib_srpt` (IB/RoCE) and FC/FCoE fabrics. No local access to the target host is needed.\nAC:L - The attacker controls both sides of the race: it issues the in-flight I/O and both concurrent LUN_RESET TMFs (from one or two sessions), which are dispatched to separate workqueue contexts, and it can repeat the attempt indefinitely until the window is hit.\nPR:L - TMF PDUs are only processed in iSCSI full-feature phase, so the attacker needs an established session with a mapped LUN; LIO defaults to `authentication=1` (CHAP) with explicit ACLs, so this is an ordinary authorized-but-unprivileged initiator, not an unauthenticated peer.\nUI:N - Exploitation requires only that the attacker send SCSI commands and LUN_RESET TMFs on its own session; no action by any administrator or other user of the target is needed.\nS:U - The list corruption and use-after-free occur in the target host\u0027s own kernel, within the same security authority as the vulnerable component; no VM, IOMMU, or sandbox boundary is crossed.\nC:H - The unsynchronized `drain_tmr_list` walk can iterate a freed `se_tmr_req`/`se_cmd`, and a use-after-free of these heap objects gives an attacker who reclaims the slab a read primitive over kernel memory; additionally, status/data for a stale ITT can be delivered against a reallocated task, exposing one command\u0027s results to another.\nI:H - The kref underflow and use-after-free on `se_cmd` allow writes into reclaimed kernel memory (e.g. `cmd-\u003eabrt_compl`), a control-flow-relevant corruption primitive; independently, the premature TMR_FUNCTION_COMPLETE causes the initiator to reissue commands that are still executing on the backend, silently corrupting stored data and mis-attributing completion status to the wrong task.\nA:H - The self-linked list entry produces an unbounded loop in a workqueue context that repeatedly waits on and puts an already-freed command, hanging the TMR worker and oopsing on the use-after-free; the resulting I/O errors and session drops take the storage target offline."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T09:14:57.558Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/e1f59cd18a10969d08a082264b557876ca38766e"
        },
        {
          "url": "https://git.kernel.org/stable/c/9158c86fd3237acaea8f0181c7836d90fd6eea10"
        },
        {
          "url": "https://git.kernel.org/stable/c/eacfe32c3650bfd0e54224d160c431013d7f6998"
        },
        {
          "url": "https://git.kernel.org/stable/c/ed18526289b5603bf2253dee50f1d7ec245cf397"
        },
        {
          "url": "https://git.kernel.org/stable/c/2c43de56f9220dca3e28c774d1c5e2cab574223a"
        },
        {
          "url": "https://git.kernel.org/stable/c/673db054d7a2b5a470d7a25baf65956d005ad729"
        }
      ],
      "title": "scsi: target: Fix multiple LUN_RESET handling",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2023-53586",
    "datePublished": "2025-10-04T15:44:01.809Z",
    "dateReserved": "2025-10-04T15:40:38.477Z",
    "dateUpdated": "2026-08-05T09:14:57.558Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2023-53586",
      "date": "2026-09-14",
      "epss": "0.00451",
      "percentile": "0.38066"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2023-53586\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-10-04T16:15:54.837\",\"lastModified\":\"2026-08-04T10:19:13.250\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nscsi: target: Fix multiple LUN_RESET handling\\n\\nThis fixes a bug where an initiator thinks a LUN_RESET has cleaned up\\nrunning commands when it hasn\u0027t. The bug was added in commit 51ec502a3266\\n(\\\"target: Delete tmr from list before processing\\\").\\n\\nThe problem occurs when:\\n\\n 1. We have N I/O cmds running in the target layer spread over 2 sessions.\\n\\n 2. The initiator sends a LUN_RESET for each session.\\n\\n 3. session1\u0027s LUN_RESET loops over all the running commands from both\\n    sessions and moves them to its local drain_task_list.\\n\\n 4. session2\u0027s LUN_RESET does not see the LUN_RESET from session1 because\\n    the commit above has it remove itself. session2 also does not see any\\n    commands since the other reset moved them off the state lists.\\n\\n 5. sessions2\u0027s LUN_RESET will then complete with a successful response.\\n\\n 6. sessions2\u0027s inititor believes the running commands on its session are\\n    now cleaned up due to the successful response and cleans up the running\\n    commands from its side. It then restarts them.\\n\\n 7. The commands do eventually complete on the backend and the target\\n    starts to return aborted task statuses for them. The initiator will\\n    either throw a invalid ITT error or might accidentally lookup a new\\n    task if the ITT has been reallocated already.\\n\\nFix the bug by reverting the patch, and serialize the execution of\\nLUN_RESETs and Preempt and Aborts.\\n\\nAlso prevent us from waiting on LUN_RESETs in core_tmr_drain_tmr_list,\\nbecause it turns out the original patch fixed a bug that was not\\nmentioned. For LUN_RESET1 core_tmr_drain_tmr_list can see a second\\nLUN_RESET and wait on it. Then the second reset will run\\ncore_tmr_drain_tmr_list and see the first reset and wait on it resulting in\\na deadlock.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/target/target_core_device.c\",\"drivers/target/target_core_tmr.c\",\"include/target/target_core_base.h\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"51ec502a32665fed66c7f03799ede4023b212536\",\"lessThan\":\"e1f59cd18a10969d08a082264b557876ca38766e\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"51ec502a32665fed66c7f03799ede4023b212536\",\"lessThan\":\"9158c86fd3237acaea8f0181c7836d90fd6eea10\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"51ec502a32665fed66c7f03799ede4023b212536\",\"lessThan\":\"eacfe32c3650bfd0e54224d160c431013d7f6998\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"51ec502a32665fed66c7f03799ede4023b212536\",\"lessThan\":\"ed18526289b5603bf2253dee50f1d7ec245cf397\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"51ec502a32665fed66c7f03799ede4023b212536\",\"lessThan\":\"2c43de56f9220dca3e28c774d1c5e2cab574223a\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"51ec502a32665fed66c7f03799ede4023b212536\",\"lessThan\":\"673db054d7a2b5a470d7a25baf65956d005ad729\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/target/target_core_device.c\",\"drivers/target/target_core_tmr.c\",\"include/target/target_core_base.h\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"4.11\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"4.11\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.10.180\",\"lessThanOrEqual\":\"5.10.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.15.111\",\"lessThanOrEqual\":\"5.15.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.28\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.2.15\",\"lessThanOrEqual\":\"6.2.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.3.2\",\"lessThanOrEqual\":\"6.3.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.4\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":8.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":5.9},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":4.7,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.0,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-415\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.11\",\"versionEndExcluding\":\"5.10.180\",\"matchCriteriaId\":\"042E4913-746E-4500-AE83-195FDEA50065\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.11\",\"versionEndExcluding\":\"5.15.111\",\"matchCriteriaId\":\"2B9DD776-7F17-4F72-B94F-54BFCBC692DD\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.16\",\"versionEndExcluding\":\"6.1.28\",\"matchCriteriaId\":\"08F855F4-7188-4EE1-BD79-D4B6C7E2EF54\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.2\",\"versionEndExcluding\":\"6.2.15\",\"matchCriteriaId\":\"3844A90B-940D-46C3-8D7B-9FF63F1AFC2F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.3\",\"versionEndExcluding\":\"6.3.2\",\"matchCriteriaId\":\"38F6F330-91A0-4675-8B90-6F950471A7CC\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/2c43de56f9220dca3e28c774d1c5e2cab574223a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/673db054d7a2b5a470d7a25baf65956d005ad729\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/9158c86fd3237acaea8f0181c7836d90fd6eea10\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/e1f59cd18a10969d08a082264b557876ca38766e\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/eacfe32c3650bfd0e54224d160c431013d7f6998\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/ed18526289b5603bf2253dee50f1d7ec245cf397\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-08-04T19:18:36+00:00",
      "cve": "CVE-2023-53586",
      "id": "CVE-2023-53586",
      "initial_release_date": "2023-01-01T00:00:00+00:00",
      "product_status:fixed": "399",
      "product_status:known_affected": "80",
      "product_status:known_not_affected": "76",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: scsi: target: Fix multiple LUN_RESET handling",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2023/cve-2023-53586.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-08-31T00:57:17Z",
      "cve": "CVE-2023-53586",
      "id": "CVE-2023-53586",
      "initial_release_date": "2025-10-05T02:55:55Z",
      "product_status:known_affected": "290",
      "product_status:known_not_affected": "173",
      "product_status:recommended": "49",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2023-53586",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2023-53586.json",
      "version": "19"
    }
  }
}



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…

Loading…