Publish Advisories

GHSA-75jp-vq8x-h4cq
GHSA-j822-x5gg-5r56
This commit is contained in:
advisory-database[bot]
2025-06-04 00:37:38 +00:00
parent 2ab0de8485
commit 848b47b375
2 changed files with 20 additions and 6 deletions
@@ -1,14 +1,19 @@
{
"schema_version": "1.4.0",
"id": "GHSA-75jp-vq8x-h4cq",
"modified": "2024-03-07T17:26:28Z",
"modified": "2025-06-04T00:35:09Z",
"published": "2024-03-07T17:26:27Z",
"aliases": [
"CVE-2024-28123"
],
"summary": "Wasmi Out-of-bounds Write for host to Wasm calls with more than 128 Parameters",
"details": "### Summary\n\nIn the WASMI Interpreter, an [Out-of-bounds Buffer Write](https://cwe.mitre.org/data/definitions/787.html) will arise arise if the host calls or resumes a Wasm function with more parameters than the default limit (128), as it will surpass the stack value. This doesnt affect calls from Wasm to Wasm, only from host to Wasm.\n\n### Impact\n\nAfter conducting an analysis of the dependent Polkadot systems of `wasmi`: [Pallet Contracts](https://github.com/paritytech/polkadot-sdk/tree/master/substrate/frame/contracts), [Parity Signer](https://github.com/paritytech/parity-signer), and [Smoldot](https://github.com/smol-dot/smoldot), we have found that none on those systems have been affected by the issue as they are calling host to Wasm function with a small limited amount of parameters always. \n\n### Mitigations\n\nIf you are using `wasmi` betwen version 0.15.0 and 0.31.0, please update it to the [0.31.1](https://github.com/paritytech/wasmi/releases/tag/v0.31.1) patch release that we just published.\n\n### Workarounds\n\nEnsure no more than 128 parameters can be pass in a call from the host to a Wasm function. \n\n### References\n\nPatch PR: <PR>\n\n### Special thanks\n\nSpecial thanks to Stellar Development Foundation for reporting this security vulnerability.",
"severity": [],
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L"
}
],
"affected": [
{
"package": {
@@ -38,6 +43,10 @@
"type": "WEB",
"url": "https://github.com/wasmi-labs/wasmi/security/advisories/GHSA-75jp-vq8x-h4cq"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28123"
},
{
"type": "WEB",
"url": "https://github.com/wasmi-labs/wasmi/commit/f7b3200e9f3dc9e2cbca966cb255c228453c792f"
@@ -55,9 +64,9 @@
"cwe_ids": [
"CWE-787"
],
"severity": "CRITICAL",
"severity": "HIGH",
"github_reviewed": true,
"github_reviewed_at": "2024-03-07T17:26:27Z",
"nvd_published_at": null
"nvd_published_at": "2024-03-21T02:52:23Z"
}
}
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-j822-x5gg-5r56",
"modified": "2024-11-20T18:25:16Z",
"modified": "2025-06-04T00:37:02Z",
"published": "2024-11-20T12:30:35Z",
"aliases": [
"CVE-2024-45689"
@@ -9,6 +9,10 @@
"summary": "Moodle allows users to retrieve information they did not have permission to access",
"details": "A flaw was found in Moodle. Dynamic tables did not enforce capability checks, which resulted in users having the ability to retrieve information they did not have permission to access.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N"
@@ -116,7 +120,8 @@
],
"database_specific": {
"cwe_ids": [
"CWE-285"
"CWE-285",
"CWE-862"
],
"severity": "MODERATE",
"github_reviewed": true,