LiveActive security incident?Get immediate response
CVE Record

CVE-2019-25259: Leica Geosystems GR10/GR25/GR30/GR50 GNSS 4.30.063 Cross-Site Request Forgery

Leica Geosystems GR10/GR25/GR30/GR50 GNSS 4.30.063 contains a cross-site request forgery vulnerability that allows attackers to perform administrative actions without request validation. Attackers can trick logged-in users into executing unauthorized actions by crafting malicious web pages that submit requests to the application.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2019-25259 affects Leica Geosystems GR10/GR25/GR30/GR50 GNSS devices. A malicious web page could cause a logged-in administrator’s browser to send unwanted administrative requests to the device. Business impact is mainly unauthorized configuration change, not data theft or service outage based on the provided CVSS.

Executive priority

Treat as a targeted management-plane risk. Prioritize if these GNSS devices support operational surveying, positioning, or infrastructure workflows and their web interfaces are broadly reachable. The immediate goal is exposure reduction and vendor-guided remediation.

Technical view

The issue is cross-site request forgery (CWE-352) in the web administration interface of listed Leica GNSS firmware versions, including 4.30.063 and earlier versions in the source bundle. The vulnerability allows administrative actions without request validation when an authenticated user is induced to visit attacker-controlled content.

Likely exposure

Exposure is most likely where Leica GNSS receiver web administration is reachable from user workstations or broader networks. Internet-exposed management interfaces increase risk. Organizations without these products or without accessible web administration are unlikely to be affected.

Exploitation context

Public exploit references exist on Exploit-DB and Packet Storm. The source bundle does not show CISA KEV listing or confirmed active exploitation. Successful abuse likely depends on an authenticated administrator’s browser session and network reachability to the device.

Researcher notes

Sources identify CSRF against administrative actions, but the bundle does not name a vendor patch, fixed version, or active exploitation. Public exploit listings raise verification priority, but avoid assuming compromise without environmental evidence.

Mitigation direction

  • Inventory Leica GR10/GR25/GR30/GR50 GNSS devices and firmware versions.
  • Check Leica Geosystems guidance for fixed firmware or official mitigations.
  • Restrict web administration access to trusted management networks only.
  • Avoid exposing GNSS management interfaces to the internet.
  • Use separate admin workstations or browsers for device management.
  • Log out of device administration sessions when not actively managing devices.

Validation and detection

  • Confirm whether affected Leica GNSS models are deployed.
  • Record firmware versions and compare against listed affected versions.
  • Identify which networks can reach each device web interface.
  • Review recent administrative changes for unexpected configuration activity.
  • Check whether vendor firmware or mitigation guidance is available.
  • Validate CSRF protections only in an authorized test environment.
Prepared
Confidence
medium
Sources
7

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-25259 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.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/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
6Source 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.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N3.91.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2019-25259Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/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
Leica Geosystems AGLeica Geosystems GR10/GR25/GR30/GR50 GNSS4.30.063, 4.20.232, 4.11.606, 3.22.1818, 3.10.1633, 2.62.782, 1.00.395Listed
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.