LiveActive security incident?Get immediate response
CVE Record

CVE-2018-25255: 10-Strike LANState 8.8 Local Buffer Overflow SEH

10-Strike LANState 8.8 contains a local buffer overflow vulnerability in structured exception handling that allows local attackers to execute arbitrary code by crafting malicious LSM map files. Attackers can create a specially formatted LSM file with a payload in the ObjCaption parameter that overflows the buffer, overwrites the SEH chain, and executes shellcode when the file is opened in the application.

HighCVSS 8.6Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

10-Strike LANState 8.8 can be compromised when it opens a malicious LANState map file. Successful exploitation could run attacker-controlled code on the local system. This matters most where LANState is used by administrators or network teams, because those systems may have sensitive network visibility or elevated access.

Executive priority

Prioritize if LANState 8.8 is used by IT or network administrators. The business risk is code execution through malicious project files, not broad network worming. Treat as a targeted workstation risk requiring inventory, vendor update review, and file-handling controls.

Technical view

The issue is a local buffer overflow in structured exception handling when parsing crafted LSM map files, specifically data in the ObjCaption parameter. The source bundle maps this to CWE-787 and CVSS 4.0 score 8.6. A public ExploitDB entry and VulnCheck advisory are cited, but no CISA KEV listing is indicated.

Likely exposure

Exposure is limited to environments running 10-Strike LANState 8.8, especially systems that open LSM map files from email, shares, tickets, or external sources. The provided sources do not identify other affected versions.

Exploitation context

Public exploit information exists via ExploitDB, so defenders should assume the bug is reproducible. The bundle does not show CISA KEV status or other evidence of active exploitation in the wild. Exploitation appears local and tied to opening a crafted file in the application.

Researcher notes

Sources identify a crafted LSM file parsing issue leading to SEH overwrite and arbitrary code execution. Avoid assuming remote network exposure; the described trigger is local file opening. No patch information is included in the provided bundle, so remediation should be verified against current vendor guidance.

Mitigation direction

  • Inventory systems running 10-Strike LANState, especially version 8.8.
  • Check 10-Strike guidance for fixed versions or vendor-recommended mitigations.
  • Restrict opening LSM files from untrusted or external sources.
  • Limit LANState use to trusted administrative workstations.
  • Apply endpoint controls that block suspicious child processes from LANState.

Validation and detection

  • Confirm whether LANState 8.8 is installed on managed endpoints.
  • Review file-handling workflows for LSM map files.
  • Check vendor download or release pages for newer supported builds.
  • Search EDR logs for unusual LANState process behavior.
  • Document compensating controls where upgrades are unavailable.
Prepared
Confidence
medium
Sources
6

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-787: 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
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

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

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

Vulnerability scoring details

Base CVSS 4.0 score

8.6High
CVSS 4.0 vector shape for CVE-2018-25255Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/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
10-StrikeStrike LANState8.8Listed
Weakness

CWE details

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

CWE-787 · source CWE mapping

Out-of-bounds Write

Out-of-bounds Write represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.