GHSA-mv8x-668m-53fg

Suggest an improvement
Source
https://github.com/advisories/GHSA-mv8x-668m-53fg
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/09/GHSA-mv8x-668m-53fg/GHSA-mv8x-668m-53fg.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-mv8x-668m-53fg
Aliases
Published
2022-09-16T21:21:43Z
Modified
2024-08-21T16:28:51.829529Z
Severity
  • 9.8 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
Elrond-go has improper initialization
Details

Impact

Read only calls between contracts can generate smart contracts results. For example, if contract A calls in read only mode contract B and the called function will make changes upon the contract's B state, the state will be altered for contract B as if the call was not made in the read-only mode. This can lead to some effects not designed by the original smart contracts programmers.

Patches

Patch v1.3.35 or higher

Workarounds

No workaround

References

For future reference and understanding of this issue, anyone can check this integration test https://github.com/ElrondNetwork/elrond-go/blob/8e402fa6d7e91e779980122d3798b2bf50892945/integrationTests/vm/txsFee/asyncESDT_test.go#L452 that proves the fix and prevents a future code regression.

For more information

If you have any questions or comments about this advisory: * Open an issue in elrond-go (http://github.com/ElrondNetwork/elrond-go/issues)

Database specific
{
    "nvd_published_at": "2022-09-06T21:15:00Z",
    "github_reviewed_at": "2022-09-16T21:21:43Z",
    "severity": "CRITICAL",
    "github_reviewed": true,
    "cwe_ids": [
        "CWE-665"
    ]
}
References

Affected packages

Go / github.com/ElrondNetwork/elrond-go

Package

Name
github.com/ElrondNetwork/elrond-go
View open source insights on deps.dev
Purl
pkg:golang/github.com/ElrondNetwork/elrond-go

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.3.35

Database specific

{
    "last_known_affected_version_range": "<= 1.3.34"
}