Upload file to front-end form and send as email attachment

The problem is that this uploads the CV to the media library which I don’t really want.

Instead of using media_handle_upload, try wp_handle_upload.

WordPress provides us with a wp_mail through which you can easily send an email with an attachment