CVE-2022-49228 Vulnerability Analysis & Exploit Details

CVE-2022-49228
Vulnerability Scoring

5.5
/10
Significant Risk

Security assessments indicate that CVE-2022-49228 presents a notable risk, potentially requiring prompt mitigation.

Attack Complexity Details

  • Attack Complexity: Low
    Exploits can be performed without significant complexity or special conditions.
  • Attack Vector: Local
    Vulnerability requires local system access.
  • Privileges Required: Low
    Some privileges are necessary to exploit the vulnerability.
  • Scope: Unchanged
    Exploit remains within the originally vulnerable component.
  • User Interaction: None
    No user interaction is necessary for exploitation.

CVE-2022-49228 Details

Status: Analyzed

Last updated: 🕘 22 Sep 2025, 21:02 UTC
Originally published on: 🕖 26 Feb 2025, 07:00 UTC

Time between publication and last update: 208 days

CVSS Release: version 3

CVSS3 Source

nvd@nist.gov

CVSS3 Type

Primary

CVSS3 Vector

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

CVE-2022-49228 Vulnerability Summary

CVE-2022-49228: In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a btf decl_tag bug when tagging a function syzbot reported a btf decl_tag bug with stack trace below: general protection fault, probably for non-canonical address 0xdffffc0000000000: 0000 [#1] PREEMPT SMP KASAN KASAN: null-ptr-deref in range [0x0000000000000000-0x0000000000000007] CPU: 0 PID: 3592 Comm: syz-executor914 Not tainted 5.16.0-syzkaller-11424-gb7892f7d5cb2 #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011 RIP: 0010:btf_type_vlen include/linux/btf.h:231 [inline] RIP: 0010:btf_decl_tag_resolve+0x83e/0xaa0 kernel/bpf/btf.c:3910 ... Call Trace: <TASK> btf_resolve+0x251/0x1020 kernel/bpf/btf.c:4198 btf_check_all_types kernel/bpf/btf.c:4239 [inline] btf_parse_type_sec kernel/bpf/btf.c:4280 [inline] btf_parse kernel/bpf/btf.c:4513 [inline] btf_new_fd+0x19fe/0x2370 kernel/bpf/btf.c:6047 bpf_btf_load kernel/bpf/syscall.c:4039 [inline] __sys_bpf+0x1cbb/0x5970 kernel/bpf/syscall.c:4679 __do_sys_bpf kernel/bpf/syscall.c:4738 [inline] __se_sys_bpf kernel/bpf/syscall.c:4736 [inline] __x64_sys_bpf+0x75/0xb0 kernel/bpf/syscall.c:4736 do_syscall_x64 arch/x86/entry/common.c:50 [inline] do_syscall_64+0x35/0xb0 arch/x86/entry/common.c:80 entry_SYSCALL_64_after_hwframe+0x44/0xae The kasan error is triggered with an illegal BTF like below: type 0: void type 1: int type 2: decl_tag to func type 3 type 3: func to func_proto type 8 The total number of types is 4 and the type 3 is illegal since its func_proto type is out of range. Currently, the target type of decl_tag can be struct/union, var or func. Both struct/union and var implemented their own 'resolve' callback functions and hence handled properly in kernel. But func type doesn't have 'resolve' callback function. When btf_decl_tag_resolve() tries to check func type, it tries to get vlen of its func_proto type, which triggered the above kasan error. To fix the issue, btf_decl_tag_resolve() needs to do btf_func_check() before trying to accessing func_proto type. In the current implementation, func type is checked with btf_func_check() in the main checking function btf_check_all_types(). To fix the above kasan issue, let us implement 'resolve' callback func type properly. The 'resolve' callback will be also called in btf_check_all_types() for func types.

Assessing the Risk of CVE-2022-49228

Access Complexity Graph

The exploitability of CVE-2022-49228 depends on two key factors: attack complexity (the level of effort required to execute an exploit) and privileges required (the access level an attacker needs).

Exploitability Analysis for CVE-2022-49228

CVE-2022-49228 presents an accessible attack vector with minimal effort required. Restricting access controls and implementing security updates are critical to reducing exploitation risks.

Understanding AC and PR

A lower complexity and fewer privilege requirements make exploitation easier. Security teams should evaluate these aspects to determine the urgency of mitigation strategies, such as patch management and access control policies.

Attack Complexity (AC) measures the difficulty in executing an exploit. A high AC means that specific conditions must be met, making an attack more challenging, while a low AC means the vulnerability can be exploited with minimal effort.

Privileges Required (PR) determine the level of system access necessary for an attack. Vulnerabilities requiring no privileges are more accessible to attackers, whereas high privilege requirements limit exploitation to authorized users with elevated access.

CVSS Score Breakdown Chart

Above is the CVSS Sub-score Breakdown for CVE-2022-49228, illustrating how Base, Impact, and Exploitability factors combine to form the overall severity rating. A higher sub-score typically indicates a more severe or easier-to-exploit vulnerability.

CIA Impact Analysis

Below is the Impact Analysis for CVE-2022-49228, showing how Confidentiality, Integrity, and Availability might be affected if the vulnerability is exploited. Higher values usually signal greater potential damage.

  • Confidentiality: None
    CVE-2022-49228 has no significant impact on data confidentiality.
  • Integrity: None
    CVE-2022-49228 poses no threat to data integrity.
  • Availability: High
    CVE-2022-49228 can disrupt system operations, potentially causing complete denial of service (DoS).

Exploit Prediction Scoring System (EPSS)

The EPSS score estimates the probability that this vulnerability will be exploited in the near future.

EPSS Score: 0.045% (probability of exploit)

EPSS Percentile: 18.4% (lower percentile = lower relative risk)
This vulnerability is less risky than approximately 81.6% of others.

CVE-2022-49228 References

External References

CWE Common Weakness Enumeration

CWE-476

Vulnerable Configurations

  • cpe:2.3:o:linux:linux_kernel:5.16:-:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.16:-:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.16.1:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.16.1:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.16.2:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.16.2:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.16.3:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.16.3:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.16.4:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.16.4:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.16.5:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.16.5:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.16.6:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.16.6:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.16.7:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.16.7:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.16.8:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.16.8:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.16.9:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.16.9:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.16.10:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.16.10:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.16.11:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.16.11:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.16.12:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.16.12:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.16.13:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.16.13:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.16.14:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.16.14:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.16.15:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.16.15:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.16.16:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.16.16:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.16.17:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.16.17:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.16.18:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.16.18:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.17:-:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.17:-:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.17.1:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.17.1:*:*:*:*:*:*:*

Protect Your Infrastructure against CVE-2022-49228: Combat Critical CVE Threats

Stay updated with real-time CVE vulnerabilities and take action to secure your systems. Enhance your cybersecurity posture with the latest threat intelligence and mitigation techniques. Develop the skills necessary to defend against CVEs and secure critical infrastructures. Join the top cybersecurity professionals safeguarding today's infrastructures.

Other 5 Recently Published CVEs Vulnerabilities

  • CVE-2025-12779 – Improper handling of the authentication token in the Amazon WorkSpaces client for Linux, versions 2023.0 through 2024.8, may expose the authenticat...
  • CVE-2025-63585 – OSSN (Open Source Social Network) 8.6 is vulnerable to SQL Injection in /action/rtcomments/status via the timestamp parameter.
  • CVE-2025-60784 – A vulnerability in the XiaozhangBang Voluntary Like System V8.8 allows remote attackers to manipulate the zhekou parameter in the /topfirst.php Pay...
  • CVE-2025-63334 – PocketVJ CP PocketVJ-CP-v3 pvj version 3.9.1 contains an unauthenticated remote code execution vulnerability in the submit_opacity.php component. T...
  • CVE-2025-10853 – A reflected cross-site scripting (XSS) vulnerability exists in the management console of multiple WSO2 products due to improper output encoding. By...