Description
A weakness has been identified in ractivejs ractive up to 1.4.4. Impacted is the function Ractive#set of the component Keypath Handler. Executing a manipulation can lead to improperly controlled modification of object prototype attributes. The attack may be launched remotely. The exploit has been made available to the public and could be used for attacks. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-08-24
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability resides in the Ractive#set function of ractivejs ractive. By manipulating the keypath argument, an attacker can alter the prototype chain of JavaScript objects, which allows uncontrolled modification of prototype attributes. If the polluted prototypal properties are later accessed or executed, the attacker may inject arbitrary code or alter program behavior, compromising the integrity and confidentiality of the application.

Affected Systems

The affected product is ractivejs ractive, with all releases up to and including version 1.4.4 vulnerable. Users running any of these versions should treat the component as exposed to prototype pollution attempts.

Risk and Exploitability

The CVSS score is 6.9, indicating a medium severity. The EPSS score is not provided, so the current exploitation probability is unknown. The vulnerability is not listed in CISA’s KEV catalog, but a publicly available exploit exists. The attack can be carried out remotely by supplying a crafted keypath to Ractive#set; no special privileges or local access are required beyond exposure to the vulnerable function.

Generated by OpenCVE AI on August 24, 2026 at 05:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade ractivejs ractive to a version that patches prototype pollution (any release newer than 1.4.4).
  • If an immediate upgrade is not feasible, restrict all calls to Ractive#set by validating keypaths against a whitelist and ensuring only trusted input reaches the method.
  • Implement runtime monitoring or protective policies that detect prototype modification events and alert administrators to potential abuse.

Generated by OpenCVE AI on August 24, 2026 at 05:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 24 Aug 2026 04:00:00 +0000

Type Values Removed Values Added
Description A weakness has been identified in ractivejs ractive up to 1.4.4. Impacted is the function Ractive#set of the component Keypath Handler. Executing a manipulation can lead to improperly controlled modification of object prototype attributes. The attack may be launched remotely. The exploit has been made available to the public and could be used for attacks. The project was informed of the problem early through an issue report but has not responded yet.
Title ractivejs ractive Keypath Ractive#set prototype pollution
First Time appeared Ractivejs
Ractivejs ractive
Weaknesses CWE-1321
CWE-94
CPEs cpe:2.3:a:ractivejs:ractive:*:*:*:*:*:*:*:*
Vendors & Products Ractivejs
Ractivejs ractive
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Ractivejs Ractive
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-24T03:30:08.948Z

Reserved: 2026-08-23T16:06:44.078Z

Link: CVE-2026-78181

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-24T04:16:58.847

Modified: 2026-08-24T04:16:58.847

Link: CVE-2026-78181

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-24T05:30:12Z

Weaknesses
  • CWE-1321

    Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')

  • CWE-94

    Improper Control of Generation of Code ('Code Injection')