LiveActive security incident?Get immediate response
CVE Record

CVE-2018-25098: blockmason credit-protocol UCAC CreditProtocol.sol executeUcacTx denial of service

** UNSUPPORTED WHEN ASSIGNED ** A vulnerability was found in blockmason credit-protocol. It has been declared as problematic. Affected by this vulnerability is the function executeUcacTx of the file contracts/CreditProtocol.sol of the component UCAC Handler. The manipulation leads to denial of service. This product does not use versioning. This is why information about affected and unaffected releases are unavailable. The patch is named 082e01f18707ef995e80ebe97fcedb229a55efc5. It is recommended to apply a patch to fix this issue. The associated identifier of this vulnerability is VDB-252799. NOTE: This vulnerability only affects products that are no longer supported by the maintainer.

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2018-25098 is a medium-severity denial-of-service issue in Blockmason credit-protocol, specifically the UCAC handler in CreditProtocol.sol. The project is unsupported and does not use versioning, so exposure depends on whether your organization still runs or relies on this code or a fork.

Executive priority

Treat this as a moderate priority unless the protocol is still used in production or supports financial workflows. Unsupported status increases operational risk because fixes, affected versions, and vendor support are limited.

Technical view

The CVE identifies CWE-404 in executeUcacTx within contracts/CreditProtocol.sol. Manipulation can cause denial of service with low availability impact. CVSS 3.1 is 4.3, AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L. A patch commit is named, but affected and unaffected releases are unavailable.

Likely exposure

Exposure is likely limited to organizations using Blockmason credit-protocol, deployed derivatives, or forks containing the vulnerable UCAC handler. The product has no versioning, and sources state it is no longer supported, making inventory and code comparison necessary.

Exploitation context

The provided sources do not show active exploitation, and the CVE is not listed as KEV. The CVSS vector suggests adjacent access, low complexity, no privileges, and no user interaction, but the documented impact is limited to availability.

Researcher notes

Evidence is sparse: no versioning, unavailable affected-release boundaries, and no cited exploitation. Analysis should focus on code provenance, fork lineage, deployed contract equivalence, and whether the named patch is present.

Mitigation direction

  • Inventory any use of Blockmason credit-protocol or forks.
  • Compare local code with patch commit 082e01f18707ef995e80ebe97fcedb229a55efc5.
  • Apply the referenced patch where the code remains in use.
  • If unsupported code is business-critical, plan retirement or replacement.
  • Check current vendor or community guidance before operational changes.

Validation and detection

  • Search repositories for contracts/CreditProtocol.sol and executeUcacTx.
  • Confirm whether deployed artifacts include the vulnerable UCAC handler logic.
  • Review PR 33 and the patch commit against local code.
  • Run availability-focused regression tests for patched UCAC transaction handling.
  • Document any remaining unsupported deployments and compensating controls.
Prepared
Confidence
medium
Sources
6

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-404: 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-2018-25098 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
Medium
CVSS
4.3 (3.1)
Known Exploited
No
Published

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

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
5Source 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
4.3CVSS 3.1MediumCVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L2.81.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.3Medium
CVSS 3.1 vector shape for CVE-2018-25098Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
blockmasoncredit-protocoln/aListed
Weakness

CWE details

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

CWE-404 · source CWE mapping

Improper Resource Shutdown or Release

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