{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "versions": [
              {
                "introduced": "0"
              },
              {
                "fixed": "2026.02.0"
              }
            ]
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "b666184ef94a70008388cdec7ec41c14549e9bad"
            }
          ],
          "repo": "https://github.com/everest/everest",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-gx37-p775-qf5v"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-863"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/29xxx/CVE-2026-29044.json"
  },
  "details": "EVerest is an EV charging software stack. Prior to version 2026.02.0, when WithdrawAuthorization is processed before the TransactionStarted event, AuthHandler determines `transaction_active=false` and only calls `withdraw_authorization_callback`. This path ultimately calls `Charger::deauthorize()`, but no actual stop (StopTransaction) occurs in the Charging state. As a result, authorization withdrawal can be defeated by timing, allowing charging to continue. Version 2026.02.0 contains a patch.",
  "id": "CVE-2026-29044",
  "modified": "2026-04-01T23:08:08.835543851Z",
  "published": "2026-03-26T16:37:33.230Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/29xxx/CVE-2026-29044.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/EVerest/EVerest/security/advisories/GHSA-gx37-p775-qf5v"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29044"
    }
  ],
  "schema_version": "1.7.3",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:H/A:L",
      "type": "CVSS_V3"
    }
  ],
  "summary": "EVerest: Charging Continues When WithdrawAuthorization Is Processed Before TransactionStarted"
}