Improper input validation in FreeBSD - CVE-2015-1418
Published: May 10, 2018 / Updated: September 17, 2018
FreeBSD
Detailed vulnerability description
The vulnerability allows a remote attacker to execute arbitrary commands on the target system.
The weakness exists in the do_ed_script function in pch.c due to insufficient sanitization of the input patch stream. A remote attacker can execute arbitrary commands via a specially crafted patch file, because a '!' character can be passed to the ed program.