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
N/A
Vulnerability Description
Buffer overflow in Fake Identd 0.9 through 1.4 allows remote attackers to execute arbitrary code as root via a long request that is split into multiple packets.
CVSS Information
N/A
Vulnerability Type
N/A
Vulnerability Title
Fake Identd远程缓冲区溢出漏洞
Vulnerability Description
Fake Identd是一款小型的使用静态应答的Ident服务程序。 Fake Identd对客户端的查询缺少正确的边界缓冲检查,远程攻击者可以利用这个漏洞进行远程缓冲区溢出攻击。 Fake Identd对客户端的查询存储在静态全局20个字节的缓冲中,相关的代码类似如下: len = 0; for(;;) { if ((l = read(s, buf + len, sizeof buf)) > 0) { if (query_looks_valid(buf)) { reply(s, buf); } } el
CVSS Information
N/A
Vulnerability Type
N/A