LiveActive security incident?Get immediate response
CVE Record

CVE-2021-21781: An information disclosure vulnerability exists in the ARM SIGPAGE functionality of Linux Kernel v5.4.66 and...

An information disclosure vulnerability exists in the ARM SIGPAGE functionality of Linux Kernel v5.4.66 and v5.4.54. The latest version (5.11-rc4) seems to still be vulnerable. A userland application can read the contents of the sigpage, which can leak kernel memory contents. An attacker can read a process’s memory at a specific offset to trigger this vulnerability. This was fixed in kernel releases: 4.14.222 4.19.177 5.4.99 5.10.17 5.11

MediumCVSS 4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-21781 is a Linux kernel information leak in ARM SIGPAGE handling. A local userland application may read data from the sigpage and expose kernel memory contents. The reported impact is confidentiality only, with no integrity or availability impact identified in the supplied sources.

Executive priority

Treat this as a moderate-priority confidentiality issue. It is not described as remotely exploitable or actively exploited, but shared ARM systems or environments running untrusted local workloads should be remediated promptly through normal kernel patching.

Technical view

The issue is mapped to CWE-908 and affects Linux Kernel v5.4.54 and v5.4.66, with the source noting 5.11-rc4 appeared vulnerable. The CVSS vector is local, low complexity, no privileges, no user interaction, and low confidentiality impact. Fixed kernel releases are listed as 4.14.222, 4.19.177, 5.4.99, 5.10.17, and 5.11.

Likely exposure

Exposure is most likely on ARM Linux systems running affected or unfixed kernel branches, particularly v5.4.54 or v5.4.66. Distribution backports can change risk, so apparent upstream version numbers alone may not prove vulnerability or safety.

Exploitation context

The bundle does not show CISA KEV listing or active exploitation evidence. Exploitation requires local code execution as a userland application and can disclose limited kernel memory contents. No remote attack path is described in the supplied sources.

Researcher notes

Evidence supports a local ARM SIGPAGE information disclosure with low confidentiality impact. The public bundle identifies upstream fixed releases but does not provide a complete distribution matrix. Validate exposure through vendor package metadata and avoid assuming all similarly numbered downstream kernels are vulnerable.

Mitigation direction

  • Upgrade to a fixed kernel release listed by the CVE source.
  • Check Linux distribution advisories for equivalent backported fixes.
  • Review Oracle July 2022 CPU guidance for Oracle-managed environments.
  • Prioritize ARM Linux hosts with local multi-user or untrusted-code exposure.

Validation and detection

  • Inventory ARM Linux systems and record exact kernel builds.
  • Check whether kernels include fixes from listed fixed releases.
  • Confirm distro backport status with vendor security advisories.
  • Review vulnerability scanner findings against actual package changelogs.
Prepared
Confidence
medium
Sources
4

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-908: 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-2021-21781 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
4 (3.0)
Known Exploited
No
Published

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

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
3Source 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
4CVSS 3.0MediumCVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N2.51.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

4Medium
CVSS 3.0 vector shape for CVE-2021-21781Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/aLinux KernelLinux Kernel v5.4.54, Linux Kernel v5.4.66Listed
Weakness

CWE details

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

CWE-908 · source CWE mapping

Use of Uninitialized Resource

Use of Uninitialized Resource represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.