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

8.1 · HIGH
Published Mar 5, 2024 linux EPSS 0.53% (43th pctl)

Overview

CVE-2022-48629 is a high-severity vulnerability affecting linux linux_kernel. It was published on March 5, 2024 and has a CVSS 3.1 base score of 8.1 (HIGH).

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

crypto: qcom-rng - ensure buffer for generate is completely filled

The generate function in struct rng_alg expects that the destination

buffer is completely filled if the function returns 0. qcom_rng_read()

can run into a situation where the buffer is partially filled with

randomness and the remaining part of the buffer is zeroed since

qcom_rng_generate() doesn't check the return value. This issue can

be reproduced by running the following from libkcapi:

kcapi-rng -b 9000000 > OUTFILE

The generated OUTFILE will have three huge sections that contain all

zeros, and this is caused by the code where the test

'val & PRNG_STATUS_DATA_AVAIL' fails.

Let's fix this issue by ensuring that qcom_rng_read() always returns

with a full buffer if the function returns success. Let's also have

qcom_rng_generate() return the correct value.

Here's some statistics from the ent project

(https://www.fourmilab.ch/random/) that shows

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.19, < 4.19.236 Affected

Frequently Asked Questions

What is CVE-2022-48629?

CVE-2022-48629 is a high-severity vulnerability affecting linux linux_kernel. It was published on March 5, 2024 and has a CVSS 3.1 base score of 8.1 (HIGH).

How severe is CVE-2022-48629?

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

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

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