Answer in brief
CVE-2026-64362 records a Unknown severity vulnerability in HID: lg-g15: cancel pending work on remove to fix a use-after-free. 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-64362 records a Unknown severity vulnerability in HID: lg-g15: cancel pending work on remove to fix a use-after-free. 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 | >=97b741aba918c4143f4208d2421d08ff215c1b49 <3b9a3919aac6977262f04d5365c0456877522a44 || >=97b741aba918c4143f4208d2421d08ff215c1b49 <4aef9676c26dff8723b56834951cfc6b618f0986 || >=97b741aba918c4143f4208d2421d08ff215c1b49 <acce9dee807f21184fff19ad17c8ed464247e7f7 || >=97b741aba918c4143f4208d2421d08ff215c1b49 <33cd1a000daf929356aacf2b191d31714ff0615e || >=97b741aba918c4143f4208d2421d08ff215c1b49 <dfc6e61f83113cc18346b6988f07271c0063357d || >=97b741aba918c4143f4208d2421d08ff215c1b49 <4d0d51bc12d246accbfbb94de05d729c68c9b8fb || >=97b741aba918c4143f4208d2421d08ff215c1b49 <8131f4226688c4be5f30874d167e44dab838eb09 || >=97b741aba918c4143f4208d2421d08ff215c1b49 <7705b4140d188ce22656f6e541ae7ef834c7e11a | 3b9a3919aac6977262f04d5365c0456877522a44, 4aef9676c26dff8723b56834951cfc6b618f0986, acce9dee807f21184fff19ad17c8ed464247e7f7, 33cd1a000daf929356aacf2b191d31714ff0615e, dfc6e61f83113cc18346b6988f07271c0063357d, 4d0d51bc12d246accbfbb94de05d729c68c9b8fb, 8131f4226688c4be5f30874d167e44dab838eb09, 7705b4140d188ce22656f6e541ae7ef834c7e11a |
| Linux/Linuxgeneric | 5.5 | Not reported |
Published upstream
Jul 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 11, 2026
In the Linux kernel, the following vulnerability has been resolved: HID: lg-g15: cancel pending work on remove to fix a use-after-free lg_g15_data is allocated with devm and holds a work item. The report handlers schedule that work straight from device input. lg_g15_event() and lg_g15_v2_event() do it on the backlight cycle key, and lg_g510_leds_event() does it too. The worker dereferences the lg_g15_data back through container_of. The driver had no remove callback and never cancelled the work. So if a report scheduled the work and the keyboard was then unplugged, devres freed lg_g15_data while the work was still pending or running, and the worker touched freed memory. This is a use-after-free. It is reachable as a race on device unplug. Add a remove callback that cancels the work before devres frees the state. g15->work is only initialized for the models that schedule it (G15, G15 v2, G510). The G13 and Z-10 leave it zeroed, so guard the cancel on g15->work.func to avoid cancelling a work that was never set up. The g15 NULL test mirrors the one already in lg_g15_raw_event().
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 | >=97b741aba918c4143f4208d2421d08ff215c1b49 <3b9a3919aac6977262f04d5365c0456877522a44 || >=97b741aba918c4143f4208d2421d08ff215c1b49 <4aef9676c26dff8723b56834951cfc6b618f0986 || >=97b741aba918c4143f4208d2421d08ff215c1b49 <acce9dee807f21184fff19ad17c8ed464247e7f7 || >=97b741aba918c4143f4208d2421d08ff215c1b49 <33cd1a000daf929356aacf2b191d31714ff0615e || >=97b741aba918c4143f4208d2421d08ff215c1b49 <dfc6e61f83113cc18346b6988f07271c0063357d || >=97b741aba918c4143f4208d2421d08ff215c1b49 <4d0d51bc12d246accbfbb94de05d729c68c9b8fb || >=97b741aba918c4143f4208d2421d08ff215c1b49 <8131f4226688c4be5f30874d167e44dab838eb09 || >=97b741aba918c4143f4208d2421d08ff215c1b49 <7705b4140d188ce22656f6e541ae7ef834c7e11a | 3b9a3919aac6977262f04d5365c0456877522a44, 4aef9676c26dff8723b56834951cfc6b618f0986, acce9dee807f21184fff19ad17c8ed464247e7f7, 33cd1a000daf929356aacf2b191d31714ff0615e, dfc6e61f83113cc18346b6988f07271c0063357d, 4d0d51bc12d246accbfbb94de05d729c68c9b8fb, 8131f4226688c4be5f30874d167e44dab838eb09, 7705b4140d188ce22656f6e541ae7ef834c7e11a |
| Linux/Linuxgeneric | 5.5 | Not reported |
Published upstream
Jul 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 11, 2026
In the Linux kernel, the following vulnerability has been resolved: HID: lg-g15: cancel pending work on remove to fix a use-after-free lg_g15_data is allocated with devm and holds a work item. The report handlers schedule that work straight from device input. lg_g15_event() and lg_g15_v2_event() do it on the backlight cycle key, and lg_g510_leds_event() does it too. The worker dereferences the lg_g15_data back through container_of. The driver had no remove callback and never cancelled the work. So if a report scheduled the work and the keyboard was then unplugged, devres freed lg_g15_data while the work was still pending or running, and the worker touched freed memory. This is a use-after-free. It is reachable as a race on device unplug. Add a remove callback that cancels the work before devres frees the state. g15->work is only initialized for the models that schedule it (G15, G15 v2, G510). The G13 and Z-10 leave it zeroed, so guard the cancel on g15->work.func to avoid cancelling a work that was never set up. The g15 NULL test mirrors the one already in lg_g15_raw_event().
Quoted source text, attributed separately from HOL analysis.