LiveActive security incident?Get immediate response
CVE Record

CVE-2017-16009: ag-grid is an advanced data grid that is library agnostic.

ag-grid is an advanced data grid that is library agnostic. ag-grid is vulnerable to Cross-site Scripting (XSS) via Angular Expressions, if AngularJS is used in combination with ag-grid.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

CVE-2017-16009 is an XSS risk when ag-grid is used with AngularJS. If untrusted grid content is interpreted as an AngularJS expression, attacker-controlled script could run in a user's browser session. The provided sources list all versions of the ag-grid node module, but provide no CVSS score or confirmed patch detail.

Executive priority

Treat as a targeted review item rather than an emergency based on the supplied evidence. Escalate if ag-grid plus AngularJS appears in public-facing or privileged workflows, because XSS can expose session data and user actions.

Technical view

The issue is CWE-79: cross-site scripting through AngularJS expression handling in ag-grid integrations. Exposure depends on using AngularJS with ag-grid and allowing untrusted content into grid-rendered values, templates, or expression-like fields. The source bundle does not establish exploit maturity, fixed versions, or compensating controls.

Likely exposure

Likely limited to applications using the ag-grid node module together with AngularJS, especially where user-supplied or external data is displayed in grids. Non-AngularJS ag-grid usage is not identified as affected in the provided bundle.

Exploitation context

CISA KEV is false, and the provided sources do not claim active exploitation. The vulnerability is browser-side XSS, so business impact depends on who can supply grid content and what privileges exposed users hold.

Researcher notes

The record lacks CVSS, patch, and exploit-status detail. The key research question is not ag-grid alone, but whether AngularJS expression evaluation can touch attacker-controlled grid content in the deployed application.

Mitigation direction

  • Inventory ag-grid usage and confirm whether AngularJS is present.
  • Check current ag-grid and vendor guidance for supported remediation.
  • Remove AngularJS expression evaluation from untrusted grid-rendered content.
  • Sanitize or encode user-controlled data before grid rendering.
  • Prioritize fixes for authenticated admin or customer-facing workflows.

Validation and detection

  • Search dependency manifests for ag-grid and AngularJS together.
  • Review grid templates, renderers, and value formatters handling external data.
  • Confirm untrusted content is treated as text, not AngularJS expressions.
  • Check security tests cover grid rendering of hostile input.
  • Document whether affected paths are internal, public, or privileged.
Prepared
Confidence
medium
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2017-16009 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
HackerOneag-grid node moduleAll versionsListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.