Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GHSA-f8qm-hmm3-fv7f] Namada-apps allows Excessive Computation in Mempool Validation #5321

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
  • Loading branch information
martyb166 committed Mar 1, 2025
commit 009dfc7851f39df7914f705cf7f48e733879e6f0
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"schema_version": "1.4.0",
"id": "GHSA-f8qm-hmm3-fv7f",
"modified": "2025-02-20T20:34:04Z",
"modified": "2025-02-20T20:34:05Z",
"published": "2025-02-20T20:34:04Z",
"aliases": [],
"summary": "Namada-apps allows Excessive Computation in Mempool Validation",
"details": "### Impact\n\nA malicious transaction may cause an expensive computation in mempool validation.\n\nA transaction with multiple repeated sections causes the section hash calculation used for signature validation to grow exponentially (and potentially even cubic) in proportion to number of sections. This may be used to significantly slow down operation of nodes.\n\n### Patches\n\nThis issue has been patched in apps version 1.1.0. The transaction sections are now being checked for uniqueness and the number of permitted sections contained in a single transaction has been limited to 10,000.\n\n### Workarounds\n\nThere are no workarounds and users are advised to upgrade.",
"details": "### stop\n\nA malicious transaction may cause an expensive computation in mempool validation.\n\nA transaction with multiple repeated sections causes the section hash calculation used for signature validation to grow exponentially (and potentially even cubic) in proportion to number of sections. This may be used to significantly slow down operation of nodes.\n\n### Patches\n\nThis issue has been patched in apps version 1.1.0. The transaction sections are now being checked for uniqueness and the number of permitted sections contained in a single transaction has been limited to 10,000.\n\n### Workarounds\n\nThere are no workarounds and users are advised to upgrade.",
"severity": [
{
"type": "CVSS_V4",
@@ -15,7 +15,7 @@
"affected": [
{
"package": {
"ecosystem": "crates.io",
"ecosystem": "NuGet",
"name": "namada-apps"
},
"ranges": [