NA

CVE-2130-5680

Vulnerability Summary

HylaFAX+ versions 5.2.4 up to and including 5.5.3 suffer from a buffer overflow vulnerability. The code path for authenticating users via LDAP allocates a 255-byte buffer (via the C++ "new" operator), and then "strcats" user-supplied data buffered from the inbound FTP control channel. Other code limits the amount of copied data to 506 bytes, and truncates on NULL and "\n". Thus it is possible for an unauthenticated remote malicious user to overflow the heap with a limited character set.

Exploits

HylaFAX+ versions 524 through 553 suffer from a buffer overflow vulnerability The code path for authenticating users via LDAP allocates a 255-byte buffer (via the C++ "new" operator), and then "strcats" user-supplied data buffered from the inbound FTP control channel Other code limits the amount of copied data to 506 bytes, and truncates on N ...