Description
An unauthenticated remote attacker can bypass access controls by sending crafted requests to the PCP pmproxy /store endpoint. This allows the attacker to overwrite any PMDA metric, leading to arbitrary code execution and system takeover.
Published: 2026-07-30
Score: 7.3 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An unauthenticated remote attacker can bypass access controls in the PCP pmproxy by sending crafted requests to the /store endpoint. This enables the attacker to overwrite any PMDA metric, which in turn leads to arbitrary code execution and system takeover. The weakness is a clear example of missing authentication for a critical function (CWE-306) that allows an adversary to execute privileged operations without authentication.

Affected Systems

The vulnerability affects Red Hat Enterprise Linux releases 6, 7, 8, 9, 10 and Red Hat OpenShift Container Platform 4. Any system running the pmproxy service is potentially exposed; specific version ranges are not provided, so all affected releases should be assumed vulnerable.

Risk and Exploitability

The CVSS score of 7.3 indicates a high severity, yet the EPSS score of < 1 % suggests a low likelihood of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog. The attack vector is inferred to be remote, via network connectivity to the pmproxy service over port 44322/TCP, as the description references unauthenticated requests to the /store endpoint. If exploited, the attacker can gain complete control over the host through arbitrary code execution.

Generated by OpenCVE AI on August 7, 2026 at 07:28 UTC.

Remediation

Vendor Workaround

To mitigate this issue, restrict network access to the pmproxy service (port 44322/TCP) to trusted hosts only using firewall rules. If pmproxy functionality is not required, disable the service. Disabling the service will prevent remote access to performance metrics via pmproxy. To disable the service, run: `sudo systemctl stop pmproxy` and `sudo systemctl disable pmproxy`. If firewalling, ensure to reload the firewall rules after making changes.


OpenCVE Recommended Actions

  • Apply Red Hat security patch for cvd-2026-16527 once it is released
  • Restrict network access to the pmproxy service (port 44322/TCP) to trusted hosts only using firewall rules and reload the firewall after changes
  • If pmproxy functionality is not required, disable the service by running "sudo systemctl stop pmproxy" and "sudo systemctl disable pmproxy"

Generated by OpenCVE AI on August 7, 2026 at 07:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 02:15:00 +0000

Type Values Removed Values Added
CPEs cpe:/o:redhat:enterprise_linux:10
cpe:/o:redhat:enterprise_linux:9
cpe:/a:redhat:enterprise_linux:9::appstream
cpe:/o:redhat:enterprise_linux:10.2
References

Mon, 17 Aug 2026 14:15:00 +0000

Type Values Removed Values Added
CPEs cpe:/o:redhat:enterprise_linux:8 cpe:/a:redhat:enterprise_linux:8::appstream
References

Fri, 07 Aug 2026 06:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-306

Sun, 02 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-285

Fri, 31 Jul 2026 23:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 31 Jul 2026 20:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-285

Thu, 30 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
First Time appeared Redhat openshift Container Platform
Vendors & Products Redhat openshift Container Platform

Thu, 30 Jul 2026 12:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Important


Thu, 30 Jul 2026 06:15:00 +0000

Type Values Removed Values Added
Description An unauthenticated remote attacker can bypass access controls by sending crafted requests to the PCP pmproxy /store endpoint. This allows the attacker to overwrite any PMDA metric, leading to arbitrary code execution and system takeover.
Title Pcp: pcp pmproxy: unauthenticated access to /store endpoint allows bypassing pmcd access rules
First Time appeared Redhat
Redhat enterprise Linux
Redhat openshift
CPEs cpe:/a:redhat:openshift:4
cpe:/o:redhat:enterprise_linux:10
cpe:/o:redhat:enterprise_linux:6
cpe:/o:redhat:enterprise_linux:7
cpe:/o:redhat:enterprise_linux:8
cpe:/o:redhat:enterprise_linux:9
Vendors & Products Redhat
Redhat enterprise Linux
Redhat openshift
References
Metrics cvssV3_1

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


Subscriptions

Redhat Enterprise Linux Openshift Openshift Container Platform
cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-08-18T01:53:38.265Z

Reserved: 2026-07-22T07:36:03.699Z

Link: CVE-2026-16527

cve-icon Vulnrichment

Updated: 2026-07-31T22:41:36.823Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-07-30T06:25:02.813

Modified: 2026-08-18T02:17:24.883

Link: CVE-2026-16527

cve-icon Redhat

Severity : Important

Publid Date: 2026-07-30T00:00:00Z

Links: CVE-2026-16527 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T07:30:09Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-306

    Missing Authentication for Critical Function