CVE-2026-73030
8.1frostming · unearth
The unearth library is susceptible to a path traversal vulnerability via unnormalized paths and symlink escapes.
Executive summary
A path traversal vulnerability in the unearth library allows unauthenticated attackers to perform unauthorized file operations, posing a significant risk to data integrity.
Vulnerability
This vulnerability is a path traversal flaw (CWE-22) that occurs when unnormalized paths are processed, allowing for symlink escapes by an unauthenticated attacker.
Business impact
The CVSS score of 8.1 indicates a high-risk vulnerability that could allow attackers to read or write files outside of intended directories. This could lead to critical data compromise or system instability depending on the implementation of the library within the host application.
Remediation
Immediate Action: Update the unearth library to the version containing the fix identified in commit 6c78164e7bfa28b8b3d6f247b87e560692e3c8ba.
Proactive Monitoring: Review application logs for unexpected file system access requests or directory traversal patterns.
Compensating Controls: Implement strict input validation and sanitization for all file paths processed by the library as a temporary measure.
Exploitation status
Public Exploit Available: Unknown.
Analyst recommendation
Developers and administrators should immediately update to the patched version of unearth to prevent potential exploitation. Given the nature of path traversal vulnerabilities, ensuring that user-supplied paths are strictly validated is essential to maintaining system security.