CVE-2022-50281: MIPS: SGI-IP27: Fix platform-device leak in bridge_platform_create()
In the Linux kernel, the following vulnerability has been resolved:
MIPS: SGI-IP27: Fix platform-device leak in bridge_platform_create()
In error case in bridge_platform_create after calling
platform_device_add()/platform_device_add_data()/
platform_device_add_resources(), release the failed
'pdev' or it will be leak, call platform_device_put()
to fix this problem.
Besides, 'pdev' is divided into 'pdev_wd' and 'pdev_bd',
use platform_device_unregister() to release sgi_w1
resources when xtalk-bridge registration fails.
Security readout for executives and security teams
Plain-English summary
CVE-2022-50281 is a Linux kernel resource-leak fix in MIPS SGI-IP27 platform-device setup. The public record does not provide CVSS, CWE, or operational impact details. Business urgency appears limited unless the organization runs affected Linux kernels on this niche MIPS/SGI platform.
Executive priority
Low immediate priority for most environments, but verify legacy or specialized MIPS assets. Treat as a hygiene update unless affected platform exposure is confirmed or vendor guidance raises impact.
Technical view
The issue is an error-path leak in bridge_platform_create() after platform_device_add(), platform_device_add_data(), or platform_device_add_resources(). The fix releases failed platform devices with platform_device_put() and unregisters sgi_w1 resources when xtalk-bridge registration fails.
Likely exposure
Exposure is likely narrow: Linux systems using affected kernel versions and MIPS SGI-IP27 platform code. The source bundle lists Linux as affected but provides no CPEs or distribution package mapping.
Exploitation context
The bundle does not cite active exploitation, and KEV is false. No public exploit details are provided. The described bug is a kernel resource-management flaw in an error path, not a remotely described attack vector.
Researcher notes
Evidence is incomplete: no CVSS, CWE, CPEs, exploit status, or detailed impact are supplied. Focus research on affected kernel branches, SGI-IP27 build configuration, and whether reachable error paths can cause meaningful denial of service.
Mitigation direction
Check vendor kernel advisories for CVE-2022-50281 coverage.
Update to kernel builds containing the referenced stable fixes.
Prioritize any MIPS SGI-IP27 or xtalk-bridge systems.
Track exceptions for unsupported legacy hardware.
Monitor distribution backports rather than relying only on upstream versions.
Validation and detection
Inventory Linux systems for MIPS SGI-IP27 platform usage.
Check kernel package changelogs for CVE-2022-50281 or referenced commits.
Confirm affected kernel versions are updated or not applicable.
Review configuration evidence for SGI-IP27 platform code exposure.
Document compensating controls where updates are unavailable.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
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 · low confidence lookup
CVE-2022-50281 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
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.
0CVSS vectors
3Timeline events
0ADP providers
6Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Sep 15, 2025, 14:21 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.