LiveActive security incident?Get immediate response
CVE Record

CVE-2020-36918: iDS6 DSSPro Digital Signage System 6.2 Cross-Site Request Forgery via User Management

iDS6 DSSPro Digital Signage System 6.2 contains a cross-site request forgery vulnerability that allows attackers to perform administrative actions without request validation. Attackers can craft malicious web pages to trick logged-in administrators into adding unauthorized users by exploiting the lack of CSRF protections.

MediumCVSS 5.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2020-36918 affects Yerootech iDS6 DSSPro Digital Signage System. A malicious webpage could trick a logged-in administrator into creating unauthorized users because the application lacks proper CSRF request validation. Business risk is mainly unauthorized administrative changes, not direct server takeover. No cited source shows active exploitation.

Executive priority

Treat as a near-term vulnerability management item for any environment using iDS6 DSSPro. Prioritize systems with internet-exposed or widely accessible admin panels. The issue is moderate severity, but unauthorized account creation can create persistence and operational risk.

Technical view

The issue is CWE-352 cross-site request forgery in user management. A network attacker does not need prior privileges, but exploitation requires user interaction from an authenticated administrator. The supplied CVSS v4.0 score is 5.1. Affected versions listed are 6.2 B2014.12.12.1220, 5.6 B2017.07.12.1757, and 4.3.

Likely exposure

Exposure is likely limited to organizations running the affected iDS6 DSSPro Digital Signage System versions with administrator access reachable through a browser. Internet-facing or broadly accessible admin portals increase risk. Organizations not using this product are not exposed based on the provided sources.

Exploitation context

Public exploit references exist on Exploit-DB, Packet Storm, and CXSecurity, but the bundle does not show CISA KEV listing or active exploitation. The attack depends on social engineering or web content reaching a logged-in administrator session.

Researcher notes

Sources describe CSRF in user management and include public exploit database entries. The provided material does not name a vendor patch, fixed version, or active exploitation. Validate product/version carefully because public references focus on older digital signage builds.

Mitigation direction

  • Identify any deployed iDS6 DSSPro Digital Signage System instances and versions.
  • Check Yerootech or trusted advisory sources for available updates or vendor guidance.
  • Restrict administrative interface access to trusted networks or VPN users.
  • Require administrators to log out when not actively managing the system.
  • Review user accounts and remove unauthorized or unnecessary administrative users.

Validation and detection

  • Confirm whether versions 6.2, 5.6, or 4.3 are present.
  • Verify administrative interfaces are not broadly reachable.
  • Review recent account creation and privilege changes.
  • Check whether vendor guidance or a fixed release is available.
  • Document compensating controls if no patch is available.
Prepared
Confidence
high
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-2020-36918 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.1 (4.0)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 4.0 score

5.1Medium
CVSS 4.0 vector shape for CVE-2020-36918Attack 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:N/VI:L/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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
YerootechiDS6 DSSPro Digital Signage System6.2 B2014.12.12.1220, 5.6 B2017.07.12.1757, 4.3Listed
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.