Property
Languagejavascript
Severitylow
CWECWE-502: Deserialization of Untrusted Data
OWASPA08:2017 - Insecure Deserialization
Confidence LevelLow
Impact LevelMedium
Likelihood LevelLow

Description#

The code establishes a gRPC connection using ‘createInsecure()’, which means data is sent without encryption. This exposes all transmitted information to anyone with access to the network.

Impact#

An attacker could intercept, read, or modify gRPC messages in transit, potentially leading to data leaks, manipulation of requests or responses, and unauthorized access to sensitive operations. This can compromise both user data and the security of your application.