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

5.5 · MEDIUM
Published Sep 15, 2025 linux CWE-476 EPSS 0.16% (6th pctl)

Overview

CVE-2022-50272 is a medium-severity vulnerability affecting linux linux_kernel. It was published on September 15, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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:

media: dvb-usb: az6027: fix null-ptr-deref in az6027_i2c_xfer()

Wei Chen reports a kernel bug as blew:

general protection fault, probably for non-canonical address

KASAN: null-ptr-deref in range [0x0000000000000010-0x0000000000000017]

...

Call Trace:

<TASK>

__i2c_transfer+0x77e/0x1930 drivers/i2c/i2c-core-base.c:2109

i2c_transfer+0x1d5/0x3d0 drivers/i2c/i2c-core-base.c:2170

i2cdev_ioctl_rdwr+0x393/0x660 drivers/i2c/i2c-dev.c:297

i2cdev_ioctl+0x75d/0x9f0 drivers/i2c/i2c-dev.c:458

vfs_ioctl fs/ioctl.c:51 [inline]

__do_sys_ioctl fs/ioctl.c:870 [inline]

__se_sys_ioctl+0xfb/0x170 fs/ioctl.c:856

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

do_syscall_64+0x3d/0x90 arch/x86/entry/common.c:80

entry_SYSCALL_64_after_hwframe+0x63/0xcd

RIP: 0033:0x7fd834a8bded

In az6027_i2c_xfer(), if msg[i].addr is 0x99,

a null-ptr-deref will caused when accessing msg[i].buf.

For msg[i].len is 0 and msg[i].buf is null.

Fix this by chec

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.34, < 4.9.337 Affected

Frequently Asked Questions

What is CVE-2022-50272?

CVE-2022-50272 is a medium-severity vulnerability affecting linux linux_kernel. It was published on September 15, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2022-50272?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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-50272?

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

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