CVE-2023-53463 (GCVE-0-2023-53463)

Vulnerability from cvelistv5 – Published: 2025-10-01 11:42 – Updated: 2026-08-05 09:14
VLAI
Title
ibmvnic: Do not reset dql stats on NON_FATAL err
Summary
In the Linux kernel, the following vulnerability has been resolved: ibmvnic: Do not reset dql stats on NON_FATAL err All ibmvnic resets, make a call to netdev_tx_reset_queue() when re-opening the device. netdev_tx_reset_queue() resets the num_queued and num_completed byte counters. These stats are used in Byte Queue Limit (BQL) algorithms. The difference between these two stats tracks the number of bytes currently sitting on the physical NIC. ibmvnic increases the number of queued bytes though calls to netdev_tx_sent_queue() in the drivers xmit function. When, VIOS reports that it is done transmitting bytes, the ibmvnic device increases the number of completed bytes through calls to netdev_tx_completed_queue(). It is important to note that the driver batches its transmit calls and num_queued is increased every time that an skb is added to the next batch, not necessarily when the batch is sent to VIOS for transmission. Unlike other reset types, a NON FATAL reset will not flush the sub crq tx buffers. Therefore, it is possible for the batched skb array to be partially full. So if there is call to netdev_tx_reset_queue() when re-opening the device, the value of num_queued (0) would not account for the skb's that are currently batched. Eventually, when the batch is sent to VIOS, the call to netdev_tx_completed_queue() would increase num_completed to a value greater than the num_queued. This causes a BUG_ON crash: ibmvnic 30000002: Firmware reports error, cause: adapter problem. Starting recovery... ibmvnic 30000002: tx error 600 ibmvnic 30000002: tx error 600 ibmvnic 30000002: tx error 600 ibmvnic 30000002: tx error 600 ------------[ cut here ]------------ kernel BUG at lib/dynamic_queue_limits.c:27! Oops: Exception in kernel mode, sig: 5 [....] NIP dql_completed+0x28/0x1c0 LR ibmvnic_complete_tx.isra.0+0x23c/0x420 [ibmvnic] Call Trace: ibmvnic_complete_tx.isra.0+0x3f8/0x420 [ibmvnic] (unreliable) ibmvnic_interrupt_tx+0x40/0x70 [ibmvnic] __handle_irq_event_percpu+0x98/0x270 ---[ end trace ]--- Therefore, do not reset the dql stats when performing a NON_FATAL reset.
Assigner
Impacted products
Vendor Product Version
Linux Linux Affected: 0d973388185d49add56b81ca82fa5e4348019df8 , < b8aedf29db1280c83191fc9579ae605791faf97f (git)
Affected: 0d973388185d49add56b81ca82fa5e4348019df8 , < f67ef8f9f6776e2b2073cad7c5cf29de850f83d7 (git)
Affected: 0d973388185d49add56b81ca82fa5e4348019df8 , < 91a0632e73070928aafeb36b3cc676843c716931 (git)
Affected: 0d973388185d49add56b81ca82fa5e4348019df8 , < 48538ccb825b05544ec308a509e2cc9c013402db (git)
Create a notification for this product.
Linux Linux Affected: 5.11
Unaffected: 0 , < 5.11 (semver)
Unaffected: 5.15.121 , ≤ 5.15.* (semver)
Unaffected: 6.1.39 , ≤ 6.1.* (semver)
Unaffected: 6.4.4 , ≤ 6.4.* (semver)
Unaffected: 6.5 , ≤ * (original_commit_for_fix)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/ethernet/ibm/ibmvnic.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "b8aedf29db1280c83191fc9579ae605791faf97f",
              "status": "affected",
              "version": "0d973388185d49add56b81ca82fa5e4348019df8",
              "versionType": "git"
            },
            {
              "lessThan": "f67ef8f9f6776e2b2073cad7c5cf29de850f83d7",
              "status": "affected",
              "version": "0d973388185d49add56b81ca82fa5e4348019df8",
              "versionType": "git"
            },
            {
              "lessThan": "91a0632e73070928aafeb36b3cc676843c716931",
              "status": "affected",
              "version": "0d973388185d49add56b81ca82fa5e4348019df8",
              "versionType": "git"
            },
            {
              "lessThan": "48538ccb825b05544ec308a509e2cc9c013402db",
              "status": "affected",
              "version": "0d973388185d49add56b81ca82fa5e4348019df8",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/ethernet/ibm/ibmvnic.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.121",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.39",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.4.*",
              "status": "unaffected",
              "version": "6.4.4",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.5",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.121",
                  "versionStartIncluding": "5.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.39",
                  "versionStartIncluding": "5.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.4.4",
                  "versionStartIncluding": "5.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.5",
                  "versionStartIncluding": "5.11",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nibmvnic: Do not reset dql stats on NON_FATAL err\n\nAll ibmvnic resets, make a call to netdev_tx_reset_queue() when\nre-opening the device. netdev_tx_reset_queue() resets the num_queued\nand num_completed byte counters. These stats are used in Byte Queue\nLimit (BQL) algorithms. The difference between these two stats tracks\nthe number of bytes currently sitting on the physical NIC. ibmvnic\nincreases the number of queued bytes though calls to\nnetdev_tx_sent_queue() in the drivers xmit function. When, VIOS reports\nthat it is done transmitting bytes, the ibmvnic device increases the\nnumber of completed bytes through calls to netdev_tx_completed_queue().\nIt is important to note that the driver batches its transmit calls and\nnum_queued is increased every time that an skb is added to the next\nbatch, not necessarily when the batch is sent to VIOS for transmission.\n\nUnlike other reset types, a NON FATAL reset will not flush the sub crq\ntx buffers. Therefore, it is possible for the batched skb array to be\npartially full. So if there is call to netdev_tx_reset_queue() when\nre-opening the device, the value of num_queued (0) would not account\nfor the skb\u0027s that are currently batched. Eventually, when the batch\nis sent to VIOS, the call to netdev_tx_completed_queue() would increase\nnum_completed to a value greater than the num_queued. This causes a\nBUG_ON crash:\n\nibmvnic 30000002: Firmware reports error, cause: adapter problem.\nStarting recovery...\nibmvnic 30000002: tx error 600\nibmvnic 30000002: tx error 600\nibmvnic 30000002: tx error 600\nibmvnic 30000002: tx error 600\n------------[ cut here ]------------\nkernel BUG at lib/dynamic_queue_limits.c:27!\nOops: Exception in kernel mode, sig: 5\n[....]\nNIP dql_completed+0x28/0x1c0\nLR ibmvnic_complete_tx.isra.0+0x23c/0x420 [ibmvnic]\nCall Trace:\nibmvnic_complete_tx.isra.0+0x3f8/0x420 [ibmvnic] (unreliable)\nibmvnic_interrupt_tx+0x40/0x70 [ibmvnic]\n__handle_irq_event_percpu+0x98/0x270\n---[ end trace ]---\n\nTherefore, do not reset the dql stats when performing a NON_FATAL reset."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:N - The faulty state is created and consumed entirely in the network TX path \u2014 bytes accounted by `ibmvnic_xmit()` for in-flight packets and completed in the `ibmvnic_interrupt_tx()` handler \u2014 so a remote peer generating sustained traffic through the virtual NIC supplies the precondition that turns an adapter reset into a panic. Consistent with other ibmvnic TX-path crash CVEs scored AV:N.\nAC:L - No race must be won and no specific memory layout is needed; any sustained TX load keeps the batched skb array (`ind_bufp`) partially full, so once a NON_FATAL reset occurs the `num_completed \u003e num_queued` condition and the resulting BUG_ON are deterministic.\nPR:N - No credentials or local account are required \u2014 merely sending traffic to the affected interface is sufficient to keep the TX batch populated, and the reset path involves no authentication or capability check.\nUI:N - The crash occurs asynchronously in the TX-completion interrupt handler during automatic driver reset recovery; no administrator or user action is needed.\nS:U - The BUG_ON panics the kernel of the affected partition itself, with no crossing into a different security authority such as a hypervisor or peer partition.\nC:N - The defect is a byte-counter accounting mismatch caught by an explicit assertion in `dql_completed()`; no memory is read out of bounds and no kernel data is exposed to the attacker.\nI:N - Nothing is written out of bounds and no attacker-controlled data corrupts kernel state \u2014 the counters are driver-internal BQL statistics, and the assertion fires before any further processing.\nA:H - `BUG_ON()` in `dql_completed()` is reached from hard interrupt context via `ibmvnic_interrupt_tx()`, producing a kernel oops/panic (\"Oops: Exception in kernel mode, sig: 5\") that takes down the system."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T09:14:12.511Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/b8aedf29db1280c83191fc9579ae605791faf97f"
        },
        {
          "url": "https://git.kernel.org/stable/c/f67ef8f9f6776e2b2073cad7c5cf29de850f83d7"
        },
        {
          "url": "https://git.kernel.org/stable/c/91a0632e73070928aafeb36b3cc676843c716931"
        },
        {
          "url": "https://git.kernel.org/stable/c/48538ccb825b05544ec308a509e2cc9c013402db"
        }
      ],
      "title": "ibmvnic: Do not reset dql stats on NON_FATAL err",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2023-53463",
    "datePublished": "2025-10-01T11:42:34.308Z",
    "dateReserved": "2025-10-01T11:39:39.400Z",
    "dateUpdated": "2026-08-05T09:14:12.511Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2023-53463",
      "date": "2026-08-10",
      "epss": "0.00332",
      "percentile": "0.25785"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2023-53463\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-10-01T12:15:48.120\",\"lastModified\":\"2026-08-04T10:19:07.443\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nibmvnic: Do not reset dql stats on NON_FATAL err\\n\\nAll ibmvnic resets, make a call to netdev_tx_reset_queue() when\\nre-opening the device. netdev_tx_reset_queue() resets the num_queued\\nand num_completed byte counters. These stats are used in Byte Queue\\nLimit (BQL) algorithms. The difference between these two stats tracks\\nthe number of bytes currently sitting on the physical NIC. ibmvnic\\nincreases the number of queued bytes though calls to\\nnetdev_tx_sent_queue() in the drivers xmit function. When, VIOS reports\\nthat it is done transmitting bytes, the ibmvnic device increases the\\nnumber of completed bytes through calls to netdev_tx_completed_queue().\\nIt is important to note that the driver batches its transmit calls and\\nnum_queued is increased every time that an skb is added to the next\\nbatch, not necessarily when the batch is sent to VIOS for transmission.\\n\\nUnlike other reset types, a NON FATAL reset will not flush the sub crq\\ntx buffers. Therefore, it is possible for the batched skb array to be\\npartially full. So if there is call to netdev_tx_reset_queue() when\\nre-opening the device, the value of num_queued (0) would not account\\nfor the skb\u0027s that are currently batched. Eventually, when the batch\\nis sent to VIOS, the call to netdev_tx_completed_queue() would increase\\nnum_completed to a value greater than the num_queued. This causes a\\nBUG_ON crash:\\n\\nibmvnic 30000002: Firmware reports error, cause: adapter problem.\\nStarting recovery...\\nibmvnic 30000002: tx error 600\\nibmvnic 30000002: tx error 600\\nibmvnic 30000002: tx error 600\\nibmvnic 30000002: tx error 600\\n------------[ cut here ]------------\\nkernel BUG at lib/dynamic_queue_limits.c:27!\\nOops: Exception in kernel mode, sig: 5\\n[....]\\nNIP dql_completed+0x28/0x1c0\\nLR ibmvnic_complete_tx.isra.0+0x23c/0x420 [ibmvnic]\\nCall Trace:\\nibmvnic_complete_tx.isra.0+0x3f8/0x420 [ibmvnic] (unreliable)\\nibmvnic_interrupt_tx+0x40/0x70 [ibmvnic]\\n__handle_irq_event_percpu+0x98/0x270\\n---[ end trace ]---\\n\\nTherefore, do not reset the dql stats when performing a NON_FATAL reset.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/net/ethernet/ibm/ibmvnic.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"0d973388185d49add56b81ca82fa5e4348019df8\",\"lessThan\":\"b8aedf29db1280c83191fc9579ae605791faf97f\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"0d973388185d49add56b81ca82fa5e4348019df8\",\"lessThan\":\"f67ef8f9f6776e2b2073cad7c5cf29de850f83d7\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"0d973388185d49add56b81ca82fa5e4348019df8\",\"lessThan\":\"91a0632e73070928aafeb36b3cc676843c716931\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"0d973388185d49add56b81ca82fa5e4348019df8\",\"lessThan\":\"48538ccb825b05544ec308a509e2cc9c013402db\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/net/ethernet/ibm/ibmvnic.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.121\",\"lessThanOrEqual\":\"5.15.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.39\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.4.4\",\"lessThanOrEqual\":\"6.4.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.5\",\"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:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6},{\"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\":\"NVD-CWE-noinfo\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.11\",\"versionEndExcluding\":\"5.15.121\",\"matchCriteriaId\":\"EC77775B-EC31-4966-966C-1286C02B2A85\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.16\",\"versionEndExcluding\":\"6.1.39\",\"matchCriteriaId\":\"9BD1D4A1-304D-4187-8178-6D7C0050B1AF\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.2\",\"versionEndExcluding\":\"6.4.4\",\"matchCriteriaId\":\"A91BC267-63EE-413E-A6EF-6B96C2A278D1\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/48538ccb825b05544ec308a509e2cc9c013402db\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/91a0632e73070928aafeb36b3cc676843c716931\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/b8aedf29db1280c83191fc9579ae605791faf97f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/f67ef8f9f6776e2b2073cad7c5cf29de850f83d7\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-08-04T19:18:34+00:00",
      "cve": "CVE-2023-53463",
      "id": "CVE-2023-53463",
      "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: ibmvnic: Do not reset dql stats on NON_FATAL err",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2023/cve-2023-53463.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-07-23T02:14:58Z",
      "cve": "CVE-2023-53463",
      "id": "CVE-2023-53463",
      "initial_release_date": "2025-10-01T23:30:47Z",
      "product_status:known_affected": "395",
      "product_status:known_not_affected": "108",
      "product_status:recommended": "552",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2023-53463",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2023-53463.json",
      "version": "49"
    }
  }
}



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…