It is possible to obtain source code from the application since it has not been securely obfuscated. This could allow an attacker to understand the inner workings of the application or obtain technical or sensitive information.
Understand the inner workings of the application to generate new attack vectors.
Obfuscate the applications JavaScript to prevent leakage of technical information that could reveal vulnerable features.
Anonymous attacker from the Internet.
⌚ 60 minutes.
Default score using CVSS 3.1. It may change depending on the context of the src.
Default score using CVSS 4.0. It may change depending on the context of the src.
The source code was obfuscated, preventing an attacker to understand the inner workings of the code
//Rename Obfuscation method
private void calculatePay(a b){
while(b.c()){
b.a(true);
c.a();
b(c);
}
}
The source code was not obfuscated
private void calculatePay(SpecialList clientGroup){
while(clientGroup.HasMore()){
clientGroup.getNext(true);
client.updatePay();
makePay(client);
}
}