Answer in brief
CVE-2026-93106 records a Unknown severity vulnerability in crash_dump: release keyring reference at the correct time. 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 | >=62f17d9df6924cf805de5ae970470615c1c8d9f2 <b0f7343a002f9c8b8378011f60482c76f3216dfd || >=62f17d9df6924cf805de5ae970470615c1c8d9f2 <ed566979f99c5516cad45a76ae25e2a4928ffb67 || >=62f17d9df6924cf805de5ae970470615c1c8d9f2 <ada2e5a44e99113e08ad9b7b71396c6c572204da | b0f7343a002f9c8b8378011f60482c76f3216dfd, ed566979f99c5516cad45a76ae25e2a4928ffb67, ada2e5a44e99113e08ad9b7b71396c6c572204da |
| Linux/Linuxgeneric | 6.16 | Not reported |
Published upstream
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 17, 2026
In the Linux kernel, the following vulnerability has been resolved: crash_dump: release keyring reference at the correct time restore_dm_crypt_keys_to_thread_keyring() gets a reference to the user keyring before restoring the saved dm-crypt keys. The same keyring reference is then passed to add_key_to_keyring() for each saved key, but add_key_to_keyring() drops that reference on every call. This is only balanced when exactly one key is restored. With multiple keys, the keyring reference is dropped too many times and may trigger a refcount underflow or use-after-free. When more than five keys are restored, a refcount underflow/use-after-free warning can be triggered. The early error paths after lookup_user_key() also return without dropping the keyring reference. Keep ownership of the keyring reference in restore_dm_crypt_keys_to_thread_keyring(), drop it once on all exit paths, and make add_key_to_keyring() only use the reference without consuming it.
Quoted source text, attributed separately from HOL analysis.