Close Menu

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    NEAR’s bet to be the settlement layer for AI agents

    June 21, 2026

    CHART: Crypto IPO winners and losers

    June 21, 2026

    Ethereum price analysis: ETH holds $1.7K as analysts watch $4.6K path

    June 21, 2026
    Facebook X (Twitter) Instagram
    Sunday, June 21
    • About
    • Contact us
    • Privacy Policy
    Facebook X (Twitter) LinkedIn YouTube
    Blockchain Echo
    Banner
    • Lithosphere News Releases
    • Bitcoin
    • Crypto
    • Ethereum
    • Litecoin
    • Altcoins
    • Blockchain
    Blockchain Echo
    Home » Security Alert – Solidity – Variables can be overwritten in storage
    Ethereum

    Security Alert – Solidity – Variables can be overwritten in storage

    Sophia BrownBy Sophia BrownApril 27, 2026No Comments2 Mins Read
    Facebook Twitter Pinterest LinkedIn Tumblr Email
    Share
    Facebook Twitter LinkedIn Pinterest Email


    Summary: In some situations, variables can overwrite other variables in storage.

    Affected Solidity compiler versions: 0.1.6 to 0.4.3 (including 0.4.4 pre-release versions)

    Detailed description:

    Storage variables that are smaller than 256 bits are packed together into the same 256 bit slot if they can fit. If a value larger than what is allowed by the type is assigned to the first variable, that value will overwrite the second variable.

    This means if an attacker can cause an overflow in the value of the first variable, then the second variable can be modified. Creating an overflow in the first variable is possible using arithmetics or by directly passing in a value from the call data (values in call data are aligned to 32 bytes, and padding is neither verified nor enforced).

    Contracts that only use the types listed below for state variables are not affected. Arrays, mappings and structs (based on those following types) are also not affected:

    • signed integers, including sizes smaller than 256 bits
    • bytesNN types, including sizes smaller than 256 bits
    • unsigned integers (uint) of 256 bits

    Contracts with types smaller than 256 bits that are never next to each other (note that state variables of base contracts are “pulled in”) are not affected.

    The Ethereum multisignature wallet contract is not affected.
    Note that addresses take up 160 bits, so contracts that only use addresses and 256-bit types are safe. Additionally, addresses and booleans are almost never manipulated via arithmetic operations in practice, so contracts using only addresses, booleans and 256 bit types should also be safe.

    The following contracts may be affected:
    Contracts containing two or more contiguous state variables where the sum of their sizes is less than 256 bits and the first state variable is not a signed integer and not of bytesNN type.

    Types smaller than 256 bits include:
    bool, enums, uint8, …, uint248, int8, …, int248, address, any contract type

    Recommended action:

    • Recompile contracts that have not yet been deployed using at least Solidity release 0.4.4 (not the pre-release or nightly version).
    • Deactivate, remove funds from, or upgrade already deployed contracts.

    This vulnerability was found by [github.com/catageek](https://github.com/catageek): [https://github.com/ethereum/solidity/issues/1306](https://github.com/ethereum/solidity/issues/1306)



    Source link

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Previous ArticleBrad Garlinghouse wins top Harvard business leadership award
    Next Article Charlie Kirk’s killing turned into memecoin spectacle
    Sophia Brown

    Related Posts

    Ethereum price analysis: ETH tests local bottom amid a possible trend reversal

    June 9, 2026

    Ethereum price prediction: $2,500 in focus as OI spike amid Vitalik’s calls for scaling

    June 9, 2026

    Ethereum price drops below $2,200, but a bullish reversal is brewing

    June 9, 2026
    Leave A Reply Cancel Reply

    Top Posts

    Justin Sun goes to war with World Liberty Financial

    April 22, 2026

    How to start passive income with free AI trading bots in 2026: A beginner’s guide

    April 22, 2026

    Lithosphere Integrates DNNS as Programmable Identity Layer in Makalu Environment

    April 22, 2026
    Stay In Touch
    • Facebook
    • YouTube
    • TikTok
    • WhatsApp
    • Twitter
    • Instagram
    Latest Reviews

    Subscribe to Updates

    Get the latest tech news from FooBar about tech, design and biz.

    About Us

    Stay updated on the world of cryptocurrency
    Your one-stop source for daily crypto news and insights
    Blockchainecho.info: Your trusted daily crypto companion

    Most Popular

    Justin Sun goes to war with World Liberty Financial

    April 22, 2026

    How to start passive income with free AI trading bots in 2026: A beginner’s guide

    April 22, 2026

    Lithosphere Integrates DNNS as Programmable Identity Layer in Makalu Environment

    April 22, 2026
    Copyright © 2025
    • Home
    • Buy Now

    Type above and press Enter to search. Press Esc to cancel.