Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
Vulnerability Title
libre: Integer overflow in websock_decode() masked frame length check leads to heap buffer overflow
Vulnerability Description
libre is a generic library for real-time communications with asynchronous input and output support. Prior to 4.8.1, the websock_decode() function in src/websock/websock.c contains an integer overflow when validating a masked WebSocket frame that uses the 64-bit extended length encoding. The expression 4 + hdr->len can wrap when hdr->len is close to UINT64_MAX, causing the mbuf_get_left() bounds check to pass. The subsequent XOR unmasking loop then writes beyond the heap buffer. Applications using websock_accept() or websock_accept_proto() to implement a WebSocket server are affected, and exploitation can cause attacker-controlled heap corruption or denial of service after the HTTP WebSocket upgrade handshake. This issue is fixed in version 4.8.1.
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
Vulnerability Type
整数溢出或超界折返
Vulnerability Title
Baresip Foundation libre README 数字错误漏洞
Vulnerability Description
Baresip Foundation libre README是Baresip Foundation组织的一款实时通信协议栈。 Baresip Foundation libre README 4.8.1之前版本存在安全漏洞,该漏洞源于src/websock/websock.c文件中的websock_decode函数在处理使用64位扩展长度编码的掩码WebSocket帧时存在整数溢出,可能导致攻击者控制的堆损坏或拒绝服务。
CVSS Information
N/A
Vulnerability Type
N/A