🛡️ AZL-53444 — kernel

⚪ Unknown ✅ No Known Exploit OSV
N/A
CVSS Score
0 Low4 Medium7 High9 Critical10

Description

CVE-2024-50163 affecting package kernel for versions less than 6.6.64.2-1

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

bpf: Make sure internal and UAPI bpf_redirect flags don't overlap

The bpf_redirect_info is shared between the SKB and XDP redirect paths,

and the two paths use the same numeric flag values in the ri->flags

field (specifically, BPF_F_BROADCAST == BPF_F_NEXTHOP). This means that

if skb bpf_redirect_neigh() is used with a non-NULL params argument and,

subsequently, an XDP redirect is performed using the same

bpf_redirect_info struct, the XDP path will get confused and end up

crashing, which syzbot managed to trigger.

With the stack-allocated bpf_redirect_info, the structure is no longer

shared between the SKB and XDP paths, so the crash doesn't happen

anymore. However, different code paths using identically-numbered flag

values in the same struct field still seems like a bit of a mess, so

this patch cleans that up by moving the flag definitions together and

redefining the three flags in BPF_F_REDIRECT_INTERNAL to not overlap

with the flags used for XDP. It also adds a BUILD_BUG_ON() check to make

sure the overlap is not re-introduced by mistake.

How this vulnerability can be exploited

This issue can be reached with local access to the system, attack complexity is low, an attacker needs low-level privileges on the target. No user interaction is required. The scope is unchanged, so the impact stays within the vulnerable component. Rated impact: confidentiality none, integrity none, availability high.

Affected software

AZL-53444 is recorded against 1 package.

  • kernel (fixed in 6.6.64.2-1)

Timeline and source

Published on 7 November 2024 and last revised on 21 April 2026. No public exploit is currently recorded for this entry. Record sourced from OSV.

References

nvd.nist.gov (Web)

Details

Severity Unknown
CVSS Score N/A
CVSS Vector CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
CWE N/A
Public Exploit ✅ No
Source OSV
Published 2024-11-07
Updated 2026-08-12
Modified 2026-04-21
Fix URL N/A

Affected Packages

Software From version Fixed in
kernel 6.6.64.2-1

Similar Threats

Free Vulnerability Check

Is your site affected by AZL-53444?

BotEraser helps you identify potentially vulnerable plugins and themes by checking your installation against AZL-53444 and other known CVE records.

Scan My Site Free →

No credit card required  ·  Results in minutes

ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.