Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2022-49552

5.5 · MEDIUM
Published Feb 26, 2025 linux EPSS 0.26% (17th pctl)

Overview

CVE-2022-49552 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 26, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

bpf: Fix combination of jit blinding and pointers to bpf subprogs.

The combination of jit blinding and pointers to bpf subprogs causes:

[ 36.989548] BUG: unable to handle page fault for address: 0000000100000001

[ 36.990342] #PF: supervisor instruction fetch in kernel mode

[ 36.990968] #PF: error_code(0x0010) - not-present page

[ 36.994859] RIP: 0010:0x100000001

[ 36.995209] Code: Unable to access opcode bytes at RIP 0xffffffd7.

[ 37.004091] Call Trace:

[ 37.004351] <TASK>

[ 37.004576] ? bpf_loop+0x4d/0x70

[ 37.004932] ? bpf_prog_3899083f75e4c5de_F+0xe3/0x13b

The jit blinding logic didn't recognize that ld_imm64 with an address

of bpf subprogram is a special instruction and proceeded to randomize it.

By itself it wouldn't have been an issue, but jit_subprogs() logic

relies on two step process to JIT all subprogs and then JIT them

again when addresses of all subprogs are known.

Blinding process i

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 5.13, < 5.17.13 Affected

Frequently Asked Questions

What is CVE-2022-49552?

CVE-2022-49552 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 26, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2022-49552?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2022-49552?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2022-49552?

CyberStrike's AI-powered security agents can automatically detect CVE-2022-49552 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.