Lucene search
+L

736 matches found

EUVD
EUVD
added 2026/01/21 7:18 p.m.13 views

EUVD-2025-206318

EVerest is an EV charging software stack. Prior to version 2025.10.0, once the module receives a SDP request, it creates a whole new set of objects like Session, IConnection which open new TCP socket for the ISO15118-20 communications and registers callbacks for the created file descriptor, witho...

7.4CVSS5.5AI score0.00265EPSS
SaveExploits1References1
CVE
CVE
added 2026/01/21 7:18 p.m.26 views

CVE-2025-68136

CVE-2025-68136 (EVerest) affects the EV charging software stack prior to version 2025.10.0. On SDP requests, the module creates a new set of objects (Session, IConnection) and opens a new TCP socket for ISO15118-20 communications, registering callbacks for the new file descriptor without closing/...

7.4CVSS5.5AI score0.00265EPSS
SaveExploits1References1Affected Software1
OSV
OSV
added 2026/01/21 7:18 p.m.14 views

CVE-2025-68136 EVerest's inadequate session handling can lead to memory-related errors or exhaustion of the operating system’s file descriptors, resulting in a denial of service

EVerest is an EV charging software stack. Prior to version 2025.10.0, once the module receives a SDP request, it creates a whole new set of objects like Session, IConnection which open new TCP socket for the ISO15118-20 communications and registers callbacks for the created file descriptor, witho...

7.4CVSS5.5AI score
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/01/21 6:56 p.m.6 views

CVE-2025-68135

EVerest is an EV charging software stack. Prior to version 2025.10.0, C++ exceptions are not properly handled for and by the TbdController loop, leading to its caller and itself to silently terminates. Thus, this leads to a denial of service as it is responsible of SDP and ISO15118-20 servers...

6.5CVSS5.3AI score0.00288EPSS
SaveExploits1References2Affected Software1
CVE
CVE
added 2026/01/21 6:56 p.m.27 views

CVE-2025-68135

EVerest (EV charging software stack) prior to version 2025.10.0 has a vulnerability in the TbdController loop where C++ exceptions are not properly handled, causing the loop and its caller to terminate silently and leading to a denial of service affecting SDP and ISO15118-20 servers. The issue is...

6.5CVSS5.4AI score0.00288EPSS
SaveExploits1References1Affected Software1
EUVD
EUVD
added 2026/01/21 6:56 p.m.28 views

EUVD-2025-206322

EVerest is an EV charging software stack. Prior to version 2025.10.0, C++ exceptions are not properly handled for and by the TbdController loop, leading to its caller and itself to silently terminates. Thus, this leads to a denial of service as it is responsible of SDP and ISO15118-20 servers...

6.5CVSS5.4AI score0.00288EPSS
SaveExploits1References1
CVE
CVE
added 2026/01/21 6:32 p.m.30 views

CVE-2025-68134

Summary: CVE-2025-68134 affects EVerest before version 2025.10.0, where repeated use of the assert function to handle errors can cause a crash of the module. The manager behavior (shutting down other modules and exiting on a crash) can lead to a denial of service in setups with multiple EVSE. Imp...

7.4CVSS5.5AI score0.00155EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2026/01/21 6:32 p.m.32 views

CVE-2025-68134 EVerest's use of assert functions can potentially lead to denial of service

EVerest is an EV charging software stack. Prior to version 2025.10.0, the use of the assert function to handle errors frequently causes the module to crash. This is particularly critical because the manager shuts down all other modules and exits when any one of them terminates, leading to a denia...

7.4CVSS0.00155EPSS
SaveExploits0References1
OSV
OSV
added 2026/01/21 6:32 p.m.15 views

CVE-2025-68134 EVerest's use of assert functions can potentially lead to denial of service

EVerest is an EV charging software stack. Prior to version 2025.10.0, the use of the assert function to handle errors frequently causes the module to crash. This is particularly critical because the manager shuts down all other modules and exits when any one of them terminates, leading to a denia...

7.4CVSS5.6AI score
SaveExploits0References3
Cvelist
Cvelist
added 2026/01/21 6:28 p.m.29 views

CVE-2025-68132 EVerest has out-of-bounds read in DZG_GSH01 SLIP CRC parser that can crash powermeter driver

EVerest is an EV charging software stack. Prior to version 2025.12.0, ismessagecrccorrect in the DZGGSH01 powermeter SLIP parser reads vecvec.size-1 and vecvec.size-2 without checking that at least two bytes are present. Malformed SLIP frames on the serial link can reach ismessagecrccorrect with...

