---
id: CVE-2022-50527
title: |-
  In the Linux kernel, the following vulnerability has been resolved:

  drm/amdgpu: Fix size validation for non-exclusive domains (v4)

  Fix amdgpu_bo_validate_size() to check whether the TTM domain manager for the
  requested memory exists, e…
summary: |-
  In the Linux kernel, the following vulnerability has been resolved:

  drm/amdgpu: Fix size validation for non-exclusive domains (v4)

  Fix amdgpu_bo_validate_size() to check whether the TTM domain manager for the
  requested memory exists, e…
severity: medium
cvss: 5.5
cvssVector: 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'
cwe:
  - CWE-476
vendor: linux
product: linux_kernel
affected:
  - 'linux_kernel >= 4.2, < 6.0.19'
  - 'linux_kernel >= 6.1, < 6.1.5'
patched:
  - linux_kernel 6.1.5
published: '2025-10-07'
updated: '2026-08-15'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2022-50527'
references:
  - url: 'https://git.kernel.org/stable/c/7554886daa31eacc8e7fac9e15bbce67d10b8f1f'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/80546eef216854a7bd47e39e828f04b406c00599'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/8ba7c55e112f4ffd2a95b99be1cb1c891ef08ba1'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
epss: 0.00154
epssPercentile: 0.03758
ingestedAt: '2026-08-15T13:26:45.932Z'
---

## Overview

In the Linux kernel, the following vulnerability has been resolved:

drm/amdgpu: Fix size validation for non-exclusive domains (v4)

Fix amdgpu_bo_validate_size() to check whether the TTM domain manager for the
requested memory exists, else we get a kernel oops when dereferencing "man".

v2: Make the patch standalone, i.e. not dependent on local patches.
v3: Preserve old behaviour and just check that the manager pointer is not
    NULL.
v4: Complain if GTT domain requested and it is uninitialized--most likely a
    bug.

## Affected

- `linux_kernel >= 4.2, < 6.0.19`
- `linux_kernel >= 6.1, < 6.1.5`

## Remediation

Upgrade past the affected range:

- `linux_kernel 6.1.5`
