Home / Vulnerability Database / C or C++ : Undocumented feature: network activity
C/C++

C or C++ : Undocumented feature: network activity

Classification

OWASP ASVS
PCI DSS 4.0

Overview

The application initiates a connection with the hardcoded external server. If the address is not in the white list, this may indicate undocumented network activity.

Undocumented network activity may lead to a sensitive data exposure. Sensitive Data Exposure takes the third place in the OWASP Top 10 2017 web application vulnerabilities ranking.

LOW

DerScanner Severity Score

Do you want to fix C or C++ : Undocumented feature: network activity in your application?

See also

C/C++

C or C++ : Dead store

C/C++

C or C++ : Use after free

C/C++

C or C++ : va_list uninitialized