Answer in brief
CVE-2022-49104 records a Medium severity (CVSS 5.5) vulnerability in staging: vchiq_core: handle NULL result of find_service_by_handle. 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 5.5. 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 | >=77b3f6c49105088f157672c6e16deb0154a1383b <aa0b7296785312a4bfa8fac0ba8ad78698fd9fcf || >=77b3f6c49105088f157672c6e16deb0154a1383b <42f2142a337ee372455574809fc924580a7e51b2 || >=77b3f6c49105088f157672c6e16deb0154a1383b <04202f54dd8899e10f56a89c4c1ede0043fa22af || >=77b3f6c49105088f157672c6e16deb0154a1383b <3b424f6586a870b8d657c5e5419465bbe0e7b61f || >=77b3f6c49105088f157672c6e16deb0154a1383b <ca225857faf237234d2fffe5d1919467dfadd822 | aa0b7296785312a4bfa8fac0ba8ad78698fd9fcf, 42f2142a337ee372455574809fc924580a7e51b2, 04202f54dd8899e10f56a89c4c1ede0043fa22af, 3b424f6586a870b8d657c5e5419465bbe0e7b61f, ca225857faf237234d2fffe5d1919467dfadd822 |
| Linux/Linuxgeneric | 5.9 | Not reported |
Published upstream
Feb 26, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 13, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 13, 2026
In the Linux kernel, the following vulnerability has been resolved: staging: vchiq_core: handle NULL result of find_service_by_handle In case of an invalid handle the function find_servive_by_handle returns NULL. So take care of this and avoid a NULL pointer dereference.
Quoted source text, attributed separately from HOL analysis.