In exec.c in zsh before 5.0.7, there is a buffer overflow for very long fds in the ">& fd" syntax.
The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data.
Link | Tags |
---|---|
https://sourceforge.net/p/zsh/code/ci/49a3086bb67575435251c70ee598e2fd406ef055 | third party advisory patch |
https://usn.ubuntu.com/3593-1/ | third party advisory vendor advisory |
https://access.redhat.com/errata/RHSA-2018:3073 | third party advisory vendor advisory |