CVE-2026-73650 (GCVE-0-2026-73650)
Vulnerability from cvelistv5
Published
2026-08-13 18:08
Modified
2026-08-18 01:31
Severity ?
VLAI Severity ?
EPSS score ?
CWE
Summary
SVGO, short for SVG Optimizer, is a Node.js library and command-line application for optimizing SVG files. From version 1.0.0 until versions 2.8.3, 3.3.4, and 4.0.2, the removeScripts plugin, named removeScriptElement in versions 1 through 3, can leave executable content in optimized SVGs because it does not remove namespaced or prefixed script elements such as <svg:script> and, in versions 3 and 4, matches JavaScript URIs case sensitively. Applications that process untrusted SVG input with this plugin enabled and serve the result can allow scripts to execute when another user opens the SVG, exposing local storage or cookies. This issue is fixed in versions 2.8.3, 3.3.4, and 4.0.2.
References
| URL | Tags | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
Impacted products
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-73650",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-08-18T01:31:35.954971Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-08-18T01:31:46.442Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "svgo",
"vendor": "svg",
"versions": [
{
"status": "affected",
"version": "\u003e= 1.0.0, \u003c 2.8.3"
},
{
"status": "affected",
"version": "\u003e= 3.0.0, \u003c 3.3.4"
},
{
"status": "affected",
"version": "\u003e= 4.0.0, \u003c 4.0.2"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "SVGO, short for SVG Optimizer, is a Node.js library and command-line application for optimizing SVG files. From version 1.0.0 until versions 2.8.3, 3.3.4, and 4.0.2, the removeScripts plugin, named removeScriptElement in versions 1 through 3, can leave executable content in optimized SVGs because it does not remove namespaced or prefixed script elements such as \u003csvg:script\u003e and, in versions 3 and 4, matches JavaScript URIs case sensitively. Applications that process untrusted SVG input with this plugin enabled and serve the result can allow scripts to execute when another user opens the SVG, exposing local storage or cookies. This issue is fixed in versions 2.8.3, 3.3.4, and 4.0.2."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-79",
"description": "CWE-79: Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-184",
"description": "CWE-184: Incomplete List of Disallowed Inputs",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-13T18:08:36.292Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/svg/svgo/security/advisories/GHSA-2p49-hgcm-8545",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/svg/svgo/security/advisories/GHSA-2p49-hgcm-8545"
},
{
"name": "https://github.com/svg/svgo/commit/628e3bc7336625a30365d0a9b60185307d852466",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/svg/svgo/commit/628e3bc7336625a30365d0a9b60185307d852466"
},
{
"name": "https://github.com/svg/svgo/commit/72a23886b4698b27624b936f3a15a80afd36d75f",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/svg/svgo/commit/72a23886b4698b27624b936f3a15a80afd36d75f"
},
{
"name": "https://github.com/svg/svgo/commit/f529cfccc6c154d6f6eabe276ec637a8c5db6763",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/svg/svgo/commit/f529cfccc6c154d6f6eabe276ec637a8c5db6763"
},
{
"name": "https://github.com/svg/svgo/releases/tag/v2.8.3",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/svg/svgo/releases/tag/v2.8.3"
},
{
"name": "https://github.com/svg/svgo/releases/tag/v3.3.4",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/svg/svgo/releases/tag/v3.3.4"
},
{
"name": "https://github.com/svg/svgo/releases/tag/v4.0.2",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/svg/svgo/releases/tag/v4.0.2"
}
],
"source": {
"advisory": "GHSA-2p49-hgcm-8545",
"discovery": "UNKNOWN"
},
"title": "SVGO: removeScripts plugin leaves some executable scripts intact"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-73650",
"datePublished": "2026-08-13T18:08:36.292Z",
"dateReserved": "2026-08-13T14:04:09.604Z",
"dateUpdated": "2026-08-18T01:31:46.442Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-73650\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-08-18T01:31:35.954971Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-08-18T01:31:42.484Z\"}}], \"cna\": {\"title\": \"SVGO: removeScripts plugin leaves some executable scripts intact\", \"source\": {\"advisory\": \"GHSA-2p49-hgcm-8545\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"CHANGED\", \"version\": \"3.1\", \"baseScore\": 8.2, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:N\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"svg\", \"product\": \"svgo\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 1.0.0, \u003c 2.8.3\"}, {\"status\": \"affected\", \"version\": \"\u003e= 3.0.0, \u003c 3.3.4\"}, {\"status\": \"affected\", \"version\": \"\u003e= 4.0.0, \u003c 4.0.2\"}]}], \"references\": [{\"url\": \"https://github.com/svg/svgo/security/advisories/GHSA-2p49-hgcm-8545\", \"name\": \"https://github.com/svg/svgo/security/advisories/GHSA-2p49-hgcm-8545\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/svg/svgo/commit/628e3bc7336625a30365d0a9b60185307d852466\", \"name\": \"https://github.com/svg/svgo/commit/628e3bc7336625a30365d0a9b60185307d852466\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/svg/svgo/commit/72a23886b4698b27624b936f3a15a80afd36d75f\", \"name\": \"https://github.com/svg/svgo/commit/72a23886b4698b27624b936f3a15a80afd36d75f\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/svg/svgo/commit/f529cfccc6c154d6f6eabe276ec637a8c5db6763\", \"name\": \"https://github.com/svg/svgo/commit/f529cfccc6c154d6f6eabe276ec637a8c5db6763\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/svg/svgo/releases/tag/v2.8.3\", \"name\": \"https://github.com/svg/svgo/releases/tag/v2.8.3\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/svg/svgo/releases/tag/v3.3.4\", \"name\": \"https://github.com/svg/svgo/releases/tag/v3.3.4\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/svg/svgo/releases/tag/v4.0.2\", \"name\": \"https://github.com/svg/svgo/releases/tag/v4.0.2\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"SVGO, short for SVG Optimizer, is a Node.js library and command-line application for optimizing SVG files. From version 1.0.0 until versions 2.8.3, 3.3.4, and 4.0.2, the removeScripts plugin, named removeScriptElement in versions 1 through 3, can leave executable content in optimized SVGs because it does not remove namespaced or prefixed script elements such as \u003csvg:script\u003e and, in versions 3 and 4, matches JavaScript URIs case sensitively. Applications that process untrusted SVG input with this plugin enabled and serve the result can allow scripts to execute when another user opens the SVG, exposing local storage or cookies. This issue is fixed in versions 2.8.3, 3.3.4, and 4.0.2.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-79\", \"description\": \"CWE-79: Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-184\", \"description\": \"CWE-184: Incomplete List of Disallowed Inputs\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-08-13T18:08:36.292Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-73650\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-08-18T01:31:46.442Z\", \"dateReserved\": \"2026-08-13T14:04:09.604Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-08-13T18:08:36.292Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…