Reflection attack in an auth protocol

Description

Simple authentication protocols are subject to reflection attacks if a malicious user can use the target machine to impersonate a trusted user.

Consequences
  • Authentication: The primary result of reflection attacks is successful authentication with a target machine - as an impersonated user.

Exposure period
  • Design: Protocol design may be employed more intelligently in order to remove the possibility of reflection attacks.

Platform
  • Languages: Any
  • Platforms: All

Required resources
Any

Severity
Medium to High

Likelihood of exploit

Medium
Reflection attacks capitalize on mutual authentication schemes in order to trick the target into revealing the secret shared between it and another valid user. In a basic mutual-authentication scheme, a secret is known to both the valid user and the server; this allows them to authenticate. In order that they may verify this shared secret

without sending it plainly over the wire, they utilize a Diffie-Hellman- style scheme in which they each pick a value, then request the hash of that value as keyed by the shared secret. In a reflection attack, the attacker claims to be a valid user and requests the hash of a random value from the server.

When the server returns this value and requests its own value to be hashed, the attacker opens another connection to the server. This time, the hash requested by the attacker is the value which the server requested in the first connection. When the server returns this hashed value, it is used in the first connection, authenticating the attacker successfully as the impersonated valid user.

Risk Factors
TBD

Examples

In C/C++:
unsigned char *simple_digest(char
*alg,char
*buf,unsigned int len, int
*olen) { const EVP_MD *m;
EVP_MD_CTX ctx; unsigned char
*ret; OpenSSL_add_all_digests();
if (!(m = EVP_get_digestbyname(alg)))
return NULL;
if (!(ret = (unsigned char*)malloc(EVP_MAX_ MD_SIZE)))
return NULL; EVP_DigestInit(&ctx, m);
EVP_DigestUpdate(&ctx,buf,len);
EVP_DigestFinal(&ctx,ret,olen);
return ret; } unsigned char
*generate_password_and_cmd (char *password_and_cmd)
{ simple_digest("sha1",password,strlen
(password_and_cmd)...); } In Java: String command
= new String("some cmd to execute & the
password") MessageDigest encer =
MessageDigest.getInstance ("SHA");
encer.update(command.getBytes("UTF-8"));
byte[] digest = encer.digest();
Share on Google Plus

About Blackiish

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.

1 comments:

  1. This professional hacker is absolutely reliable and I strongly recommend him for any type of hack you require. I know this because I have hired him severally for various hacks and he has never disappointed me nor any of my friends who have hired him too, he can help you with any of the following hacks:

    -Phone hacks (remotely)
    -Credit repair
    -Bitcoin recovery (any cryptocurrency)
    -Make money from home (USA only)
    -Social media hacks
    -Website hacks
    -Erase criminal records (USA & Canada only)
    -Grade change

    Email: onlineghosthacker247@ gmail .com

    ReplyDelete