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

7.8 · HIGH
Published Oct 7, 2025 linux CWE-416 EPSS 0.15% (5th pctl)

Overview

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

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

media: si470x: Fix use-after-free in si470x_int_in_callback()

syzbot reported use-after-free in si470x_int_in_callback() [1]. This

indicates that urb->context, which contains struct si470x_device

object, is freed when si470x_int_in_callback() is called.

The cause of this issue is that si470x_int_in_callback() is called for

freed urb.

si470x_usb_driver_probe() calls si470x_start_usb(), which then calls

usb_submit_urb() and si470x_start(). If si470x_start_usb() fails,

si470x_usb_driver_probe() doesn't kill urb, but it just frees struct

si470x_device object, as depicted below:

si470x_usb_driver_probe()

...

si470x_start_usb()

...

usb_submit_urb()

retval = si470x_start()

return retval

if (retval < 0)

free struct si470x_device object, but don't kill urb

This patch fixes this issue by killing urb when si470x_start_usb()

fails and urb is submitted. If si470x_start_usb() fails and urb is

not s

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

Frequently Asked Questions

What is CVE-2022-50542?

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

How severe is CVE-2022-50542?

This vulnerability has a CVSS 3.1 base score of 7.8, 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-50542?

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

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