gsd-2023-36459
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
Mastodon is a free, open-source social network server based on ActivityPub. Starting in version 1.3 and prior to versions 3.5.9, 4.0.5, and 4.1.3, an attacker using carefully crafted oEmbed data can bypass the HTML sanitization performed by Mastodon and include arbitrary HTML in oEmbed preview cards. This introduces a vector for cross-site scripting (XSS) payloads that can be rendered in the user's browser when a preview card for a malicious link is clicked through. Versions 3.5.9, 4.0.5, and 4.1.3 contain a patch for this issue.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2023-36459", "id": "GSD-2023-36459" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2023-36459" ], "details": "Mastodon is a free, open-source social network server based on ActivityPub. Starting in version 1.3 and prior to versions 3.5.9, 4.0.5, and 4.1.3, an attacker using carefully crafted oEmbed data can bypass the HTML sanitization performed by Mastodon and include arbitrary HTML in oEmbed preview cards. This introduces a vector for cross-site scripting (XSS) payloads that can be rendered in the user\u0027s browser when a preview card for a malicious link is clicked through. Versions 3.5.9, 4.0.5, and 4.1.3 contain a patch for this issue.", "id": "GSD-2023-36459", "modified": "2023-12-13T01:20:33.919883Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2023-36459", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "mastodon", "version": { "version_data": [ { "version_affected": "=", "version_value": "\u003e= 1.3, \u003c 3.5.9" }, { "version_affected": "=", "version_value": "\u003e= 4.0.0, \u003c 4.0.5" }, { "version_affected": "=", "version_value": "\u003e= 4.1.0, \u003c 4.1.3" } ] } } ] }, "vendor_name": "mastodon" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Mastodon is a free, open-source social network server based on ActivityPub. Starting in version 1.3 and prior to versions 3.5.9, 4.0.5, and 4.1.3, an attacker using carefully crafted oEmbed data can bypass the HTML sanitization performed by Mastodon and include arbitrary HTML in oEmbed preview cards. This introduces a vector for cross-site scripting (XSS) payloads that can be rendered in the user\u0027s browser when a preview card for a malicious link is clicked through. Versions 3.5.9, 4.0.5, and 4.1.3 contain a patch for this issue." } ] }, "impact": { "cvss": [ { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 9.3, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N", "version": "3.1" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "cweId": "CWE-79", "lang": "eng", "value": "CWE-79: Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/mastodon/mastodon/security/advisories/GHSA-ccm4-vgcc-73hp", "refsource": "MISC", "url": "https://github.com/mastodon/mastodon/security/advisories/GHSA-ccm4-vgcc-73hp" }, { "name": "https://github.com/mastodon/mastodon/commit/6d8e0fae3e96f3cf4febe03fa7fcf5b95ff761b2", "refsource": "MISC", "url": "https://github.com/mastodon/mastodon/commit/6d8e0fae3e96f3cf4febe03fa7fcf5b95ff761b2" }, { "name": "https://github.com/mastodon/mastodon/releases/tag/v3.5.9", "refsource": "MISC", "url": "https://github.com/mastodon/mastodon/releases/tag/v3.5.9" }, { "name": "https://github.com/mastodon/mastodon/releases/tag/v4.0.5", "refsource": "MISC", "url": "https://github.com/mastodon/mastodon/releases/tag/v4.0.5" }, { "name": "https://github.com/mastodon/mastodon/releases/tag/v4.1.3", "refsource": "MISC", "url": "https://github.com/mastodon/mastodon/releases/tag/v4.1.3" }, { "name": "http://www.openwall.com/lists/oss-security/2023/07/06/5", "refsource": "MISC", "url": "http://www.openwall.com/lists/oss-security/2023/07/06/5" } ] }, "source": { "advisory": "GHSA-ccm4-vgcc-73hp", "discovery": "UNKNOWN" } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:joinmastodon:mastodon:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "4.0.5", "versionStartIncluding": "4.0.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:joinmastodon:mastodon:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "4.1.3", "versionStartIncluding": "4.1.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:joinmastodon:mastodon:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "3.5.9", "versionStartIncluding": "1.3", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2023-36459" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "Mastodon is a free, open-source social network server based on ActivityPub. Starting in version 1.3 and prior to versions 3.5.9, 4.0.5, and 4.1.3, an attacker using carefully crafted oEmbed data can bypass the HTML sanitization performed by Mastodon and include arbitrary HTML in oEmbed preview cards. This introduces a vector for cross-site scripting (XSS) payloads that can be rendered in the user\u0027s browser when a preview card for a malicious link is clicked through. Versions 3.5.9, 4.0.5, and 4.1.3 contain a patch for this issue." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-79" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/mastodon/mastodon/releases/tag/v3.5.9", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://github.com/mastodon/mastodon/releases/tag/v3.5.9" }, { "name": "https://github.com/mastodon/mastodon/security/advisories/GHSA-ccm4-vgcc-73hp", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://github.com/mastodon/mastodon/security/advisories/GHSA-ccm4-vgcc-73hp" }, { "name": "https://github.com/mastodon/mastodon/commit/6d8e0fae3e96f3cf4febe03fa7fcf5b95ff761b2", "refsource": "MISC", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/mastodon/mastodon/commit/6d8e0fae3e96f3cf4febe03fa7fcf5b95ff761b2" }, { "name": "https://github.com/mastodon/mastodon/releases/tag/v4.0.5", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://github.com/mastodon/mastodon/releases/tag/v4.0.5" }, { "name": "https://github.com/mastodon/mastodon/releases/tag/v4.1.3", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://github.com/mastodon/mastodon/releases/tag/v4.1.3" }, { "name": "http://www.openwall.com/lists/oss-security/2023/07/06/5", "refsource": "MISC", "tags": [ "Mailing List" ], "url": "http://www.openwall.com/lists/oss-security/2023/07/06/5" } ] } }, "impact": { "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 2.7 } }, "lastModifiedDate": "2023-07-14T19:33Z", "publishedDate": "2023-07-06T19:15Z" } } }
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.
- 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.