2.4CVSS0.00258EPSS
SaveExploits1References2
OSV
OSV
added 2026/01/21 6:28 p.m.16 views

CVE-2025-68132 EVerest has out-of-bounds read in DZG_GSH01 SLIP CRC parser that can crash powermeter driver

EVerest is an EV charging software stack. Prior to version 2025.12.0, ismessagecrccorrect in the DZGGSH01 powermeter SLIP parser reads vecvec.size-1 and vecvec.size-2 without checking that at least two bytes are present. Malformed SLIP frames on the serial link can reach ismessagecrccorrect with...

2.4CVSS5.7AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/01/21 2:25 a.m.38 views

CVE-2025-68133 EVerest's unlimited connections can lead to DoS through operating system resource exhaustion

EVerest is an EV charging software stack. In versions 2025.9.0 and below, an attacker can exhaust the operating system's memory and cause the module to terminate by initiating an unlimited number of TCP connections that never proceed to ISO 15118-2 communication. This is possible because a new...

7.4CVSS0.00349EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2026/01/21 2:25 a.m.7 views

CVE-2025-68133

EVerest is an EV charging software stack. In versions 2025.9.0 and below, an attacker can exhaust the operating system's memory and cause the module to terminate by initiating an unlimited number of TCP connections that never proceed to ISO 15118-2 communication. This is possible because a new...

7.4CVSS5.5AI score0.00349EPSS
SaveExploits1References4Affected Software1
EUVD
EUVD
added 2026/01/21 2:25 a.m.11 views

EUVD-2025-206325

EVerest is an EV charging software stack. In versions 2025.9.0 and below, an attacker can exhaust the operating system's memory and cause the module to terminate by initiating an unlimited number of TCP connections that never proceed to ISO 15118-2 communication. This is possible because a new...

7.4CVSS5.6AI score0.00349EPSS
SaveExploits1References3
OSV
OSV
added 2026/01/21 2:25 a.m.11 views

CVE-2025-68133 EVerest's unlimited connections can lead to DoS through operating system resource exhaustion

EVerest is an EV charging software stack. In versions 2025.9.0 and below, an attacker can exhaust the operating system's memory and cause the module to terminate by initiating an unlimited number of TCP connections that never proceed to ISO 15118-2 communication. This is possible because a new...

7.4CVSS5.6AI score
SaveExploits0References5
CNNVD
CNNVD
added 2026/01/21 12:00 a.m.16 views

Everest-core security vulnerabilities

Everest-core is a major component of the open-source electric vehicle charging software stack developed by EVerest. Versions of everest-core prior to 2025.10.0 contained security vulnerabilities. These vulnerabilities stemmed from improper handling of C++ exceptions by the TbdController’s loop,...

6.5CVSS5.8AI score0.00288EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2026/01/21 12:00 a.m.16 views

Everest-core security vulnerabilities

Everest-core is a major component of the open-source electric vehicle charging software stack developed by EVerest. Versions of Everest-core prior to 2025.9.0 contained security vulnerabilities. These vulnerabilities stemmed from the concatenation of integer values with string literals when...

4.2CVSS5.8AI score0.0017EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2026/01/21 12:00 a.m.22 views

Everest-Core buffer error vulnerability

Everest-core is a major component of the EVerest open-source electric vehicle charging software stack. Versions of everest-core prior to 2025.12.0 contained a buffer error vulnerability. This vulnerability stems from the ismessagecrccorrect function in the DZGGSH01 power meter SLIP parser, which...

4.6CVSS6AI score0.00258EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2026/01/21 12:00 a.m.24 views

Everest-core security vulnerabilities

Everest-core is a major component of the open-source electric vehicle charging software stack developed by EVerest. Versions of Everest-core prior to 2025.9.0 contained security vulnerabilities. These vulnerabilities stemmed from validation flaws when the default value of the session ID was 0,...

4.3CVSS5.8AI score0.00135EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/01/21 12:00 a.m.17 views

Everest-core security vulnerabilities

Everest-core is a major component of the open-source electric vehicle charging software stack developed by EVerest. Versions of Everest-core prior to 2025.10.0 contained security vulnerabilities. These vulnerabilities stemmed from modules failing to close and destroy previously created objects wh...

7.4CVSS5.8AI score0.00265EPSS
SaveExploits1References2
Rows per page
Query Builder