CVE-2026-56123 PUBLISHED

socat 1.8.0.0 - 1.8.1.1 Heap Buffer Overflow via SOCKS5 Reply Parser

Assigner: VulnCheck
Reserved: 18.06.2026 Published: 25.06.2026 Updated: 26.06.2026

socat versions 1.8.0.0 through 1.8.1.1 contain a heap-based buffer overflow vulnerability that allows a malicious SOCKS5 proxy server to overwrite adjacent heap memory by exploiting a sign-extension flaw in the DOMAINNAME reply parser. During connection setup, the domain name length byte is read through a signed char field causing a negative bytes_to_read value that is implicitly converted to size_t, resulting in an unbounded heap write into the 262-byte reply buffer with attacker-controlled size and content.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 9.2

Product Status

Vendor socat
Product socat
Versions Default: affected
  • affected from 1.8.0.0 to 1.8.1.2 (excl.)

Credits

  • Tristan Madani (@TristanInSec) finder

References

Problem Types

  • Heap-based Buffer Overflow CWE