CVE-2025-68457
December 19, 2025
Orejime is a consent manager that focuses on accessibility. On HTML elements handled by Orejime prior to version 2.3.2, one could run malicious code by embedding "javascript:" code within data attributes. When consenting to the related purpose, Orejime would turn data attributes into unprefixed ones (i.e. "data-href" into "href"), thus executing the code. This 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. The problem has been patched in version 2.3.2. As a workaround, the problem can be fixed outside of Orejime by sanitizing attributes which could contain executable code.
Affected Packages
https://github.com/boscop-fr/orejime.git (GITHUB):
Affected version(s) >=v0.3.0 <v2.3.2Fix Suggestion:
Update to version v2.3.2orejime (NPM):
Affected version(s) >=1.0.0 <2.3.2Fix Suggestion:
Update to version 2.3.2Related ResourcesĀ (5)
Do you need more information?
Contact UsCVSS v4
Base Score:
0.6
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
PRESENT
Privileges Required
NONE
User Interaction
PASSIVE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
NONE
Subsequent System Confidentiality
LOW
Subsequent System Integrity
LOW
Subsequent System Availability
NONE
Exploit Maturity
UNREPORTED
CVSS v3
Base Score:
6.1
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
REQUIRED
Scope
CHANGED
Confidentiality
LOW
Integrity
LOW
Availability
NONE
Weakness Type (CWE)
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
EPSS
Base Score:
0.03