LiveActive security incident?Get immediate response
CVE Record

CVE-2019-1953: Cisco Enterprise NFV Infrastructure Software Password Recovery Vulnerability

A vulnerability in the web portal of Cisco Enterprise NFV Infrastructure Software (NFVIS) could allow an authenticated, remote attacker to view a password in clear text. The vulnerability is due to incorrectly logging the admin password when a user is forced to modify the default password when logging in to the web portal for the first time. Subsequent password changes are not logged and other accounts are not affected. An attacker could exploit this vulnerability by viewing the admin clear text password and using it to access the affected system. The attacker would need a valid user account to exploit this vulnerability.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Cisco NFVIS could record the administrator password in clear text during the first required default-password change through the web portal. A logged-in attacker with a valid account could read that password and use it to access the affected system.

Executive priority

Treat as a targeted credential exposure issue, not a broad emergency. Prioritize NFVIS systems that support critical network virtualization operations, have multiple local users, or retain accessible logs from initial setup.

Technical view

The flaw is CWE-532: sensitive information written to log files. It affects Cisco Enterprise NFV Infrastructure Software’s web portal first-login password recovery/default-password-change flow. Only the admin password from that forced first change is described as exposed; later password changes and other accounts are not affected.

Likely exposure

Exposure is limited to organizations running Cisco Enterprise NFV Infrastructure Software with web portal access and local users who can view the relevant logs. The attacker must already have a valid user account, reducing internet-scale risk but raising insider or compromised-account concern.

Exploitation context

The source bundle does not show KEV listing or active exploitation. Exploitation requires authenticated access and the ability to view the clear-text admin password in logs. No unauthenticated or remote code execution behavior is described.

Researcher notes

The bundle does not specify affected versions, patch levels, or log file locations. Avoid assuming broader credential leakage: the described issue is limited to the admin password during the first forced default-password modification.

Mitigation direction

  • Review Cisco’s advisory for affected releases and fixed software guidance.
  • Restrict NFVIS web portal and log access to trusted administrative users.
  • Rotate the NFVIS admin password if first-login logs may have exposed it.
  • Review user accounts and remove unnecessary or stale NFVIS access.
  • Monitor NFVIS authentication activity for suspicious admin logins.

Validation and detection

  • Inventory Cisco Enterprise NFV Infrastructure Software deployments.
  • Confirm whether the forced first-login default-password change occurred.
  • Check whether relevant logs are retained and who can access them.
  • Verify whether the admin password has been changed since the exposed first-login event.
  • Confirm remediation status against Cisco’s advisory.
Prepared
Confidence
high
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-532: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2019-1953 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.5 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
6.5CVSS 3.0MediumCVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N2.83.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

6.5Medium
CVSS 3.0 vector shape for CVE-2019-1953Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
CiscoCisco Enterprise NFV Infrastructure SoftwareunspecifiedListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-532 · source CWE mapping

Insertion of Sensitive Information into Log File

Insertion of Sensitive Information into Log File represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.