LiveActive security incident?Get immediate response
CVE Record

CVE-2023-6011: Stored XSS in Geodi

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in DECE Software Geodi allows Stored XSS. This issue affects Geodi: before 8.0.0.27396.

MediumCVSS 5.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-6011 is a stored cross-site scripting issue in DECE Software Geodi before 8.0.0.27396. A lower-privileged user could store malicious content that affects another user when viewed. The public record rates it medium severity, with limited confidentiality and integrity impact and no availability impact.

Executive priority

Treat as a planned remediation item unless Geodi is business-critical or widely exposed to untrusted users. Prioritize faster if external users can submit content or if administrators commonly view user-generated records.

Technical view

The vulnerability is CWE-79: improper neutralization of input during web page generation. CVSS 3.1 is 5.4: AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N. Exploitation requires network access, low privileges, and user interaction. The scope change indicates impact may cross a security boundary within the application context.

Likely exposure

Organizations running DECE Software Geodi versions before 8.0.0.27396 may be exposed, especially where untrusted or lower-privileged users can create content viewed by others. The source bundle does not identify specific vulnerable components or deployment configurations.

Exploitation context

The provided sources do not show CISA KEV listing or active exploitation. The issue is plausible in multi-user Geodi environments because stored XSS relies on another user viewing saved content. No exploit details are provided in the source bundle.

Researcher notes

Public detail is limited. The CVE record identifies stored XSS in Geodi before 8.0.0.27396, but does not name the vulnerable endpoint or field. One listed government reference is marked broken in the bundle; corroborate with the available Turkish government advisory and vendor guidance.

Mitigation direction

  • Identify all Geodi instances and owners.
  • Check whether any instance runs before 8.0.0.27396.
  • Review DECE or government advisory guidance before applying changes.
  • Upgrade to 8.0.0.27396 or later if vendor guidance confirms it as fixed.
  • Restrict untrusted user content creation until remediation is complete.
  • Monitor for suspicious script-like content in user-managed fields.

Validation and detection

  • Confirm installed Geodi versions from asset inventory or application administration.
  • Compare versions against the affected range: before 8.0.0.27396.
  • Verify remediation status against official DECE or government advisory information.
  • Review access controls for users who can create shared content.
  • Check security logs for abnormal content changes or user-session anomalies.
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-79: 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-2023-6011 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.4 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/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
3Timeline events
2ADP providers
3Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

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.4CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N2.32.7TR-CERT

Vulnerability scoring details

Base CVSS 3.1 score

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

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

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CVECVE Program Container
CISA-ADPCISA ADP Vulnrichment
other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
DECE SoftwareGeodi0unaffected
Weakness

CWE details

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

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.