LiveActive security incident?Get immediate response
CVE Record

CVE-2019-25238: V-SOL GPON/EPON OLT Platform 2.03 Cross-Site Request Forgery Vulnerability

V-SOL GPON/EPON OLT Platform 2.03 contains a cross-site request forgery vulnerability that allows attackers to perform administrative actions without user consent. Attackers can craft malicious web pages to create admin users, enable SSH, or modify system settings by tricking authenticated administrators into loading a specially crafted page.

MediumCVSS 5.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2019-25238 affects V-SOL GPON/EPON OLT Platform 2.03. If an authenticated administrator is tricked into opening a malicious page, the device may accept unwanted administrative changes, such as user creation, SSH enablement, or settings changes. This is most relevant to organizations operating V-SOL OLT management interfaces.

Executive priority

Treat as a moderate priority for telecom and network operations teams. The main business risk is unauthorized OLT management change after administrator social engineering. Prioritize if devices are internet-exposed or administrators browse from privileged sessions.

Technical view

The issue is cross-site request forgery in V-SOL GPON/EPON OLT Platform 2.03, mapped to CWE-352. The published CVSS v4.0 score is 5.1. The attacker does not need device credentials, but exploitation requires administrator interaction while authenticated to the management interface.

Likely exposure

Exposure is likely limited to environments running V-SOL GPON/EPON OLT Platform 2.03 where administrators access the web management interface. Risk increases if the interface is reachable from general user networks or the internet.

Exploitation context

A public ExploitDB reference and Zero Science Lab disclosure exist. The source bundle does not indicate CISA KEV listing or confirmed active exploitation. Exploitation depends on tricking an authenticated administrator into loading attacker-controlled content.

Researcher notes

Public sources describe CSRF enabling administrative state changes, but the bundle does not name a vendor patch. Do not assume affected versions beyond 2.03. Validate exposure by product/version and management-plane reachability, then consult vendor guidance.

Mitigation direction

  • Check V-SOL guidance for firmware updates or replacement recommendations.
  • Restrict OLT management interfaces to trusted admin networks only.
  • Require VPN or equivalent controls for remote administration.
  • Avoid using privileged admin sessions for general web browsing.
  • Review administrative accounts, SSH status, and device configuration regularly.

Validation and detection

  • Inventory V-SOL OLT devices and confirm platform version 2.03 exposure.
  • Verify management UI is not internet-accessible.
  • Review logs for unexpected admin creation, SSH enablement, or settings changes.
  • Confirm whether vendor firmware guidance addresses this CVE.
  • Test administrative workflows for CSRF protections in a controlled lab only.
Prepared
Confidence
medium
Sources
5

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-2019-25238 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
4Source 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-2019-25238Attack 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
Guangzhou V-SOLUTION Electronic Technology Co., Ltd.SOL GPON/EPON OLT Platform2.03Listed
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.