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-50497

7.1 · HIGH
Published Oct 4, 2025 linux CWE-125 EPSS 0.15% (5th pctl)

Overview

CVE-2022-50497 is a high-severity vulnerability affecting linux linux_kernel. It was published on October 4, 2025 and has a CVSS 3.1 base score of 7.1 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.1, 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:

binfmt_misc: fix shift-out-of-bounds in check_special_flags

UBSAN reported a shift-out-of-bounds warning:

left shift of 1 by 31 places cannot be represented in type 'int'

Call Trace:

<TASK>

__dump_stack lib/dump_stack.c:88 [inline]

dump_stack_lvl+0x8d/0xcf lib/dump_stack.c:106

ubsan_epilogue+0xa/0x44 lib/ubsan.c:151

__ubsan_handle_shift_out_of_bounds+0x1e7/0x208 lib/ubsan.c:322

check_special_flags fs/binfmt_misc.c:241 [inline]

create_entry fs/binfmt_misc.c:456 [inline]

bm_register_write+0x9d3/0xa20 fs/binfmt_misc.c:654

vfs_write+0x11e/0x580 fs/read_write.c:582

ksys_write+0xcf/0x120 fs/read_write.c:637

do_syscall_x64 arch/x86/entry/common.c:50 [inline]

do_syscall_64+0x34/0x80 arch/x86/entry/common.c:80

entry_SYSCALL_64_after_hwframe+0x63/0xcd

RIP: 0033:0x4194e1

Since the type of Node's flags is unsigned long, we should define these

macros with same type too.

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 >= 2.6.12.1, < 4.9.337 Affected

Frequently Asked Questions

What is CVE-2022-50497?

CVE-2022-50497 is a high-severity vulnerability affecting linux linux_kernel. It was published on October 4, 2025 and has a CVSS 3.1 base score of 7.1 (HIGH).

How severe is CVE-2022-50497?

This vulnerability has a CVSS 3.1 base score of 7.1, 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-2022-50497?

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-50497?

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