Cyber Resilience

CVE-2022-0435

HighPublic PoC

Published: 25 March 2022

Published
25 March 2022
Modified
21 November 2024
KEV Added
Patch
10 February 2022
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.5432 98.1th percentile
Risk Priority 50 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-0435 is a high-severity Out-of-bounds Write (CWE-787) vulnerability in Linux Linux Kernel. Its CVSS base score is 8.8 (High).

Operationally, ranked in the top 1.9% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

A stack overflow vulnerability tracked as CVE-2022-0435 exists in the Linux kernel's TIPC protocol implementation. The flaw occurs when a packet is processed that specifies more than the allowed 64 domain member nodes, resulting from improper bounds handling classified under CWE-787. It affects systems using the Transparent Inter-Process Communication protocol within the kernel.

An authenticated remote attacker who already has access to the TIPC network can send a crafted packet to trigger the overflow. Successful exploitation can lead to a system crash or privilege escalation, consistent with the CVSS 8.8 rating that reflects network attack vector, low complexity, and high impact across confidentiality, integrity, and availability.

Public advisories and technical details are available from Red Hat and NetApp at the listed references, including bugzilla entries and security notices that address the reported issue. The associated EPSS score has remained near 0.54 with only minimal variation between its recorded peak and current value.

EU & UK References

Vulnerability details

A stack overflow flaw was found in the Linux kernel's TIPC protocol functionality in the way a user sends a packet with malicious content where the number of domain member nodes is higher than the 64 allowed. This flaw allows…

more

a remote user to crash the system or possibly escalate their privileges if they have access to the TIPC network.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

linux
linux kernel
5.17 · 4.8 — 4.9.301 · 4.10 — 4.14.266 · 4.15 — 4.19.229
redhat
codeready linux builder
8.0, 8.4
redhat
codeready linux builder eus
8.2
redhat
codeready linux builder eus for power little endian
8.2
redhat
codeready linux builder for power little endian eus
8.0, 8.4
redhat
enterprise linux
8.0
redhat
enterprise linux eus
8.2, 8.4
redhat
enterprise linux for ibm z systems
8.0
redhat
enterprise linux for ibm z systems eus
8.2, 8.4
redhat
enterprise linux for power little endian
8.0
+20 more product configuration(s) — see NVD for full list

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-787

Out-of-bounds writes that corrupt control flow or inject shellcode are rendered non-executable by the same memory protections.

References