Answer in brief
CVE-2026-72083 records a Unknown severity vulnerability in scsi: target: core: Fix iSCSI ISID use-after-free in REGISTER AND MOVE. 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.
Answer in brief
CVE-2026-72083 records a Unknown severity vulnerability in scsi: target: core: Fix iSCSI ISID use-after-free in REGISTER AND MOVE. 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 | >=4949314c7283ea4f9ade182ca599583b89f7edd6 <7d56f5c868d92c9d504a34a3ea450bce481c7f63 || >=4949314c7283ea4f9ade182ca599583b89f7edd6 <59a2a5a37dc49a641ad6bc64aee34e5a61025ffd || >=4949314c7283ea4f9ade182ca599583b89f7edd6 <9f8076cc73dfa6b10155978c160587e986b22169 || >=4949314c7283ea4f9ade182ca599583b89f7edd6 <a040004846f1fbe687f6ec76d9ccc27b4ead42e4 || >=4949314c7283ea4f9ade182ca599583b89f7edd6 <05b3e37433cf2eaf8867f1c16528aa347bb212ab || >=4949314c7283ea4f9ade182ca599583b89f7edd6 <cb7bdae7fba404852ade34b0c1445fbaf3e54fbb || >=4949314c7283ea4f9ade182ca599583b89f7edd6 <ef2ee18fec92088c7d8877baf7674e89389ccd66 || >=4949314c7283ea4f9ade182ca599583b89f7edd6 <fda6a1f3c3d7047b5ce5654487649c2daa738bfc || d2227f84ba0e97906153ac83db13213fb2e3938d || >=3.2.9 <3.3 | 7d56f5c868d92c9d504a34a3ea450bce481c7f63, 59a2a5a37dc49a641ad6bc64aee34e5a61025ffd, 9f8076cc73dfa6b10155978c160587e986b22169, a040004846f1fbe687f6ec76d9ccc27b4ead42e4, 05b3e37433cf2eaf8867f1c16528aa347bb212ab, cb7bdae7fba404852ade34b0c1445fbaf3e54fbb, ef2ee18fec92088c7d8877baf7674e89389ccd66, fda6a1f3c3d7047b5ce5654487649c2daa738bfc, 3.3 |
| Linux/Linuxgeneric | 3.3 | Not reported |
Published upstream
Aug 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 15, 2026
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.
Quoted source text, attributed separately from HOL analysis.
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 | >=4949314c7283ea4f9ade182ca599583b89f7edd6 <7d56f5c868d92c9d504a34a3ea450bce481c7f63 || >=4949314c7283ea4f9ade182ca599583b89f7edd6 <59a2a5a37dc49a641ad6bc64aee34e5a61025ffd || >=4949314c7283ea4f9ade182ca599583b89f7edd6 <9f8076cc73dfa6b10155978c160587e986b22169 || >=4949314c7283ea4f9ade182ca599583b89f7edd6 <a040004846f1fbe687f6ec76d9ccc27b4ead42e4 || >=4949314c7283ea4f9ade182ca599583b89f7edd6 <05b3e37433cf2eaf8867f1c16528aa347bb212ab || >=4949314c7283ea4f9ade182ca599583b89f7edd6 <cb7bdae7fba404852ade34b0c1445fbaf3e54fbb || >=4949314c7283ea4f9ade182ca599583b89f7edd6 <ef2ee18fec92088c7d8877baf7674e89389ccd66 || >=4949314c7283ea4f9ade182ca599583b89f7edd6 <fda6a1f3c3d7047b5ce5654487649c2daa738bfc || d2227f84ba0e97906153ac83db13213fb2e3938d || >=3.2.9 <3.3 | 7d56f5c868d92c9d504a34a3ea450bce481c7f63, 59a2a5a37dc49a641ad6bc64aee34e5a61025ffd, 9f8076cc73dfa6b10155978c160587e986b22169, a040004846f1fbe687f6ec76d9ccc27b4ead42e4, 05b3e37433cf2eaf8867f1c16528aa347bb212ab, cb7bdae7fba404852ade34b0c1445fbaf3e54fbb, ef2ee18fec92088c7d8877baf7674e89389ccd66, fda6a1f3c3d7047b5ce5654487649c2daa738bfc, 3.3 |
| Linux/Linuxgeneric | 3.3 | Not reported |
Published upstream
Aug 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 15, 2026
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.
Quoted source text, attributed separately from HOL analysis.