LiveActive security incident?Get immediate response
CVE Record

CVE-2022-29255: Multiple evaluation of contract address in call in vyper

Vyper is a Pythonic Smart Contract Language for the ethereum virtual machine. In versions prior to 0.3.4 when a calling an external contract with no return value, the contract address (including side effects) could be evaluated twice. This may result in incorrect outcomes for contracts. This issue has been addressed in v0.3.4.

HighCVSS 8.2Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2022-29255 is a Vyper compiler bug that could make some Ethereum smart contracts behave incorrectly. In affected versions, an external call with no return value could evaluate the target contract address twice, including any side effects. The issue affects Vyper versions before 0.3.4 and was fixed in 0.3.4.

Executive priority

Treat this as high priority for teams owning Vyper-based smart contracts, especially financial or governance contracts. It is not a broad infrastructure emergency from the provided evidence, but affected contracts can have business-critical integrity consequences and may be hard to remediate once deployed.

Technical view

Vyper <0.3.4 could duplicate evaluation of a contract address expression during an external call with no return value. If that expression had side effects, generated contract behavior could diverge from source-code intent, creating integrity risk and limited availability impact. The CVE maps to CWE-670 and has CVSS 3.1 score 8.2.

Likely exposure

Exposure is most likely in projects that compiled Ethereum contracts with Vyper versions before 0.3.4 and used no-return external calls where the address expression could have side effects. The provided sources do not identify specific deployed contracts, package manifests, or CPEs.

Exploitation context

The source bundle does not show CISA KEV listing or cite active exploitation. The practical risk depends on whether vulnerable compiled contracts exist and whether the duplicated address evaluation changes contract state, control flow, or value movement.

Researcher notes

The key research question is whether compiled artifacts came from Vyper <0.3.4 and include no-return external calls with side-effecting address evaluation. Sources confirm the flaw and fix version, but do not provide evidence of active exploitation or a list of affected deployed contracts.

Mitigation direction

  • Upgrade Vyper build tooling to version 0.3.4 or later.
  • Identify contracts compiled with Vyper versions before 0.3.4.
  • Review vendor advisory and patch commit before changing production deployment workflows.
  • For upgradeable contracts, assess recompilation and redeployment through established governance controls.
  • For immutable deployments, document residual risk and monitor vendor or project-specific guidance.

Validation and detection

  • Inventory Vyper compiler versions used in historical and current builds.
  • Search code for external calls with no return value.
  • Review target address expressions for state changes or other side effects.
  • Confirm CI and release pipelines pin Vyper 0.3.4 or later.
  • Map any affected deployed contracts to upgradeability and operational impact.
Prepared
Confidence
high
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-670: 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-2022-29255 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:N/S:U/C:N/I:H/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
3Source 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
8.2CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L3.94.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

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

Products and packages named in the record

VendorProductVersion / packageStatus
vyperlangvyper< 0.3.4Listed
Weakness

CWE details

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

CWE-670 · source CWE mapping

Always-Incorrect Control Flow Implementation

Always-Incorrect Control Flow Implementation represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.