In vfork(), the child process shares the same address space until execve or exit is called. This leads to implication as when the child attempts to modify, it can affect parent also. This can lead to unexpected behavior, file descriptor, or other shared resources.