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

5.5 · MEDIUM
Published Oct 7, 2025 linux CWE-667 EPSS 0.14% (4th pctl)

Overview

CVE-2022-50549 is a medium-severity vulnerability affecting linux linux_kernel. It was published on October 7, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

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

dm thin: Fix ABBA deadlock between shrink_slab and dm_pool_abort_metadata

Following concurrent processes:

P1(drop cache) P2(kworker)

drop_caches_sysctl_handler

drop_slab

shrink_slab

down_read(&shrinker_rwsem) - LOCK A

do_shrink_slab

super_cache_scan

prune_icache_sb

dispose_list

evict

ext4_evict_inode

ext4_clear_inode

ext4_discard_preallocations

ext4_mb_load_buddy_gfp

ext4_mb_init_cache

ext4_read_block_bitmap_nowait

ext4_read_bh_nowait

submit_bh

dm_submit_bio

do_worker

process_deferred_bios

commit

metadata_operation_failed

dm_pool_abort_metadata

down_write(&pmd->root_lock) - LOCK B

__destroy_persistent_data_objects

dm_block_manager_destroy

dm_bufio_client_destroy

unregister_shrinker

dow

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 >= 3.6, < 5.4.229 Affected

Frequently Asked Questions

What is CVE-2022-50549?

CVE-2022-50549 is a medium-severity vulnerability affecting linux linux_kernel. It was published on October 7, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2022-50549?

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

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

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