Metrics
Affected Vendors & Products
Fri, 25 Apr 2025 19:00:00 +0000
Type | Values Removed | Values Added |
---|---|---|
First Time appeared |
Linux
Linux linux Kernel |
|
CPEs | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
Vendors & Products |
Linux
Linux linux Kernel |
Fri, 25 Apr 2025 10:30:00 +0000
Type | Values Removed | Values Added |
---|---|---|
References |
|
Mon, 21 Apr 2025 15:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Weaknesses | CWE-416 | |
Metrics |
cvssV3_1
|
ssvc
|
Mon, 21 Apr 2025 14:00:00 +0000
Type | Values Removed | Values Added |
---|---|---|
References |
| |
Metrics |
threat_severity
|
cvssV3_1
|
Sun, 20 Apr 2025 08:45:00 +0000
Type | Values Removed | Values Added |
---|---|---|
References |
|
Fri, 18 Apr 2025 14:30:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Description | In the Linux kernel, the following vulnerability has been resolved: HSI: ssi_protocol: Fix use after free vulnerability in ssi_protocol Driver Due to Race Condition In the ssi_protocol_probe() function, &ssi->work is bound with ssip_xmit_work(), In ssip_pn_setup(), the ssip_pn_xmit() function within the ssip_pn_ops structure is capable of starting the work. If we remove the module which will call ssi_protocol_remove() to make a cleanup, it will free ssi through kfree(ssi), while the work mentioned above will be used. The sequence of operations that may lead to a UAF bug is as follows: CPU0 CPU1 | ssip_xmit_work ssi_protocol_remove | kfree(ssi); | | struct hsi_client *cl = ssi->cl; | // use ssi Fix it by ensuring that the work is canceled before proceeding with the cleanup in ssi_protocol_remove(). | |
Title | HSI: ssi_protocol: Fix use after free vulnerability in ssi_protocol Driver Due to Race Condition | |
References |
|

Status: PUBLISHED
Assigner: Linux
Published: 2025-04-18T14:20:55.389Z
Updated: 2025-04-25T10:06:49.264Z
Reserved: 2025-04-16T04:51:23.952Z
Link: CVE-2025-37838

Updated: 2025-04-21T14:38:45.655Z

Status : Analyzed
Published: 2025-04-18T15:15:59.090
Modified: 2025-04-25T18:40:30.147
Link: CVE-2025-37838
