LiveActive security incident?Get immediate response
CVE Record

CVE-2019-12647: Cisco IOS and IOS XE Software IP Ident Denial of Service Vulnerability

A vulnerability in the Ident protocol handler of Cisco IOS and IOS XE Software could allow an unauthenticated, remote attacker to cause an affected device to reload. The vulnerability exists because the affected software incorrectly handles memory structures, leading to a NULL pointer dereference. An attacker could exploit this vulnerability by opening a TCP connection to specific ports and sending traffic over that connection. A successful exploit could allow the attacker to cause the affected device to reload, resulting in a denial of service (DoS) condition.

HighCVSS 8.6Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This flaw can let an unauthenticated remote attacker force affected Cisco IOS or IOS XE network devices to reload, causing a denial of service. Business impact is outage risk for routers or switches that carry critical traffic. The provided sources do not identify active exploitation or exact affected versions.

Executive priority

Treat this as high priority for critical network infrastructure because exploitation could create outages. Prioritize devices exposed to untrusted networks first, then complete fleet verification using Cisco guidance because exact affected and fixed versions are not included in the provided bundle.

Technical view

CVE-2019-12647 is a NULL pointer dereference in the Cisco IOS and IOS XE Ident protocol handler. Incorrect memory-structure handling can be triggered by TCP traffic over a connection to specific ports, causing device reload. It is rated CVSS 3.0 8.6 with network attack vector, low complexity, no privileges, and high availability impact.

Likely exposure

Exposure is most likely where Cisco IOS or IOS XE devices run vulnerable software and are reachable from untrusted networks. The bundle does not provide exact vulnerable releases, fixed releases, or affected port details, so teams must verify against Cisco's advisory and their device inventory.

Exploitation context

The source bundle lists KEV status as false and provides no cited evidence of active exploitation. The issue is still operationally serious because it is unauthenticated, remote, low complexity, and can cause device reload rather than data theft or code execution.

Researcher notes

The evidence supports an unauthenticated remote DoS via NULL pointer dereference in Cisco's Ident protocol handler. The bundle does not include affected version ranges, fixed releases, exact ports, workarounds, proof-of-concept status, or exploitation reports. Avoid assuming broader impact beyond reload-based availability loss.

Mitigation direction

  • Check Cisco's advisory for affected releases, fixed software, and any named workarounds.
  • Inventory Cisco IOS and IOS XE devices and record running software versions.
  • Prioritize remediation for internet-facing or business-critical network devices.
  • Limit untrusted reachability to affected services where operationally safe.
  • Monitor network devices for unexpected reloads and repeated connection attempts.

Validation and detection

  • Compare device software versions against Cisco's advisory for CVE-2019-12647.
  • Identify Cisco IOS and IOS XE devices reachable from untrusted networks.
  • Review logs for unexplained reloads around suspicious TCP connection activity.
  • Confirm any compensating access controls do not disrupt required network services.
Prepared
Confidence
medium
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-476: 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
cve · low confidence lookup

CVE-2019-12647 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
High
CVSS
8.6 (3.0)
Known Exploited
No
Published

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

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
8.6CVSS 3.0HighCVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H3.94Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

8.6High
CVSS 3.0 vector shape for CVE-2019-12647Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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 IOSunspecifiedListed
Weakness

CWE details

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

CWE-476 · source CWE mapping

NULL Pointer Dereference

NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.