EverestOperating system · Linuxfoundation

CVE-2026-24003

MEDIUM · 5.3 CVSS v3.1 Published 2026-01-26
Fix available
A fix is available. Upgrade to after 2025.12.1 or later.
See remediation →
62/100
Remediation priority · Elevated
Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
EVerest is an EV charging software stack. In versions up to and including 2025.12.1, it is possible to bypass the sequence state verification including authentication, and send requests that transition to forbidden states relative to the current one, thereby updating the current context with illegitimate data.cThanks to the modular design of EVerest, authorization is handled in a separate module and EVSEManager Charger internal state machine cannot transition out of the `WaitingForAuthentication` state through ISO 15118-2 communication. From this state, it was however possible through ISO 15118-2 messages which are published to the MQTT server to trick it into preparing to charge, and even to prepare to send current. The final requirement to actually send current to the EV was the closure of the contactors, which does not appear to be possible without leaving the `WaitingForAuthentication` state and leveraging ISO 15118-2 messages. As of time of publication, no fixed versions are available.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · moderate confidence

EVerest EV charging stack has a state machine bypass vulnerability where ISO 15118-2 messages published to MQTT can trick the charger into preparing to charge and preparing to send current, bypassing the WaitingForAuthentication state protection that normally prevents transitions through standard ISO 15118-2 communication paths.

MitigationSince no patch is available, implement MQTT message validation and add supplemental authentication checks at the message broker level; consider network segmentation to restrict unauthorized MQTT publishers.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
EverestOperating system
Affected:<= 2025.12.1

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify EVerest installation and version
    Locate the EVerest installation directory and check the version metadata (such as a version file, package manifest, or software bill of materials). Compare the installed version to the affected range (<= 2025.12.1).
    Affected if EVerest version is present and is at or below 2025.12.1
  2. Confirm MQTT module is active
    Inspect the EVerest runtime configuration or process list to determine whether the MQTT messaging module is loaded and actively publishing or subscribing to topics.
    Affected if MQTT module is enabled and operational in the EVerest environment
  3. Verify ISO 15118-2 communication is enabled
    Review the EVerest configuration files or runtime settings to confirm that ISO 15118-2 protocol support is enabled for the charging station.
    Affected if ISO 15118-2 communication path is configured and active
  4. Check state machine configuration
    Examine the EVerest state machine configuration to identify whether WaitingForAuthentication state protection is implemented and whether MQTT-published ISO 15118-2 messages can bypass this protection.
    Affected if WaitingForAuthentication state can be bypassed via MQTT-published ISO 15118-2 messages

A defender is affected if they are running EVerest version <= 2025.12.1 with MQTT enabled and ISO 15118-2 communication active, where the state machine allows MQTT-published ISO 15118-2 messages to bypass WaitingForAuthentication state protection.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

From vendor data
Upgrade available Upgrade to a release after 2025.12.1
Interim mitigation

Since no patch is available, implement MQTT message validation and add supplemental authentication checks at the message broker level; consider network segmentation to restrict unauthorized MQTT publishers.

Fix this in Everest Scoped from the published advisory
  • Consultation8.0 h
  • Implementation24.0 h
  • Testing16.0 h
  • Review / QA8.0 h
56.0 hours of engineering $9,760
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $15,616.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-24003 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2026-24003 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data