LiveActive security incident?Get immediate response
CVE Record

CVE-2020-3148: Cisco Prime Network Registrar Cross-Site Request Forgery Vulnerability

A vulnerability in the web-based interface of Cisco Prime Network Registrar (CPNR) could allow an unauthenticated, remote attacker to conduct a cross-site request forgery (CSRF) attack on an affected system. The vulnerability is due to insufficient CSRF protections in the web-based interface. An attacker could exploit this vulnerability by persuading a targeted user, with an active administrative session on the affected device, to click a malicious link. A successful exploit could allow an attacker to change the device's configuration, which could include the ability to edit or create user accounts of any privilege level. Some changes to the device's configuration could negatively impact the availability of networking services for other devices on networks managed by CPNR.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This flaw lets an outside attacker trick a logged-in Cisco Prime Network Registrar administrator into changing system configuration. A successful attack could create or edit privileged accounts and disrupt networking services managed by CPNR. It matters most where administrators use the web interface from ordinary browsing environments.

Executive priority

Treat this as a high-priority management-plane risk if CPNR supports critical DHCP, DNS, or IP address management operations. The attack needs administrator interaction, but successful configuration changes could affect service availability and administrative control.

Technical view

CVE-2020-3148 is a CSRF vulnerability in the CPNR web-based interface caused by insufficient CSRF protections. Exploitation is network-reachable but requires user interaction from an administrator with an active session. Impact is high integrity and low availability; confidentiality impact is not identified in the provided CVSS vector.

Likely exposure

Exposure is likely limited to organizations running Cisco Prime Network Registrar with its web management interface accessible to administrators. The bundle does not identify affected version ranges or CPEs, so asset owners must verify applicability against Cisco guidance.

Exploitation context

The sources describe social-engineering an administrator into clicking a malicious link while authenticated. The bundle does not show CISA KEV listing or other cited evidence of active exploitation. No exploit details should be assumed from the provided information.

Researcher notes

CWE-352 applies. CVSS 3.0 vector is AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:L. The provided data lacks affected version ranges, patch versions, and proof of exploitation, so analysis should stay tied to Cisco’s advisory and local asset evidence.

Mitigation direction

  • Review the Cisco advisory for affected releases and official remediation guidance.
  • Prioritize remediation for CPNR systems used to manage production networking services.
  • Restrict access to the CPNR web interface to trusted administration networks.
  • Separate administrative browsing from email and general web activity where feasible.
  • Review privileged CPNR accounts and recent configuration changes for unauthorized modifications.

Validation and detection

  • Inventory Cisco Prime Network Registrar deployments and management interface exposure.
  • Confirm installed CPNR versions against the Cisco advisory applicability information.
  • Check whether administrators access CPNR through active browser sessions on shared-use workstations.
  • Review audit logs for unexpected user creation, privilege changes, or configuration edits.
  • Verify compensating access controls around the CPNR web interface.
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 · medium confidence lookup

CWE-352: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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-2020-3148 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
7.1 (3.0)
Known Exploited
No
Published

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

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
7.1CVSS 3.0HighCVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:L2.84.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

7.1High
CVSS 3.0 vector shape for CVE-2020-3148Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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 Prime Network RegistrarunspecifiedListed
Weakness

CWE details

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

CWE-352 · source CWE mapping

Cross-Site Request Forgery (CSRF)

Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.