CVE-2026-53036: bpf, arm64: Fix off-by-one in check_imm signed range check

Published Jun 24, 2026
·
Updated

bpf, arm64: Fix off-by-one in checkimm signed range check

Affected Software

7 affected componentsFixes available
Linux Linux kernel
Microsoft azl3 kernel 6.6.139.1-1<6.6.143.1-1
6.6.143.1-1
Linux Linux kernel>=3.18<6.1.175
Linux Linux kernel>=6.2<6.6.141
Linux Linux kernel>=6.7<6.12.91
Linux Linux kernel>=6.13<6.18.33
Linux Linux kernel>=6.19<7.0.10

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade to a fixed release to a version that resolves this vulnerability.

    Fixed in 6.6.143.1-1
  2. Upgrade

    Upgrade Linux kernel (bpf, arm64) to a version that resolves this vulnerability.

    Patch bpf, arm64: Fix off-by-one in check_imm signed range check
  3. Configuration

    Apply the fix described as "bpf, arm64: Fix off-by-one in check_imm signed range check" so the B/B.cond and CBZ/CBNZ encodings only accept immediates that fit the signed imm19 field as [-2^18, 2^18) / [2^18, 2^19) per the enforced N-bit range, preventing values in [2^18, 2^19) from slipping past.

    arm64 BPF JIT check_imm(bits, imm) signed-range check = enforce the signed N-bit immediate range [-2^(N-1), 2^(N-1)) rather than the off-by-one (N+1)-bit range [-2^N, 2^N)
  4. Compensating control

    After applying the kernel fix, ensure affected arm64 BPF programs that rely on branch displacement/CBZ/CBNZ encoding are recompiled/reloaded so the corrected imm-range check is exercised (prevents execution of branches with immediates that could previously bypass check_imm19).

Event History

Jun 24, 2026
CVE Published
via MITRE·04:29 PM
Data Sourced
via MITRE·04:29 PM
DescriptionSeverity
Data Sourced
via NVD·05:17 PM
RemedyDescriptionSeverityWeaknessAffected Software
Jun 27, 2026
Data Sourced
via Microsoft·08:17 AM
DescriptionSeverityWeakness
Data Sourced
via Microsoft·08:17 AM
Affected Software
Updated
via Microsoft·08:17 AM
DescriptionSeverity

Frequently Asked Questions

1

Which systems are exposed to this issue?

The issue affects Linux kernel systems using the arm64 BPF JIT. The listed affected software includes the Linux kernel and Microsoft azl3 kernel 6.6.139.1-1.

2

What access does an attacker need to exploit it?

The supplied severity vector indicates local access, low privileges, and no user interaction are required. Exploitation involves reaching the arm64 BPF JIT branch-displacement handling path with an immediate value that passes the faulty range check.

3

What is the practical impact of the incorrect range check?

Out-of-range branch displacements can be accepted and then truncated when encoded. For conditional branches using imm19, this can turn an intended forward branch into a backward branch; the same issue class affects B/BL imm26 encodings.

4

What is the remediation?

Apply a kernel update containing the fix that changes the signed immediate validation to shift by bits minus one rather than bits. The provided references identify stable kernel commits for the fix.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203