{"apiVersion":"1.0","identifier":"CVE-2026-72083","description":"In the Linux kernel, the following vulnerability has been resolved: scsi: target: core: Fix iSCSI ISID use-after-free in REGISTER AND MOVE core_scsi3_emulate_pro_register_and_move() maps the PERSISTENT RESERVE OUT parameter list with transport_kmap_data_sg() and parses the destination TransportID with target_parse_pr_out_transport_id(). For an iSCSI TransportID (FORMAT CODE 01b), iscsi_parse_pr_out_transport_id() returns the ISID in iport_ptr as a raw pointer into that mapped buffer. The function then unmaps the buffer with transport_kunmap_data_sg() before dereferencing iport_ptr in strcmp(), __core_scsi3_locate_pr_reg() and core_scsi3_alloc_registration(). When the parameter list spans more than one page (PARAMETER LIST LENGTH > 4096), transport_kmap_data_sg() uses vmap() and transport_kunmap_data_sg() does vunmap(), so the kernel virtual address backing iport_ptr is torn down and every subsequent dereference is a use-after-free read of the unmapped region. Keep the parameter list mapped until iport_ptr is no longer needed: drop the early transport_kunmap_data_sg() and unmap once on the success path, right before returning. The error paths already unmap through the existing -if (buf) transport_kunmap_data_sg(cmd)- at the out: label, which now runs on every post-map error exit because buf is no longer cleared early. Only reads of the mapping happen while spinlocks are held; the map and unmap calls remain outside any lock. The sibling caller core_scsi3_decode_spec_i_port() already uses the buffer before unmapping it and is left unchanged.","publishedAt":"2026-08-15T06:21:20","lastModifiedAt":"2026-08-17T06:18:07","sourceUrl":"https://nvd.nist.gov/vuln/detail/CVE-2026-72083","cvssScore":9.8,"cvssVector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H","epssProbability":0.00724,"riskScore":1.04,"affectedProduct":"Linux kernel","affectedVersions":"unknown","vulnerabilityType":"Kernel","operatingSystems":[],"links":{"self":"https://www.redsauce.net/api/cves/CVE-2026-72083","webPages":{"es":"https://www.redsauce.net/es/cves/CVE-2026-72083","en":"https://www.redsauce.net/en/cves/CVE-2026-72083","fr":"https://www.redsauce.net/fr/cves/CVE-2026-72083","pt":"https://www.redsauce.net/pt/cves/CVE-2026-72083","de":"https://www.redsauce.net/de/cves/CVE-2026-72083","sk":"https://www.redsauce.net/sk/cves/CVE-2026-72083","el":"https://www.redsauce.net/el/cves/CVE-2026-72083"},"source":"https://nvd.nist.gov/vuln/detail/CVE-2026-72083"}}