Search

Find a vulnerability

Search criteria Use this form to refine search results.
Full-text search supports keyword queries with ranking and filtering.
You can combine vendor, product, and sources to narrow results.
Enable “Apply ordering” to sort by date instead of relevance.

    4 vulnerabilities by hargata

    CVE-2026-62279 (GCVE-0-2026-62279)

    Vulnerability from nvd – Published: 2026-09-18 17:11 – Updated: 2026-09-18 17:11
    VLAI
    Title
    LubeLogger: IDOR in DuplicateRecordsToOtherVehicles Allows Copying Records from Any User's Vehicle Without Ownership Check
    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 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.
    CWE
    • CWE-639 - Authorization Bypass Through User-Controlled Key
    Impacted products
    Vendor Product Version
    hargata lubelog Affected: < 1.6.8
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "cna": {
          "affected": [
            {
              "product": "lubelog",
              "vendor": "hargata",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 1.6.8"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "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."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "NONE",
                "baseScore": 7.1,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "LOW",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-639",
                  "description": "CWE-639: Authorization Bypass Through User-Controlled Key",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-09-18T17:11:31.149Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/hargata/lubelog/security/advisories/GHSA-3r34-mx83-q67r",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/hargata/lubelog/security/advisories/GHSA-3r34-mx83-q67r"
            },
            {
              "name": "https://github.com/hargata/lubelog/issues/1398",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/hargata/lubelog/issues/1398"
            },
            {
              "name": "https://github.com/hargata/lubelog/pull/1395",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/hargata/lubelog/pull/1395"
            },
            {
              "name": "https://github.com/hargata/lubelog/commit/c8d5888ebc69e6a163e33f36200233ec845e5c57",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/hargata/lubelog/commit/c8d5888ebc69e6a163e33f36200233ec845e5c57"
            },
            {
              "name": "https://github.com/hargata/lubelog/releases/tag/v1.6.8",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/hargata/lubelog/releases/tag/v1.6.8"
            }
          ],
          "source": {
            "advisory": "GHSA-3r34-mx83-q67r",
            "discovery": "UNKNOWN"
          },
          "title": "LubeLogger: IDOR in DuplicateRecordsToOtherVehicles Allows Copying Records from Any User\u0027s Vehicle Without Ownership Check"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-62279",
        "datePublished": "2026-09-18T17:11:31.149Z",
        "dateReserved": "2026-07-13T18:37:08.487Z",
        "dateUpdated": "2026-09-18T17:11:31.149Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-62278 (GCVE-0-2026-62278)

    Vulnerability from nvd – Published: 2026-09-18 17:13 – Updated: 2026-09-21 20:49
    VLAI
    Title
    LubeLogger: Path Traversal in HandleTranslationFileUpload Allows Authenticated Users to Write Files Outside Data Directory
    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 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.
    SSVC
    Exploitation: none Automatable: no Technical Impact: total
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-09-18 19:24 UTC
    CWE
    • CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
    Impacted products
    Vendor Product Version
    hargata lubelog Affected: < 1.6.8
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-62278",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-09-18T19:24:44.928574Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-09-21T20:49:14.922Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "lubelog",
              "vendor": "hargata",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 1.6.8"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "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."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "NONE",
                "baseScore": 8.1,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-22",
                  "description": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-09-18T17:13:31.411Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/hargata/lubelog/security/advisories/GHSA-qm5x-mmwx-q7rm",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/hargata/lubelog/security/advisories/GHSA-qm5x-mmwx-q7rm"
            },
            {
              "name": "https://github.com/hargata/lubelog/issues/1398",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/hargata/lubelog/issues/1398"
            },
            {
              "name": "https://github.com/hargata/lubelog/pull/1395",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/hargata/lubelog/pull/1395"
            },
            {
              "name": "https://github.com/hargata/lubelog/commit/c8d5888ebc69e6a163e33f36200233ec845e5c57",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/hargata/lubelog/commit/c8d5888ebc69e6a163e33f36200233ec845e5c57"
            },
            {
              "name": "https://github.com/hargata/lubelog/releases/tag/v1.6.8",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/hargata/lubelog/releases/tag/v1.6.8"
            }
          ],
          "source": {
            "advisory": "GHSA-qm5x-mmwx-q7rm",
            "discovery": "UNKNOWN"
          },
          "title": "LubeLogger: Path Traversal in HandleTranslationFileUpload Allows Authenticated Users to Write Files Outside Data Directory"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-62278",
        "datePublished": "2026-09-18T17:13:31.411Z",
        "dateReserved": "2026-07-13T18:37:08.487Z",
        "dateUpdated": "2026-09-21T20:49:14.922Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-62278 (GCVE-0-2026-62278)

    Vulnerability from cvelistv5 – Published: 2026-09-18 17:13 – Updated: 2026-09-21 20:49
    VLAI
    Title
    LubeLogger: Path Traversal in HandleTranslationFileUpload Allows Authenticated Users to Write Files Outside Data Directory
    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 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.
    SSVC
    Exploitation: none Automatable: no Technical Impact: total
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-09-18 19:24 UTC
    CWE
    • CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
    Impacted products
    Vendor Product Version
    hargata lubelog Affected: < 1.6.8
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-62278",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-09-18T19:24:44.928574Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-09-21T20:49:14.922Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "lubelog",
              "vendor": "hargata",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 1.6.8"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "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."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "NONE",
                "baseScore": 8.1,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-22",
                  "description": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-09-18T17:13:31.411Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/hargata/lubelog/security/advisories/GHSA-qm5x-mmwx-q7rm",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/hargata/lubelog/security/advisories/GHSA-qm5x-mmwx-q7rm"
            },
            {
              "name": "https://github.com/hargata/lubelog/issues/1398",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/hargata/lubelog/issues/1398"
            },
            {
              "name": "https://github.com/hargata/lubelog/pull/1395",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/hargata/lubelog/pull/1395"
            },
            {
              "name": "https://github.com/hargata/lubelog/commit/c8d5888ebc69e6a163e33f36200233ec845e5c57",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/hargata/lubelog/commit/c8d5888ebc69e6a163e33f36200233ec845e5c57"
            },
            {
              "name": "https://github.com/hargata/lubelog/releases/tag/v1.6.8",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/hargata/lubelog/releases/tag/v1.6.8"
            }
          ],
          "source": {
            "advisory": "GHSA-qm5x-mmwx-q7rm",
            "discovery": "UNKNOWN"
          },
          "title": "LubeLogger: Path Traversal in HandleTranslationFileUpload Allows Authenticated Users to Write Files Outside Data Directory"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-62278",
        "datePublished": "2026-09-18T17:13:31.411Z",
        "dateReserved": "2026-07-13T18:37:08.487Z",
        "dateUpdated": "2026-09-21T20:49:14.922Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-62279 (GCVE-0-2026-62279)

    Vulnerability from cvelistv5 – Published: 2026-09-18 17:11 – Updated: 2026-09-18 17:11
    VLAI
    Title
    LubeLogger: IDOR in DuplicateRecordsToOtherVehicles Allows Copying Records from Any User's Vehicle Without Ownership Check
    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 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.
    CWE
    • CWE-639 - Authorization Bypass Through User-Controlled Key
    Impacted products
    Vendor Product Version
    hargata lubelog Affected: < 1.6.8
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "cna": {
          "affected": [
            {
              "product": "lubelog",
              "vendor": "hargata",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 1.6.8"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "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."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "NONE",
                "baseScore": 7.1,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "LOW",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-639",
                  "description": "CWE-639: Authorization Bypass Through User-Controlled Key",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-09-18T17:11:31.149Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/hargata/lubelog/security/advisories/GHSA-3r34-mx83-q67r",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/hargata/lubelog/security/advisories/GHSA-3r34-mx83-q67r"
            },
            {
              "name": "https://github.com/hargata/lubelog/issues/1398",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/hargata/lubelog/issues/1398"
            },
            {
              "name": "https://github.com/hargata/lubelog/pull/1395",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/hargata/lubelog/pull/1395"
            },
            {
              "name": "https://github.com/hargata/lubelog/commit/c8d5888ebc69e6a163e33f36200233ec845e5c57",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/hargata/lubelog/commit/c8d5888ebc69e6a163e33f36200233ec845e5c57"
            },
            {
              "name": "https://github.com/hargata/lubelog/releases/tag/v1.6.8",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/hargata/lubelog/releases/tag/v1.6.8"
            }
          ],
          "source": {
            "advisory": "GHSA-3r34-mx83-q67r",
            "discovery": "UNKNOWN"
          },
          "title": "LubeLogger: IDOR in DuplicateRecordsToOtherVehicles Allows Copying Records from Any User\u0027s Vehicle Without Ownership Check"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-62279",
        "datePublished": "2026-09-18T17:11:31.149Z",
        "dateReserved": "2026-07-13T18:37:08.487Z",
        "dateUpdated": "2026-09-18T17:11:31.149Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }