Cyber Resilience

CVE-2022-0847

Linux Kernel 5.8 – 5.10.102

CISA KEVActive ExploitationEUVD ExploitedPublic PoC
Published
10 March 2022
Modified
06 November 2025
KEV Added
25 April 2022
Patch / advisory
CVSS Score v3.1 7.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.89 99.8th percentile
Risk Priority 83 floored blend · peak EPSS

Summary

CVE-2022-0847 is a high-severity Improper Initialization (CWE-665) vulnerability in Redhat Enterprise Linux Eus. Its CVSS base score is 7.8 (High).

Operationally, ranked in the top 0.2% of CVEs by exploit likelihood; CISA has added it to the Known Exploited Vulnerabilities catalog; a public proof-of-concept is referenced.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2022-0847 is a flaw in the Linux kernel arising from improper initialization of the "flags" member in the new pipe buffer structure within the copy_page_to_iter_pipe and push_pipe functions. The uninitialized field can retain stale values, enabling writes to pages in the page cache that are backed by read-only files. The affected component is the Linux kernel; the issue carries a CVSS 3.1 score of 7.8 and is associated with CWE-665.

An unprivileged local user can exploit the flaw to modify read-only file contents cached in memory and thereby escalate privileges on the system. Exploitation requires local access and does not depend on user interaction or special network conditions.

Public exploit code targeting the vulnerability has been posted to Packet Storm, and a Red Hat Bugzilla entry provides additional technical details. The EPSS score currently stands at 0.8108 with a recorded peak of 0.8461, indicating sustained exploitation interest after disclosure.

EU & UK References

Vulnerability Data

A flaw was found in the way the "flags" member of the new pipe buffer structure was lacking proper initialization in copy_page_to_iter_pipe and push_pipe functions in the Linux kernel and could thus contain stale values. An unprivileged local user could…

more

use this flaw to write to pages in the page cache backed by read only files and as such escalate their privileges on the system.

CWE(s)
KEV Date Added
25 April 2022

Related Threats

CVEs Like This One

CVE-2022-0492Same product: Fedoraproject Fedoraboth on KEV
CVE-2022-0435Same product: Fedoraproject Fedora
CVE-2022-0185Same product: Linux Linux Kernelboth on KEV
CVE-2024-1086Same product: Fedoraproject Fedoraboth on KEV
CVE-2023-4911Same product: Fedoraproject Fedoraboth on KEV
CVE-2019-13272Same product: Fedoraproject Fedoraboth on KEV
CVE-2023-0386Same product: Linux Linux Kernelboth on KEV
CVE-2021-22600Same product: Linux Linux Kernelboth on KEV
CVE-2021-40438Same product: Fedoraproject Fedoraboth on KEV
CVE-2021-22555Same product: Linux Linux Kernelboth on KEV

Affected Assets

linux
linux kernel
5.8 — 5.10.102 · 5.15 — 5.15.25 · 5.16 — 5.16.11
fedoraproject
fedora
35
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
redhat
enterprise linux for power little endian eus
8.2, 8.4
redhat
enterprise linux for real time
8
redhat
enterprise linux for real time for nfv
8
+19 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-665

Ensures shared resources are explicitly initialized or cleared on allocation, preventing exposure of prior contents to new users or processes.

addresses: CWE-665

Mandates that every instance begins in a known (presumably clean) state, eliminating reliance on residual or uninitialized state left by prior executions.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly enforce proper resource initialization during coding and testing.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect uninitialized variables but does not itself enforce initialization practices.

prevents

Configuration management can enforce secure defaults and initialization settings but is not the primary control for code-level initialization.

prevents

Secure development life cycle mandates initialization checks and secure defaults that directly prevent improper resource initialization.

prevents

Secure system architecture and engineering principles require explicit initialization of resources and secure state management.

prevents

Secure coding standards explicitly forbid uninitialized variables and mandate proper resource initialization before use.

References