cvelist/2020/9xxx/CVE-2020-9274.json

72 lines
2.5 KiB
JSON
Raw Normal View History

2020-02-19 02:01:05 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
2020-02-26 16:01:18 +00:00
"ID": "CVE-2020-9274",
"STATE": "PUBLIC"
2020-02-19 02:01:05 +00:00
},
2020-02-26 16:01:18 +00:00
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2020-02-19 02:01:05 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2020-02-26 16:01:18 +00:00
"value": "An issue was discovered in Pure-FTPd 1.0.49. An uninitialized pointer vulnerability has been detected in the diraliases linked list. When the *lookup_alias(const char alias) or print_aliases(void) function is called, they fail to correctly detect the end of the linked list and try to access a non-existent list member. This is related to init_aliases in diraliases.c."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://github.com/jedisct1/pure-ftpd/commit/8d0d42542e2cb7a56d645fbe4d0ef436e38bcefa",
"refsource": "MISC",
"name": "https://github.com/jedisct1/pure-ftpd/commit/8d0d42542e2cb7a56d645fbe4d0ef436e38bcefa"
},
{
"url": "https://www.pureftpd.org/project/pure-ftpd/news/",
"refsource": "MISC",
"name": "https://www.pureftpd.org/project/pure-ftpd/news/"
2020-02-28 02:01:08 +00:00
},
{
"refsource": "MLIST",
"name": "[debian-lts-announce] 20200228 [SECURITY] [DLA 2123-1] pure-ftpd security update",
"url": "https://lists.debian.org/debian-lts-announce/2020/02/msg00029.html"
2020-02-19 02:01:05 +00:00
}
]
}
}