Skip to content

Commit 04a7993

Browse files
1 parent a2e4242 commit 04a7993

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-72mh-hgpm-6384",
4+
"modified": "2025-12-19T19:17:27Z",
5+
"published": "2025-12-19T19:17:26Z",
6+
"aliases": [
7+
"CVE-2025-68457"
8+
],
9+
"summary": "Orejime has executable code in HTML attributes",
10+
"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.",
11+
"severity": [
12+
{
13+
"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"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "orejime"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "2.3.2"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/boscop-fr/orejime/security/advisories/GHSA-72mh-hgpm-6384"
42+
},
43+
{
44+
"type": "ADVISORY",
45+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68457"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/boscop-fr/orejime/issues/142"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://github.com/boscop-fr/orejime/pull/143"
54+
},
55+
{
56+
"type": "PACKAGE",
57+
"url": "https://github.com/boscop-fr/orejime"
58+
}
59+
],
60+
"database_specific": {
61+
"cwe_ids": [
62+
"CWE-79"
63+
],
64+
"severity": "LOW",
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2025-12-19T19:17:26Z",
67+
"nvd_published_at": "2025-12-19T17:15:53Z"
68+
}
69+
}

0 commit comments

Comments
 (0)