VYPR
High severityNVD Advisory· Published Nov 10, 2025· Updated Apr 15, 2026

CVE-2025-12397

CVE-2025-12397

Description

A SQL injection vulnerability was found in Looker Studio.

A Looker Studio user with report view access could inject malicious SQL that would execute with the report owner's permissions. The vulnerability affected to reports with BigQuery as the data source.

This vulnerability was patched on 21 July 2025, and no customer action is needed.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Looker Studio improperly sanitized user-controlled aliases in batchedDataV2 requests, enabling an attacker with view-level access to execute arbitrary SQL on BigQuery under the report owner's permissions.

Root

Cause

A SQL injection vulnerability exists in Looker Studio when BigQuery is used as the data source [2]. The root cause is improper sanitization of user-controlled input within the batchedDataV2 HTTP request. When a user accesses a report, dynamically generated column aliases are directly injected into the underlying BigQuery query. An attacker can manipulate these aliases to inject arbitrary SQL commands, bypassing limitations such as the removal of dots and spaces [2].

Exploitation

A Looker Studio user with only report view-level access can exploit this vulnerability [1][2]. The attack requires the victim to visit the attacker's malicious report. The attacker then proxies the victim's requests, intercepts the batchedDataV2 request, and injects malicious SQL into the JSON values of that request [2]. The crafted payload is executed when the legitimate user's session processes the report.

Impact

Successful exploitation executes arbitrary SQL queries under the report owner's identity and permissions [1][2]. This could lead to exfiltration, modification, or deletion of any data the owner has access to within BigQuery, depending on the owner's database privileges [2].

Mitigation

This vulnerability was patched by Google on 21 July 2025 [1]. No customer action is required, as the fix was applied server-side [1].

AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

1

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

2

News mentions

0

No linked articles in our index yet.