CVE-2020-36901
BaseFortify
Publication date: 2025-12-10
Last updated on: 2025-12-11
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| ubicod | medivision_digital_signage | 1.5.1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-352 | The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a cross-site request forgery (CSRF) in UBICOD Medivision Digital Signage 1.5.1 that allows attackers to create administrative user accounts without proper request validation. Attackers can craft a malicious web page that submits a form to the /query/user/itSet endpoint, adding a new admin user with elevated privileges.
How can this vulnerability impact me? :
An attacker exploiting this vulnerability can create administrative user accounts with elevated privileges without authorization. This can lead to unauthorized access, control over the system, potential data breaches, and manipulation of the digital signage system.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, immediately restrict access to the /query/user/itSet endpoint to trusted users only, implement proper request validation and CSRF protections, and monitor for any unauthorized creation of administrative accounts. Additionally, update or patch the UBICOD Medivision Digital Signage software if a fix is available.