Security readout for executives and security teams
Plain-English summary
This Linux kernel flaw can crash an affected system when md bitmap handling dereferences a missing counter. It requires local, low-privileged access and mainly affects availability, not data theft or integrity. Treat it as operational risk for Linux systems using md software RAID or exposed to untrusted local users.
Executive priority
Schedule remediation through normal kernel patching, with faster handling for shared or storage-critical systems. This is not evidenced as internet-exploitable or actively exploited, but a kernel crash can still cause service interruption and recovery work.
Technical view
CVE-2022-50402 is a CWE-476 null pointer dereference in drivers/md/md-bitmap. md_bitmap_get_counter() can return NULL, and the vulnerable code dereferences it. CVSS 3.1 is 5.5, with local attack vector, low complexity, low privileges, no user interaction, and high availability impact only.
Likely exposure
Exposure is likely limited to Linux kernels in the affected version ranges and configurations exercising md bitmap code. Highest concern is multi-user, shared-hosting, CI, virtualization, or storage servers where low-privileged local users may influence workloads. The bundle does not identify specific distributions or appliances.
Exploitation context
The source bundle does not report active exploitation, and KEV is false. The CVSS vector indicates exploitation requires local low-privileged access, not remote network access. The expected impact is denial of service through kernel crash behavior, not confidentiality or integrity compromise.
Researcher notes
The key evidence is the kernel fix rationale: check md_bitmap_get_counter() before dereference. Affected-version data in the bundle is broad and does not map fixes to distribution package names. Validate exposure through kernel build provenance, backport status, and md bitmap usage.
Mitigation direction
- Update affected Linux kernels through the distribution or vendor-supported kernel channel.
- Confirm the update includes the md-bitmap NULL check fixes referenced by the kernel commits.
- Prioritize shared systems, storage servers, and environments with untrusted local users.
- Review vendor guidance for any configuration-specific mitigations or backported package versions.
Validation and detection
- Inventory Linux kernel versions across systems running md software RAID or related storage workloads.
- Compare installed kernel packages against distribution advisories for CVE-2022-50402.
- Check whether local kernel source or package changelogs include the referenced md-bitmap fix.
- Review crash logs for md-bitmap or md_bitmap_get_counter NULL dereference indicators.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-476: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2022-50402 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Medium
- CVSS
- 5.5 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H1.83.6Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
5.5MediumVector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://git.kernel.org/stable/c/21e9aac9a74d30907d44bae0d24c036cb3819406CVE reference
- https://git.kernel.org/stable/c/5d8d046f3dba939e74e2414f009df426700430edCVE reference
- https://git.kernel.org/stable/c/100caacfa0ed26e061954c90cdc835d42f709536CVE reference
- https://git.kernel.org/stable/c/b621d17fe8b079574c773800148fb86907f3445dCVE reference
- https://git.kernel.org/stable/c/ff3b7e12bc9f50de05c9d82b5b79e23e5be888f1CVE reference
- https://git.kernel.org/stable/c/99bef41f8e8d1d52b5cb34f2f193f1346192752bCVE reference
- https://git.kernel.org/stable/c/3bd548e5b819b8c0f2c9085de775c5c7bff9052fCVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
NULL Pointer Dereference
NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
