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

7.8 · HIGH
Published Oct 21, 2024 linux CWE-787 EPSS 0.24% (15th pctl)

Overview

CVE-2022-48980 is a high-severity vulnerability affecting linux linux_kernel. It was published on October 21, 2024 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:

net: dsa: sja1105: avoid out of bounds access in sja1105_init_l2_policing()

The SJA1105 family has 45 L2 policing table entries

(SJA1105_MAX_L2_POLICING_COUNT) and SJA1110 has 110

(SJA1110_MAX_L2_POLICING_COUNT). Keeping the table structure but

accounting for the difference in port count (5 in SJA1105 vs 10 in

SJA1110) does not fully explain the difference. Rather, the SJA1110 also

has L2 ingress policers for multicast traffic. If a packet is classified

as multicast, it will be processed by the policer index 99 + SRCPORT.

The sja1105_init_l2_policing() function initializes all L2 policers such

that they don't interfere with normal packet reception by default. To have

a common code between SJA1105 and SJA1110, the index of the multicast

policer for the port is calculated because it's an index that is out of

bounds for SJA1105 but in bounds for SJA1110, and a bounds check is

performed.

The code fails to do the proper

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.14, < 5.15.83 Affected

Frequently Asked Questions

What is CVE-2022-48980?

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

How severe is CVE-2022-48980?

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

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

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