CVE-2022-50221 Vulnerability Analysis & Exploit Details

CVE-2022-50221
Vulnerability Scoring

7.1
/10
Very High Risk

Highly exploitable, CVE-2022-50221 poses a critical security risk that could lead to severe breaches.

Attack Complexity Details

  • Attack Complexity: Low
    Exploits can be performed without significant complexity or special conditions.
  • Attack Vector: Local
    Vulnerability requires local system access.
  • Privileges Required: Low
    Some privileges are necessary to exploit the vulnerability.
  • Scope: Unchanged
    Exploit remains within the originally vulnerable component.
  • User Interaction: None
    No user interaction is necessary for exploitation.

CVE-2022-50221 Details

Status: Analyzed

Last updated: 🕧 19 Nov 2025, 12:58 UTC
Originally published on: 🕚 18 Jun 2025, 11:15 UTC

Time between publication and last update: 154 days

CVSS Release: version 3

CVSS3 Source

nvd@nist.gov

CVSS3 Type

Primary

CVSS3 Vector

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H

CVE-2022-50221 Vulnerability Summary

CVE-2022-50221: In the Linux kernel, the following vulnerability has been resolved: drm/fb-helper: Fix out-of-bounds access Clip memory range to screen-buffer size to avoid out-of-bounds access in fbdev deferred I/O's damage handling. Fbdev's deferred I/O can only track pages. From the range of pages, the damage handler computes the clipping rectangle for the display update. If the fbdev screen buffer ends near the beginning of a page, that page could contain more scanlines. The damage handler would then track these non-existing scanlines as dirty and provoke an out-of-bounds access during the screen update. Hence, clip the maximum memory range to the size of the screen buffer. While at it, rename the variables min/max to min_off/max_off in drm_fb_helper_deferred_io(). This avoids confusion with the macros of the same name.

Assessing the Risk of CVE-2022-50221

Access Complexity Graph

The exploitability of CVE-2022-50221 depends on two key factors: attack complexity (the level of effort required to execute an exploit) and privileges required (the access level an attacker needs).

Exploitability Analysis for CVE-2022-50221

CVE-2022-50221 presents an accessible attack vector with minimal effort required. Restricting access controls and implementing security updates are critical to reducing exploitation risks.

Understanding AC and PR

A lower complexity and fewer privilege requirements make exploitation easier. Security teams should evaluate these aspects to determine the urgency of mitigation strategies, such as patch management and access control policies.

Attack Complexity (AC) measures the difficulty in executing an exploit. A high AC means that specific conditions must be met, making an attack more challenging, while a low AC means the vulnerability can be exploited with minimal effort.

Privileges Required (PR) determine the level of system access necessary for an attack. Vulnerabilities requiring no privileges are more accessible to attackers, whereas high privilege requirements limit exploitation to authorized users with elevated access.

CVSS Score Breakdown Chart

Above is the CVSS Sub-score Breakdown for CVE-2022-50221, illustrating how Base, Impact, and Exploitability factors combine to form the overall severity rating. A higher sub-score typically indicates a more severe or easier-to-exploit vulnerability.

CIA Impact Analysis

Below is the Impact Analysis for CVE-2022-50221, showing how Confidentiality, Integrity, and Availability might be affected if the vulnerability is exploited. Higher values usually signal greater potential damage.

  • Confidentiality: High
    Exploiting CVE-2022-50221 can result in unauthorized access to sensitive data, severely compromising data privacy.
  • Integrity: None
    CVE-2022-50221 poses no threat to data integrity.
  • Availability: High
    CVE-2022-50221 can disrupt system operations, potentially causing complete denial of service (DoS).

CVE-2022-50221 References

External References

CWE Common Weakness Enumeration

CWE-125

CAPEC Common Attack Pattern Enumeration and Classification

  • Overread Buffers CAPEC-540 An adversary attacks a target by providing input that causes an application to read beyond the boundary of a defined buffer. This typically occurs when a value influencing where to start or stop reading is set to reflect positions outside of the valid memory location of the buffer. This type of attack may result in exposure of sensitive information, a system crash, or arbitrary code execution.

Vulnerable Configurations

  • cpe:2.3:o:linux:linux_kernel:5.18:-:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.18:-:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.18.1:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.18.1:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.18.2:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.18.2:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.18.3:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.18.3:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.18.4:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.18.4:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.18.5:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.18.5:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.18.6:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.18.6:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.18.7:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.18.7:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.18.8:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.18.8:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.18.9:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.18.9:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.18.10:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.18.10:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.18.11:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.18.11:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.18.12:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.18.12:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.18.13:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.18.13:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.18.14:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.18.14:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.18.15:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.18.15:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.18.16:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.18.16:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.18.17:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.18.17:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.18.18:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.18.18:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.18.19:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.18.19:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.18:rc1:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.18:rc1:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.18:rc2:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.18:rc2:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.18:rc3:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.18:rc3:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.18:rc4:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.18:rc4:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.18:rc5:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.18:rc5:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.18:rc6:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.18:rc6:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.18:rc7:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.18:rc7:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.18:rc9:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.18:rc9:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.19:-:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.19:-:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.19.1:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.19.1:*:*:*:*:*:*:*

Protect Your Infrastructure against CVE-2022-50221: Combat Critical CVE Threats

Stay updated with real-time CVE vulnerabilities and take action to secure your systems. Enhance your cybersecurity posture with the latest threat intelligence and mitigation techniques. Develop the skills necessary to defend against CVEs and secure critical infrastructures. Join the top cybersecurity professionals safeguarding today's infrastructures.

Other 5 Recently Published CVEs Vulnerabilities

  • CVE-2025-66026 – REDAXO is a PHP-based CMS. Prior to version 5.20.1, a reflected Cross-Site Scripting (XSS) vulnerability exists in the Mediapool view where the req...
  • CVE-2025-66025 – Caido is a web security auditing toolkit. Prior to version 0.53.0, the Markdown renderer used in Caido’s Findings page improperly handled user-supp...
  • CVE-2025-66022 – FACTION is a PenTesting Report Generation and Collaboration Framework. Prior to version 1.7.1, an extension execution path in Faction’s extension f...
  • CVE-2025-66269 – The RupsMon and USBMate services in UPSilon 2000 run with SYSTEM privileges and contain unquoted service paths. This allows a local attacker to per...
  • CVE-2025-66266 – The RupsMon.exe service executable in UPSilon 2000 has insecure permissions, allowing the 'Everyone' group Full Control. A local attacker can repla...