Consider the following fragment of code in an authentication program:

username = read username(); password = read password(); if username is l33t h4ck0r return ALLOW LOGIN; if username and password are valid return ALLOW_LOGIN else return DENY LOGIN

What type of malicious software is this?