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

8.8 · HIGH
Published Jul 16, 2024 linux CWE-362 EPSS 0.31% (24th pctl)

Overview

CVE-2022-48830 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 16, 2024 and has a CVSS 3.1 base score of 8.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

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

can: isotp: fix potential CAN frame reception race in isotp_rcv()

When receiving a CAN frame the current code logic does not consider

concurrently receiving processes which do not show up in real world

usage.

Ziyang Xuan writes:

The following syz problem is one of the scenarios. so->rx.len is

changed by isotp_rcv_ff() during isotp_rcv_cf(), so->rx.len equals

0 before alloc_skb() and equals 4096 after alloc_skb(). That will

trigger skb_over_panic() in skb_put().

=======================================================

CPU: 1 PID: 19 Comm: ksoftirqd/1 Not tainted 5.16.0-rc8-syzkaller #0

RIP: 0010:skb_panic+0x16c/0x16e net/core/skbuff.c:113

Call Trace:

<TASK>

skb_over_panic net/core/skbuff.c:118 [inline]

skb_put.cold+0x24/0x24 net/core/skbuff.c:1990

isotp_rcv_cf net/can/isotp.c:570 [inline]

isotp_rcv+0xa38/0x1e30 net/can/isotp.c:668

deliver net/can/af_can.c:574 [inline]

can_rcv_filter+0x445/0x8d0 net/can/af_can

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 >= 5.10, < 5.10.101 Affected

Frequently Asked Questions

What is CVE-2022-48830?

CVE-2022-48830 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 16, 2024 and has a CVSS 3.1 base score of 8.8 (HIGH).

How severe is CVE-2022-48830?

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2022-48830?

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

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