CVE-2026-47661

AEHRC · Pathling

Pathling versions prior to 2.0.0 are susceptible to path traversal, which may allow an unauthenticated attacker to access or manipulate restricted files on the server.

Executive summary

An unauthenticated path traversal vulnerability in Pathling versions before 2.0.0 poses a high risk of unauthorized file system access.

Vulnerability

This flaw is classified as CWE-22 (Improper Limitation of a Pathname to a Restricted Directory). It enables an unauthenticated attacker to escape the intended application directory and access sensitive files on the underlying host.

Business impact

The CVSS score of 8.7 underscores the critical nature of this flaw, as it grants unauthorized access to the host file system. This could lead to the exposure of configuration files, credentials, or sensitive health data processed by the analytics tools, resulting in severe operational and security compromises.

Remediation

Immediate Action: Upgrade to Pathling version 2.0.0 or later to resolve the path traversal vulnerability.

Proactive Monitoring: Monitor file system access logs for directory traversal patterns, such as sequences involving dots and slashes in unexpected request parameters.

Compensating Controls: Utilize a Web Application Firewall (WAF) with rules configured to detect and block path traversal attempts.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

The severity of this vulnerability necessitates immediate action to prevent potential system compromise. Administrators must prioritize updating to version 2.0.0 to ensure the application correctly restricts directory access and protects sensitive host files.