Description
A vulnerability was determined in jQWidgets up to 24.0.1. This affects the function JQXLite.extend/jqxBaseFramework.extend of the file jqwidgets/jqx-all.js. This manipulation causes improperly controlled modification of object prototype attributes. The attack can be initiated remotely. The reported GitHub issue was closed with the label "not planned".
Published: 2026-08-24
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Remote Code Execution
Action: Immediate Patch
AI Analysis

Impact

The vulnerability exists in jQWidgets versions up to 24.0.1 and is located in the JQXLite.extend/jqxBaseFramework.extend function of jqx-all.js. By manipulating prototype attributes through this function, an attacker can perform prototype pollution, which can lead to arbitrary code execution or altered behavior of the application in the context of the client. The flaw is due to improperly controlled modification of object prototype attributes, as the function does not validate input before extending prototypes.

Affected Systems

The affected product is jQWidgets, the JavaScript UI library. All releases through version 24.0.1 are vulnerable. No other vendors or versions are recorded as impacted.

Risk and Exploitability

The CVSS base score is 6.9, indicating moderate severity. The flaw can be triggered remotely by loading a crafted payload that invokes the extend routine; no authentication is required. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. An attacker could exploit prototype pollution to execute arbitrary code or redirect application logic, potentially compromising confidentiality, integrity, or availability of the affected web pages.

Generated by OpenCVE AI on August 24, 2026 at 04:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade jQWidgets to a version newer than 24.0.1 that removes the prototype pollution vulnerability.
  • If an upgrade is not possible, restrict the use of the vulnerable jqx-all.js file by running it in a sandboxed or isolated environment, and filter or sanitize any data passed to JQXLite.extend.
  • Implement defensive checks to prevent prototype attributes from being overwritten, such as using Object.freeze or explicitly whitelisting allowed properties.

Generated by OpenCVE AI on August 24, 2026 at 04:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 27 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


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

Type Values Removed Values Added
Description A vulnerability was determined in jQWidgets up to 24.0.1. This affects the function JQXLite.extend/jqxBaseFramework.extend of the file jqwidgets/jqx-all.js. This manipulation causes improperly controlled modification of object prototype attributes. The attack can be initiated remotely. The reported GitHub issue was closed with the label "not planned".
Title jQWidgets jqx-all.js jqxBaseFramework.extend prototype pollution
First Time appeared Jqwidgets
Jqwidgets jqwidgets
Weaknesses CWE-1321
CWE-94
CPEs cpe:2.3:a:jqwidgets:jqwidgets:*:*:*:*:*:*:*:*
Vendors & Products Jqwidgets
Jqwidgets jqwidgets
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:ND/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:X/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:X/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:X'}


Subscriptions

Jqwidgets Jqwidgets
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-27T14:37:19.886Z

Reserved: 2026-08-23T15:59:00.456Z

Link: CVE-2026-78178

cve-icon Vulnrichment

Updated: 2026-08-27T13:22:02.969Z

cve-icon NVD

Status : Deferred

Published: 2026-08-24T03:16:40.650

Modified: 2026-08-27T17:20:35.317

Link: CVE-2026-78178

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-24T21:11:59Z

Weaknesses
  • CWE-1321

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

  • CWE-94

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