<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Cpe:2.3:a:everest:everest-Core:*:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3aeveresteverest-core/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Wed, 02 Sep 2026 15:43:34 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3aeveresteverest-core/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Integer Overflow Vulnerability in EVerest SDP Parsing</title><link>https://feed.craftedsignal.io/briefs/2026-09-everest-dos/</link><pubDate>Wed, 02 Sep 2026 15:43:34 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-everest-dos/</guid><description>An integer overflow vulnerability (CVE-2025-68137) in EVerest everest-core versions prior to 2025.10.0 allows unauthenticated attackers to cause a Denial of Service or potential code execution.</description><content:encoded><![CDATA[<p>EVerest everest-core versions prior to 2025.10.0 contain an integer overflow vulnerability in the SdpPacket::parse_header() function. The vulnerability occurs because the header length field (4 bytes) is added to the fixed header size (8 bytes) without performing an overflow check. When a length field is provided that causes this addition to exceed the capacity of an unsigned integer (near UINT_MAX), it triggers an incorrect size calculation.</p>
<p>This flaw can be exploited by an unauthenticated attacker sending a malformed SDP packet over the network. If the service is running over TCP, the overflow causes an infinite loop in the packet parsing logic, leading to a Denial of Service. If the service is running over TLS, the resulting incorrect size calculation can trigger a stack-based buffer overflow, which may allow for remote code execution. This vulnerability is documented as CVE-2025-68137 and a functional proof-of-concept exploit exists for the DoS condition.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability results in service disruption, as the affected instance of EVerest will hang indefinitely upon processing a malicious SDP packet. In TLS-enabled deployments, the stack-based buffer overflow presents a significant risk of remote code execution, allowing an attacker to gain control over the affected system. This vulnerability affects systems using EVerest core versions prior to 2025.10.0, impacting environments where the software is deployed for EV charging infrastructure management.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Upgrade all instances of EVerest everest-core to version 2025.10.0 or later immediately to patch CVE-2025-68137.</li>
<li>Restrict network access to EVerest management interfaces to trusted IP addresses to prevent unauthenticated access to the SDP service.</li>
<li>Deploy network-level inspection to identify and block SDP packets with highly anomalous length fields (near 0xFFFFFFFF).</li>
</ol>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>dos</category><category>vulnerability</category><category>cve-2025-68137</category></item></channel></rss>