CVE-2026-62278
8.1hargata · LubeLogger
A path traversal vulnerability in LubeLogger allows authenticated users to move uploaded files outside the intended storage directory, potentially leading to unauthorized file placement or overwriting.
Executive summary
A path traversal vulnerability in LubeLogger version 1.6.8 and earlier allows authenticated non-administrative users to perform unauthorized file operations with application-level privileges.
Vulnerability
This is a path traversal vulnerability (CWE-22) residing in the HandleTranslationFileUpload function. An authenticated user can manipulate file paths passed to the RenameFile helper, enabling the application to move files outside of the defined web root or data directory.
Business impact
The ability to write or overwrite files outside the intended directory poses a significant risk to data integrity and system security. An attacker could potentially overwrite critical configuration files or place malicious scripts within the system, leading to unauthorized access, privilege escalation, or complete application compromise. Given the CVSS score of 8.1, this represents a high-severity risk that requires immediate attention to prevent potential system-wide impact.
Remediation
Immediate Action: Upgrade LubeLogger to version 1.6.8 or later, where the path validation logic has been corrected to ensure file operations remain within the designated storage directory.
Proactive Monitoring: Review application access logs for unusual file upload activity or requests containing directory traversal sequences such as dot-dot-slash patterns.
Compensating Controls: Implement strict file system permissions to limit the application process access to only the necessary directories, thereby restricting the potential scope of a successful path traversal.
Exploitation status
Public Exploit Available: No (exploit_available: false)
Analyst recommendation
This vulnerability presents a high risk due to the potential for arbitrary file placement. Administrators are strongly advised to verify their current version of LubeLogger and apply the update to version 1.6.8 as soon as possible. Prioritizing this patch is essential to prevent unauthorized system modification and maintain the security posture of the host environment.
History
- Disclosed CVE record published
- Collected by CVE Brief via github
- Analyst report written
- Published in the daily brief high section
Sources
- https://github.com/hargata/lubelog/security/advisories/GHSA-qm5x-mmwx-q7rm
- https://github.com/hargata/lubelog/issues/1398
- https://github.com/hargata/lubelog/pull/1395
- https://github.com/hargata/lubelog/commit/c8d5888ebc69e6a163e33f36200233ec845e5c57
- https://github.com/hargata/lubelog/releases/tag/v1.6.8