LiveActive security incident?Get immediate response
CVE Record

CVE-2018-25151: Ecessa WANWorx WVR-30 < 10.7.4 Cross-Site Request Forgery via User Configuration

Ecessa WANWorx WVR-30 versions before 10.7.4 contain a cross-site request forgery vulnerability that allows attackers to perform administrative actions without request validation. Attackers can craft a malicious web page with a hidden form to create a new superuser account by tricking an authenticated administrator into loading the page.

MediumCVSS 5.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This flaw lets a malicious website abuse a logged-in administrator’s browser to change WANWorx WVR-30 settings, including creating a superuser account. It requires the administrator to visit attacker-controlled content while authenticated. Business risk is concentrated in organizations still running Ecessa WANWorx WVR-30 firmware before 10.7.4.

Executive priority

Treat as a targeted administrative compromise risk, not a mass exploitation emergency based on provided evidence. Prioritize remediation where WANWorx WVR-30 manages critical connectivity, has exposed administration, or is administered from shared browsing environments.

Technical view

CVE-2018-25151 is a CWE-352 cross-site request forgery issue in Ecessa WANWorx WVR-30 before 10.7.4. The source description says administrative requests lacked request validation, enabling unintended administrative actions through a crafted web page. CVSS v4 is 5.1 medium: network reachable, low complexity, no privileges, but user interaction is required.

Likely exposure

Exposure is likely limited to Ecessa WANWorx WVR-30 appliances running firmware before 10.7.4, especially where administrators access the management interface from general browsing workstations. Internet exposure of the admin interface would increase operational risk, but the source bundle does not confirm internet-wide exploitation.

Exploitation context

A public ExploitDB reference exists, but the CVE is not listed as CISA KEV in the provided data. Exploitation requires social engineering or content delivery to an authenticated administrator. The vulnerability is less suitable for fully automated compromise than unauthenticated remote code execution, but account creation could enable deeper control.

Researcher notes

The provided sources identify CSRF enabling administrative actions and superuser creation. ExploitDB is cited as a public exploit reference, but active exploitation is not evidenced. There is some version-list ambiguity in the bundle, so validate final affected and fixed versions against Ecessa guidance before closure.

Mitigation direction

  • Identify all Ecessa WANWorx WVR-30 appliances and their firmware versions.
  • Prioritize upgrade or remediation for versions before 10.7.4.
  • Check Ecessa guidance for the supported fixed firmware and upgrade path.
  • Restrict management access to trusted admin networks or VPNs.
  • Avoid browsing untrusted sites from sessions authenticated to the appliance.
  • Review administrator and superuser accounts for unauthorized additions.

Validation and detection

  • Confirm whether any WANWorx WVR-30 units are in the environment.
  • Record firmware versions and compare them with the pre-10.7.4 affected range.
  • Verify the management interface is not broadly exposed.
  • Review logs and user lists for unexpected administrative account creation.
  • Confirm CSRF protections or vendor remediation are present after update.
  • Document compensating controls if immediate upgrade is not possible.
Prepared
Confidence
medium
Sources
4

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-2018-25151 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
5.1 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:L/VA:N/SC:N/SI:N/SA: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
3Source 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
5.1CVSS 4.0MediumCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:L/VA:N/SC:N/SI:N/SA:NPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

5.1Medium
CVSS 4.0 vector shape for CVE-2018-25151Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Ecessa CorporationWANWorx WVR-30< 10.7.4, 10.7.4, 10.6.9, 10.6.5.2, 10.5.4, 10.2.24, 9.2.24Listed
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.