Security readout for executives and security teams
Plain-English summary
CVE-2022-50341 is a Linux kernel CIFS/SMB3 client crash flaw during encrypted operations. A local low-privileged user could trigger a kernel oops in affected systems, causing availability impact. The sources do not indicate data theft, data modification, or confirmed exploitation in the wild.
Executive priority
Treat this as a moderate availability risk, not a breach indicator. Patch during the normal kernel maintenance cycle, with faster handling for production systems that depend on encrypted SMB/CIFS mounts or have many local users.
Technical view
The flaw is in CIFS encryption handling. During SMB3 transform setup, scatterwalk_copychunks could write across a page boundary into a stack/vmalloc buffer used by crypt_message, causing a kernel oops. The fix maps correct pages and offsets for vmalloc buffers in cifs_sg_set_buf.
Likely exposure
Exposure is most likely on Linux systems using the CIFS/SMB client with SMB3 encryption, especially systems mounting Azure or similar SMB shares. The source lists affected Linux kernel versions/ranges including 4.11 through 6.2-era branches, but distro backports require vendor-specific verification.
Exploitation context
The CVSS vector is local, low complexity, low privileges, no user interaction, with high availability impact only. The CVE is not marked KEV, and the provided sources do not report active exploitation or public weaponization.
Researcher notes
Evidence is limited to the CVE record and upstream stable commits. The observed crash occurred during xfstests against Azure on arm64. The vulnerability centers on vmalloc buffer handling in CIFS scatter-gather setup, not an identified confidentiality or integrity failure.
Mitigation direction
- Update to a vendor kernel containing the referenced stable CIFS fix commits.
- Prioritize systems that mount SMB/CIFS shares with encryption enabled.
- Check distribution advisories for backported fixes before relying on upstream version numbers.
- Reduce unnecessary local user access on exposed file-sharing clients.
- Monitor affected hosts for kernel oops or unexpected reboots during CIFS activity.
Validation and detection
- Inventory Linux hosts using CIFS or SMB3 client mounts.
- Confirm kernel package versions against vendor advisories and the cited upstream fixes.
- Review mount configurations for SMB3 encryption usage.
- Check system logs for CIFS, crypto, or kernel oops messages.
- Validate patched hosts under normal CIFS workloads in staging first.
Public sources used
- CVE Program
- CVE List V5
- Linux stable commit e8e2861cc3258dbe407d01ea8c59bb5a53132301
- Linux stable commit fe6ea044c4f05706cb71040055b1c70c6c8275e0
- Linux stable commit bf0543b93740916ee91956f9a63da6fc0d79daaa
- Linux stable commit a13e51760703f71c25d5fc1f4a62dfa4b0cc80e9
- Linux stable commit e8d16a54842d609fd4a3ed2d81d4333d6329aa94
- Linux stable commit f7f291e14dde32a07b1f0aa06921d28f875a7b54
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CVE-2022-50341 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Medium
- CVSS
- 5.5 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H1.83.6Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
5.5MediumVector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://git.kernel.org/stable/c/e8e2861cc3258dbe407d01ea8c59bb5a53132301CVE reference
- https://git.kernel.org/stable/c/fe6ea044c4f05706cb71040055b1c70c6c8275e0CVE reference
- https://git.kernel.org/stable/c/bf0543b93740916ee91956f9a63da6fc0d79daaaCVE reference
- https://git.kernel.org/stable/c/a13e51760703f71c25d5fc1f4a62dfa4b0cc80e9CVE reference
- https://git.kernel.org/stable/c/e8d16a54842d609fd4a3ed2d81d4333d6329aa94CVE reference
- https://git.kernel.org/stable/c/f7f291e14dde32a07b1f0aa06921d28f875a7b54CVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
