Answer in brief
CVE-2026-68151 records a Unknown severity vulnerability in binfmt_elf_fdpic: only honour the first PT_INTERP. 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 | >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <e4563e07ef5c938d5332c5c44721db976f214bc6 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <21eaf5594a33d16343a011c752624099c30e918f || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <89b9121c3b0162655fc2f190b714ae64f1aa8cae || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <69ecc199880bf7e8d06224c82dc411d18f9285f8 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <3349ef6a366a61d631f6a263d12cea240957719d | e4563e07ef5c938d5332c5c44721db976f214bc6, 21eaf5594a33d16343a011c752624099c30e918f, 89b9121c3b0162655fc2f190b714ae64f1aa8cae, 69ecc199880bf7e8d06224c82dc411d18f9285f8, 3349ef6a366a61d631f6a263d12cea240957719d |
| Linux/Linuxgeneric | 2.6.12 | Not reported |
Published upstream
Aug 10, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 10, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 10, 2026
In the Linux kernel, the following vulnerability has been resolved: binfmt_elf_fdpic: only honour the first PT_INTERP The program header scan handles PT_INTERP from a switch nested in the scan loop, so its break leaves the switch and not the loop. A binary carrying more than one PT_INTERP runs the case again and overwrites both interpreter_name and interpreter. The previous name allocation leaks and so does the previous interpreter reference, along with the write denial open_exec() took on it. The denial is never released, so the file stays unwritable for as long as the system runs. An unprivileged caller reaches this with a crafted binary and repeats it at will. binfmt_elf stops at the first PT_INTERP. Do the same here. The flaw dates back to the driver's introduction in the pre-git history tree introduced in v2.6.11 by 91808d6ebe39 ("[PATCH] FRV: Add FDPIC ELF binary format driver").
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2026-68151 records a Unknown severity vulnerability in binfmt_elf_fdpic: only honour the first PT_INTERP. 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 | >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <e4563e07ef5c938d5332c5c44721db976f214bc6 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <21eaf5594a33d16343a011c752624099c30e918f || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <89b9121c3b0162655fc2f190b714ae64f1aa8cae || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <69ecc199880bf7e8d06224c82dc411d18f9285f8 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <3349ef6a366a61d631f6a263d12cea240957719d | e4563e07ef5c938d5332c5c44721db976f214bc6, 21eaf5594a33d16343a011c752624099c30e918f, 89b9121c3b0162655fc2f190b714ae64f1aa8cae, 69ecc199880bf7e8d06224c82dc411d18f9285f8, 3349ef6a366a61d631f6a263d12cea240957719d |
| Linux/Linuxgeneric | 2.6.12 | Not reported |
Published upstream
Aug 10, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 10, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 10, 2026
In the Linux kernel, the following vulnerability has been resolved: binfmt_elf_fdpic: only honour the first PT_INTERP The program header scan handles PT_INTERP from a switch nested in the scan loop, so its break leaves the switch and not the loop. A binary carrying more than one PT_INTERP runs the case again and overwrites both interpreter_name and interpreter. The previous name allocation leaks and so does the previous interpreter reference, along with the write denial open_exec() took on it. The denial is never released, so the file stays unwritable for as long as the system runs. An unprivileged caller reaches this with a crafted binary and repeats it at will. binfmt_elf stops at the first PT_INTERP. Do the same here. The flaw dates back to the driver's introduction in the pre-git history tree introduced in v2.6.11 by 91808d6ebe39 ("[PATCH] FRV: Add FDPIC ELF binary format driver").
Quoted source text, attributed separately from HOL analysis.