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

5.5 · MEDIUM
Published Jun 18, 2025 linux CWE-476 EPSS 0.18% (7th pctl)

Overview

CVE-2022-50073 is a medium-severity vulnerability affecting linux linux_kernel. It was published on June 18, 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:

net: tap: NULL pointer derefence in dev_parse_header_protocol when skb->dev is null

Fixes a NULL pointer derefence bug triggered from tap driver.

When tap_get_user calls virtio_net_hdr_to_skb the skb->dev is null

(in tap.c skb->dev is set after the call to virtio_net_hdr_to_skb)

virtio_net_hdr_to_skb calls dev_parse_header_protocol which

needs skb->dev field to be valid.

The line that trigers the bug is in dev_parse_header_protocol

(dev is at offset 0x10 from skb and is stored in RAX register)

if (!dev->header_ops || !dev->header_ops->parse_protocol)

22e1: mov 0x10(%rbx),%rax

22e5: mov 0x230(%rax),%rax

Setting skb->dev before the call in tap.c fixes the issue.

BUG: kernel NULL pointer dereference, address: 0000000000000230

RIP: 0010:virtio_net_hdr_to_skb.constprop.0+0x335/0x410 [tap]

Code: c0 0f 85 b7 fd ff ff eb d4 41 39 c6 77 cf 29 c6 48 89 df 44 01 f6 e8 7a 79 83 c1 48 85 c0 0f 85 d9 fd ff ff eb

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 >= 4.14.226, < 4.15 Affected

Frequently Asked Questions

What is CVE-2022-50073?

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

How severe is CVE-2022-50073?

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

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

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