CVE-2022-50508 (GCVE-0-2022-50508)

Vulnerability from cvelistv5 – Published: 2025-10-04 15:43 – Updated: 2026-08-05 08:59
VLAI
Title
wifi: mt76: mt76x0: fix oob access in mt76x0_phy_get_target_power
Summary
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt76x0: fix oob access in mt76x0_phy_get_target_power After 'commit ba45841ca5eb ("wifi: mt76: mt76x02: simplify struct mt76x02_rate_power")', mt76x02 relies on ht[0-7] rate_power data for vht mcs{0,7}, while it uses vth[0-1] rate_power for vht mcs {8,9}. Fix a possible out-of-bound access in mt76x0_phy_get_target_power routine.
Assigner
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: ba45841ca5eb29245f9c9f452a39586d9d68bc12 , < bf425c5d7ef6fb4083c1e0d46440f886127b5ee5 (git)
Affected: ba45841ca5eb29245f9c9f452a39586d9d68bc12 , < 6e1abc51c945663bddebfa1beb9590ff5b250eb7 (git)
guessed Create a notification for this product.
Linux Linux Affected: 6.2
Unaffected: 0 , < 6.2 (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/mt76x0/phy.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "bf425c5d7ef6fb4083c1e0d46440f886127b5ee5",
              "status": "affected",
              "version": "ba45841ca5eb29245f9c9f452a39586d9d68bc12",
              "versionType": "git"
            },
            {
              "lessThan": "6e1abc51c945663bddebfa1beb9590ff5b250eb7",
              "status": "affected",
              "version": "ba45841ca5eb29245f9c9f452a39586d9d68bc12",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/wireless/mediatek/mt76/mt76x0/phy.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.2"
            },
            {
              "lessThan": "6.2",
              "status": "unaffected",
              "version": "0",
              "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.2.3",
                  "versionStartIncluding": "6.2",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.3",
                  "versionStartIncluding": "6.2",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: mt76: mt76x0: fix oob access in mt76x0_phy_get_target_power\n\nAfter \u0027commit ba45841ca5eb (\"wifi: mt76: mt76x02: simplify struct\nmt76x02_rate_power\")\u0027, mt76x02 relies on ht[0-7] rate_power data for\nvht mcs{0,7}, while it uses vth[0-1] rate_power for vht mcs {8,9}.\nFix a possible out-of-bound access in mt76x0_phy_get_target_power routine."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 7.1,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:A - The bug is in mt76x0 TSSI TX-power calibration after the device itself transmits VHT frames; the highest-impact case is an mt76x0 SoftAP/hotspot where an adjacent WiFi peer\u2019s traffic drives VHT TX and the periodic cal_work path, matching Adjacent WiFi reachability used for similar mt76 SoftAP bugs.\nAC:L - On TSSI-enabled mt76x0 hardware, calibration runs on a fixed delayed-work interval and VHT MCS 2\u20139 indexing of the shrunk vht[2] array is deterministic once the radio is serving ordinary 802.11ac traffic; no attacker-uncontrollable race or rare debug config is required.\nPR:N - An adjacent client needs no host OS account or capability: open SoftAP/hotspot association plus data traffic is enough to cause the AP to TX VHT and exercise mt76x0_phy_get_target_power without authentication on the victim host.\nUI:N - Once SoftAP/hotspot is already running, the attacker triggers the path solely by associating and exchanging frames; no separate victim mount, open, or interactive step is required.\nS:U - The out-of-bounds access and resulting TX ALC mis-programming stay inside the host kernel WiFi driver authority and do not cross a VM, IOMMU, or sandbox boundary.\nC:L - This is a strictly bounded single-byte OOB read (vht[tx_rate] with tx_rate\u22649 into a 2-element array, at most ~7 bytes past rate_power into the adjacent cal fields). Per guidance that is not C:H, but the stale byte is folded into HW-visible TX power, so confidentiality is Low rather than None.\nI:N - The defect is a pure out-of-bounds read; the derived value only updates in-bounds cal.tssi_target and a clamped TX ALC register write, with no OOB write, UAF, or control-flow hijack primitive.\nA:H - The wrong VHT rate-power byte can swing TX ALC compensation across its full clamped range on a live SoftAP, which can severely disrupt or deny wireless availability for associated clients, and under the required upward rule this is scored High."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T08:59:00.865Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/bf425c5d7ef6fb4083c1e0d46440f886127b5ee5"
        },
        {
          "url": "https://git.kernel.org/stable/c/6e1abc51c945663bddebfa1beb9590ff5b250eb7"
        }
      ],
      "title": "wifi: mt76: mt76x0: fix oob access in mt76x0_phy_get_target_power",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2022-50508",
    "datePublished": "2025-10-04T15:43:56.372Z",
    "dateReserved": "2025-10-04T15:39:19.465Z",
    "dateUpdated": "2026-08-05T08:59:00.865Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2022-50508",
      "date": "2026-08-17",
      "epss": "0.00168",
      "percentile": "0.06544"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2022-50508\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-10-04T16:15:48.087\",\"lastModified\":\"2026-08-04T10:18:18.547\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nwifi: mt76: mt76x0: fix oob access in mt76x0_phy_get_target_power\\n\\nAfter \u0027commit ba45841ca5eb (\\\"wifi: mt76: mt76x02: simplify struct\\nmt76x02_rate_power\\\")\u0027, mt76x02 relies on ht[0-7] rate_power data for\\nvht mcs{0,7}, while it uses vth[0-1] rate_power for vht mcs {8,9}.\\nFix a possible out-of-bound access in mt76x0_phy_get_target_power routine.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/net/wireless/mediatek/mt76/mt76x0/phy.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"ba45841ca5eb29245f9c9f452a39586d9d68bc12\",\"lessThan\":\"bf425c5d7ef6fb4083c1e0d46440f886127b5ee5\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"ba45841ca5eb29245f9c9f452a39586d9d68bc12\",\"lessThan\":\"6e1abc51c945663bddebfa1beb9590ff5b250eb7\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/net/wireless/mediatek/mt76/mt76x0/phy.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.2\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.2\",\"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\":{\"cvssMetricV31\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H\",\"baseScore\":7.1,\"baseSeverity\":\"HIGH\",\"attackVector\":\"ADJACENT_NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":4.2},{\"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:H/I:N/A:H\",\"baseScore\":7.1,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.2}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-125\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.2\",\"versionEndExcluding\":\"6.2.3\",\"matchCriteriaId\":\"88C67289-22AD-4CA9-B202-5F5A80E5BA4B\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/6e1abc51c945663bddebfa1beb9590ff5b250eb7\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/bf425c5d7ef6fb4083c1e0d46440f886127b5ee5\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-08-04T19:38:09+00:00",
      "cve": "CVE-2022-50508",
      "id": "CVE-2022-50508",
      "initial_release_date": "2022-01-01T00:00:00+00:00",
      "product_status:known_not_affected": "274",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: wifi: mt76: mt76x0: fix oob access in mt76x0_phy_get_target_power",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2022/cve-2022-50508.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-08-05T01:09:36Z",
      "cve": "CVE-2022-50508",
      "id": "CVE-2022-50508",
      "initial_release_date": "2025-10-05T02:57:32Z",
      "product_status:known_not_affected": "416",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2022-50508",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2022-50508.json",
      "version": "10"
    }
  }
}



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…