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

4.7 · MEDIUM
Published Aug 21, 2024 linux CWE-362 EPSS 0.18% (8th pctl)

Overview

CVE-2022-48898 is a medium-severity vulnerability affecting linux linux_kernel. It was published on August 21, 2024 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

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

drm/msm/dp: do not complete dp_aux_cmd_fifo_tx() if irq is not for aux transfer

There are 3 possible interrupt sources are handled by DP controller,

HPDstatus, Controller state changes and Aux read/write transaction.

At every irq, DP controller have to check isr status of every interrupt

sources and service the interrupt if its isr status bits shows interrupts

are pending. There is potential race condition may happen at current aux

isr handler implementation since it is always complete dp_aux_cmd_fifo_tx()

even irq is not for aux read or write transaction. This may cause aux read

transaction return premature if host aux data read is in the middle of

waiting for sink to complete transferring data to host while irq happen.

This will cause host's receiving buffer contains unexpected data. This

patch fixes this problem by checking aux isr and return immediately at

aux isr handler if there are no any isr status bits set.

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.164 Affected

Frequently Asked Questions

What is CVE-2022-48898?

CVE-2022-48898 is a medium-severity vulnerability affecting linux linux_kernel. It was published on August 21, 2024 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

How severe is CVE-2022-48898?

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

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

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