CVE-2020-36902
Unknown Unknown - Not Provided

BaseFortify

Vulnerability report for CVE-2020-36902, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-10

Last updated on: 2025-12-11

Assigner: VulnCheck

Description

UBICOD Medivision Digital Signage 1.5.1 contains an authorization bypass vulnerability that allows normal users to escalate privileges by manipulating the 'ft[grp]' parameter. Attackers can send a GET request to /html/user with 'ft[grp]' set to integer value '3' to gain super admin rights without authentication.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-10
Last Modified
2025-12-11
Generated
2026-07-06
AI Q&A
2025-12-10
EPSS Evaluated
2026-07-05
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
ubicod medivision_digital_signage 1.5.1

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in UBICOD Medivision Digital Signage 1.5.1 is an authorization bypass that allows normal users to escalate their privileges to super admin by manipulating the 'ft[grp]' parameter. Specifically, an attacker can send a GET request to /html/user with 'ft[grp]' set to the integer value '3' to gain super admin rights without needing to authenticate.

Impact Analysis

This vulnerability can allow an attacker with normal user access to gain super admin privileges without authentication. This could lead to unauthorized control over the system, potentially allowing the attacker to modify settings, access sensitive data, or disrupt services.

Detection Guidance

You can detect this vulnerability by monitoring for GET requests to the /html/user endpoint with the parameter 'ft[grp]' set to the integer value '3'. For example, using network traffic analysis tools like tcpdump or Wireshark, you can filter HTTP GET requests containing 'ft[grp]=3'. A sample command using tcpdump might be: tcpdump -A -s 0 'tcp port 80 and (((ip[2:2] - ((ip[0]&0xf)<<2)) - ((tcp[12]&0xf0)>>2)) != 0)' | grep 'GET /html/user' | grep 'ft[grp]=3'. Alternatively, web server logs can be searched for such requests.

Mitigation Strategies

Immediate mitigation steps include restricting access to the /html/user endpoint to trusted users only, implementing proper authorization checks on the server side to prevent privilege escalation via the 'ft[grp]' parameter, and monitoring for suspicious requests attempting to set 'ft[grp]' to '3'. Applying any available patches or updates from the vendor is also recommended once available.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2020-36902. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart