LiveActive security incident?Get immediate response
CVE Record

CVE-2025-51055: Insecure Data Storage of credentials has been found in /api_vedo/configuration/config.yml file in Vedo Suit...

Insecure Data Storage of credentials has been found in /api_vedo/configuration/config.yml file in Vedo Suite version 2024.17. This file contains clear-text credentials, secret keys, and database information.

HighCVSS 8.6Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2025-51055 is a credential exposure issue reported in Vedo Suite 2024.17. A configuration file is described as containing clear-text credentials, secret keys, and database information. If reachable, this can expose sensitive access material without needing authentication.

Executive priority

Prioritize this as high where Vedo Suite 2024.17 is internet-facing. The main business risk is disclosure of credentials that could enable broader access, even though active exploitation is not confirmed by the provided sources.

Technical view

The CVE maps to CWE-312: cleartext storage of sensitive information in /api_vedo/configuration/config.yml. CVSS 8.6 indicates network access, low complexity, no privileges, no user interaction, changed scope, and high confidentiality impact. Integrity and availability impact are not claimed in the source bundle.

Likely exposure

Organizations running Vedo Suite 2024.17 may be exposed, especially if /api_vedo/configuration/config.yml is web-accessible. CVE affected-product metadata is incomplete and lists vendor, product, versions, and CPEs as n/a.

Exploitation context

The CVE is not marked as KEV in the provided bundle. A public GitHub reference is cited, but the bundle does not prove active exploitation in the wild. Treat exposure as sensitive credential disclosure rather than confirmed compromise.

Researcher notes

The CVE record lacks usable CPE and vendor metadata, so detection should not rely on CPE matching alone. Evidence supports sensitive information disclosure, not integrity or availability impact. No vendor patch, advisory, or official mitigation is included in the bundle.

Mitigation direction

  • Check vendor guidance for a fixed version or supported remediation.
  • Remove public access to the configuration file path immediately.
  • Rotate any credentials, secret keys, and database passwords that may have been exposed.
  • Review deployment configuration for other clear-text secret files.
  • Restrict access to administrative and API paths with authentication and network controls.

Validation and detection

  • Inventory systems running Vedo Suite and confirm version 2024.17 exposure.
  • Verify whether /api_vedo/configuration/config.yml is reachable without authentication.
  • Check whether the file contains credentials, secret keys, or database details.
  • Review access logs for requests to the configuration file path.
  • Confirm rotated secrets are no longer valid in downstream services.
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 · low confidence lookup

CWE-312: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. 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

Database behavior lookup

The CVE wording references database injection or access, so collection and exfiltration 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-51055 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.6 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/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: yesTechnical 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.6CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N3.94CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/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-312 · source CWE mapping

Cleartext Storage of Sensitive Information

Cleartext Storage of Sensitive Information represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.