Description
A flaw was found in acm-search-v2-rhel9. This vulnerability allows an authenticated attacker, such as a hub administrator or a Search Custom Resource (CR) editor, to inject malicious shell commands or SQL statements. This occurs because the WORK_MEM string provided in the Search CR is not properly validated before being used in a bash script and an SQL query. Successful exploitation could lead to arbitrary code execution within the privileged postgres pod, potentially compromising the system.
Published: 2026-08-17
Score: 9.1 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in the acm-search-v2-rhel9 component permits an authenticated user, such as a hub administrator or a Search Custom Resource (CR) editor, to inject arbitrary shell commands or SQL statements through the WORK_MEM parameter. This injection occurs because the supplied string is embedded directly into a bash script and an SQL query without proper validation. Successful exploitation results in code execution inside the privileged postgres pod, creating a pathway for an attacker to compromise the entire system.

Affected Systems

The vulnerability affects Red Hat Advanced Cluster Management for Kubernetes 2, specifically the acm-search-v2-rhel9 implementation. No specific revision or patch level is identified in the vendor data, so any installation of this version of the product with the search operator component is potentially impacted.

Risk and Exploitability

The CVSS score of 9.1 classifies this flaw as critical. The EPSS score is not available and the vulnerability is not listed in CISA’s KEV catalog. Exploitation requires an authenticated role with permissions to edit Search CRs and relies on the privileged nature of the postgres pod to achieve code execution. The attack vector is likely internal for privileged operators, but the impact is full code compromise of the database container.

Generated by OpenCVE AI on August 17, 2026 at 20:28 UTC.

Remediation

Vendor Workaround

Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.


OpenCVE Recommended Actions

  • Restrict Search Custom Resources so that only trusted administrators can set or modify the WORK_MEM parameter; avoid user-supplied values that may contain untrusted input.
  • Apply any Red Hat update that addresses CVE‑2026‑71472 as soon as it becomes available; continue to monitor Red Hat advisories for a fix.
  • Modify the shell script and SQL query used by the postgres-start.sh to validate or sanitize the WORK_MEM input, eliminating command or SQL injection; alternatively, run the postgres pod with a non-privileged user and remove shell command execution from the startup process.

Generated by OpenCVE AI on August 17, 2026 at 20:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 17 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Description A flaw was found in acm-search-v2-rhel9. This vulnerability allows an authenticated attacker, such as a hub administrator or a Search Custom Resource (CR) editor, to inject malicious shell commands or SQL statements. This occurs because the WORK_MEM string provided in the Search CR is not properly validated before being used in a bash script and an SQL query. Successful exploitation could lead to arbitrary code execution within the privileged postgres pod, potentially compromising the system.
Title Acm-search-v2-rhel9: search-v2-operator: shell-command and sql injection in postgresql-start.sh via cr-supplied work_mem
First Time appeared Redhat
Redhat acm
Weaknesses CWE-78
CPEs cpe:/a:redhat:acm:2
Vendors & Products Redhat
Redhat acm
References
Metrics cvssV3_1

{'score': 9.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-08-17T19:28:43.057Z

Reserved: 2026-08-06T19:34:07.970Z

Link: CVE-2026-71472

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-17T20:16:45.777

Modified: 2026-08-17T20:16:45.777

Link: CVE-2026-71472

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-17T20:30:17Z

Weaknesses
  • CWE-78

    Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')