LiveActive security incident?Get immediate response
CVE Record

CVE-2023-31194: An improper array index validation vulnerability exists in the GraphPlanar::Write functionality of Diagon v...

An improper array index validation vulnerability exists in the GraphPlanar::Write functionality of Diagon v1.0.139. A specially crafted markdown file can lead to memory corruption. A victim would need to open a malicious file to trigger this vulnerability.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-31194 affects Diagon v1.0.139. A malicious markdown file can corrupt memory when opened by a victim. The business risk is moderate because exploitation requires user interaction, but it can affect confidentiality, integrity, and availability at a low level.

Executive priority

Treat as a moderate-priority desktop application risk. Prioritize teams that handle third-party markdown files, and confirm vendor remediation before broad deployment decisions.

Technical view

The issue is improper array index validation in Diagon's GraphPlanar::Write functionality, classified as CWE-119. The CVSS 3.1 score is 5.3 with local attack vector, low complexity, no privileges required, and required user interaction.

Likely exposure

Exposure is likely limited to systems or users running Diagon v1.0.139, especially where markdown files from external or untrusted sources are opened or processed.

Exploitation context

The provided sources do not show active exploitation, and the CVE is not marked in KEV. A victim must open a specially crafted markdown file to trigger the flaw.

Researcher notes

Evidence supports memory corruption through crafted markdown in GraphPlanar::Write. The bundle does not provide exploit availability, proof of active exploitation, or a named fixed version, so remediation details should be vendor-confirmed.

Mitigation direction

  • Inventory Diagon installations and identify v1.0.139 usage.
  • Avoid opening markdown files from untrusted sources in Diagon.
  • Check Diagon or Talos guidance for fixed versions or vendor mitigations.
  • Use isolated workstations for reviewing externally supplied markdown files.

Validation and detection

  • Confirm whether Diagon v1.0.139 is installed on user workstations.
  • Review workflows where Diagon opens externally supplied markdown files.
  • Check endpoint logs for Diagon crashes during markdown processing.
  • Verify whether users handling untrusted files have compensating isolation controls.
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 · low confidence lookup

CWE-119: 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
cve · low confidence lookup

CVE-2023-31194 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:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/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
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.3CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L1.83.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
DiagonDiagonv1.0.139Listed
Weakness

CWE details

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

CWE-119 · source CWE mapping

Improper Restriction of Operations within the Bounds of a Memory Buffer

Improper Restriction of Operations within the Bounds of a Memory Buffer represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.