PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-59250 Erlang CVE debrief

CVE-2026-59250 is a high-severity buffer overflow vulnerability in the Erlang/OTP megaco flex scanner C driver. A remote unauthenticated attacker can exploit this vulnerability by sending a single text-encoded H.248/Megaco message containing an oversized property parm name, potentially leading to remote code execution or a denial-of-service crash. The vulnerability occurs in the flex scanner before any grammar or Megaco-level authentication processing, allowing an attacker to corrupt the driver's memory. This issue affects OTP from OTP 17.0 before OTP 29.0.4, OTP 28.5.0.4 and OTP 27.3.4.15, corresponding to megaco from 3.17.1 before 4.9.1, 4.8.3.1 and 4.7.2.2.

Vendor
Erlang
Product
OTP
CVSS
HIGH 8.3
CISA KEV
Not listed in stored evidence
Original CVE published
2026-07-27
Original CVE updated
2026-09-08
Advisory published
2026-07-27
Advisory updated
2026-09-08

Who should care

Organizations using Erlang/OTP, particularly versions prior to OTP 29.0.4, OTP 28.5.0.4, and OTP 27.3.4.15, should be aware of this vulnerability and take immediate action to mitigate the risk. This includes assessing their exposure, applying patches or updates, and implementing compensating controls. Additionally, security teams and vulnerability management teams should prioritize this vulnerability due to its high severity and potential impact.

Technical summary

The vulnerability occurs in the flex scanner before any grammar or Megaco-level authentication processing. An attacker can send a specially crafted H.248/Megaco message to corrupt the driver's memory, potentially achieving remote code execution or a denial-of-service crash. The overflow occurs in the mfs_load_property_groups function, which extracts the attacker-controlled property name and formats it into a fixed 512-byte error_msg field using an unchecked sprintf call. This issue affects OTP from OTP 17.0 before OTP 29.0.4, OTP 28.5.0.4 and OTP 27.3.4.15, corresponding to megaco from 3.17.1 before 4.9.1, 4.8.3.1 and 4.7.2.2.

Defensive priority

High

Recommended defensive actions

  • Inventory and assess Erlang/OTP installations for potential exposure
  • Apply patches or updates to vulnerable versions (OTP 29.0.4, OTP 28.5.0.4, OTP 27.3.4.15)
  • Implement compensating controls, such as network segmentation and access controls
  • Monitor for suspicious activity and anomalous behavior
  • Consider disabling the megaco transport port on nodes not requiring it
  • Review and update incident response plans to address potential exploitation
  • Conduct a thorough risk assessment to identify and prioritize affected systems

Evidence notes

The CVE record was published on 2026-07-27T16:18:03.330Z and has not been modified since then. The NVD entry is currently Received. This information is based on the supplied source corpus and has not been independently verified. Defenders should verify the accuracy of this information with official sources and consider the potential impact on their systems.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-59250 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-59250

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-59250 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-59250

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://cna.erlef.org/cves/CVE-2026-59250.html

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

  • Source reference

    Unverified legacy reference

    URL: https://github.com/erlang/otp/commit/8704c8f550a11ed5f825e3c011ecb03565b79c4f

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

  • Source reference

    Unverified legacy reference

    URL: https://github.com/erlang/otp/security/advisories/GHSA-7xgh-gmgf-q2g7

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

  • Source reference

    Unverified legacy reference

    URL: https://osv.dev/vulnerability/EEF-CVE-2026-59250

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

  • Source reference

    Unverified legacy reference

    URL: https://www.erlang.org/doc/system/versions.html

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.