CVE-2025-12741

N/A Unknown

📋 TL;DR

A Looker user with Developer role can exploit a Denodo driver vulnerability by manipulating LookML to execute malicious commands. This affects both Looker-hosted (already mitigated) and Self-hosted instances, requiring immediate patching for self-hosted deployments.

💻 Affected Systems

Products:
  • Looker
Versions: All versions before patched releases listed in advisory
Operating Systems: All platforms running Looker
Default Config Vulnerable: ⚠️ Yes
Notes: Looker-hosted instances already mitigated. Self-hosted instances require patching. Developer role access required for exploitation.

⚠️ Manual Verification Required

This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.

Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).

🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

Remote code execution leading to complete system compromise, data exfiltration, or lateral movement within the network.

🟠

Likely Case

Unauthorized database access, data manipulation, or privilege escalation within the Looker environment.

🟢

If Mitigated

Limited impact if proper role-based access controls restrict Developer privileges and network segmentation is in place.

🌐 Internet-Facing: MEDIUM
🏢 Internal Only: HIGH

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: MEDIUM

Requires authenticated user with Developer role and knowledge of LookML manipulation.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 24.12.108+, 24.18.200+, 25.0.78+, 25.6.65+, 25.8.47+, 25.12.10+, 25.14+

Vendor Advisory: https://cloud.google.com/support/bulletins#gcp-2025-052

Restart Required: Yes

Instructions:

1. Download patched version from https://download.looker.com/ 2. Backup current installation 3. Install patched version 4. Restart Looker services

🔧 Temporary Workarounds

Restrict Developer Role Access

all

Temporarily remove Developer role from users who don't absolutely need it

Disable Denodo Driver

all

Remove or disable Denodo database connections if not required

🧯 If You Can't Patch

  • Implement strict role-based access control to limit Developer role assignments
  • Monitor for suspicious LookML modifications and database connection activities

🔍 How to Verify

Check if Vulnerable:

Check Looker version against vulnerable versions list. Review user roles for Developer privileges.

Check Version:

Check Looker admin panel or run appropriate version command for your installation method

Verify Fix Applied:

Confirm installed version matches patched versions: 24.12.108+, 24.18.200+, 25.0.78+, 25.6.65+, 25.8.47+, 25.12.10+, or 25.14+

📡 Detection & Monitoring

Log Indicators:

  • Unusual LookML modifications
  • Suspicious database connection attempts via Denodo driver
  • Unexpected command execution patterns

Network Indicators:

  • Anomalous outbound connections from Looker server
  • Unexpected database queries

SIEM Query:

source="looker" AND (event_type="lookml_modification" OR driver="denodo") AND user_role="developer"

🔗 References

📤 Share & Export