CVS: cvs.openbsd.org: src
Dave Voutila <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/25 18:34:42 Modified files: usr.sbin/vmd : loadfile_elf.c Log message: vmd(8): prevent OOB reads in 32 and 64-bit ELF loaders. Malformed ELF files could cause reading past section-headers. For ELF64 files, malformed section metadata could cause out of bound reads of heap allocated buffers. Reported by Frank Denis. Discussed with and "go for it" from mlarkin@