Home / Vulnerability Database / C-sharp : Information leak: SignalR
C#

C-sharp : Information leak: SignalR

Overview

System configuration information leak is possible. This can help an attacker to plan an attack.

Automatically generated JavaScript proxy files can lead to information leakage on the system as they list all the exposed methods in the hubs.

If you do not want to include all hubs and methods in the JavaScript proxy file for each user, you can disable the automatic generation of the file. Disable automatic file generation if you have multiple hubs and methods, and you do not want every user to be aware of all of the methods.

LOW

DerScanner Severity Score

Do you want to fix C-sharp : Information leak: SignalR in your application?

See also

C#

C-sharp : JWT: None Algorithm

C#

C-sharp : Insecure data transmission: Database

C#

C-sharp : Only one of method Equals() and GetHashCode() defined