Answer in brief
CVE-2026-72076 records a Unknown severity vulnerability in Input: ims-pcu - fix out-of-bounds read in ims_pcu_irq() debug logging. 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-72076 records a Unknown severity vulnerability in Input: ims-pcu - fix out-of-bounds read in ims_pcu_irq() debug logging. 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 | >=628329d52474323938a03826941e166bc7c8eff4 <4d2553e9a76a11500ec670cbe16b7fd3da4832de || >=628329d52474323938a03826941e166bc7c8eff4 <b746e853721dee91e4234c033d1b90f4605705bb || >=628329d52474323938a03826941e166bc7c8eff4 <e6153407d7edabc6ff98f0fda415d556c0bcb57a || >=628329d52474323938a03826941e166bc7c8eff4 <3fd7c0ace245334f2a0bd29fdcb680ad56e9b275 || >=628329d52474323938a03826941e166bc7c8eff4 <20fbf3ca0259d00664d1ede88837e1f11b49a88e || >=628329d52474323938a03826941e166bc7c8eff4 <9c964fc9507aeab74376ba9f892cf84ad6950dfe || >=628329d52474323938a03826941e166bc7c8eff4 <f97bfc1a0766802a99167b3dc62d1ee7dca929fe || >=628329d52474323938a03826941e166bc7c8eff4 <403b0a6970b1084bb27907c0f8225801fdd0fe1d | 4d2553e9a76a11500ec670cbe16b7fd3da4832de, b746e853721dee91e4234c033d1b90f4605705bb, e6153407d7edabc6ff98f0fda415d556c0bcb57a, 3fd7c0ace245334f2a0bd29fdcb680ad56e9b275, 20fbf3ca0259d00664d1ede88837e1f11b49a88e, 9c964fc9507aeab74376ba9f892cf84ad6950dfe, f97bfc1a0766802a99167b3dc62d1ee7dca929fe, 403b0a6970b1084bb27907c0f8225801fdd0fe1d |
| Linux/Linuxgeneric | 3.10 | 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: Input: ims-pcu - fix out-of-bounds read in ims_pcu_irq() debug logging The debug logging in ims_pcu_irq() unconditionally prints data from pcu->urb_in_buf. However, if the interrupt fired for pcu->urb_ctrl, the actual data resides in pcu->urb_ctrl_buf. If urb->actual_length for the control URB exceeds pcu->max_in_size, this leads to an out-of-bounds read. Fix this by printing from the correct buffer associated with the URB.
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 | >=628329d52474323938a03826941e166bc7c8eff4 <4d2553e9a76a11500ec670cbe16b7fd3da4832de || >=628329d52474323938a03826941e166bc7c8eff4 <b746e853721dee91e4234c033d1b90f4605705bb || >=628329d52474323938a03826941e166bc7c8eff4 <e6153407d7edabc6ff98f0fda415d556c0bcb57a || >=628329d52474323938a03826941e166bc7c8eff4 <3fd7c0ace245334f2a0bd29fdcb680ad56e9b275 || >=628329d52474323938a03826941e166bc7c8eff4 <20fbf3ca0259d00664d1ede88837e1f11b49a88e || >=628329d52474323938a03826941e166bc7c8eff4 <9c964fc9507aeab74376ba9f892cf84ad6950dfe || >=628329d52474323938a03826941e166bc7c8eff4 <f97bfc1a0766802a99167b3dc62d1ee7dca929fe || >=628329d52474323938a03826941e166bc7c8eff4 <403b0a6970b1084bb27907c0f8225801fdd0fe1d | 4d2553e9a76a11500ec670cbe16b7fd3da4832de, b746e853721dee91e4234c033d1b90f4605705bb, e6153407d7edabc6ff98f0fda415d556c0bcb57a, 3fd7c0ace245334f2a0bd29fdcb680ad56e9b275, 20fbf3ca0259d00664d1ede88837e1f11b49a88e, 9c964fc9507aeab74376ba9f892cf84ad6950dfe, f97bfc1a0766802a99167b3dc62d1ee7dca929fe, 403b0a6970b1084bb27907c0f8225801fdd0fe1d |
| Linux/Linuxgeneric | 3.10 | 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: Input: ims-pcu - fix out-of-bounds read in ims_pcu_irq() debug logging The debug logging in ims_pcu_irq() unconditionally prints data from pcu->urb_in_buf. However, if the interrupt fired for pcu->urb_ctrl, the actual data resides in pcu->urb_ctrl_buf. If urb->actual_length for the control URB exceeds pcu->max_in_size, this leads to an out-of-bounds read. Fix this by printing from the correct buffer associated with the URB.
Quoted source text, attributed separately from HOL analysis.