Answer in brief
CVE-2022-50087 records a High severity (CVSS 7.8) vulnerability in firmware: arm_scpi: Ensure scpi_info is not assigned if the probe fails. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
Answer in brief
CVE-2022-50087 records a High severity (CVSS 7.8) vulnerability in firmware: arm_scpi: Ensure scpi_info is not assigned if the probe fails. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 7.8. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Product | Affected versions | Fixed versions |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | Not reported | Not reported |
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=8cb7cf56c9fe5412de238465b27ef35b4d2801aa <5aa558232edc30468d1f35108826dd5b3ffe978f || >=8cb7cf56c9fe5412de238465b27ef35b4d2801aa <18048cba444a7c41dbf42c180d6b46606fc24c51 || >=8cb7cf56c9fe5412de238465b27ef35b4d2801aa <08272646cd7c310642c39b7f54348fddd7987643 || >=8cb7cf56c9fe5412de238465b27ef35b4d2801aa <0c29e149b6bb498778ed8a1c9597b51acfba7856 || >=8cb7cf56c9fe5412de238465b27ef35b4d2801aa <87c4896d5dd7fd9927c814cf3c6289f41de3b562 || >=8cb7cf56c9fe5412de238465b27ef35b4d2801aa <4f2d7b46d6b53c07f44a4f8f8f4438888f0e9e87 || >=8cb7cf56c9fe5412de238465b27ef35b4d2801aa <689640efc0a2c4e07e6f88affe6d42cd40cc3f85 | 5aa558232edc30468d1f35108826dd5b3ffe978f, 18048cba444a7c41dbf42c180d6b46606fc24c51, 08272646cd7c310642c39b7f54348fddd7987643, 0c29e149b6bb498778ed8a1c9597b51acfba7856, 87c4896d5dd7fd9927c814cf3c6289f41de3b562, 4f2d7b46d6b53c07f44a4f8f8f4438888f0e9e87, 689640efc0a2c4e07e6f88affe6d42cd40cc3f85 |
| Linux/Linuxgeneric | 4.4 | Not reported |
Published upstream
Jun 18, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 4, 2026
In the Linux kernel, the following vulnerability has been resolved: firmware: arm_scpi: Ensure scpi_info is not assigned if the probe fails When scpi probe fails, at any point, we need to ensure that the scpi_info is not set and will remain NULL until the probe succeeds. If it is not taken care, then it could result use-after-free as the value is exported via get_scpi_ops() and could refer to a memory allocated via devm_kzalloc() but freed when the probe fails.
Quoted source text, attributed separately from HOL analysis.
CVSS is 7.8. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Product | Affected versions | Fixed versions |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | Not reported | Not reported |
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=8cb7cf56c9fe5412de238465b27ef35b4d2801aa <5aa558232edc30468d1f35108826dd5b3ffe978f || >=8cb7cf56c9fe5412de238465b27ef35b4d2801aa <18048cba444a7c41dbf42c180d6b46606fc24c51 || >=8cb7cf56c9fe5412de238465b27ef35b4d2801aa <08272646cd7c310642c39b7f54348fddd7987643 || >=8cb7cf56c9fe5412de238465b27ef35b4d2801aa <0c29e149b6bb498778ed8a1c9597b51acfba7856 || >=8cb7cf56c9fe5412de238465b27ef35b4d2801aa <87c4896d5dd7fd9927c814cf3c6289f41de3b562 || >=8cb7cf56c9fe5412de238465b27ef35b4d2801aa <4f2d7b46d6b53c07f44a4f8f8f4438888f0e9e87 || >=8cb7cf56c9fe5412de238465b27ef35b4d2801aa <689640efc0a2c4e07e6f88affe6d42cd40cc3f85 | 5aa558232edc30468d1f35108826dd5b3ffe978f, 18048cba444a7c41dbf42c180d6b46606fc24c51, 08272646cd7c310642c39b7f54348fddd7987643, 0c29e149b6bb498778ed8a1c9597b51acfba7856, 87c4896d5dd7fd9927c814cf3c6289f41de3b562, 4f2d7b46d6b53c07f44a4f8f8f4438888f0e9e87, 689640efc0a2c4e07e6f88affe6d42cd40cc3f85 |
| Linux/Linuxgeneric | 4.4 | Not reported |
Published upstream
Jun 18, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 4, 2026
In the Linux kernel, the following vulnerability has been resolved: firmware: arm_scpi: Ensure scpi_info is not assigned if the probe fails When scpi probe fails, at any point, we need to ensure that the scpi_info is not set and will remain NULL until the probe succeeds. If it is not taken care, then it could result use-after-free as the value is exported via get_scpi_ops() and could refer to a memory allocated via devm_kzalloc() but freed when the probe fails.
Quoted source text, attributed separately from HOL analysis.