Refine your search
2 vulnerabilities found for WasmEdge by WasmEdge
CVE-2025-69261 (GCVE-0-2025-69261)
Vulnerability from nvd
Published
2025-12-30 19:43
Modified
2025-12-30 19:43
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- CWE-190 - Integer Overflow or Wraparound
Summary
WasmEdge is a WebAssembly runtime. Prior to version 0.16.0-alpha.3, a multiplication in `WasmEdge/include/runtime/instance/memory.h` can wrap, causing `checkAccessBound()` to incorrectly allow the access. This leads to a segmentation fault. Version 0.16.0-alpha.3 contains a patch for the issue.
References
| URL | Tags | |
|---|---|---|
{
"containers": {
"cna": {
"affected": [
{
"product": "WasmEdge",
"vendor": "WasmEdge",
"versions": [
{
"status": "affected",
"version": "\u003c 0.16.0-alpha.3"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "WasmEdge is a WebAssembly runtime. Prior to version 0.16.0-alpha.3, a multiplication in `WasmEdge/include/runtime/instance/memory.h` can wrap, causing `checkAccessBound()` to incorrectly allow the access. This leads to a segmentation fault. Version 0.16.0-alpha.3 contains a patch for the issue."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P",
"version": "4.0",
"vulnAvailabilityImpact": "LOW",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-190",
"description": "CWE-190: Integer Overflow or Wraparound",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-12-30T19:43:59.746Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/WasmEdge/WasmEdge/security/advisories/GHSA-89fm-8mr7-gg4m",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/WasmEdge/WasmEdge/security/advisories/GHSA-89fm-8mr7-gg4m"
},
{
"name": "https://github.com/WasmEdge/WasmEdge/commit/37cc9fa19bd23edbbdaa9252059b17f191fa4d17",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/WasmEdge/WasmEdge/commit/37cc9fa19bd23edbbdaa9252059b17f191fa4d17"
}
],
"source": {
"advisory": "GHSA-89fm-8mr7-gg4m",
"discovery": "UNKNOWN"
},
"title": "WasmEdge integer wrap in MemoryInstance::getSpan()\u0027s memory size check"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2025-69261",
"datePublished": "2025-12-30T19:43:59.746Z",
"dateReserved": "2025-12-30T19:01:05.070Z",
"dateUpdated": "2025-12-30T19:43:59.746Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2025-69261 (GCVE-0-2025-69261)
Vulnerability from cvelistv5
Published
2025-12-30 19:43
Modified
2025-12-30 19:43
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- CWE-190 - Integer Overflow or Wraparound
Summary
WasmEdge is a WebAssembly runtime. Prior to version 0.16.0-alpha.3, a multiplication in `WasmEdge/include/runtime/instance/memory.h` can wrap, causing `checkAccessBound()` to incorrectly allow the access. This leads to a segmentation fault. Version 0.16.0-alpha.3 contains a patch for the issue.
References
| URL | Tags | |
|---|---|---|
{
"containers": {
"cna": {
"affected": [
{
"product": "WasmEdge",
"vendor": "WasmEdge",
"versions": [
{
"status": "affected",
"version": "\u003c 0.16.0-alpha.3"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "WasmEdge is a WebAssembly runtime. Prior to version 0.16.0-alpha.3, a multiplication in `WasmEdge/include/runtime/instance/memory.h` can wrap, causing `checkAccessBound()` to incorrectly allow the access. This leads to a segmentation fault. Version 0.16.0-alpha.3 contains a patch for the issue."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P",
"version": "4.0",
"vulnAvailabilityImpact": "LOW",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-190",
"description": "CWE-190: Integer Overflow or Wraparound",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-12-30T19:43:59.746Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/WasmEdge/WasmEdge/security/advisories/GHSA-89fm-8mr7-gg4m",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/WasmEdge/WasmEdge/security/advisories/GHSA-89fm-8mr7-gg4m"
},
{
"name": "https://github.com/WasmEdge/WasmEdge/commit/37cc9fa19bd23edbbdaa9252059b17f191fa4d17",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/WasmEdge/WasmEdge/commit/37cc9fa19bd23edbbdaa9252059b17f191fa4d17"
}
],
"source": {
"advisory": "GHSA-89fm-8mr7-gg4m",
"discovery": "UNKNOWN"
},
"title": "WasmEdge integer wrap in MemoryInstance::getSpan()\u0027s memory size check"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2025-69261",
"datePublished": "2025-12-30T19:43:59.746Z",
"dateReserved": "2025-12-30T19:01:05.070Z",
"dateUpdated": "2025-12-30T19:43:59.746Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}