chore(monorepo): update rust crate alloy-dyn-abi to 0.8.0 [security] #28
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.7.0→0.8.0GitHub Vulnerability Alerts
CVE-2025-62370
Impact
An uncaught panic triggered by malformed input to
alloy_dyn_abi::TypedDatacould lead to a denial-of-service (DoS) viaeip712_signing_hash().Software with high availability requirements such as network services may be particularly impacted. If in use, external auto-restarting mechanisms can partially mitigate the availability issues unless repeated attacks are possible.
Patches
The vulnerability was patched by adding a check to ensure the element is not empty before accessing its first element; an error is returned if it is empty. The fix is included in version
v1.4.1and backported tov0.8.26.Workarounds
There is no known workaround that mitigates the vulnerability. Upgrading to a patched version is the recommended course of action.
Reported by
Christian Reitter & Zeke Mostov from Turnkey
Release Notes
alloy-rs/core (alloy-dyn-abi)
v0.8.26: alloy-core v0.8.26Compare Source
Security
Patched: DoS vulnerability on
alloy_dyn_abi::TypedDatahashingAn uncaught panic triggered by malformed input to
alloy_dyn_abi::TypedDatacould lead to a denial-of-service (DoS) viaeip712_signing_hash().Software with high availability requirements such as network services may be particularly impacted. If in use, external auto-restarting mechanisms can partially mitigate the availability issues unless repeated attacks are possible.
The vulnerability was patched by adding a check to ensure the element is not empty before accessing its first element; an error is returned if it is empty. The fix is included in version v1.4.1 and backported to v0.8.26.
See: GHSA-pgp9-98jm-wwq2
Full Changelog: alloy-rs/core@v0.8.25...v0.8.26
v0.8.25: alloy-core v0.8.25Compare Source
What's Changed
wrap_fixed_bytes!by @klkvr in #918New Contributors
Full Changelog: alloy-rs/core@v0.8.24...v0.8.25
v0.8.24Compare Source
Features
v0.8.23Compare Source
Bug Fixes
sol-expander] Rename from/into + impl From (#905)sol!] Pass correct call_struct to call_builder in expansion (#901)Dependencies
Features
From<String> for Bytes(#907)sol!] Gen unit/tuple structs for errors, calls, events with 0/1 param (#883)validate: bool(#863)Miscellaneous Tasks
Signature(#899)Other
v0.8.22Compare Source
Dependencies
Documentation
randomfunctions are cryptographically secure (#872)Features
thread_rngwhen available (#870)Miscellaneous Tasks
v0.8.21Compare Source
Bug Fixes
Features
sol-macro-expander] Increase resolve limit to 128 (#864)Miscellaneous Tasks
v0.8.20Compare Source
Dependencies
Documentation
Features
Miscellaneous Tasks
v0.8.19Compare Source
Documentation
Features
Miscellaneous Tasks
v0.8.18Compare Source
Bug Fixes
Miscellaneous Tasks
v0.8.17Compare Source
Bug Fixes
Documentation
Features
Miscellaneous Tasks
Testing
v0.8.16Compare Source
Bug Fixes
Features
rayonfeature (#827)Miscellaneous Tasks
Other
v0.8.15Compare Source
Miscellaneous Tasks
Signatureas deprecated (#819)Other
v0.8.14Compare Source
Dependencies
Features
Miscellaneous Tasks
v0.8.13Compare Source
Bug Fixes
Dependencies
Features
returnsfield forDynSolCalltype (#809)Miscellaneous Tasks
Other
v0.8.12Compare Source
Bug Fixes
Sealed::hashserde (#805)Features
AsRefimpl andhashmethod toSealed(#804)Miscellaneous Tasks
v0.8.11Compare Source
Bug Fixes
vforyParity(#801)Documentation
Features
AbiItem::json_type(#797)Miscellaneous Tasks
Other
Performance
Styling
v0.8.10Compare Source
Bug Fixes
Dependencies
core::error::Errorin place ofstd(#780)Documentation
Miscellaneous Tasks
Other
DerefMutforLog<T>(#786)Refactor
v0.8.9Compare Source
Bug Fixes
Features
Miscellaneous Tasks
v0.8.8Compare Source
Bug Fixes
sol!output (#770)Features
Miscellaneous Tasks
v0.8.7Compare Source
Miscellaneous Tasks
Other
v0.8.6Compare Source
Bug Fixes
alloy-primitives(#756)alloy-json-abi(#757)alloy-dyn-abi(#758)alloy-sol-macro-expander(#760)Dependencies
Features
DefaultforSealed<T>(#755)Miscellaneous Tasks
Other
ArbitraryforSealed<T>(#762)DerefforSealed<T>(#759)TxKind->Option<Address>(#750)v0.8.5Compare Source
Bug Fixes
Miscellaneous Tasks
v0.8.4Compare Source
Bug Fixes
Features
mapmodule (#743)Miscellaneous Tasks
Other
Testing
v0.8.3Compare Source
Bug Fixes
solmacro (#730)Features
Miscellaneous Tasks
v0.8.2Compare Source
Features
v0.8.1Compare Source
Documentation
Features
Miscellaneous Tasks
v0.8.0Compare Source
Bug Fixes
Dependencies
Documentation
Features
Sealed(#710)HashforSealed(#707)Miscellaneous Tasks
Other
Styling
ethereum_sszdependency (#701)Configuration
📅 Schedule: Branch creation - "" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.