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

CVE-2023-52983 (GCVE-0-2023-52983)

Vulnerability from cvelistv5 – Published: 2025-03-27 16:43 – Updated: 2026-08-05 09:12
VLAI
Title
block, bfq: fix uaf for bfqq in bic_set_bfqq()
Summary
In the Linux kernel, the following vulnerability has been resolved: block, bfq: fix uaf for bfqq in bic_set_bfqq() After commit 64dc8c732f5c ("block, bfq: fix possible uaf for 'bfqq->bic'"), bic->bfqq will be accessed in bic_set_bfqq(), however, in some context bic->bfqq will be freed, and bic_set_bfqq() is called with the freed bic->bfqq. Fix the problem by always freeing bfqq after bic_set_bfqq().
SSVC
Exploitation: none Automatable: no Technical Impact: total
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2025-03-27 16:59 UTC
CWE
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 5533742c7cb1bc9b1f0bf401cc397d44a3a9e07a , < 7f77f3dab5066a7c9da73d72d1eee895ff84a8d5 (git)
Affected: 094f3d9314d67691cb21ba091c1b528f6e3c4893 , < 511c922c5bf6c8a166bea826e702336bc2424140 (git)
Affected: 761564d93c8265f65543acf0a576b32d66bfa26a , < cb1876fc33af26d00efdd473311f1b664c77c44e (git)
Affected: 64dc8c732f5c2b406cc752e6aaa1bd5471159cab , < b600de2d7d3a16f9007fad1bdae82a3951a26af2 (git)
Affected: b22fd72bfebda3956efc4431b60ddfc0a51e03e0 (git)
Affected: 6.0.16 , < 6.1 (semver)
guessed Create a notification for this product.
Linux Linux Affected: 5.15.86 , < 5.15.93 (semver)
Affected: 6.1.2 , < 6.1.11 (semver)
guessed 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-2023-52983",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "total"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2025-03-27T16:59:42.552227Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "problemTypes": [
          {
            "descriptions": [
              {
                "cweId": "CWE-416",
                "description": "CWE-416 Use After Free",
                "lang": "en",
                "type": "CWE"
              }
            ]
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2025-03-27T17:08:22.246Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "block/bfq-cgroup.c",
            "block/bfq-iosched.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "7f77f3dab5066a7c9da73d72d1eee895ff84a8d5",
              "status": "affected",
              "version": "5533742c7cb1bc9b1f0bf401cc397d44a3a9e07a",
              "versionType": "git"
            },
            {
              "lessThan": "511c922c5bf6c8a166bea826e702336bc2424140",
              "status": "affected",
              "version": "094f3d9314d67691cb21ba091c1b528f6e3c4893",
              "versionType": "git"
            },
            {
              "lessThan": "cb1876fc33af26d00efdd473311f1b664c77c44e",
              "status": "affected",
              "version": "761564d93c8265f65543acf0a576b32d66bfa26a",
              "versionType": "git"
            },
            {
              "lessThan": "b600de2d7d3a16f9007fad1bdae82a3951a26af2",
              "status": "affected",
              "version": "64dc8c732f5c2b406cc752e6aaa1bd5471159cab",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "b22fd72bfebda3956efc4431b60ddfc0a51e03e0",
              "versionType": "git"
            },
            {
              "lessThan": "6.1",
              "status": "affected",
              "version": "6.0.16",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "block/bfq-cgroup.c",
            "block/bfq-iosched.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "5.15.93",
              "status": "affected",
              "version": "5.15.86",
              "versionType": "semver"
            },
            {
              "lessThan": "6.1.11",
              "status": "affected",
              "version": "6.1.2",
              "versionType": "semver"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.93",
                  "versionStartIncluding": "5.15.86",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.11",
                  "versionStartIncluding": "6.1.2",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "6.0.16",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nblock, bfq: fix uaf for bfqq in bic_set_bfqq()\n\nAfter commit 64dc8c732f5c (\"block, bfq: fix possible uaf for \u0027bfqq-\u003ebic\u0027\"),\nbic-\u003ebfqq will be accessed in bic_set_bfqq(), however, in some context\nbic-\u003ebfqq will be freed, and bic_set_bfqq() is called with the freed\nbic-\u003ebfqq.\n\nFix the problem by always freeing bfqq after bic_set_bfqq()."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:L - The UAF is reached through local block I/O submission (read/write/io_uring) into BFQ\u2019s `bfq_init_rq()` path, not via network packet processing or a remote service.\nAC:L - An attacker can reliably set up merged BFQ queues via cooperating local I/O, then trigger the free-before-use ordering in `__bfq_bic_change_cgroup()`/`bfq_check_ioprio_change()`; success does not depend on a race or state outside attacker control.\nPR:L - Triggering requires only an unprivileged local process able to perform I/O (and change its own BE/IDLE ioprio or move within a delegated cgroup hierarchy); no real root/init-namespace CAP_SYS_ADMIN is required.\nUI:N - The attacker performs all I/O, ioprio, and cgroup actions themselves; no separate victim action is required.\nS:U - Impact is confined to the local kernel\u2019s privilege boundary (standard local privilege escalation), with no VM/IOMMU/sandbox escape.\nC:H - Use-after-free of a slab-allocated `bfq_queue` enables control over freed object contents and arbitrary kernel information disclosure per UAF exploitation primitives.\nI:H - `bic_set_bfqq()` writes through the dangling `old_bfqq` pointer (nulling `bic`), giving a heap UAF write primitive exploitable for corruption and control-flow hijacking.\nA:H - The UAF can crash the kernel (oops/panic) even when not fully exploited, producing a full availability impact."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T09:12:15.408Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/7f77f3dab5066a7c9da73d72d1eee895ff84a8d5"
        },
        {
          "url": "https://git.kernel.org/stable/c/511c922c5bf6c8a166bea826e702336bc2424140"
        },
        {
          "url": "https://git.kernel.org/stable/c/cb1876fc33af26d00efdd473311f1b664c77c44e"
        },
        {
          "url": "https://git.kernel.org/stable/c/b600de2d7d3a16f9007fad1bdae82a3951a26af2"
        }
      ],
      "title": "block, bfq: fix uaf for bfqq in bic_set_bfqq()",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2023-52983",
    "datePublished": "2025-03-27T16:43:21.372Z",
    "dateReserved": "2025-03-27T16:40:15.740Z",
    "dateUpdated": "2026-08-05T09:12:15.408Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2023-52983",
      "date": "2026-09-16",
      "epss": "0.00277",
      "percentile": "0.20246"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2023-52983\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-03-27T17:15:45.557\",\"lastModified\":\"2026-06-17T06:44:03.163\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nblock, bfq: fix uaf for bfqq in bic_set_bfqq()\\n\\nAfter commit 64dc8c732f5c (\\\"block, bfq: fix possible uaf for \u0027bfqq-\u003ebic\u0027\\\"),\\nbic-\u003ebfqq will be accessed in bic_set_bfqq(), however, in some context\\nbic-\u003ebfqq will be freed, and bic_set_bfqq() is called with the freed\\nbic-\u003ebfqq.\\n\\nFix the problem by always freeing bfqq after bic_set_bfqq().\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: block, bfq: correcci\u00f3n de uaf para bfqq en bic_set_bfqq(). Despu\u00e9s del commit 64dc8c732f5c (\\\"block, bfq: correcci\u00f3n de posible uaf para \u0027bfqq-\u0026gt;bic\u0027\\\"), se acceder\u00e1 a bic-\u0026gt;bfqq en bic_set_bfqq(). Sin embargo, en algunos contextos, se liberar\u00e1 bic-\u0026gt;bfqq y se llamar\u00e1 a bic_set_bfqq() con el bic-\u0026gt;bfqq liberado. Para solucionar el problema, libere siempre bfqq despu\u00e9s de bic_set_bfqq().\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"block/bfq-cgroup.c\",\"block/bfq-iosched.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"5533742c7cb1bc9b1f0bf401cc397d44a3a9e07a\",\"lessThan\":\"7f77f3dab5066a7c9da73d72d1eee895ff84a8d5\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"094f3d9314d67691cb21ba091c1b528f6e3c4893\",\"lessThan\":\"511c922c5bf6c8a166bea826e702336bc2424140\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"761564d93c8265f65543acf0a576b32d66bfa26a\",\"lessThan\":\"cb1876fc33af26d00efdd473311f1b664c77c44e\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"64dc8c732f5c2b406cc752e6aaa1bd5471159cab\",\"lessThan\":\"b600de2d7d3a16f9007fad1bdae82a3951a26af2\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"b22fd72bfebda3956efc4431b60ddfc0a51e03e0\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"6.0.16\",\"lessThan\":\"6.1\",\"versionType\":\"semver\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"block/bfq-cgroup.c\",\"block/bfq-iosched.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"5.15.86\",\"lessThan\":\"5.15.93\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.1.2\",\"lessThan\":\"6.1.11\",\"versionType\":\"semver\",\"status\":\"affected\"}]}]}],\"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}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2025-03-27T16:59:42.552227Z\",\"id\":\"CVE-2023-52983\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"total\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"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\":\"5.15.86\",\"versionEndExcluding\":\"5.15.93\",\"matchCriteriaId\":\"21081389-6ED8-4898-80ED-81EF6A2B1FEC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.1.2\",\"versionEndExcluding\":\"6.1.11\",\"matchCriteriaId\":\"6AACE63B-510D-430C-ACD9-34922D790040\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.0.16:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"0F12ACFA-7194-43FD-B79A-93AEA2668E6F\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/511c922c5bf6c8a166bea826e702336bc2424140\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/7f77f3dab5066a7c9da73d72d1eee895ff84a8d5\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/b600de2d7d3a16f9007fad1bdae82a3951a26af2\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/cb1876fc33af26d00efdd473311f1b664c77c44e\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-06-29T23:13:48+00:00",
      "cve": "CVE-2023-52983",
      "id": "CVE-2023-52983",
      "initial_release_date": "2023-01-01T00:00:00+00:00",
      "product_status:known_affected": "156",
      "product_status:known_not_affected": "118",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: block, bfq: fix uaf for bfqq in bic_set_bfqq()",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2023/cve-2023-52983.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-08-29T02:10:41Z",
      "cve": "CVE-2023-52983",
      "id": "CVE-2023-52983",
      "initial_release_date": "2025-03-28T03:38:29Z",
      "product_status:known_affected": "334",
      "product_status:known_not_affected": "342",
      "product_status:recommended": "226",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2023-52983",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2023-52983.json",
      "version": "29"
    },
    "vulnrichment": {
      "containers": "{\"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-2023-52983\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-03-27T16:59:42.552227Z\"}}}], \"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-03-27T16:59:43.887Z\"}}], \"cna\": {\"title\": \"block, bfq: fix uaf for bfqq in bic_set_bfqq()\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"5533742c7cb1bc9b1f0bf401cc397d44a3a9e07a\", \"lessThan\": \"7f77f3dab5066a7c9da73d72d1eee895ff84a8d5\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"094f3d9314d67691cb21ba091c1b528f6e3c4893\", \"lessThan\": \"511c922c5bf6c8a166bea826e702336bc2424140\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"761564d93c8265f65543acf0a576b32d66bfa26a\", \"lessThan\": \"cb1876fc33af26d00efdd473311f1b664c77c44e\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"64dc8c732f5c2b406cc752e6aaa1bd5471159cab\", \"lessThan\": \"b600de2d7d3a16f9007fad1bdae82a3951a26af2\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"b22fd72bfebda3956efc4431b60ddfc0a51e03e0\", \"versionType\": \"git\"}], \"programFiles\": [\"block/bfq-cgroup.c\", \"block/bfq-iosched.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"5.15.86\", \"lessThan\": \"5.15.93\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"6.1.2\", \"lessThan\": \"6.1.11\", \"versionType\": \"semver\"}], \"programFiles\": [\"block/bfq-cgroup.c\", \"block/bfq-iosched.c\"], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/7f77f3dab5066a7c9da73d72d1eee895ff84a8d5\"}, {\"url\": \"https://git.kernel.org/stable/c/511c922c5bf6c8a166bea826e702336bc2424140\"}, {\"url\": \"https://git.kernel.org/stable/c/cb1876fc33af26d00efdd473311f1b664c77c44e\"}, {\"url\": \"https://git.kernel.org/stable/c/b600de2d7d3a16f9007fad1bdae82a3951a26af2\"}], \"x_generator\": {\"engine\": \"bippy-1.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nblock, bfq: fix uaf for bfqq in bic_set_bfqq()\\n\\nAfter commit 64dc8c732f5c (\\\"block, bfq: fix possible uaf for \u0027bfqq-\u003ebic\u0027\\\"),\\nbic-\u003ebfqq will be accessed in bic_set_bfqq(), however, in some context\\nbic-\u003ebfqq will be freed, and bic_set_bfqq() is called with the freed\\nbic-\u003ebfqq.\\n\\nFix the problem by always freeing bfqq after bic_set_bfqq().\"}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.15.93\", \"versionStartIncluding\": \"5.15.86\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.1.11\", \"versionStartIncluding\": \"6.1.2\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionStartIncluding\": \"6.0.16\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2026-05-11T19:36:22.378Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2023-52983\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-05-11T19:36:22.378Z\", \"dateReserved\": \"2025-03-27T16:40:15.740Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2025-03-27T16:43:21.372Z\", \"assignerShortName\": \"Linux\"}",
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }
  }
}



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…