CVE-2023-53513 (GCVE-0-2023-53513)

Vulnerability from cvelistv5 – Published: 2025-10-01 11:46 – Updated: 2026-06-11 18:44
VLAI
Title
nbd: fix incomplete validation of ioctl arg
Summary
In the Linux kernel, the following vulnerability has been resolved: nbd: fix incomplete validation of ioctl arg We tested and found an alarm caused by nbd_ioctl arg without verification. The UBSAN warning calltrace like below: UBSAN: Undefined behaviour in fs/buffer.c:1709:35 signed integer overflow: -9223372036854775808 - 1 cannot be represented in type 'long long int' CPU: 3 PID: 2523 Comm: syz-executor.0 Not tainted 4.19.90 #1 Hardware name: linux,dummy-virt (DT) Call trace: dump_backtrace+0x0/0x3f0 arch/arm64/kernel/time.c:78 show_stack+0x28/0x38 arch/arm64/kernel/traps.c:158 __dump_stack lib/dump_stack.c:77 [inline] dump_stack+0x170/0x1dc lib/dump_stack.c:118 ubsan_epilogue+0x18/0xb4 lib/ubsan.c:161 handle_overflow+0x188/0x1dc lib/ubsan.c:192 __ubsan_handle_sub_overflow+0x34/0x44 lib/ubsan.c:206 __block_write_full_page+0x94c/0xa20 fs/buffer.c:1709 block_write_full_page+0x1f0/0x280 fs/buffer.c:2934 blkdev_writepage+0x34/0x40 fs/block_dev.c:607 __writepage+0x68/0xe8 mm/page-writeback.c:2305 write_cache_pages+0x44c/0xc70 mm/page-writeback.c:2240 generic_writepages+0xdc/0x148 mm/page-writeback.c:2329 blkdev_writepages+0x2c/0x38 fs/block_dev.c:2114 do_writepages+0xd4/0x250 mm/page-writeback.c:2344 The reason for triggering this warning is __block_write_full_page() -> i_size_read(inode) - 1 overflow. inode->i_size is assigned in __nbd_ioctl() -> nbd_set_size() -> bytesize. We think it is necessary to limit the size of arg to prevent errors. Moreover, __nbd_ioctl() -> nbd_add_socket(), arg will be cast to int. Assuming the value of arg is 0x80000000000000001) (on a 64-bit machine), it will become 1 after the coercion, which will return unexpected results. Fix it by adding checks to prevent passing in too large numbers.
Severity
No CVSS data available.
SSVC
Exploitation: none Automatable: no Technical Impact: partial
CISA Coordinator (v2.0.3)
Assigner
Impacted products
Vendor Product Version
Linux Linux Affected: b9c495bb6d8edc719fd23af2ac67de8303cfc1e8 , < 52851d0c3354b397c11d31dfeb8b2a2fc85a0002 (git)
Affected: b9c495bb6d8edc719fd23af2ac67de8303cfc1e8 , < fab766c8a1aff715bce7075aab40e780266f8e1a (git)
Affected: b9c495bb6d8edc719fd23af2ac67de8303cfc1e8 , < ffb75ffaa68723276365d0f9d00b03362b750657 (git)
Affected: b9c495bb6d8edc719fd23af2ac67de8303cfc1e8 , < 55793ea54d77719a071b1ccc05a05056e3b5e009 (git)
Create a notification for this product.
Linux Linux Affected: 4.1
Unaffected: 0 , < 4.1 (semver)
Unaffected: 5.15.113 , ≤ 5.15.* (semver)
Unaffected: 6.1.30 , ≤ 6.1.* (semver)
Unaffected: 6.3.4 , ≤ 6.3.* (semver)
Unaffected: 6.4 , ≤ * (original_commit_for_fix)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2023-53513",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-06-10T20:42:26.842536Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-06-11T18:44:23.322Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/block/nbd.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "52851d0c3354b397c11d31dfeb8b2a2fc85a0002",
              "status": "affected",
              "version": "b9c495bb6d8edc719fd23af2ac67de8303cfc1e8",
              "versionType": "git"
            },
            {
              "lessThan": "fab766c8a1aff715bce7075aab40e780266f8e1a",
              "status": "affected",
              "version": "b9c495bb6d8edc719fd23af2ac67de8303cfc1e8",
              "versionType": "git"
            },
            {
              "lessThan": "ffb75ffaa68723276365d0f9d00b03362b750657",
              "status": "affected",
              "version": "b9c495bb6d8edc719fd23af2ac67de8303cfc1e8",
              "versionType": "git"
            },
            {
              "lessThan": "55793ea54d77719a071b1ccc05a05056e3b5e009",
              "status": "affected",
              "version": "b9c495bb6d8edc719fd23af2ac67de8303cfc1e8",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/block/nbd.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "4.1"
            },
            {
              "lessThan": "4.1",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.113",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.30",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.3.*",
              "status": "unaffected",
              "version": "6.3.4",
              "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.15.113",
                  "versionStartIncluding": "4.1",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.30",
                  "versionStartIncluding": "4.1",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.3.4",
                  "versionStartIncluding": "4.1",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.4",
                  "versionStartIncluding": "4.1",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnbd: fix incomplete validation of ioctl arg\n\nWe tested and found an alarm caused by nbd_ioctl arg without verification.\nThe UBSAN warning calltrace like below:\n\nUBSAN: Undefined behaviour in fs/buffer.c:1709:35\nsigned integer overflow:\n-9223372036854775808 - 1 cannot be represented in type \u0027long long int\u0027\nCPU: 3 PID: 2523 Comm: syz-executor.0 Not tainted 4.19.90 #1\nHardware name: linux,dummy-virt (DT)\nCall trace:\n dump_backtrace+0x0/0x3f0 arch/arm64/kernel/time.c:78\n show_stack+0x28/0x38 arch/arm64/kernel/traps.c:158\n __dump_stack lib/dump_stack.c:77 [inline]\n dump_stack+0x170/0x1dc lib/dump_stack.c:118\n ubsan_epilogue+0x18/0xb4 lib/ubsan.c:161\n handle_overflow+0x188/0x1dc lib/ubsan.c:192\n __ubsan_handle_sub_overflow+0x34/0x44 lib/ubsan.c:206\n __block_write_full_page+0x94c/0xa20 fs/buffer.c:1709\n block_write_full_page+0x1f0/0x280 fs/buffer.c:2934\n blkdev_writepage+0x34/0x40 fs/block_dev.c:607\n __writepage+0x68/0xe8 mm/page-writeback.c:2305\n write_cache_pages+0x44c/0xc70 mm/page-writeback.c:2240\n generic_writepages+0xdc/0x148 mm/page-writeback.c:2329\n blkdev_writepages+0x2c/0x38 fs/block_dev.c:2114\n do_writepages+0xd4/0x250 mm/page-writeback.c:2344\n\nThe reason for triggering this warning is __block_write_full_page()\n-\u003e i_size_read(inode) - 1 overflow.\ninode-\u003ei_size is assigned in __nbd_ioctl() -\u003e nbd_set_size() -\u003e bytesize.\nWe think it is necessary to limit the size of arg to prevent errors.\n\nMoreover, __nbd_ioctl() -\u003e nbd_add_socket(), arg will be cast to int.\nAssuming the value of arg is 0x80000000000000001) (on a 64-bit machine),\nit will become 1 after the coercion, which will return unexpected results.\n\nFix it by adding checks to prevent passing in too large numbers."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-05-11T19:46:25.690Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/52851d0c3354b397c11d31dfeb8b2a2fc85a0002"
        },
        {
          "url": "https://git.kernel.org/stable/c/fab766c8a1aff715bce7075aab40e780266f8e1a"
        },
        {
          "url": "https://git.kernel.org/stable/c/ffb75ffaa68723276365d0f9d00b03362b750657"
        },
        {
          "url": "https://git.kernel.org/stable/c/55793ea54d77719a071b1ccc05a05056e3b5e009"
        }
      ],
      "title": "nbd: fix incomplete validation of ioctl arg",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2023-53513",
    "datePublished": "2025-10-01T11:46:01.717Z",
    "dateReserved": "2025-10-01T11:39:39.406Z",
    "dateUpdated": "2026-06-11T18:44:23.322Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2023-53513",
      "date": "2026-06-11",
      "epss": "0.00015",
      "percentile": "0.03395"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2023-53513\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-10-01T12:15:55.317\",\"lastModified\":\"2026-04-06T14:45:48.963\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nnbd: fix incomplete validation of ioctl arg\\n\\nWe tested and found an alarm caused by nbd_ioctl arg without verification.\\nThe UBSAN warning calltrace like below:\\n\\nUBSAN: Undefined behaviour in fs/buffer.c:1709:35\\nsigned integer overflow:\\n-9223372036854775808 - 1 cannot be represented in type \u0027long long int\u0027\\nCPU: 3 PID: 2523 Comm: syz-executor.0 Not tainted 4.19.90 #1\\nHardware name: linux,dummy-virt (DT)\\nCall trace:\\n dump_backtrace+0x0/0x3f0 arch/arm64/kernel/time.c:78\\n show_stack+0x28/0x38 arch/arm64/kernel/traps.c:158\\n __dump_stack lib/dump_stack.c:77 [inline]\\n dump_stack+0x170/0x1dc lib/dump_stack.c:118\\n ubsan_epilogue+0x18/0xb4 lib/ubsan.c:161\\n handle_overflow+0x188/0x1dc lib/ubsan.c:192\\n __ubsan_handle_sub_overflow+0x34/0x44 lib/ubsan.c:206\\n __block_write_full_page+0x94c/0xa20 fs/buffer.c:1709\\n block_write_full_page+0x1f0/0x280 fs/buffer.c:2934\\n blkdev_writepage+0x34/0x40 fs/block_dev.c:607\\n __writepage+0x68/0xe8 mm/page-writeback.c:2305\\n write_cache_pages+0x44c/0xc70 mm/page-writeback.c:2240\\n generic_writepages+0xdc/0x148 mm/page-writeback.c:2329\\n blkdev_writepages+0x2c/0x38 fs/block_dev.c:2114\\n do_writepages+0xd4/0x250 mm/page-writeback.c:2344\\n\\nThe reason for triggering this warning is __block_write_full_page()\\n-\u003e i_size_read(inode) - 1 overflow.\\ninode-\u003ei_size is assigned in __nbd_ioctl() -\u003e nbd_set_size() -\u003e bytesize.\\nWe think it is necessary to limit the size of arg to prevent errors.\\n\\nMoreover, __nbd_ioctl() -\u003e nbd_add_socket(), arg will be cast to int.\\nAssuming the value of arg is 0x80000000000000001) (on a 64-bit machine),\\nit will become 1 after the coercion, which will return unexpected results.\\n\\nFix it by adding checks to prevent passing in too large numbers.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-674\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.1\",\"versionEndExcluding\":\"5.15.113\",\"matchCriteriaId\":\"C56B5ACB-660E-40F1-9A36-EF98C0652283\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.16\",\"versionEndExcluding\":\"6.1.30\",\"matchCriteriaId\":\"E9430E62-03EA-42E6-9E5E-BD1D5124D107\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.2\",\"versionEndExcluding\":\"6.3.4\",\"matchCriteriaId\":\"26C54BF0-3EED-46D4-92A7-5F07F658B49B\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/52851d0c3354b397c11d31dfeb8b2a2fc85a0002\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/55793ea54d77719a071b1ccc05a05056e3b5e009\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/fab766c8a1aff715bce7075aab40e780266f8e1a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/ffb75ffaa68723276365d0f9d00b03362b750657\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-53513\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-06-10T20:42:26.842536Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-06-11T17:39:25.266Z\"}}], \"cna\": {\"title\": \"nbd: fix incomplete validation of ioctl arg\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"b9c495bb6d8edc719fd23af2ac67de8303cfc1e8\", \"lessThan\": \"52851d0c3354b397c11d31dfeb8b2a2fc85a0002\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"b9c495bb6d8edc719fd23af2ac67de8303cfc1e8\", \"lessThan\": \"fab766c8a1aff715bce7075aab40e780266f8e1a\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"b9c495bb6d8edc719fd23af2ac67de8303cfc1e8\", \"lessThan\": \"ffb75ffaa68723276365d0f9d00b03362b750657\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"b9c495bb6d8edc719fd23af2ac67de8303cfc1e8\", \"lessThan\": \"55793ea54d77719a071b1ccc05a05056e3b5e009\", \"versionType\": \"git\"}], \"programFiles\": [\"drivers/block/nbd.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"4.1\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"4.1\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"5.15.113\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.15.*\"}, {\"status\": \"unaffected\", \"version\": \"6.1.30\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.1.*\"}, {\"status\": \"unaffected\", \"version\": \"6.3.4\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.3.*\"}, {\"status\": \"unaffected\", \"version\": \"6.4\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"drivers/block/nbd.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/52851d0c3354b397c11d31dfeb8b2a2fc85a0002\"}, {\"url\": \"https://git.kernel.org/stable/c/fab766c8a1aff715bce7075aab40e780266f8e1a\"}, {\"url\": \"https://git.kernel.org/stable/c/ffb75ffaa68723276365d0f9d00b03362b750657\"}, {\"url\": \"https://git.kernel.org/stable/c/55793ea54d77719a071b1ccc05a05056e3b5e009\"}], \"x_generator\": {\"engine\": \"bippy-1.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nnbd: fix incomplete validation of ioctl arg\\n\\nWe tested and found an alarm caused by nbd_ioctl arg without verification.\\nThe UBSAN warning calltrace like below:\\n\\nUBSAN: Undefined behaviour in fs/buffer.c:1709:35\\nsigned integer overflow:\\n-9223372036854775808 - 1 cannot be represented in type \u0027long long int\u0027\\nCPU: 3 PID: 2523 Comm: syz-executor.0 Not tainted 4.19.90 #1\\nHardware name: linux,dummy-virt (DT)\\nCall trace:\\n dump_backtrace+0x0/0x3f0 arch/arm64/kernel/time.c:78\\n show_stack+0x28/0x38 arch/arm64/kernel/traps.c:158\\n __dump_stack lib/dump_stack.c:77 [inline]\\n dump_stack+0x170/0x1dc lib/dump_stack.c:118\\n ubsan_epilogue+0x18/0xb4 lib/ubsan.c:161\\n handle_overflow+0x188/0x1dc lib/ubsan.c:192\\n __ubsan_handle_sub_overflow+0x34/0x44 lib/ubsan.c:206\\n __block_write_full_page+0x94c/0xa20 fs/buffer.c:1709\\n block_write_full_page+0x1f0/0x280 fs/buffer.c:2934\\n blkdev_writepage+0x34/0x40 fs/block_dev.c:607\\n __writepage+0x68/0xe8 mm/page-writeback.c:2305\\n write_cache_pages+0x44c/0xc70 mm/page-writeback.c:2240\\n generic_writepages+0xdc/0x148 mm/page-writeback.c:2329\\n blkdev_writepages+0x2c/0x38 fs/block_dev.c:2114\\n do_writepages+0xd4/0x250 mm/page-writeback.c:2344\\n\\nThe reason for triggering this warning is __block_write_full_page()\\n-\u003e i_size_read(inode) - 1 overflow.\\ninode-\u003ei_size is assigned in __nbd_ioctl() -\u003e nbd_set_size() -\u003e bytesize.\\nWe think it is necessary to limit the size of arg to prevent errors.\\n\\nMoreover, __nbd_ioctl() -\u003e nbd_add_socket(), arg will be cast to int.\\nAssuming the value of arg is 0x80000000000000001) (on a 64-bit machine),\\nit will become 1 after the coercion, which will return unexpected results.\\n\\nFix it by adding checks to prevent passing in too large numbers.\"}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.15.113\", \"versionStartIncluding\": \"4.1\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.1.30\", \"versionStartIncluding\": \"4.1\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.3.4\", \"versionStartIncluding\": \"4.1\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.4\", \"versionStartIncluding\": \"4.1\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2026-05-11T19:46:25.690Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2023-53513\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-06-11T18:44:23.322Z\", \"dateReserved\": \"2025-10-01T11:39:39.406Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2025-10-01T11:46:01.717Z\", \"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…