CVE & CISA-KEV Catalog

CVE-2026-53036

CRITICAL
9.8
CVSS v3
NVD

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. Shift by (bits - 1) instead of bits so the actual signed N-bit range is enforced.

How to fix

Remediation Available
linuxDebian
Fixed in:6.1.176-1CVE-2026-53036
Fixed in:6.12.94-1CVE-2026-53036
Fixed in:7.0.10-1CVE-2026-53036
linuxUbuntu
Fixed in:6.8.0-136.136USN-8567-1
linux-awsUbuntu
Fixed in:6.8.0-1061.64USN-8595-2
linux-aws-6.8Ubuntu
Fixed in:6.8.0-1061.64~22.04.1USN-8595-3
linux-aws-fipsUbuntu
Fixed in:6.8.0-1061.64+fips1USN-8595-3
linux-azureUbuntu
Fixed in:6.8.0-1063.71USN-8606-1
linux-azure-6.8Ubuntu
Fixed in:6.8.0-1063.71~22.04.1USN-8606-1
linux-azure-fdeUbuntu
Fixed in:6.8.0-1062.69USN-8607-1
linux-azure-fde-6.8Ubuntu
Fixed in:6.8.0-1062.69~22.04.1USN-8609-1
linux-azure-fipsUbuntu
Fixed in:6.8.0-1063.71+fips2USN-8608-1
linux-fipsUbuntu
Fixed in:6.8.0-136.136+fips2USN-8574-2
linux-gcpUbuntu
Fixed in:6.8.0-1064.72USN-8567-1
linux-gcp-6.8Ubuntu
Fixed in:6.8.0-1064.72~22.04.1USN-8567-1
linux-gcp-fipsUbuntu
Fixed in:6.8.0-1064.72+fips1USN-8574-1
linux-gkeUbuntu
Fixed in:6.8.0-1059.67USN-8567-1
linux-gkeopUbuntu
Fixed in:6.8.0-1046.50USN-8567-1
linux-hwe-6.8Ubuntu
Fixed in:6.8.0-136.136~22.04.1USN-8619-1
linux-hwe-7.0Ubuntu
Fixed in:7.0.0-28.28~24.04.1USN-8569-1
linux-ibmUbuntu
Fixed in:6.8.0-1061.62USN-8574-3
linux-ibm-6.8Ubuntu
Fixed in:6.8.0-1061.62~22.04.1USN-8574-3
linux-image-6.8.0-1030-nvidia-tegraUbuntu
Fixed in:6.8.0-1030.31USN-8574-3
linux-image-6.8.0-1030-nvidia-tegra-rtUbuntu
Fixed in:6.8.0-1030.31USN-8574-3
linux-image-6.8.0-1033-xilinxUbuntu
Fixed in:6.8.0-1033.34USN-8574-3
linux-image-6.8.0-1046-gkeopUbuntu
Fixed in:6.8.0-1046.50USN-8567-1
linux-image-6.8.0-1058-oracleUbuntu
Fixed in:6.8.0-1058.61~22.04.1USN-8595-1
Fixed in:6.8.0-1058.61USN-8574-2
linux-image-6.8.0-1058-oracle-64kUbuntu
Fixed in:6.8.0-1058.61~22.04.1USN-8595-1
Fixed in:6.8.0-1058.61USN-8574-2
linux-image-6.8.0-1059-gkeUbuntu
Fixed in:6.8.0-1059.67USN-8567-1
linux-image-6.8.0-1059-gke-64kUbuntu
Fixed in:6.8.0-1059.67USN-8567-1
linux-image-6.8.0-1059-nvidiaUbuntu
Fixed in:6.8.0-1059.62~22.04.1USN-8596-1
Fixed in:6.8.0-1059.62USN-8596-1
linux-image-6.8.0-1059-nvidia-64kUbuntu
Fixed in:6.8.0-1059.62~22.04.1USN-8596-1
Fixed in:6.8.0-1059.62USN-8596-1

This vulnerability affects an unusually large number of packages. The highest-confidence fixes are shown above; the full list is longer. Check the referenced advisories for complete coverage.

TridentStack Control can deploy fixes like this automatically across your Windows, macOS, and Linux fleet. See how it works

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorNetwork
Attack ComplexityLow
Privileges RequiredNone
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityHigh
IntegrityHigh
AvailabilityHigh

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

Exploit Intelligence

0.14%probability of exploitation in 30 days
4thpercentile

Low risk: more likely to be exploited than 4% of all known CVEs.

References

Related Vulnerabilities

Other CWE-193 vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2021-3156High7.8100%KEVFix
CVE-2003-0466Critical9.878%--
CVE-2023-44444High7.856%-Fix
CVE-2021-23017High7.753%-Fix
CVE-2023-28709High7.550%-Fix
CVE-2018-8828Critical9.830%-Fix

Common questions

How do I fix CVE-2026-53036?

Published advisories record a fix for 171 affected products. The "How to fix" section on this page lists the fixed version and source advisory for each one, so apply the entry matching what you actually run.

Is CVE-2026-53036 being actively exploited?

Not that we know of. CVE-2026-53036 is not in the CISA Known Exploited Vulnerabilities catalog. Its EPSS score of 0.14% is the estimated probability that it will be exploited in the next 30 days. That is higher than 4% of all scored CVEs.

How severe is CVE-2026-53036?

CVE-2026-53036 has a CVSS v3 base score of 9.8, rated critical. CVSS rates the technical impact if the vulnerability is exploited, not how likely that is, so weigh it alongside the exploit-prediction score when you decide what to patch first.

What does CVE-2026-53036 affect?

Published advisories record a fix for linux (Debian), linux (Ubuntu), linux-aws (Ubuntu), linux-aws-6.8 (Ubuntu), and 167 more. Only products with a sourced advisory are listed, so treat this as what we can cite rather than a complete inventory.

Embed a live status badge for CVE-2026-53036
CVE-2026-53036 severity badge

Markdown

[![CVE-2026-53036](https://tridentstack.com/cve/badge/CVE-2026-53036.svg)](https://tridentstack.com/cve/CVE-2026-53036)

HTML

<a href="https://tridentstack.com/cve/CVE-2026-53036"><img src="https://tridentstack.com/cve/badge/CVE-2026-53036.svg" alt="CVE-2026-53036"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

See how it worksStart freeThis CVE lookup is free and always will be.

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2026-07-15.