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

CVE-2023-53710 (GCVE-0-2023-53710)

Vulnerability from cvelistv5 – Published: 2025-10-22 13:23 – Updated: 2026-05-11 19:50
VLAI
Title
wifi: mt76: mt7921: fix error code of return in mt7921_acpi_read
Summary
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921: fix error code of return in mt7921_acpi_read Kernel NULL pointer dereference when ACPI SAR table isn't implemented well. Fix the error code of return to mark the ACPI SAR table as invalid. [ 5.077128] mt7921e 0000:06:00.0: sar cnt = 0 [ 5.077381] BUG: kernel NULL pointer dereference, address: 0000000000000004 [ 5.077630] #PF: supervisor read access in kernel mode [ 5.077883] #PF: error_code(0x0000) - not-present page [ 5.078138] PGD 0 P4D 0 [ 5.078398] Oops: 0000 [#1] PREEMPT SMP NOPTI [ 5.079202] RIP: 0010:mt7921_init_acpi_sar+0x106/0x220 [mt7921_common] ... [ 5.080786] Call Trace: [ 5.080786] <TASK> [ 5.080786] mt7921_register_device+0x37d/0x490 [mt7921_common] [ 5.080786] mt7921_pci_probe.part.0+0x2ee/0x310 [mt7921e] [ 5.080786] mt7921_pci_probe+0x52/0x70 [mt7921e] [ 5.080786] local_pci_probe+0x47/0x90 [ 5.080786] pci_call_probe+0x55/0x190 [ 5.080786] pci_device_probe+0x84/0x120
Severity
No CVSS data available.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: f965333e491e36adb0fa91e389fba8685b704fb6 , < 2a9a5f88e0da71c8e4f30aacbda45b1a1af5469d (git)
Affected: f965333e491e36adb0fa91e389fba8685b704fb6 , < 59c2b0aec7a5aa350aa3edfb4363b19348c2269f (git)
Affected: f965333e491e36adb0fa91e389fba8685b704fb6 , < 888d89034f9eaeab9b5b75f13dbe35376c7dd471 (git)
guessed Create a notification for this product.
Linux Linux Affected: 6.0
Unaffected: 0 , < 6.0 (semver)
Unaffected: 6.1.16 , ≤ 6.1.* (semver)
Unaffected: 6.2.3 , ≤ 6.2.* (semver)
Unaffected: 6.3 , ≤ * (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/net/wireless/mediatek/mt76/mt7921/acpi_sar.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "2a9a5f88e0da71c8e4f30aacbda45b1a1af5469d",
              "status": "affected",
              "version": "f965333e491e36adb0fa91e389fba8685b704fb6",
              "versionType": "git"
            },
            {
              "lessThan": "59c2b0aec7a5aa350aa3edfb4363b19348c2269f",
              "status": "affected",
              "version": "f965333e491e36adb0fa91e389fba8685b704fb6",
              "versionType": "git"
            },
            {
              "lessThan": "888d89034f9eaeab9b5b75f13dbe35376c7dd471",
              "status": "affected",
              "version": "f965333e491e36adb0fa91e389fba8685b704fb6",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/wireless/mediatek/mt76/mt7921/acpi_sar.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.0"
            },
            {
              "lessThan": "6.0",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.16",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.2.*",
              "status": "unaffected",
              "version": "6.2.3",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.3",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.16",
                  "versionStartIncluding": "6.0",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.2.3",
                  "versionStartIncluding": "6.0",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.3",
                  "versionStartIncluding": "6.0",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: mt76: mt7921: fix error code of return in mt7921_acpi_read\n\nKernel NULL pointer dereference when ACPI SAR table isn\u0027t implemented well.\nFix the error code of return to mark the ACPI SAR table as invalid.\n\n[    5.077128] mt7921e 0000:06:00.0: sar cnt = 0\n[    5.077381] BUG: kernel NULL pointer dereference, address:\n0000000000000004\n[    5.077630] #PF: supervisor read access in kernel mode\n[    5.077883] #PF: error_code(0x0000) - not-present page\n[    5.078138] PGD 0 P4D 0\n[    5.078398] Oops: 0000 [#1] PREEMPT SMP NOPTI\n[    5.079202] RIP: 0010:mt7921_init_acpi_sar+0x106/0x220\n[mt7921_common]\n...\n[    5.080786] Call Trace:\n[    5.080786]  \u003cTASK\u003e\n[    5.080786]  mt7921_register_device+0x37d/0x490 [mt7921_common]\n[    5.080786]  mt7921_pci_probe.part.0+0x2ee/0x310 [mt7921e]\n[    5.080786]  mt7921_pci_probe+0x52/0x70 [mt7921e]\n[    5.080786]  local_pci_probe+0x47/0x90\n[    5.080786]  pci_call_probe+0x55/0x190\n[    5.080786]  pci_device_probe+0x84/0x120"
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-05-11T19:50:21.634Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/2a9a5f88e0da71c8e4f30aacbda45b1a1af5469d"
        },
        {
          "url": "https://git.kernel.org/stable/c/59c2b0aec7a5aa350aa3edfb4363b19348c2269f"
        },
        {
          "url": "https://git.kernel.org/stable/c/888d89034f9eaeab9b5b75f13dbe35376c7dd471"
        }
      ],
      "title": "wifi: mt76: mt7921: fix error code of return in mt7921_acpi_read",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2023-53710",
    "datePublished": "2025-10-22T13:23:45.785Z",
    "dateReserved": "2025-10-22T13:21:37.346Z",
    "dateUpdated": "2026-05-11T19:50:21.634Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2023-53710",
      "date": "2026-09-17",
      "epss": "0.00184",
      "percentile": "0.0823"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2023-53710\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-10-22T14:15:45.613\",\"lastModified\":\"2026-06-17T06:45:55.657\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nwifi: mt76: mt7921: fix error code of return in mt7921_acpi_read\\n\\nKernel NULL pointer dereference when ACPI SAR table isn\u0027t implemented well.\\nFix the error code of return to mark the ACPI SAR table as invalid.\\n\\n[    5.077128] mt7921e 0000:06:00.0: sar cnt = 0\\n[    5.077381] BUG: kernel NULL pointer dereference, address:\\n0000000000000004\\n[    5.077630] #PF: supervisor read access in kernel mode\\n[    5.077883] #PF: error_code(0x0000) - not-present page\\n[    5.078138] PGD 0 P4D 0\\n[    5.078398] Oops: 0000 [#1] PREEMPT SMP NOPTI\\n[    5.079202] RIP: 0010:mt7921_init_acpi_sar+0x106/0x220\\n[mt7921_common]\\n...\\n[    5.080786] Call Trace:\\n[    5.080786]  \u003cTASK\u003e\\n[    5.080786]  mt7921_register_device+0x37d/0x490 [mt7921_common]\\n[    5.080786]  mt7921_pci_probe.part.0+0x2ee/0x310 [mt7921e]\\n[    5.080786]  mt7921_pci_probe+0x52/0x70 [mt7921e]\\n[    5.080786]  local_pci_probe+0x47/0x90\\n[    5.080786]  pci_call_probe+0x55/0x190\\n[    5.080786]  pci_device_probe+0x84/0x120\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/net/wireless/mediatek/mt76/mt7921/acpi_sar.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"f965333e491e36adb0fa91e389fba8685b704fb6\",\"lessThan\":\"2a9a5f88e0da71c8e4f30aacbda45b1a1af5469d\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"f965333e491e36adb0fa91e389fba8685b704fb6\",\"lessThan\":\"59c2b0aec7a5aa350aa3edfb4363b19348c2269f\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"f965333e491e36adb0fa91e389fba8685b704fb6\",\"lessThan\":\"888d89034f9eaeab9b5b75f13dbe35376c7dd471\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/net/wireless/mediatek/mt76/mt7921/acpi_sar.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.0\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.0\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.16\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.2.3\",\"lessThanOrEqual\":\"6.2.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.3\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/2a9a5f88e0da71c8e4f30aacbda45b1a1af5469d\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/59c2b0aec7a5aa350aa3edfb4363b19348c2269f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/888d89034f9eaeab9b5b75f13dbe35376c7dd471\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-07-21T18:55:03+00:00",
      "cve": "CVE-2023-53710",
      "id": "CVE-2023-53710",
      "initial_release_date": "2023-01-01T00:00:00+00:00",
      "product_status:fixed": "120",
      "product_status:known_affected": "124",
      "product_status:known_not_affected": "118",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: wifi: mt76: mt7921: fix error code of return in mt7921_acpi_read",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2023/cve-2023-53710.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-11T02:19:17Z",
      "cve": "CVE-2023-53710",
      "id": "CVE-2023-53710",
      "initial_release_date": "2025-10-22T23:59:11Z",
      "product_status:known_not_affected": "514",
      "product_status:recommended": "49",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2023-53710",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2023-53710.json",
      "version": "8"
    }
  }
}



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…