Skip to content

Commit 3cf568b

Browse files
1 parent 8a993f4 commit 3cf568b

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

advisories/github-reviewed/2025/12/GHSA-72mh-hgpm-6384/GHSA-72mh-hgpm-6384.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-72mh-hgpm-6384",
4-
"modified": "2025-12-19T19:17:27Z",
4+
"modified": "2026-01-13T16:53:38Z",
55
"published": "2025-12-19T19:17:26Z",
66
"aliases": [
77
"CVE-2025-68457"
88
],
99
"summary": "Orejime has executable code in HTML attributes",
1010
"details": "### Impact\n\nOn HTML elements handled by Orejime, one could run malicious code by embedding `javascript:` code within data attributes.\nWhen consenting to the related purpose, Orejime would turn data attributes into unprefixed ones (i.e. `data-href` into `href`), thus executing the code.\n\nThis shouldn't have any impact on most setups, as elements handled by Orejime are generally hardcoded. The problem would only arise if somebody could inject HTML code within pages.\n\nSee https://github.com/boscop-fr/orejime/issues/142 for the original report.\n\n### Patches\n\nThe problem has been patched by https://github.com/boscop-fr/orejime/pull/143. It is available in version 2.3.2.\n\n### Workarounds\n\nThe problem can be fixed outside of Orejime by sanitizing attributes which could contain executable code.",
1111
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
15+
},
1216
{
1317
"type": "CVSS_V4",
14-
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:U"
18+
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:U"
1519
}
1620
],
1721
"affected": [

0 commit comments

Comments
 (0)