ID CVE-2019-1675
Summary A vulnerability in the default configuration of the Cisco Aironet Active Sensor could allow an unauthenticated, remote attacker to restart the sensor. The vulnerability is due to a default local account with a static password. The account has privileges only to reboot the device. An attacker could exploit this vulnerability by guessing the account name and password to access the CLI. A successful exploit could allow the attacker to reboot the device repeatedly, creating a denial of service (DoS) condition. It is not possible to change the configuration or view sensitive data with this account. Versions prior to DNAC1.2.8 are affected.
References
Vulnerable Configurations
  • cpe:2.3:h:cisco:aironet_active_sensor:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:aironet_active_sensor:-:*:*:*:*:*:*:*
  • cpe:2.3:a:cisco:digital_network_architecture_center:1.1:-:*:*:*:*:*:*
    cpe:2.3:a:cisco:digital_network_architecture_center:1.1:-:*:*:*:*:*:*
  • cpe:2.3:a:cisco:digital_network_architecture_center:1.1:patch1:*:*:*:*:*:*
    cpe:2.3:a:cisco:digital_network_architecture_center:1.1:patch1:*:*:*:*:*:*
  • cpe:2.3:a:cisco:digital_network_architecture_center:1.1:patch2:*:*:*:*:*:*
    cpe:2.3:a:cisco:digital_network_architecture_center:1.1:patch2:*:*:*:*:*:*
  • cpe:2.3:a:cisco:digital_network_architecture_center:1.1.1:*:*:*:*:*:*:*
    cpe:2.3:a:cisco:digital_network_architecture_center:1.1.1:*:*:*:*:*:*:*
  • cpe:2.3:a:cisco:digital_network_architecture_center:1.1.2:*:*:*:*:*:*:*
    cpe:2.3:a:cisco:digital_network_architecture_center:1.1.2:*:*:*:*:*:*:*
  • cpe:2.3:a:cisco:digital_network_architecture_center:1.1.3:*:*:*:*:*:*:*
    cpe:2.3:a:cisco:digital_network_architecture_center:1.1.3:*:*:*:*:*:*:*
  • cpe:2.3:a:cisco:digital_network_architecture_center:1.1.4:*:*:*:*:*:*:*
    cpe:2.3:a:cisco:digital_network_architecture_center:1.1.4:*:*:*:*:*:*:*
  • cpe:2.3:a:cisco:digital_network_architecture_center:1.1.5:*:*:*:*:*:*:*
    cpe:2.3:a:cisco:digital_network_architecture_center:1.1.5:*:*:*:*:*:*:*
  • cpe:2.3:a:cisco:digital_network_architecture_center:1.1.6:*:*:*:*:*:*:*
    cpe:2.3:a:cisco:digital_network_architecture_center:1.1.6:*:*:*:*:*:*:*
  • cpe:2.3:a:cisco:digital_network_architecture_center:1.1.7:*:*:*:*:*:*:*
    cpe:2.3:a:cisco:digital_network_architecture_center:1.1.7:*:*:*:*:*:*:*
  • cpe:2.3:a:cisco:digital_network_architecture_center:1.1.8:*:*:*:*:*:*:*
    cpe:2.3:a:cisco:digital_network_architecture_center:1.1.8:*:*:*:*:*:*:*
  • cpe:2.3:a:cisco:digital_network_architecture_center:1.2:*:*:*:*:*:*:*
    cpe:2.3:a:cisco:digital_network_architecture_center:1.2:*:*:*:*:*:*:*
  • cpe:2.3:a:cisco:digital_network_architecture_center:1.2.1:*:*:*:*:*:*:*
    cpe:2.3:a:cisco:digital_network_architecture_center:1.2.1:*:*:*:*:*:*:*
  • cpe:2.3:a:cisco:digital_network_architecture_center:1.2.2:*:*:*:*:*:*:*
    cpe:2.3:a:cisco:digital_network_architecture_center:1.2.2:*:*:*:*:*:*:*
  • cpe:2.3:a:cisco:digital_network_architecture_center:1.2.3:*:*:*:*:*:*:*
    cpe:2.3:a:cisco:digital_network_architecture_center:1.2.3:*:*:*:*:*:*:*
  • cpe:2.3:a:cisco:digital_network_architecture_center:1.2.4:*:*:*:*:*:*:*
    cpe:2.3:a:cisco:digital_network_architecture_center:1.2.4:*:*:*:*:*:*:*
  • cpe:2.3:a:cisco:digital_network_architecture_center:1.2.5:*:*:*:*:*:*:*
    cpe:2.3:a:cisco:digital_network_architecture_center:1.2.5:*:*:*:*:*:*:*
  • cpe:2.3:a:cisco:digital_network_architecture_center:1.2.6:*:*:*:*:*:*:*
    cpe:2.3:a:cisco:digital_network_architecture_center:1.2.6:*:*:*:*:*:*:*
CVSS
Base: 7.8 (as of 09-10-2019 - 23:47)
Impact:
Exploitability:
CWE CWE-798
CAPEC
  • Try Common or Default Usernames and Passwords
    An adversary may try certain common or default usernames and passwords to gain access into the system and perform unauthorized actions. An adversary may try an intelligent brute force using empty passwords, known vendor default credentials, as well as a dictionary of common usernames and passwords. Many vendor products come preconfigured with default (and thus well-known) usernames and passwords that should be deleted prior to usage in a production environment. It is a common mistake to forget to remove these default login credentials. Another problem is that users would pick very simple (common) passwords (e.g. "secret" or "password") that make it easier for the attacker to gain access to the system compared to using a brute force attack or even a dictionary attack using a full dictionary.
  • Read Sensitive Strings Within an Executable
    An adversary engages in activities to discover any sensitive strings are present within the compiled code of an executable, such as literal ASCII strings within the file itself, or possibly strings hard-coded into particular routines that can be revealed by code refactoring methods including static and dynamic analysis. One specific example of a sensitive string is a hard-coded password. Typical examples of software with hard-coded passwords include server-side executables which may check for a hard-coded password or key during a user's authentication with the server. Hard-coded passwords can also be present in client-side executables which utilize the password or key when connecting to either a remote component, such as a database server, licensing server, or otherwise, or a processes on the same host that expects a key or password. When analyzing an executable the adversary may search for the presence of such strings by analyzing the byte-code of the file itself. Example utilities for revealing strings within a file include 'strings,' 'grep,' or other variants of these programs depending upon the type of operating system used. These programs can be used to dump any ASCII or UNICODE strings contained within a program. Strings can also be searched for using a hex editors by loading the binary or object code file and utilizing native search functions such as regular expressions.
Access
VectorComplexityAuthentication
NETWORK LOW NONE
Impact
ConfidentialityIntegrityAvailability
NONE NONE COMPLETE
cvss-vector via4 AV:N/AC:L/Au:N/C:N/I:N/A:C
refmap via4
bid 106944
cisco 20190206 Cisco Aironet Active Sensor Static Credentials Vulnerability
Last major update 09-10-2019 - 23:47
Published 07-02-2019 - 20:29
Last modified 09-10-2019 - 23:47
Back to Top