CVE-2026-16531
Awaiting Analysis Awaiting Analysis - Queue

Path Traversal in PCP pmproxy Logger Servlet

Vulnerability report for CVE-2026-16531, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-30

Last updated on: 2026-07-30

Assigner: redhat-SADP

Description

An unauthenticated remote attacker can exploit a path traversal vulnerability in the PCP pmproxy logger servlet using a crafted hostname. This allows arbitrary file and directory creation, potentially leading to a denial of service.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-30
Last Modified
2026-07-30
Generated
2026-08-19
AI Q&A
2026-07-30
EPSS Evaluated
2026-08-18
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-16531 is a path traversal vulnerability in the PCP pmproxy logger servlet. An unauthenticated remote attacker can exploit it by sending a crafted hostname to create arbitrary files and directories on the system. This occurs because the pmproxy logger servlet does not properly sanitize the hostname field when constructing file paths.

Detection Guidance

Check if the pmproxy service is running on TCP port 44322. Use commands like 'ss -tulnp | grep 44322' or 'netstat -tulnp | grep 44322' to verify service exposure. Inspect logs for unusual file creation events in directories accessible to the pcp user.

Impact Analysis

This vulnerability allows an attacker to create files and directories anywhere the pcp process user has access. This could lead to denial of service by filling up disk space or overwriting critical files. Attackers might also place malicious files to escalate privileges or execute arbitrary code.

Compliance Impact

This vulnerability could potentially impact compliance with GDPR and HIPAA by allowing unauthorized file creation on systems handling sensitive data. Arbitrary file creation may lead to unauthorized access or modification of protected data, violating confidentiality and integrity requirements under these regulations.

Mitigation Strategies

Immediately restrict access to TCP port 44322 using firewall rules. Disable or update the PCP pmproxy service to a patched version. Monitor for unauthorized file creation in system directories.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-16531. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart