In the Linux kernel, the following vulnerability has been resolved: partitions: aix: bound the pp_count scan to the ppe array aix_partition() reads the physical volume descriptor into a fixed-size …
High CVSS 7.1
Summary
In the Linux kernel, the following vulnerability has been resolved: partitions: aix: bound the pp_count scan to the ppe array aix_partition() reads the physical volume descriptor into a fixed-size struct pvd and then scans its physical-partition-extent array: int numpps = be16_to_cpu(pvd->pp_count); ... for (i = 0; i < numpps; i += 1) { struct ppe *p = pvd->ppe + i; ... lp_ix = be16_to_cpu(p->lp_ix); pvd points at a single kmalloc()'d struct pvd whose ppe[] member holds a fixed ARR…
In-depth triage
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/09861651617ba0fec089e8b9477439e68398c110
- https://git.kernel.org/stable/c/2dc0bfd2fe355fb930de63c2f2eb8ced8570c579
- https://git.kernel.org/stable/c/44f37ee92fdcd377c41bdf6a31cdd8cc7d4c410e
- https://git.kernel.org/stable/c/4671bb74bba05fdd4acf670a35758c29e8c97b83
- https://git.kernel.org/stable/c/5eacdb1967378f5e5591cd27a2d8cdee2df1a599
- https://git.kernel.org/stable/c/b5e9c09309e18fd9839ad007c238120353ca0cc4
- https://git.kernel.org/stable/c/ce93228e2193a17d2c58b656e439bb39fe5c3af8
- https://git.kernel.org/stable/c/fd94a779020f2ecc8b2607f4c20b34acb1763b9a
Timeline
- nvd_ingest NVD