LiveActive security incident?Get immediate response
CVE Record

CVE-2019-25245: Ross Video DashBoard 8.5.1 Privilege Escalation via Insecure Permissions

Ross Video DashBoard 8.5.1 contains an elevation of privileges vulnerability that allows authenticated users to modify executable files due to improper permission settings. Attackers can exploit the 'M' or 'C' flags for 'Authenticated Users' group to replace the DashBoard.exe binary with a malicious executable.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Ross Video DashBoard 8.5.1 has weak file permissions that can let a logged-in user replace the main DashBoard executable. If abused, the attacker could run malicious code with the privileges of whoever launches the application. This is mainly an internal-access risk, but the business impact could be severe on production media-control systems.

Executive priority

Prioritize remediation where DashBoard 8.5.1 supports live production, broadcast operations, or shared administrative workstations. This is not confirmed actively exploited, but public exploit information and high impact make it unsuitable to leave unreviewed.

Technical view

CVE-2019-25245 is a CWE-732 improper permissions issue in DashBoard 8.5.1. The disclosure states Authenticated Users may have Modify or Create permissions on DashBoard.exe, enabling executable replacement. The CVSS 3.1 score is 8.8 with low privileges required, no user interaction, and high confidentiality, integrity, and availability impact.

Likely exposure

Exposure is limited by the provided sources to Ross Video DashBoard version 8.5.1. Risk is highest where multiple authenticated users can access the host or installation path. The source bundle lists other versions as not identified affected; do not assume impact beyond 8.5.1 without vendor confirmation.

Exploitation context

A public Exploit-DB entry and Zero Science Lab disclosure exist, so defenders should treat this as publicly documented. The bundle marks CISA KEV as false, and no provided source states active exploitation. Exploitation requires authenticated access and the vulnerable file permissions.

Researcher notes

Evidence is concise and third-party heavy. The public record identifies version 8.5.1, CWE-732, and executable replacement via permissive Authenticated Users flags. No vendor advisory, fixed version, or active exploitation claim is included in the supplied sources.

Mitigation direction

  • Inventory systems for Ross Video DashBoard 8.5.1.
  • Check Ross Video guidance for supported upgrades or vendor remediation.
  • Restrict write, modify, and create permissions on the DashBoard executable path.
  • Limit authenticated user access to DashBoard hosts and installation directories.
  • Test permission changes before applying them to production media-control environments.

Validation and detection

  • Confirm installed DashBoard version on each host.
  • Review ACLs on DashBoard.exe and its installation directory.
  • Verify Authenticated Users cannot modify, create, or replace executable files there.
  • Review file integrity, hashes, or EDR history for unexpected DashBoard.exe changes.
  • Document compensating controls if vendor remediation is not yet available.
Prepared
Confidence
medium
Sources
5

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-732: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior 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-2019-25245 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.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

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
4Source 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.8CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H2.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.8High
CVSS 3.1 vector shape for CVE-2019-25245Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Ross Video Ltd.DashBoard8.5.1unaffected
Weakness

CWE details

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

CWE-732 · source CWE mapping

Incorrect Permission Assignment for Critical Resource

Incorrect Permission Assignment for Critical Resource represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.