CVE-2025-38399
Published: Jul 25, 2025
Modified: May 11, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: scsi: target: Fix NULL pointer dereference in core_scsi3_decode_spec_i_port() The function core_scsi3_decode_spec_i_port(), in its error code path, unconditionally calls core_scsi3_lunacl_undepend_item() passing the dest_se_deve pointer, which may be NULL. This can lead to a NULL pointer dereference if dest_se_deve remains unset. SPC-3 PR SPEC_I_PT: Unable to locate dest_tpg Unable to handle kernel paging request at virtual address dfff800000000012 Call trace: core_scsi3_lunacl_undepend_item+0x2c/0xf0 [target_core_mod] (P) core_scsi3_decode_spec_i_port+0x120c/0x1c30 [target_core_mod] core_scsi3_emulate_pro_register+0x6b8/0xcd8 [target_core_mod] target_scsi3_emulate_pr_out+0x56c/0x840 [target_core_mod] Fix this by adding a NULL check before calling core_scsi3_lunacl_undepend_item()
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected f32ba612ef0f8eecaf6d2a5b04076ee7ea9ed039 - < 70ddb8133fdb512d4b1f2b4fd1c9e518514f182caffected f32ba612ef0f8eecaf6d2a5b04076ee7ea9ed039 - < 1129e0e0a833acf90429e0f13951068d5f026e4faffected f32ba612ef0f8eecaf6d2a5b04076ee7ea9ed039 - < 1627dda4d70ceb1ba62af2e401af73c09abb1eb5affected f32ba612ef0f8eecaf6d2a5b04076ee7ea9ed039 - < 55dfffc5e94730370b08de02c0cf3b7c951bbe9eaffected f32ba612ef0f8eecaf6d2a5b04076ee7ea9ed039 - < 7296c938df2445f342be456a6ff0b3931d97f4e5+2 more versions |
Linux | Linux | affected 5.9unaffected 0 - < 5.9unaffected 5.10.240 - <= 5.10.*unaffected 5.15.187 - <= 5.15.*unaffected 6.1.144 - <= 6.1.*+4 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now