{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "0"
              },
              {
                "fixed": "1.6.8"
              }
            ],
            "source": [
              "AFFECTED_FIELD",
              "REFERENCES"
            ]
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "c8d5888ebc69e6a163e33f36200233ec845e5c57"
            },
            {
              "fixed": "95e811b7b071837b53210ba3b2db38e2c3abaf21"
            }
          ],
          "repo": "https://github.com/hargata/lubelog",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-3r34-mx83-q67r"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-639"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/62xxx/CVE-2026-62279.json"
  },
  "details": "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.",
  "id": "CVE-2026-62279",
  "modified": "2026-09-20T11:30:42.802650744Z",
  "published": "2026-09-18T17:11:31.149Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/hargata/lubelog/releases/tag/v1.6.8"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/62xxx/CVE-2026-62279.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/hargata/lubelog/security/advisories/GHSA-3r34-mx83-q67r"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-62279"
    },
    {
      "type": "REPORT",
      "url": "https://github.com/hargata/lubelog/issues/1398"
    },
    {
      "type": "FIX",
      "url": "https://github.com/hargata/lubelog/commit/c8d5888ebc69e6a163e33f36200233ec845e5c57"
    },
    {
      "type": "FIX",
      "url": "https://github.com/hargata/lubelog/pull/1395"
    }
  ],
  "schema_version": "1.9.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N",
      "type": "CVSS_V3"
    }
  ],
  "summary": "LubeLogger: IDOR in DuplicateRecordsToOtherVehicles Allows Copying Records from Any User's Vehicle Without Ownership Check"
}