---
id: CVE-2026-62279
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, an authenticated user could submit
  caller-controlled recordIds to the DuplicateRecordsToOtherVehicles endpoint
  while naming…
severity: high
cvss: 7.1
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N'
cwe:
  - CWE-639
vendor: hargata
product: lubelog
affected:
  - lubelog < 1.6.8
published: '2026-09-18'
updated: '2026-09-24'
sourceUpdated: '2026-09-24T21:17:18.690'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-62279'
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-3r34-mx83-q67r'
    label: security-advisories@github.com
tags:
  - nvd
  - cve.org
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-24T21:01:07.466348Z'
epss: 0.00401
epssPercentile: 0.31647
ingestedAt: '2026-09-18T17:46:41.551Z'
---

## Overview

LubeLogger is a self-hosted, open-source, web-based vehicle maintenance and fuel mileage tracker. Prior to 1.6.8, an authenticated user could submit caller-controlled recordIds to the DuplicateRecordsToOtherVehicles endpoint while naming destination vehicleIds the user could edit. The endpoint authorized the destination vehicles but fetched source records in Controllers/VehicleController.cs without checking UserCanEditVehicle for each existingRecord.VehicleId. This missing source-vehicle authorization allowed service, collision, upgrade, fuel, tax, supply, note, odometer, reminder, plan, inspection, and equipment records belonging to another user to be copied into an attacker-controlled vehicle, exposing record contents and attachment paths and creating persistent copies. This issue is fixed in version 1.6.8.

## Remediation

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