Lucene search
+L

832 matches found

attackerkb
attackerkb
•added 2026/01/21 7:30 p.m.•9 views

CVE-2025-68138

EVerest is an EV charging software stack, and EVerest libocpp is a C++ implementation of the Open Charge Point Protocol. In libocpp prior to version 0.30.1, pointers returned by the strdup calls are never freed. At each connection attempt, the newly allocated memory area will be leaked, potential...

4.7CVSS5.3AI score0.00179EPSS
SaveExploits0References3Affected Software1
OSV
OSV
•added 2026/01/21 7:30 p.m.•12 views

CVE-2025-68138 EVerest affected by memory exhaustion in libocpp

EVerest is an EV charging software stack, and EVerest libocpp is a C++ implementation of the Open Charge Point Protocol. In libocpp prior to version 0.30.1, pointers returned by the strdup calls are never freed. At each connection attempt, the newly allocated memory area will be leaked, potential...

4.7CVSS5.5AI score
SaveExploits0References4
EUVD
EUVD
•added 2026/01/21 7:30 p.m.•16 views

EUVD-2025-206321

EVerest is an EV charging software stack, and EVerest libocpp is a C++ implementation of the Open Charge Point Protocol. In libocpp prior to version 0.30.1, pointers returned by the strdup calls are never freed. At each connection attempt, the newly allocated memory area will be leaked, potential...

4.7CVSS5.5AI score0.00179EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/01/21 7:30 p.m.•32 views

CVE-2025-68138 EVerest affected by memory exhaustion in libocpp

EVerest is an EV charging software stack, and EVerest libocpp is a C++ implementation of the Open Charge Point Protocol. In libocpp prior to version 0.30.1, pointers returned by the strdup calls are never freed. At each connection attempt, the newly allocated memory area will be leaked, potential...

4.7CVSS0.00179EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
•added 2026/01/21 7:30 p.m.•6 views

CVE-2025-68138 EVerest affected by memory exhaustion in libocpp

EVerest is an EV charging software stack, and EVerest libocpp is a C++ implementation of the Open Charge Point Protocol. In libocpp prior to version 0.30.1, pointers returned by the strdup calls are never freed. At each connection attempt, the newly allocated memory area will be leaked, potential...

4.7CVSS5.5AI score0.00179EPSS
SaveExploits0References2
CVE
CVE
•added 2026/01/21 7:30 p.m.•24 views

CVE-2025-68138

In libocpp (the C++ Open Charge Point Protocol implementation used by EVerest), memory leaks occur because pointers returned by strdup are never freed in versions prior to 0.30.1. Each connection attempt leaks newly allocated memory, potentially leading to memory exhaustion and denial of service....

4.7CVSS5.5AI score0.00179EPSS
SaveExploits0References2Affected Software1
OSV
OSV
•added 2026/01/21 7:25 p.m.•13 views

CVE-2026-23955 EVerest vulnerable to concatenation of strings literal and integers

EVerest is an EV charging software stack. Prior to version 2025.9.0, in several places, integer values are concatenated to literal strings when throwing errors. This results in pointers arithmetic instead of printing the integer value as expected, like most of interpreted languages. This can be...

4.2CVSS5.5AI score
SaveExploits0References3
CVE
CVE
•added 2026/01/21 7:25 p.m.•35 views

CVE-2026-23955

CVE-2026-23955 affects the EVerest EV charging software stack prior to version 2025.9.0. In several places, integers are concatenated to literal strings when throwing errors, causing pointer arithmetic instead of printing the integer value. This can allow a malicious operator to read unintended m...

4.2CVSS5.5AI score0.00191EPSS
SaveExploits1References1Affected Software1
EUVD
EUVD
•added 2026/01/21 7:25 p.m.•13 views

EUVD-2026-3780

EVerest is an EV charging software stack. Prior to version 2025.9.0, in several places, integer values are concatenated to literal strings when throwing errors. This results in pointers arithmetic instead of printing the integer value as expected, like most of interpreted languages. This can be...

4.2CVSS5.5AI score0.00191EPSS
SaveExploits1References1
attackerkb
attackerkb
•added 2026/01/21 7:25 p.m.•9 views

CVE-2026-23955

EVerest is an EV charging software stack. Prior to version 2025.9.0, in several places, integer values are concatenated to literal strings when throwing errors. This results in pointers arithmetic instead of printing the integer value as expected, like most of interpreted languages. This can be...

4.2CVSS5.4AI score0.00191EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
•added 2026/01/21 7:20 p.m.•30 views

CVE-2025-68137 EVerest's Integer Overflow and Signed to Unsigned conversion lead to either stack buffer overflow or infinite loop

EVerest is an EV charging software stack. Prior to version 2025.10.0, an integer overflow occurring in SdpPacket::parseheader allows the current buffer length to be set to 7 after a complete header of size 8 has been read. The remaining length to read is computed using the current length subtract...

8.3CVSS0.01268EPSS
SaveExploits3References1
CVE
CVE
•added 2026/01/21 7:20 p.m.•38 views

CVE-2025-68137

EVerest before version 2025.10.0 is affected by an integer overflow in SdpPacket::parse_header(). After reading an 8-byte header, the remaining length can be set to 7, and the calculation of the remaining length yields a negative value that is interpreted as SIZE_MAX. This can cause an infinite l...

8.3CVSS5.9AI score0.01268EPSS
SaveExploits3References1Affected Software1
attackerkb
attackerkb
•added 2026/01/21 7:20 p.m.•10 views

CVE-2025-68137

EVerest is an EV charging software stack. Prior to version 2025.10.0, an integer overflow occurring in SdpPacket::parseheader allows the current buffer length to be set to 7 after a complete header of size 8 has been read. The remaining length to read is computed using the current length subtract...

8.3CVSS5.8AI score0.01268EPSS
SaveExploits3References2Affected Software1
Vulnrichment
Vulnrichment
•added 2026/01/21 7:18 p.m.•7 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 score0.00295EPSS
SaveExploits1References1
attackerkb
attackerkb
•added 2026/01/21 7:18 p.m.•17 views

CVE-2025-68136

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.3AI score0.00295EPSS
SaveExploits1References2Affected Software1
EUVD
EUVD
•added 2026/01/21 7:18 p.m.•15 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.00295EPSS
SaveExploits1References1
CVE
CVE
•added 2026/01/21 7:18 p.m.•34 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.00295EPSS
SaveExploits1References1Affected Software1
OSV
OSV
•added 2026/01/21 7:18 p.m.•15 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
CVE
CVE
•added 2026/01/21 6:56 p.m.•29 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.00321EPSS
SaveExploits1References1Affected Software1
attackerkb
attackerkb
•added 2026/01/21 6:56 p.m.•7 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.00321EPSS
SaveExploits1References2Affected Software1
Rows per page
Query Builder