Answer in brief
CVE-2026-68475 records a Unknown severity vulnerability in reset: sunxi: fix memory region leak on ioremap failure. 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-68475 records a Unknown severity vulnerability in reset: sunxi: fix memory region leak on ioremap failure. 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 | >=8f1ae77f466660b6da2455cccecc07ae631fa66d <23af4ea217800a20c405d72e82b11e24e27721f3 || >=8f1ae77f466660b6da2455cccecc07ae631fa66d <ec836995c00a1968e403ef6beb53a73a9b0f318c || >=8f1ae77f466660b6da2455cccecc07ae631fa66d <b4d7333849839ff42e1bc802d5b5f63d71c65add || >=8f1ae77f466660b6da2455cccecc07ae631fa66d <6dc0c8cd9c8a84808c6df760024d2604bc6d31fe || >=8f1ae77f466660b6da2455cccecc07ae631fa66d <01e43f4e7d12dae6fa82ae1b2e91c9ce07e06cd8 || >=8f1ae77f466660b6da2455cccecc07ae631fa66d <82753ac86cb3d641b8634a61335fd0f04a61cc1a || >=8f1ae77f466660b6da2455cccecc07ae631fa66d <d826d3e04c5bd9d284ba29f330246a317a8a7023 || >=8f1ae77f466660b6da2455cccecc07ae631fa66d <1a8c89f8c112c75e84ff9a140f969e372aed0c9a | 23af4ea217800a20c405d72e82b11e24e27721f3, ec836995c00a1968e403ef6beb53a73a9b0f318c, b4d7333849839ff42e1bc802d5b5f63d71c65add, 6dc0c8cd9c8a84808c6df760024d2604bc6d31fe, 01e43f4e7d12dae6fa82ae1b2e91c9ce07e06cd8, 82753ac86cb3d641b8634a61335fd0f04a61cc1a, d826d3e04c5bd9d284ba29f330246a317a8a7023, 1a8c89f8c112c75e84ff9a140f969e372aed0c9a |
| Linux/Linuxgeneric | 3.14 | 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: reset: sunxi: fix memory region leak on ioremap failure In sunxi_reset_init(), when ioremap() fails, the memory region obtained via request_mem_region() is not released, leading to a resource leak. Add an err_mem_region label to properly release the memory region before freeing the data structure.
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 | >=8f1ae77f466660b6da2455cccecc07ae631fa66d <23af4ea217800a20c405d72e82b11e24e27721f3 || >=8f1ae77f466660b6da2455cccecc07ae631fa66d <ec836995c00a1968e403ef6beb53a73a9b0f318c || >=8f1ae77f466660b6da2455cccecc07ae631fa66d <b4d7333849839ff42e1bc802d5b5f63d71c65add || >=8f1ae77f466660b6da2455cccecc07ae631fa66d <6dc0c8cd9c8a84808c6df760024d2604bc6d31fe || >=8f1ae77f466660b6da2455cccecc07ae631fa66d <01e43f4e7d12dae6fa82ae1b2e91c9ce07e06cd8 || >=8f1ae77f466660b6da2455cccecc07ae631fa66d <82753ac86cb3d641b8634a61335fd0f04a61cc1a || >=8f1ae77f466660b6da2455cccecc07ae631fa66d <d826d3e04c5bd9d284ba29f330246a317a8a7023 || >=8f1ae77f466660b6da2455cccecc07ae631fa66d <1a8c89f8c112c75e84ff9a140f969e372aed0c9a | 23af4ea217800a20c405d72e82b11e24e27721f3, ec836995c00a1968e403ef6beb53a73a9b0f318c, b4d7333849839ff42e1bc802d5b5f63d71c65add, 6dc0c8cd9c8a84808c6df760024d2604bc6d31fe, 01e43f4e7d12dae6fa82ae1b2e91c9ce07e06cd8, 82753ac86cb3d641b8634a61335fd0f04a61cc1a, d826d3e04c5bd9d284ba29f330246a317a8a7023, 1a8c89f8c112c75e84ff9a140f969e372aed0c9a |
| Linux/Linuxgeneric | 3.14 | 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: reset: sunxi: fix memory region leak on ioremap failure In sunxi_reset_init(), when ioremap() fails, the memory region obtained via request_mem_region() is not released, leading to a resource leak. Add an err_mem_region label to properly release the memory region before freeing the data structure.
Quoted source text, attributed separately from HOL analysis.