CVE REMEDIATION GUIDE
Review reviewHighResearch in progress

CVE-2022-50880 remediation guide

Linux

In the Linux kernel, the following vulnerability has been resolved: wifi: ath10k: add peer map clean up for peer delete in ath10k_sta_state() When peer delete failed in a disconnect operation, use-after-free detected by KFENCE in below log. It is because for each vdev_id and address, it has only one struct ath10k_peer, it is allocated in ath10k_peer_map_event(). When connected to an AP, it has more than one HTT_T2H_MSG_TYPE_PEER_MAP reported from firmware, then the array peer_map of struct ath10k will be set muti-elements to the same ath10k_peer in ath10k_peer_map_event(). When peer delete...

Open CVE record
Research in progress

A verified fixed-version field is not available. Use the linked NVD and supporting references, then confirm the vendor-supported path before changing production systems.

ProductLinux
Affected versions>= d0eeafad118940fe445ca00f45be5624fea2ec34 < 15604ab67179ae27ea3c7fb24b6df32b143257c4, >= d0eeafad118940fe445ca00f45be5624fea2ec34 < 2d6259715c9597a6cfa25db8911683eb0073b1c6, >= d0eeafad118940fe445ca00f45be5624fea2ec34 < f12fc305c127bd07bb50373e29c6037696f916a8, >= d0eeafad118940fe445ca00f45be5624fea2ec34 < 4494ec1c0bb850eaa80fed98e5b041d961011d3e, >= d0eeafad118940fe445ca00f45be5624fea2ec34 < 08faf07717be0c88b02b5aa45aad2225dfcdd2dc, >= d0eeafad118940fe445ca00f45be5624fea2ec34 < 54a3201f3c1ff813523937da78b5fa7649dbab71, >= d0eeafad118940fe445ca00f45be5624fea2ec34 < 2bf916418d2141b810c40812433ab4ecfd3c2934, >= d0eeafad118940fe445ca00f45be5624fea2ec34 < 38245f2d62cd4d1f38a763a7b4045ab4565b30a0, >= d0eeafad118940fe445ca00f45be5624fea2ec34 < f020d9570a04df0762a2ac5c50cf1d8c511c9164, >= 4.8
Fixed versionsNo verified fixed-version field is available yet
Priority basisReview · CVSS 8.8 · EPSS 0.29%
01

Identify the affected asset

Confirm whether Linux is installed, record the deployed version and installation path, and identify exposed interfaces.

  • Record the product name, package or appliance identifier, and installed version.
  • Identify internet-facing, administrative, API, and internal access paths.
  • Preserve the pre-change configuration and relevant service logs.
02

Validate the affected-version match

Compare the deployed version with the affected range: >= d0eeafad118940fe445ca00f45be5624fea2ec34 < 15604ab67179ae27ea3c7fb24b6df32b143257c4, >= d0eeafad118940fe445ca00f45be5624fea2ec34 < 2d6259715c9597a6cfa25db8911683eb0073b1c6, >= d0eeafad118940fe445ca00f45be5624fea2ec34 < f12fc305c127bd07bb50373e29c6037696f916a8, >= d0eeafad118940fe445ca00f45be5624fea2ec34 < 4494ec1c0bb850eaa80fed98e5b041d961011d3e, >= d0eeafad118940fe445ca00f45be5624fea2ec34 < 08faf07717be0c88b02b5aa45aad2225dfcdd2dc, >= d0eeafad118940fe445ca00f45be5624fea2ec34 < 54a3201f3c1ff813523937da78b5fa7649dbab71, >= d0eeafad118940fe445ca00f45be5624fea2ec34 < 2bf916418d2141b810c40812433ab4ecfd3c2934, >= d0eeafad118940fe445ca00f45be5624fea2ec34 < 38245f2d62cd4d1f38a763a7b4045ab4565b30a0, >= d0eeafad118940fe445ca00f45be5624fea2ec34 < f020d9570a04df0762a2ac5c50cf1d8c511c9164, >= 4.8. Treat incomplete inventory results as unresolved.

03

Prioritize with independent signals

The CVSS severity warrants an early asset and exposure review. Combine this signal with asset criticality, exposure, compensating controls, and business impact.

04

Apply supported remediation

Follow the vendor advisory or supported update path. Current fixed-version status: No verified fixed-version field is available yet. Preserve configuration and rollback material before change.

05

Verify the result

Confirm the resulting version, service health, authentication and access paths, monitoring coverage, and relevant security logs.

  • Confirm the expected version and package state.
  • Run a functional health check for critical service paths.
  • Review authentication, error, application, and security monitoring logs.
  • Reassess exposure if the supported fix cannot be applied.

Operational boundary

This page does not replace the vendor advisory, support contract, change-management process, or recovery plan. Do not infer that an asset is unaffected from an incomplete inventory query or a missing fixed-version field.

CVE-2022-50880 Remediation Guide | SECUFOCUS NOW