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

7.8 · HIGH
Published Jun 20, 2024 linux CWE-416 EPSS 0.23% (14th pctl)

Overview

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

btrfs: fix use-after-free after failure to create a snapshot

At ioctl.c:create_snapshot(), we allocate a pending snapshot structure and

then attach it to the transaction's list of pending snapshots. After that

we call btrfs_commit_transaction(), and if that returns an error we jump

to 'fail' label, where we kfree() the pending snapshot structure. This can

result in a later use-after-free of the pending snapshot:

1) We allocated the pending snapshot and added it to the transaction's

list of pending snapshots;

2) We call btrfs_commit_transaction(), and it fails either at the first

call to btrfs_run_delayed_refs() or btrfs_start_dirty_block_groups().

In both cases, we don't abort the transaction and we release our

transaction handle. We jump to the 'fail' label and free the pending

snapshot structure. We return with the pending snapshot still in the

transaction's list;

3) Another task commits the tr

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 >= 0, < 5.10.226 Affected

Frequently Asked Questions

What is CVE-2022-48733?

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

How severe is CVE-2022-48733?

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

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

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