{"api_version":"1","generated_at":"2026-07-14T13:26:07+00:00","cve":"CVE-2021-21259","urls":{"html":"https://cve.report/CVE-2021-21259","api":"https://cve.report/api/cve/CVE-2021-21259.json","docs":"https://cve.report/api","cve_org":"https://www.cve.org/CVERecord?id=CVE-2021-21259","nvd":"https://nvd.nist.gov/vuln/detail/CVE-2021-21259"},"summary":{"title":"CVE-2021-21259","description":"HedgeDoc is open source software which lets you create real-time collaborative markdown notes. In HedgeDoc before version 1.7.2, an attacker can inject arbitrary JavaScript into a HedgeDoc note, which is executed when the note is viewed in slide mode. Depending on the configuration of the instance, the attacker may not need authentication to create or edit notes. The problem is patched in HedgeDoc 1.7.2. As a workaround, disallow loading JavaScript from 3rd party sites using the `Content-Security-Policy` header. Note that this will break some embedded content.","state":"PUBLIC","assigner":"security-advisories@github.com","published_at":"2021-01-22 17:15:00","updated_at":"2021-06-08 14:36:00"},"problem_types":["CWE-79"],"metrics":[],"references":[{"url":"https://github.com/hedgedoc/hedgedoc/security/advisories/GHSA-44w9-vm8p-3cxw","name":"https://github.com/hedgedoc/hedgedoc/security/advisories/GHSA-44w9-vm8p-3cxw","refsource":"CONFIRM","tags":["Third Party Advisory"],"title":"Stored XSS in slide mode · Advisory · hedgedoc/hedgedoc · GitHub","mime":"text/html","httpstatus":"200","archivestatus":"0"},{"url":"https://github.com/hackmdio/codimd/issues/1648","name":"https://github.com/hackmdio/codimd/issues/1648","refsource":"MISC","tags":[],"title":"Stored XSS in slide mode (via reveal-markdown) · Issue #1648 · hackmdio/codimd · GitHub","mime":"text/html","httpstatus":"200","archivestatus":"404"},{"url":"https://github.com/hedgedoc/hedgedoc/commit/35b0d39a12aa35f27fba8c1f50b1886706e7efef","name":"https://github.com/hedgedoc/hedgedoc/commit/35b0d39a12aa35f27fba8c1f50b1886706e7efef","refsource":"MISC","tags":["Patch","Third Party Advisory"],"title":"added sanitation to the slideMode in frontmatter · hedgedoc/hedgedoc@35b0d39 · GitHub","mime":"text/html","httpstatus":"200","archivestatus":"200"},{"url":"https://github.com/hedgedoc/hedgedoc/releases/tag/1.7.2","name":"https://github.com/hedgedoc/hedgedoc/releases/tag/1.7.2","refsource":"MISC","tags":["Release Notes","Third Party Advisory"],"title":"Release HedgeDoc 1.7.2 · hedgedoc/hedgedoc · GitHub","mime":"text/html","httpstatus":"200","archivestatus":"200"},{"url":"https://www.cve.org/CVERecord?id=CVE-2021-21259","name":"CVE Program record","refsource":"CVE.ORG","tags":["canonical"]},{"url":"https://nvd.nist.gov/vuln/detail/CVE-2021-21259","name":"NVD vulnerability detail","refsource":"NVD","tags":["canonical","analysis"]}],"affected":[],"timeline":[],"solutions":[],"workarounds":[],"exploits":[],"credits":[],"nvd_cpes":[{"cve_year":"2021","cve_id":"21259","vulnerable":"1","versionEndIncluding":"","cpe1":"cpe","cpe2":"2.3","cpe3":"a","cpe4":"hedgedoc","cpe5":"hedgedoc","cpe6":"*","cpe7":"*","cpe8":"*","cpe9":"*","cpe10":"*","cpe11":"*","cpe12":"*","cpe13":"*"},{"cve_year":"2021","cve_id":"21259","vulnerable":"1","versionEndIncluding":"1","cpe1":"cpe","cpe2":"2.3","cpe3":"a","cpe4":"hedgedoc","cpe5":"hedgedoc","cpe6":"*","cpe7":"*","cpe8":"*","cpe9":"*","cpe10":"*","cpe11":"*","cpe12":"*","cpe13":"*"}],"vendor_comments":[],"enrichments":{"kev":null,"epss":null,"legacy_qids":[]},"source_records":{"cve_program":{"CVE_data_meta":{"ASSIGNER":"security-advisories@github.com","ID":"CVE-2021-21259","STATE":"PUBLIC","TITLE":"Stored XSS in slide mode"},"affects":{"vendor":{"vendor_data":[{"product":{"product_data":[{"product_name":"hedgedoc","version":{"version_data":[{"version_value":"< 1.7.2"}]}}]},"vendor_name":"hedgedoc"}]}},"data_format":"MITRE","data_type":"CVE","data_version":"4.0","description":{"description_data":[{"lang":"eng","value":"HedgeDoc is open source software which lets you create real-time collaborative markdown notes. In HedgeDoc before version 1.7.2, an attacker can inject arbitrary JavaScript into a HedgeDoc note, which is executed when the note is viewed in slide mode. Depending on the configuration of the instance, the attacker may not need authentication to create or edit notes. The problem is patched in HedgeDoc 1.7.2. As a workaround, disallow loading JavaScript from 3rd party sites using the `Content-Security-Policy` header. Note that this will break some embedded content."}]},"impact":{"cvss":{"attackComplexity":"LOW","attackVector":"NETWORK","availabilityImpact":"NONE","baseScore":7.4,"baseSeverity":"HIGH","confidentialityImpact":"NONE","integrityImpact":"HIGH","privilegesRequired":"NONE","scope":"CHANGED","userInteraction":"REQUIRED","vectorString":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:H/A:N","version":"3.1"}},"problemtype":{"problemtype_data":[{"description":[{"lang":"eng","value":"CWE-79 Cross-site Scripting (XSS)"}]}]},"references":{"reference_data":[{"name":"https://github.com/hedgedoc/hedgedoc/security/advisories/GHSA-44w9-vm8p-3cxw","refsource":"CONFIRM","url":"https://github.com/hedgedoc/hedgedoc/security/advisories/GHSA-44w9-vm8p-3cxw"},{"name":"https://github.com/hedgedoc/hedgedoc/releases/tag/1.7.2","refsource":"MISC","url":"https://github.com/hedgedoc/hedgedoc/releases/tag/1.7.2"},{"name":"https://github.com/hedgedoc/hedgedoc/commit/35b0d39a12aa35f27fba8c1f50b1886706e7efef","refsource":"MISC","url":"https://github.com/hedgedoc/hedgedoc/commit/35b0d39a12aa35f27fba8c1f50b1886706e7efef"},{"name":"https://github.com/hackmdio/codimd/issues/1648","refsource":"MISC","url":"https://github.com/hackmdio/codimd/issues/1648"}]},"source":{"advisory":"GHSA-44w9-vm8p-3cxw","discovery":"UNKNOWN"}},"nvd":{"publishedDate":"2021-01-22 17:15:00","lastModifiedDate":"2021-06-08 14:36:00","problem_types":["CWE-79"],"metrics":{"baseMetricV3":{"cvssV3":{"version":"3.1","vectorString":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N","attackVector":"NETWORK","attackComplexity":"LOW","privilegesRequired":"NONE","userInteraction":"REQUIRED","scope":"CHANGED","confidentialityImpact":"LOW","integrityImpact":"LOW","availabilityImpact":"NONE","baseScore":6.1,"baseSeverity":"MEDIUM"},"exploitabilityScore":2.8,"impactScore":2.7},"baseMetricV2":{"cvssV2":{"version":"2.0","vectorString":"AV:N/AC:M/Au:N/C:N/I:P/A:N","accessVector":"NETWORK","accessComplexity":"MEDIUM","authentication":"NONE","confidentialityImpact":"NONE","integrityImpact":"PARTIAL","availabilityImpact":"NONE","baseScore":4.3},"severity":"MEDIUM","exploitabilityScore":8.6,"impactScore":2.9,"acInsufInfo":false,"obtainAllPrivilege":false,"obtainUserPrivilege":false,"obtainOtherPrivilege":false,"userInteractionRequired":true}},"configurations":{"CVE_data_version":"4.0","nodes":[{"operator":"OR","children":[],"cpe_match":[{"vulnerable":true,"cpe23Uri":"cpe:2.3:a:hedgedoc:hedgedoc:*:*:*:*:*:*:*:*","versionEndExcluding":"1.7.2","cpe_name":[]}]}]}},"legacy_mitre":{"record":{"CveYear":"2021","CveId":"21259","Ordinal":"195385","Title":"CVE-2021-21259","CVE":"CVE-2021-21259","Year":"2021"},"notes":[{"CveYear":"2021","CveId":"21259","Ordinal":"1","NoteData":"HedgeDoc is open source software which lets you create real-time collaborative markdown notes. In HedgeDoc before version 1.7.2, an attacker can inject arbitrary JavaScript into a HedgeDoc note, which is executed when the note is viewed in slide mode. Depending on the configuration of the instance, the attacker may not need authentication to create or edit notes. The problem is patched in HedgeDoc 1.7.2. As a workaround, disallow loading JavaScript from 3rd party sites using the `Content-Security-Policy` header. Note that this will break some embedded content.","Type":"Description","Title":null},{"CveYear":"2021","CveId":"21259","Ordinal":"2","NoteData":"2021-01-22","Type":"Other","Title":"Published"},{"CveYear":"2021","CveId":"21259","Ordinal":"3","NoteData":"2021-06-04","Type":"Other","Title":"Modified"}]}}}