Answer in brief
CVE-2025-37887 records a Unknown severity vulnerability in pds_core: handle unsupported PDS_CORE_CMD_FW_CONTROL result. 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.
A CVSS score is not reported in the current record. 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.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=45d76f492938cdc27ddadc16e1e75103f4cfbf56 <cdd784c96fe2e5edbf0ed9b3e96fe776e8092385 || >=45d76f492938cdc27ddadc16e1e75103f4cfbf56 <6702f5c6b22deaa95bf84f526148174a160a02cb || >=45d76f492938cdc27ddadc16e1e75103f4cfbf56 <12a4651a80dbe4589a84e26785fbbe1ed4d043b7 || >=45d76f492938cdc27ddadc16e1e75103f4cfbf56 <2567daad69cd1107fc0ec29b1615f110d7cf7385 | cdd784c96fe2e5edbf0ed9b3e96fe776e8092385, 6702f5c6b22deaa95bf84f526148174a160a02cb, 12a4651a80dbe4589a84e26785fbbe1ed4d043b7, 2567daad69cd1107fc0ec29b1615f110d7cf7385 |
| Linux/Linuxgeneric | 6.4 | Not reported |
Published upstream
May 9, 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 5, 2026
In the Linux kernel, the following vulnerability has been resolved: pds_core: handle unsupported PDS_CORE_CMD_FW_CONTROL result If the FW doesn't support the PDS_CORE_CMD_FW_CONTROL command the driver might at the least print garbage and at the worst crash when the user runs the "devlink dev info" devlink command. This happens because the stack variable fw_list is not 0 initialized which results in fw_list.num_fw_slots being a garbage value from the stack. Then the driver tries to access fw_list.fw_names[i] with i >= ARRAY_SIZE and runs off the end of the array. Fix this by initializing the fw_list and by not failing completely if the devcmd fails because other useful information is printed via devlink dev info even if the devcmd fails.
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2025-37887 records a Unknown severity vulnerability in pds_core: handle unsupported PDS_CORE_CMD_FW_CONTROL result. 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.
A CVSS score is not reported in the current record. 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.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=45d76f492938cdc27ddadc16e1e75103f4cfbf56 <cdd784c96fe2e5edbf0ed9b3e96fe776e8092385 || >=45d76f492938cdc27ddadc16e1e75103f4cfbf56 <6702f5c6b22deaa95bf84f526148174a160a02cb || >=45d76f492938cdc27ddadc16e1e75103f4cfbf56 <12a4651a80dbe4589a84e26785fbbe1ed4d043b7 || >=45d76f492938cdc27ddadc16e1e75103f4cfbf56 <2567daad69cd1107fc0ec29b1615f110d7cf7385 | cdd784c96fe2e5edbf0ed9b3e96fe776e8092385, 6702f5c6b22deaa95bf84f526148174a160a02cb, 12a4651a80dbe4589a84e26785fbbe1ed4d043b7, 2567daad69cd1107fc0ec29b1615f110d7cf7385 |
| Linux/Linuxgeneric | 6.4 | Not reported |
Published upstream
May 9, 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 5, 2026
In the Linux kernel, the following vulnerability has been resolved: pds_core: handle unsupported PDS_CORE_CMD_FW_CONTROL result If the FW doesn't support the PDS_CORE_CMD_FW_CONTROL command the driver might at the least print garbage and at the worst crash when the user runs the "devlink dev info" devlink command. This happens because the stack variable fw_list is not 0 initialized which results in fw_list.num_fw_slots being a garbage value from the stack. Then the driver tries to access fw_list.fw_names[i] with i >= ARRAY_SIZE and runs off the end of the array. Fix this by initializing the fw_list and by not failing completely if the devcmd fails because other useful information is printed via devlink dev info even if the devcmd fails.
Quoted source text, attributed separately from HOL analysis.