CVE-2022-50556
BaseFortify
Publication date: 2025-10-22
Last updated on: 2025-10-22
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.1.0-rc1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a potential null pointer dereference in the Linux kernel's Direct Rendering Manager (DRM) subsystem. Specifically, the function drmm_mode_config_init() calls drm_mode_create_standard_properties() without checking its return value. If drm_mode_create_standard_properties() fails (for example, due to memory allocation failure), it returns a NULL pointer. Using this NULL pointer later causes a null pointer dereference, which can lead to a general protection fault and kernel crash.
How can this vulnerability impact me? :
This vulnerability can cause a system crash (general protection fault) due to a null pointer dereference in the Linux kernel. This can lead to denial of service by crashing the kernel or causing instability, potentially affecting system availability.