Security readout for executives and security teams
Plain-English summary
CVE-2022-50564 is a Linux kernel issue in the s390 netiucv driver. A function used the wrong return type, which could trigger kernel control-flow integrity failures if that protection is enabled for s390. The described impact is a kernel panic or killed thread, not confirmed remote compromise.
Executive priority
Track and remediate through normal kernel maintenance unless s390 netiucv is business-critical. There is no source-supported evidence of active exploitation, but affected systems could face stability impact under relevant kernel configurations.
Technical view
netiucv_tx() was declared as returning int but assigned to ndo_start_xmit, which expects netdev_tx_t. With clang kCFI, indirect call target prototype mismatches can fail at runtime. The kernel fix changes the return type to match the net_device_ops prototype.
Likely exposure
Exposure appears limited to Linux systems using the s390 architecture and the netiucv driver in affected kernel ranges. The source lists Linux kernel versions from 2.6.32 through 6.2 as affected, with multiple stable-branch commits referenced.
Exploitation context
The sources do not report active exploitation, public exploit code, or KEV listing. The issue is described as a type mismatch that may cause CFI runtime failure if s390 supports CONFIG_CFI_CLANG in the future.
Researcher notes
This CVE appears to formalize a correctness fix for a function pointer prototype mismatch. The main security relevance is kCFI enforcement causing runtime failure, not a documented privilege escalation or data exposure path. CVSS and CWE are not provided in the source bundle.
Mitigation direction
- Apply the relevant Linux stable kernel update containing the referenced netiucv fix.
- If using vendor kernels, check distribution advisories for backported fixes.
- Prioritize s390 systems using netiucv or custom kernels built with clang CFI considerations.
Validation and detection
- Inventory Linux systems running on s390 architecture.
- Check whether the netiucv driver is present or in use.
- Compare kernel version and vendor backport status against referenced stable commits.
- Review kernel build configuration for clang CFI-related options where applicable.
Public sources used
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-50564 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
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
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 and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://git.kernel.org/stable/c/f13d870fce90f01cf930bfaffecc8185ae0be21cCVE reference
- https://git.kernel.org/stable/c/eccc88c0efe407e579291792ad07a7dedc0f63f0CVE reference
- https://git.kernel.org/stable/c/85d392710275355425df8618ccbebbc336f5acc5CVE reference
- https://git.kernel.org/stable/c/4bee3c75d5bf7c2b5dc0b520410eb40449e5da31CVE reference
- https://git.kernel.org/stable/c/3ac0217ca9186c2f9af9a0113a331a42aa847894CVE reference
- https://git.kernel.org/stable/c/dfbf0122ea1b9b3e73fa22c8ff6bd888935c54fcCVE reference
- https://git.kernel.org/stable/c/e7a849f740e3576e79cba403697e916f4c3a6f12CVE reference
- https://git.kernel.org/stable/c/d034fa43af92fc46a81d882f46d9cc3e4ffdbbccCVE reference
- https://git.kernel.org/stable/c/88d86d18d7cf7e9137c95f9d212bb9fff8a1b4beCVE 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.
