Looking for the vulnerability index of Invicti's legacy products?
Apache Tapestry weak secret key - Vulnerability Database

Apache Tapestry weak secret key

Description

Apache Tapestry uses a special input field "t:formdata" to store data for Form component. The data is a Java serialized object and it's signed for protection against data tampering. It's very important that an attacker doesn't know the value of the secret key. Your application is using a weak/known secret key and Invicti managed to guess this key.

Remediation

Change the value of the secret "HMAC_PASSPHRASE" to a long random string.

Related Vulnerabilities