Predictive Vulnerability Intelligence.

Product

  • Product
  • Pricing
  • Documentation

Company

  • About
  • Partnerships
  • Blog
  • Support

Legal

  • Terms
  • Privacy
  • Data Licensing

© 2026 FAUCET Technologies LLC. All rights reserved.

CVE-2022-49236

21
FAUCET Score

CVE-2022-49236 describes a Use-After-Free (UAF) vulnerability in the Linux kernel's BPF subsystem, specifically affecting how module BTF (BPF Type Format) is handled during module loading. This flaw arises from a race condition between btf_try_get_module and load_module, where a BPF program can successfully load and acquire a reference to a module that is still undergoing initialization. If the module's initialization subsequently fails, it can be freed while the BPF program still holds a reference, leading to a UAF when the program attempts to release that reference. The vulnerability carries a CVSSv3.1 score of 7.8 (High), indicating that a local attacker with low privileges can exploit this with low attack complexity, potentially leading to high impacts on confidentiality, integrity, and availability. This means an attacker could achieve privilege escalation, data corruption, or system crashes. Currently, there is no evidence of active exploitation, nor are there any publicly available exploit modules or proof-of-concept code on platforms like Metasploit, Nuclei, or ExploitDB. Community discussion and media coverage for this CVE are minimal, suggesting it has not garnered significant public attention.

Impacted Technologies

VendorProductVersion(s)CPE
>= 5.12, < 5.15.33CPE matchmatch criteria
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
>= 5.16, < 5.16.19CPE matchmatch criteria
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
>= 5.17, < 5.17.2CPE matchmatch criteria
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

CVSS Data

CVSS version used by this source: 3.1

7.8HIGH

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

Attack Vector
LOCAL
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality Impact
HIGH
Integrity Impact
HIGH
Availability Impact
HIGH
Exploitability Score
1.8
Impact Score
5.9
CvssVersion
3.1

Exploit Intelligence

EPSS Score
0.27%
Probability of exploitation in next 30 days
EPSS Percentile
18.9%
Percentile rank of EPSS score among Peer Group
As of 2026-07-27
Model: v2026.06.15
This CVE's current EPSS score of 0.0027 is in the 54th percentile among its peer group of 17,070 CVEs.

Social Chatter

The average CVE in this peer group has 0.0 Twitter, 0.1 Reddit, 0.2 Bluesky, 0.1 Mastodon, and 0.2 GitHub mentions.

Media Mentions

No media coverage found for this CVE.

The average CVE in this peer group has 0.3 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.

Remediation

Patch Available

Vendor Patches (2)

redhatpatch availablevia redhat_api
Product: Red Hat Enterprise Linux 9Fixed in: kernel-0:5.14.0-284.11.1.el9_2
View patch
redhatno patchvia redhat_api
Product: Red Hat Enterprise Linux 9Fixed in: kernel-rt

Vendor Advisories (1)

redhatCVE-2022-49236Moderate

kernel: bpf: Fix UAF due to race between btf_try_get_module and load_module

Feb 26, 2025

References

git.kernel.org / stable/c/0481baa2318cb1ab13277715da6cdbb657807b3f
Patch
git.kernel.org / stable/c/18688de203b47e5d8d9d0953385bf30b5949324f
Patch
git.kernel.org / stable/c/51b82141fffa454abf937a8ff0b8af89e4fd0c8f
Patch
git.kernel.org / stable/c/d7fccf264b1a785525b366a5b7f8113c756187ad
Patch