PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-72083 Linux CVE debrief

A use-after-free vulnerability was found in the Linux kernel's SCSI target core, specifically in the handling of iSCSI ISID during the REGISTER AND MOVE operation. The issue arises from the premature unmapping of the parameter list buffer, leading to a use-after-free read when the buffer is accessed after being unmapped. This vulnerability affects Linux kernel developers, Linux distribution maintainers, and users of Linux-based systems, especially those using iSCSI. The vulnerability can be mitigated by applying the kernel patch and restricting access to the affected system. Evidence is limited to the supplied CVE record and NVD detail, so defensive verification tasks and evidence-limit language are required. Linux kernel developers should review the official advisory and apply the patch to fix the vulnerability. The buffer remains mapped until the iport_ptr is no longer needed. The early unmapping of the parameter list buffer in core_scsi3_emulate_pro_register_and_move() causes the vulnerability. The buffer is mapped using transport_kmap_data_sg() and then unmapped with transport_kunmap_data_sg() before the iport_ptr is used, leading to a use-after-free read. This issue can be mitigated by ensuring that the buffer remains mapped until the iport_ptr is no longer needed.

Vendor
Linux
Product
Unknown
CVSS
Unknown
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-15
Original CVE updated
2026-08-15
Advisory published
2026-08-15
Advisory updated
2026-08-15

Who should care

Linux kernel developers, Linux distribution maintainers, and users of Linux-based systems, especially those using iSCSI, should be aware of this vulnerability and take steps to mitigate it. Affected product deployments should be reviewed and updated to prevent exploitation. Security teams should monitor system logs for signs of potential exploitation and review compensating controls for exposed systems.

Technical summary

The Linux kernel's SCSI target core has a use-after-free vulnerability in the handling of iSCSI ISID during the REGISTER AND MOVE operation. The issue arises from the premature unmapping of the parameter list buffer, leading to a use-after-free read when the buffer is accessed after being unmapped. This can be exploited by an attacker to potentially execute arbitrary code or cause a denial of service. The vulnerability can be mitigated by applying the kernel patch and restricting access to the affected system.

Defensive priority

High

Recommended defensive actions

  • Apply the kernel patch that fixes the use-after-free vulnerability in the SCSI target core.
  • Restrict access to the affected system to prevent exploitation.
  • Monitor system logs for signs of potential exploitation.
  • Review compensating controls for exposed systems while remediation is scheduled and verified.
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review.
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented.
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.

Evidence notes

The vulnerability is caused by the early unmapping of the parameter list buffer in core_scsi3_emulate_pro_register_and_move(). The buffer is mapped using transport_kmap_data_sg() and then unmapped with transport_kunmap_data_sg() before the iport_ptr is used, leading to a use-after-free read. This issue can be mitigated by ensuring that the buffer remains mapped until the iport_ptr is no longer needed. Linux kernel developers should review the official advisory and apply the patch to fix the vulnerability. Evidence is limited to the supplied CVE record and NVD detail.

Official resources

AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-15T06:21:20.167Z and has not been modified since then.