LiveActive security incident?Get immediate response
CVE Record

CVE-2020-36913: All-Dynamics Software enlogic:show 2.0.2 Session Fixation Authentication Bypass

All-Dynamics Software enlogic:show 2.0.2 contains a session fixation vulnerability that allows attackers to set a predefined PHP session identifier during the login process. Attackers can forge HTTP GET requests to welcome.php with a manipulated session token to bypass authentication and potentially execute cross-site request forgery attacks.

HighCVSS 8.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2020-36913 affects All-Dynamics enlogic:show Digital Signage System 2.0.2. An attacker may manipulate the session identifier used during login to bypass authentication and possibly trigger CSRF actions. Treat this as high priority where the product is reachable from untrusted networks, especially because a public exploit entry is referenced.

Executive priority

Prioritize remediation for exposed signage management systems. This flaw can undermine authentication and affect content integrity, which can create operational, reputational, or physical-site messaging risk. If systems are internal-only and tightly restricted, handle through the next urgent maintenance window.

Technical view

The issue is CWE-384 session fixation in enlogic:show 2.0.2 Build 2098. Sources describe setting a predefined PHP session identifier during login and using manipulated requests to welcome.php to bypass authentication. CVSS 4.0 is 8.5: network reachable, low complexity, no privileges, user interaction required, with high confidentiality and integrity impact.

Likely exposure

Exposure is limited to organizations running All-Dynamics Software enlogic:show Digital Signage System 2.0.2, specifically the listed Build 2098 variant. Risk increases if the web interface is internet-accessible or reachable by broad internal networks.

Exploitation context

The source bundle includes Packet Storm exploit entries and third-party advisories, so public exploit information exists. The CVE is not marked KEV, and the provided sources do not prove active exploitation in the wild.

Researcher notes

Evidence supports a session fixation authentication bypass in one specific enlogic:show version/build. Public exploit references exist, but provided sources do not establish active exploitation or a definitive vendor-fixed version. Avoid assuming other versions are affected without vendor confirmation.

Mitigation direction

  • Identify any enlogic:show 2.0.2 Build 2098 installations.
  • Review the vendor 2.0.3 changelog and support guidance for a confirmed fix.
  • Upgrade if vendor guidance confirms 2.0.3 or later addresses this issue.
  • Restrict access to the enlogic:show web interface to trusted networks.
  • Place the interface behind VPN or equivalent access control where possible.
  • Monitor for unusual session identifiers and unexpected welcome.php access patterns.

Validation and detection

  • Confirm product name, version, and build on each digital signage server.
  • Verify whether the web interface is exposed externally or broadly internally.
  • Check vendor release notes for security fixes related to session handling.
  • Review web logs for abnormal session reuse around login and welcome.php.
  • Document compensating controls if no confirmed patch is available.
Prepared
Confidence
medium
Sources
8

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-384: 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

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. 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-2020-36913 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.5 (4.0)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 4.0 score

8.5High
CVSS 4.0 vector shape for CVE-2020-36913Attack 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:H/VI:H/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
All-Dynamics Softwareenlogic:show Digital Signage System2.0.2 (Build 2098) ILP32W 0/1/3/1597919619Listed
Weakness

CWE details

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

CWE-384 · source CWE mapping

Session Fixation

Session Fixation represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.