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-2026-53036

7.8 · HIGH
Published Jun 24, 2026 linux CWE-193

Overview

CVE-2026-53036 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 24, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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, arm64: Fix off-by-one in check_imm signed range check

check_imm(bits, imm) is used in the arm64 BPF JIT to verify that

a branch displacement (in arm64 instruction units) fits into the

signed N-bit immediate field of a B, B.cond or CBZ/CBNZ encoding

before it is handed to the encoder. The macro currently tests for

(imm > 0 && imm >> bits) || (imm < 0 && ~imm >> bits) which admits

values in [-2^N, 2^N) — effectively a signed (N+1)-bit range. A

signed N-bit field only holds [-2^(N-1), 2^(N-1)), so the check

admits one extra bit of range on each side.

In particular, for check_imm19(), values in [2^18, 2^19) slip past

the check but do not fit into the 19-bit signed imm19 field of

B.cond. aarch64_insn_encode_immediate() then masks the raw value

into the 19-bit field, setting bit 18 (the sign bit) and flipping

a forward branch into a backward one. Same class of issue exists

for check_imm26() and the B/BL encoding. Shi

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 >= 3.18, < 6.1.175 Affected

Frequently Asked Questions

What is CVE-2026-53036?

CVE-2026-53036 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 24, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-53036?

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

How do I fix or remediate CVE-2026-53036?

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-2026-53036?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-53036 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.