Security readout for executives and security teams
Plain-English summary
This CVE is a Linux kernel bug in the ipr SCSI driver. If driver registration fails during initialization, cleanup is incomplete and the kernel can raise a WARNING about a reboot notifier already being registered. Public sources do not describe data theft, remote compromise, privilege escalation, or active exploitation.
Executive priority
Treat as low immediate business urgency unless ipr-based storage systems are in use or affected hosts show kernel warnings. Fold remediation into normal kernel maintenance after confirming vendor backport status.
Technical view
The issue is in ipr_init(). On pci_register_driver() failure, unregister_reboot_notifier() was not called, leaving ipr_halt registered. Linux stable commits add the missing cleanup. The provided record lists Linux kernel versions as affected and links multiple stable backports. No CVSS, CWE, or KEV evidence is provided.
Likely exposure
Exposure is likely limited to Linux systems with the ipr SCSI driver available or used. Business impact appears operational rather than clearly security-critical based on the provided description. Confirm exposure against your kernel version, distribution backports, and whether the ipr driver is present.
Exploitation context
No source provided indicates active exploitation. The described trigger occurs during driver initialization failure, shown in a modprobe call trace. The sources do not identify a remote attack path, exploit prerequisites, or a confidentiality/integrity impact.
Researcher notes
The public record is sparse: no CVSS, CWE, exploit status, or detailed security impact. Analysis should focus on patch provenance, affected kernel lineage, distro backports, and whether the ipr module can be reached in relevant deployments.
Mitigation direction
- Update to a Linux kernel or distro package containing the referenced stable fixes.
- Check your Linux distribution advisory or changelog for this CVE or fix title.
- Prioritize systems using ipr-supported storage hardware or loading the ipr driver.
- If uncertain, request vendor guidance for affected kernel builds and backport status.
Validation and detection
- Inventory Linux kernel versions across servers and appliances.
- Check whether the ipr driver is present, enabled, or loaded.
- Review distro kernel changelogs for the referenced ipr_init cleanup fix.
- Confirm scanners map distribution backports, not only upstream version numbers.
- Review kernel logs for related ipr notifier WARNING messages.
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-50850 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/020b66023712b1cc42c6ab8b76e4ec13efe4a092CVE reference
- https://git.kernel.org/stable/c/e965c4a60c1daa6e24355e35d78ca8e9f195196fCVE reference
- https://git.kernel.org/stable/c/5debd337f534b122f7c5eac6557a41b5636c9b51CVE reference
- https://git.kernel.org/stable/c/eccbec017c95b9b9ecd4c05c6f5234d1487c72ccCVE reference
- https://git.kernel.org/stable/c/f4ba143b04a17559f2c85e18b47db117f40d8cf3CVE reference
- https://git.kernel.org/stable/c/e59da172059f05c594fda03a9e8a3a0e1f5116c0CVE reference
- https://git.kernel.org/stable/c/8c739021b2022fbc40f71d3fa2e9162beef0c84aCVE reference
- https://git.kernel.org/stable/c/4399a8632e5f8f1f695d91d992c7d418fb451f07CVE reference
- https://git.kernel.org/stable/c/e6f108bffc3708ddcff72324f7d40dfcd0204894CVE 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.
