LiveActive security incident?Get immediate response
CVE Record

CVE-2022-50380: mm: /proc/pid/smaps_rollup: fix no vma's null-deref

In the Linux kernel, the following vulnerability has been resolved: mm: /proc/pid/smaps_rollup: fix no vma's null-deref Commit 258f669e7e88 ("mm: /proc/pid/smaps_rollup: convert to single value seq_file") introduced a null-deref if there are no vma's in the task in show_smaps_rollup.

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-50380 is a Linux kernel flaw that can crash affected systems through a null pointer dereference in /proc/pid/smaps_rollup. It does not indicate data theft or privilege escalation, but it can affect availability when a local low-privileged user can reach the vulnerable path.

Executive priority

Treat as a routine but real availability risk. It is not described as remotely exploitable, but shared Linux infrastructure should be patched through normal kernel maintenance because a local crash can disrupt services.

Technical view

A change identified as commit 258f669e7e88 introduced a null dereference in show_smaps_rollup when a task has no VMAs. The issue is classified as CWE-476 with CVSS 3.1 score 5.5: local attack vector, low complexity, low privileges, no user interaction, and high availability impact only.

Likely exposure

Exposure is mainly Linux systems running affected kernel builds where local users or workloads can access procfs task memory summary interfaces. Multi-user servers, shared development hosts, and container platforms should prioritize inventory because local access is required.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. The supported impact is local denial of service through a kernel null dereference, not remote compromise or data exposure.

Researcher notes

The affected code path is /proc/pid/smaps_rollup in the memory-management procfs reporting logic. Evidence is limited to the CVE description, CVSS vector, affected Linux version data, and upstream stable commit references. No exploit maturity details are provided.

Mitigation direction

  • Apply Linux kernel updates containing the referenced stable fixes.
  • Check distribution advisories for fixed kernel packages for your supported release.
  • Prioritize shared systems with untrusted local users or container workloads.
  • Limit unnecessary local access until patched.
  • Track reboot requirements after kernel package installation.

Validation and detection

  • Inventory running Linux kernel versions across servers and images.
  • Compare kernel packages against vendor advisories for CVE-2022-50380.
  • Confirm deployed kernels include the relevant stable fix commit.
  • Review multi-user and container hosts for higher availability exposure.
  • Verify monitoring covers unexpected kernel crashes or host reboots.
Prepared
Confidence
high
Sources
8

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

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 · low confidence lookup

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 lookup
cve · low confidence lookup

CVE-2022-50380 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
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

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
7Source links

CVSS vector scores

1 official score

We 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.

ScoreVersionSeverityVectorExploitImpactSource
5.5CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H1.83.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.5Medium
CVSS 3.1 vector shape for CVE-2022-50380Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux258f669e7e88c18edbc23fe5ce00a476b924551f, 258f669e7e88c18edbc23fe5ce00a476b924551f, 258f669e7e88c18edbc23fe5ce00a476b924551f, 258f669e7e88c18edbc23fe5ce00a476b924551f, 258f669e7e88c18edbc23fe5ce00a476b924551f, 258f669e7e88c18edbc23fe5ce00a476b924551funaffected
LinuxLinux4.19, 0, 4.19.264, 5.4.221, 5.10.152, 5.15.76, 6.0.6, 6.1affected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-476 · source CWE mapping

NULL Pointer Dereference

NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.