LiveActive security incident?Get immediate response
CVE Record

CVE-2019-25157: Ethex Contracts Monthly Jackpot EthexJackpot.sol access control

A vulnerability was found in Ethex Contracts. It has been classified as critical. This affects an unknown part of the file EthexJackpot.sol of the component Monthly Jackpot Handler. The manipulation leads to improper access controls. It is possible to initiate the attack remotely. This product does not use versioning. This is why information about affected and unaffected releases are unavailable. The patch is named 6b8664b698d3d953e16c284fadc6caeb9e58e3db. It is recommended to apply a patch to fix this issue. The associated identifier of this vulnerability is VDB-248271.

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2019-25157 is an access-control flaw in Ethex Contracts' Monthly Jackpot handler, EthexJackpot.sol. The available record says a remote attacker with low privileges could manipulate behavior affecting integrity. Version boundaries are unavailable because the product does not use versioning, so exposure depends on whether this specific contract code is deployed or reused.

Executive priority

Prioritize assessment if your organization deployed or inherited Ethex jackpot contract code. The public severity is medium, but smart-contract integrity issues can have higher business impact depending on funds, permissions, and immutability.

Technical view

The vulnerability is mapped to CWE-284 for improper access controls in EthexJackpot.sol. The CVSS v3.1 score is 4.3, with network access, low attack complexity, low privileges required, no user interaction, and low integrity impact. The cited fix is GitHub commit 6b8664b698d3d953e16c284fadc6caeb9e58e3db.

Likely exposure

Exposure appears limited to deployments or forks of Ethex Contracts using the vulnerable Monthly Jackpot EthexJackpot.sol code. The sources do not identify affected releases, package versions, deployed contract addresses, or downstream projects.

Exploitation context

The CVE says remote attack is possible and privileges are required. It is not listed in CISA KEV, and the provided sources do not establish active exploitation or public exploit availability.

Researcher notes

Evidence is thin: VulDB and CVE identify the file, component, CWE, CVSS, and patch commit, but not precise vulnerable lines, affected versions, deployed addresses, or exploit activity. Confidence is limited by missing versioning and deployment context.

Mitigation direction

  • Identify whether EthexJackpot.sol is deployed, forked, or embedded in your environment.
  • Apply or backport commit 6b8664b698d3d953e16c284fadc6caeb9e58e3db where applicable.
  • Check vendor, CVE, and VulDB guidance for any later remediation notes.
  • Treat unversioned contract copies as individually assessed assets.

Validation and detection

  • Compare local or deployed EthexJackpot.sol code with the cited patch commit.
  • Confirm jackpot handler access-control paths match the patched logic.
  • Inventory dependent contracts or forks that reused the same source.
  • Document whether any deployed immutable contract requires migration rather than patching.
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 · medium confidence lookup

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

CVE-2019-25157 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:N/AC:L/PR:L/UI:N/S:U/C:N/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
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:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N2.81.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

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

Products and packages named in the record

VendorProductVersion / packageStatus
EthexContractsn/aListed
Weakness

CWE details

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

CWE-284 · source CWE mapping

Improper Access Control

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