EIP-2026-117353
PRE-CVEIpswitch IMail Server 7/8 - Weak Password Encryption
Title source: legacyExploitation Summary
EIP tracks 1 public exploit for EIP-2026-117353. PoCs published by Adik.
AI-analyzed exploit summary This exploit demonstrates a weak encryption vulnerability in Ipswitch IMail Server <= 8.1, where user passwords are obfuscated using a polyalphabetic Vigenère cipher with the username as the key. The provided code decrypts these passwords by subtracting the hex values of the username from the password hash.
Description
Ipswitch IMail Server 7/8 - Weak Password Encryption
Exploits (1)
This exploit demonstrates a weak encryption vulnerability in Ipswitch IMail Server <= 8.1, where user passwords are obfuscated using a polyalphabetic Vigenère cipher with the username as the key. The provided code decrypts these passwords by subtracting the hex values of the username from the password hash.