CVE-2022-50341
BaseFortify
Publication date: 2025-09-16
Last updated on: 2025-12-01
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | to 5.4.229 (exc) |
| linux | linux_kernel | From 5.5 (inc) to 5.10.163 (exc) |
| linux | linux_kernel | From 5.11 (inc) to 5.15.87 (exc) |
| linux | linux_kernel | From 5.16 (inc) to 6.0.16 (exc) |
| linux | linux_kernel | From 6.1 (inc) to 6.1.1 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-noinfo |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a kernel oops in the Linux CIFS (Common Internet File System) module related to encryption. It occurs when the kernel attempts to write to a read-only memory area due to improper handling of vmalloc-allocated buffers in the scatterwalk_copychunks() function. Specifically, the code tries to write to a stack buffer that crosses a page boundary, causing a memory access fault. The fix involves correctly mapping pages and offsets from vmalloc buffers to avoid writing to invalid memory regions.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash (kernel oops) when performing encrypted CIFS operations, leading to system instability or denial of service. It may disrupt file sharing or network operations relying on CIFS encryption, especially on ARM64 systems running certain workloads like Azure xfstests.