---
id: CVE-2026-62278
title: >-
  LubeLogger is a self-hosted, open-source, web-based vehicle maintenance and
  fuel mileage tracker
summary: >-
  LubeLogger is a self-hosted, open-source, web-based vehicle maintenance and
  fuel mileage tracker. Prior to 1.6.8, authenticated non-administrative users
  could reach HandleTranslationFileUpload and influence the name passed from
  Controlle…
severity: high
cvss: 8.1
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N'
cwe:
  - CWE-22
vendor: hargata
product: lubelog
affected:
  - lubelog < 1.6.8
published: '2026-09-18'
updated: '2026-09-24'
sourceUpdated: '2026-09-24T21:25:27.050'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-62278'
references:
  - url: >-
      https://github.com/hargata/lubelog/commit/c8d5888ebc69e6a163e33f36200233ec845e5c57
    label: security-advisories@github.com
  - url: 'https://github.com/hargata/lubelog/issues/1398'
    label: security-advisories@github.com
  - url: 'https://github.com/hargata/lubelog/pull/1395'
    label: security-advisories@github.com
  - url: 'https://github.com/hargata/lubelog/releases/tag/v1.6.8'
    label: security-advisories@github.com
  - url: 'https://github.com/hargata/lubelog/security/advisories/GHSA-qm5x-mmwx-q7rm'
    label: security-advisories@github.com
tags:
  - nvd
  - cve.org
epss: 0.00508
epssPercentile: 0.40853
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: total
  timestamp: '2026-09-18T19:24:44.928574Z'
ingestedAt: '2026-09-18T17:46:41.550Z'
---

## Overview

LubeLogger is a self-hosted, open-source, web-based vehicle maintenance and fuel mileage tracker. Prior to 1.6.8, authenticated non-administrative users could reach HandleTranslationFileUpload and influence the name passed from Controllers/FilesController.cs to RenameFile in Helper/FileHelper.cs. RenameFile constructed newFilePath with string replacement and moved the uploaded file without verifying the resolved absolute path remained under the web root or data directory. A crafted upload name could therefore move an uploaded file outside the intended storage directory, enabling unauthorized file placement or overwrite with the privileges of the application process. This issue is fixed in version 1.6.8.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
