Apache Commons Lang uses a weak source of randomness to generate random strings in its RandomStringUtils. This leads to predictable randomness, which is severe if the randomness is needed to be unpredictable, e.g. in access tokens.
Airlock Secure Access Hub is not vulnerable: commons lang is used, but RandomStringUtils are not employed to generate random strings.