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
A buffer overflow the '\s' console command in MDBMS 0.99b9 and earlier allows remote attackers to execute arbitrary commands by sending the command a large amount of data.
CVSS Information
N/A
Vulnerability Type
N/A
Vulnerability Title
MDBMS查询显示缓冲区溢出漏洞
Vulnerability Description
CVE(CAN) ID: CAN-2001-0818 MDBMS是UNIX平台下的关系数据库管理系统,当用"\s"命令来显示查询结果时,如果 这个结果的数据量比较大的话,就会导致缓冲区溢出。 有问题的代码在interface.cc文件中: void user::uprintf(char *s, ...) { char b[10000]; int len=strlen(outbuf), newlen; va_list ap; va_start(ap,s); vsprintf(b,s,ap); <---- v
CVSS Information
N/A
Vulnerability Type
N/A