cvelist/2019/6xxx/CVE-2019-6111.json

112 lines
4.1 KiB
JSON
Raw Normal View History

2019-01-10 16:04:58 -05:00
{
2019-03-17 23:24:56 +00:00
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2019-6111",
"STATE": "PUBLIC"
},
"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",
"description": {
"description_data": [
2019-01-31 13:05:16 -05:00
{
2019-03-17 23:24:56 +00:00
"lang": "eng",
"value": "An issue was discovered in OpenSSH 7.9. Due to the scp implementation being derived from 1983 rcp, the server chooses which files/directories are sent to the client. However, the scp client only performs cursory validation of the object name returned (only directory traversal attacks are prevented). A malicious scp server (or Man-in-The-Middle attacker) can overwrite arbitrary files in the scp client target directory. If recursive operation (-r) is performed, the server can manipulate subdirectories as well (for example, to overwrite the .ssh/authorized_keys file)."
2019-01-31 13:05:16 -05:00
}
2019-03-17 23:24:56 +00:00
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "DSA-4387",
"refsource": "DEBIAN",
"url": "https://www.debian.org/security/2019/dsa-4387"
},
{
"name": "https://security.netapp.com/advisory/ntap-20190213-0001/",
"refsource": "CONFIRM",
"url": "https://security.netapp.com/advisory/ntap-20190213-0001/"
},
{
"name": "106741",
"refsource": "BID",
"url": "http://www.securityfocus.com/bid/106741"
},
{
"name": "https://cvsweb.openbsd.org/src/usr.bin/ssh/scp.c",
"refsource": "MISC",
"url": "https://cvsweb.openbsd.org/src/usr.bin/ssh/scp.c"
},
{
"name": "USN-3885-1",
"refsource": "UBUNTU",
"url": "https://usn.ubuntu.com/3885-1/"
},
{
"name": "USN-3885-2",
"refsource": "UBUNTU",
"url": "https://usn.ubuntu.com/3885-2/"
},
{
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=1677794",
"refsource": "MISC",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1677794"
},
{
"name": "https://sintonen.fi/advisories/scp-client-multiple-vulnerabilities.txt",
"refsource": "MISC",
"url": "https://sintonen.fi/advisories/scp-client-multiple-vulnerabilities.txt"
},
{
"name": "46193",
"refsource": "EXPLOIT-DB",
"url": "https://www.exploit-db.com/exploits/46193/"
2019-03-20 16:00:44 +00:00
},
{
"refsource": "GENTOO",
"name": "GLSA-201903-16",
"url": "https://security.gentoo.org/glsa/201903-16"
2019-03-25 16:00:45 +00:00
},
{
"refsource": "MLIST",
"name": "[debian-lts-announce] 20190325 [SECURITY] [DLA 1728-1] openssh security update",
"url": "https://lists.debian.org/debian-lts-announce/2019/03/msg00030.html"
2019-03-17 23:24:56 +00:00
}
]
}
}