OpenZeppelin Contracts is a library for secure smart contract development. This issue concerns instances of Governor that use the module `GovernorVotesQuorumFraction`, a mechanism that determines quorum requirements as a percentage of the voting token's total supply. In affected instances, when a proposal is passed to lower the quorum requirements, past proposals may become executable if they had been defeated only due to lack of quorum, and the number of votes it received meets the new quorum requirement. Analysis of instances on chain found only one proposal that met this condition, and we are actively monitoring for new occurrences of this particular issue. This issue has been patched in v4.7.2. Users are advised to upgrade. Users unable to upgrade should consider avoiding lowering quorum requirements if a past proposal was defeated for lack of quorum.
References
Link | Resource |
---|---|
https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3561 | Patch Third Party Advisory |
https://github.com/OpenZeppelin/openzeppelin-contracts/security/advisories/GHSA-xrc4-737v-9q75 | Third Party Advisory |
https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3561 | Patch Third Party Advisory |
https://github.com/OpenZeppelin/openzeppelin-contracts/security/advisories/GHSA-xrc4-737v-9q75 | Third Party Advisory |
Configurations
Configuration 1 (hide)
|
History
21 Nov 2024, 07:04
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3561 - Patch, Third Party Advisory | |
References | () https://github.com/OpenZeppelin/openzeppelin-contracts/security/advisories/GHSA-xrc4-737v-9q75 - Third Party Advisory |
10 Aug 2022, 15:32
Type | Values Removed | Values Added |
---|---|---|
CPE | cpe:2.3:a:openzeppelin:contracts:*:*:*:*:*:node.js:*:* cpe:2.3:a:openzeppelin:contracts-upgradeable:*:*:*:*:*:node.js:*:* |
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.5 |
References | (MISC) https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3561 - Patch, Third Party Advisory | |
References | (CONFIRM) https://github.com/OpenZeppelin/openzeppelin-contracts/security/advisories/GHSA-xrc4-737v-9q75 - Third Party Advisory |
01 Aug 2022, 22:15
Type | Values Removed | Values Added |
---|---|---|
Summary | OpenZeppelin Contracts is a library for secure smart contract development. This issue concerns instances of Governor that use the module `GovernorVotesQuorumFraction`, a mechanism that determines quorum requirements as a percentage of the voting token's total supply. In affected instances, when a proposal is passed to lower the quorum requirements, past proposals may become executable if they had been defeated only due to lack of quorum, and the number of votes it received meets the new quorum requirement. Analysis of instances on chain found only one proposal that met this condition, and we are actively monitoring for new occurrences of this particular issue. This issue has been patched in v4.7.2. Users are advised to upgrade. Users unable to upgrade should consider avoiding lowering quorum requirements if a past proposal was defeated for lack of quorum. |
01 Aug 2022, 21:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2022-08-01 21:15
Updated : 2024-11-21 07:04
NVD link : CVE-2022-31198
Mitre link : CVE-2022-31198
CVE.ORG link : CVE-2022-31198
JSON object : View
Products Affected
openzeppelin
- contracts_upgradeable
- contracts
CWE
CWE-682
Incorrect Calculation