LiveActive security incident?Get immediate response
CVE Record

CVE-2025-51056: An unrestricted file upload vulnerability in Vedo Suite version 2024.17 allows remote authenticated attacke...

An unrestricted file upload vulnerability in Vedo Suite version 2024.17 allows remote authenticated attackers to write to arbitrary filesystem paths by exploiting the insecure 'uploadPreviews()' custom function in '/api_vedo/colorways_preview', ultimately resulting in remote code execution (RCE).

HighCVSS 8.2Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2025-51056 describes a high-severity file upload flaw in Vedo Suite 2024.17 that can let a remote attacker write files to unintended paths and ultimately achieve remote code execution. The source data does not identify a vendor fix, official workaround, or confirmed active exploitation.

Executive priority

Treat this as a high-priority exposure review because the reported impact is remote code execution. Prioritize finding Vedo Suite 2024.17 deployments and obtaining vendor remediation guidance before making operational changes.

Technical view

The CVE attributes the issue to insecure upload handling in uploadPreviews() at /api_vedo/colorways_preview. It is classified as CWE-434 and scored CVSS 8.2. The description says authenticated attackers, while the CVSS vector lists PR:N, so privilege requirements need confirmation from authoritative vendor guidance.

Likely exposure

Exposure is most likely for organizations running Vedo Suite 2024.17, especially where the affected preview upload API is reachable. The CVE metadata lists affected vendor and product as n/a, so asset identification may require internal application inventory.

Exploitation context

The CVE references a public GitHub repository, but the bundle does not establish in-the-wild exploitation. CISA KEV status is false in the provided data, so active exploitation should not be claimed from these sources.

Researcher notes

Key gaps are affected product metadata, vendor identity, patch status, and the authentication requirement mismatch between description and CVSS. Do not assume broader affected versions or exploitation in the wild without additional authoritative evidence.

Mitigation direction

  • Identify whether Vedo Suite 2024.17 exists in production, staging, or partner-managed environments.
  • Check vendor or project guidance for a fixed release or official workaround.
  • Limit external reachability of the affected Vedo Suite service while exposure is confirmed.
  • Review upload controls and filesystem write permissions around the affected application.
  • Monitor application logs for suspicious preview upload activity.

Validation and detection

  • Confirm the installed Vedo Suite version from trusted asset records or application administration data.
  • Determine whether /api_vedo/colorways_preview is reachable from untrusted networks or users.
  • Review access logs for unexpected requests to the preview upload endpoint.
  • Check whether application permissions allow uploaded files to write outside intended directories.
  • Document any uncertainty caused by conflicting authentication details in the CVE data.
Prepared
Confidence
medium
Sources
3

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-434: File access and web shell behavior lookup

File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. 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

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
description · low confidence lookup

File access behavior lookup

The CVE wording references file access or upload behavior, so file telemetry and web shell 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-2025-51056 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.2 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A: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
3Timeline events
1ADP providers
2Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: partial

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.2CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:N2.84.7CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

8.2High
CVSS 3.1 vector shape for CVE-2025-51056Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

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

CWE-434 · source CWE mapping

Unrestricted Upload of File with Dangerous Type

Unrestricted Upload of File with Dangerous Type represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.