LiveActive security incident?Get immediate response
CVE Record

CVE-2025-51741: An issue was discovered in Veal98 Echo Open-Source Community System 2.2 thru 2.3 allowing an unauthenticate...

An issue was discovered in Veal98 Echo Open-Source Community System 2.2 thru 2.3 allowing an unauthenticated attacker to cause the server to send email verification messages to arbitrary users via the /sendEmailCodeForResetPwd endpoint potentially causing a denial of service to the server or the downstream users.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This vulnerability lets anyone trigger password-reset verification emails from Veal98 Echo 2.2 through 2.3 to arbitrary recipients. The practical risk is service disruption: mail queues, quotas, or user inboxes may be overwhelmed. The provided sources do not identify data theft or account takeover impact.

Executive priority

Prioritize if Echo is internet-facing or email delivery is operationally important. The main business risk is availability and reputation damage from email abuse, not confidentiality compromise based on current evidence.

Technical view

CVE-2025-51741 is a network-accessible, unauthenticated resource-consumption flaw in /sendEmailCodeForResetPwd. CVSS 3.1 is 7.5 high, with availability impact only. The CVE maps to CWE-400. Product metadata is incomplete, but the description names Veal98 Echo Open-Source Community System 2.2 through 2.3.

Likely exposure

Exposure is likely limited to organizations running Veal98 Echo 2.2 or 2.3 with the password-reset email endpoint reachable over the network. The CVE record lists generic affected fields as n/a, so asset confirmation is required.

Exploitation context

The bundle does not show CISA KEV listing or confirmed active exploitation. The referenced public gist may describe the issue, but this analysis does not rely on or repeat offensive details. Treat internet-facing deployments as higher risk because authentication is not required.

Researcher notes

Evidence is thin: the CVE description, CVSS vector, CWE-400 mapping, GitHub project, and gist are the public anchors. No official affected CPEs, patch version, workaround, or active exploitation confirmation is present in the supplied bundle.

Mitigation direction

  • Check the vendor repository and CVE references for patched versions or official guidance.
  • Restrict public access to the reset-email endpoint where business workflows allow.
  • Apply existing API, WAF, or application rate limits to password-reset email requests.
  • Set mail-provider quotas and alerting to reduce downstream email service disruption.
  • Monitor for unusual reset-email volume until a vendor fix is confirmed.

Validation and detection

  • Inventory Echo deployments and confirm whether versions 2.2 or 2.3 are present.
  • Verify whether /sendEmailCodeForResetPwd is externally reachable.
  • Review application logs for abnormal reset-email request volume.
  • Review mail logs for spikes, bounces, quota failures, or recipient complaints.
  • Document whether compensating controls throttle unauthenticated reset-email requests.
Prepared
Confidence
medium
Sources
4

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-400: 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
cve · low confidence lookup

CVE-2025-51741 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
7.5 (3.1)
Known Exploited
No
Published

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

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: 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
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H3.93.6CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/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

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
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-400 · source CWE mapping

Uncontrolled Resource Consumption

Uncontrolled Resource Consumption represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.