suse-su-2018:0118-1
Vulnerability from csaf_suse
Published
2018-01-17 07:31
Modified
2018-01-17 07:31
Summary
Security update for rsync
Notes
Title of the patch
Security update for rsync
Description of the patch
This update for rsync fixes several issues.
These security issues were fixed:
- CVE-2017-17434: The daemon in rsync did not check for fnamecmp filenames in
the daemon_filter_list data structure (in the recv_files function in
receiver.c) and also did not apply the sanitize_paths protection mechanism to
pathnames found in 'xname follows' strings (in the read_ndx_and_attrs function
in rsync.c), which allowed remote attackers to bypass intended access
restrictions' (bsc#1071460).
- CVE-2017-17433: The recv_files function in receiver.c in the daemon in rsync,
proceeded with certain file metadata updates before checking for a filename in
the daemon_filter_list data structure, which allowed remote attackers to bypass
intended access restrictions (bsc#1071459).
- CVE-2017-16548: The receive_xattr function in xattrs.c in rsync did not check
for a trailing '\\0' character in an xattr name, which allowed remote attackers
to cause a denial of service (heap-based buffer over-read and application
crash) or possibly have unspecified other impact by sending crafted data to the
daemon (bsc#1066644).
This non-security issue was fixed:
- Stop file upload after errors like a full disk (bsc#1062063)
- Ensure -X flag works even when setting owner/group (bsc#1028842)
Patchnames
SUSE-CAASP-ALL-2018-84,SUSE-OpenStack-Cloud-Magnum-Orchestration-7-2018-84,SUSE-SLE-DESKTOP-12-SP2-2018-84,SUSE-SLE-DESKTOP-12-SP3-2018-84,SUSE-SLE-RPI-12-SP2-2018-84,SUSE-SLE-SERVER-12-SP2-2018-84,SUSE-SLE-SERVER-12-SP3-2018-84
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for rsync",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for rsync fixes several issues.\n\nThese security issues were fixed:\n\n- CVE-2017-17434: The daemon in rsync did not check for fnamecmp filenames in\n the daemon_filter_list data structure (in the recv_files function in\n receiver.c) and also did not apply the sanitize_paths protection mechanism to\n pathnames found in \u0027xname follows\u0027 strings (in the read_ndx_and_attrs function\n in rsync.c), which allowed remote attackers to bypass intended access\n restrictions\u0027 (bsc#1071460).\n- CVE-2017-17433: The recv_files function in receiver.c in the daemon in rsync,\n proceeded with certain file metadata updates before checking for a filename in\n the daemon_filter_list data structure, which allowed remote attackers to bypass\n intended access restrictions (bsc#1071459).\n- CVE-2017-16548: The receive_xattr function in xattrs.c in rsync did not check\n for a trailing \u0027\\\\0\u0027 character in an xattr name, which allowed remote attackers\n to cause a denial of service (heap-based buffer over-read and application\n crash) or possibly have unspecified other impact by sending crafted data to the\n daemon (bsc#1066644).\n\nThis non-security issue was fixed:\n\n- Stop file upload after errors like a full disk (bsc#1062063)\n- Ensure -X flag works even when setting owner/group (bsc#1028842)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-CAASP-ALL-2018-84,SUSE-OpenStack-Cloud-Magnum-Orchestration-7-2018-84,SUSE-SLE-DESKTOP-12-SP2-2018-84,SUSE-SLE-DESKTOP-12-SP3-2018-84,SUSE-SLE-RPI-12-SP2-2018-84,SUSE-SLE-SERVER-12-SP2-2018-84,SUSE-SLE-SERVER-12-SP3-2018-84",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2018_0118-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2018:0118-1",
"url": "https://www.suse.com/support/update/announcement/2018/suse-su-20180118-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2018:0118-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2018-January/003604.html"
},
{
"category": "self",
"summary": "SUSE Bug 1028842",
"url": "https://bugzilla.suse.com/1028842"
},
{
"category": "self",
"summary": "SUSE Bug 1062063",
"url": "https://bugzilla.suse.com/1062063"
},
{
"category": "self",
"summary": "SUSE Bug 1066644",
"url": "https://bugzilla.suse.com/1066644"
},
{
"category": "self",
"summary": "SUSE Bug 1071459",
"url": "https://bugzilla.suse.com/1071459"
},
{
"category": "self",
"summary": "SUSE Bug 1071460",
"url": "https://bugzilla.suse.com/1071460"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-16548 page",
"url": "https://www.suse.com/security/cve/CVE-2017-16548/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-17433 page",
"url": "https://www.suse.com/security/cve/CVE-2017-17433/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-17434 page",
"url": "https://www.suse.com/security/cve/CVE-2017-17434/"
}
],
"title": "Security update for rsync",
"tracking": {
"current_release_date": "2018-01-17T07:31:45Z",
"generator": {
"date": "2018-01-17T07:31:45Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2018:0118-1",
"initial_release_date": "2018-01-17T07:31:45Z",
"revision_history": [
{
"date": "2018-01-17T07:31:45Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "rsync-3.1.0-13.7.1.aarch64",
"product": {
"name": "rsync-3.1.0-13.7.1.aarch64",
"product_id": "rsync-3.1.0-13.7.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rsync-3.1.0-13.7.1.ppc64le",
"product": {
"name": "rsync-3.1.0-13.7.1.ppc64le",
"product_id": "rsync-3.1.0-13.7.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rsync-3.1.0-13.7.1.s390x",
"product": {
"name": "rsync-3.1.0-13.7.1.s390x",
"product_id": "rsync-3.1.0-13.7.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rsync-3.1.0-13.7.1.x86_64",
"product": {
"name": "rsync-3.1.0-13.7.1.x86_64",
"product_id": "rsync-3.1.0-13.7.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Desktop 12 SP2",
"product": {
"name": "SUSE Linux Enterprise Desktop 12 SP2",
"product_id": "SUSE Linux Enterprise Desktop 12 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sled:12:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Desktop 12 SP3",
"product": {
"name": "SUSE Linux Enterprise Desktop 12 SP3",
"product_id": "SUSE Linux Enterprise Desktop 12 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sled:12:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2",
"product": {
"name": "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2",
"product_id": "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP2",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP2",
"product_id": "SUSE Linux Enterprise Server 12 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP2",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP3",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP3",
"product_id": "SUSE Linux Enterprise Server 12 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12:sp3"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rsync-3.1.0-13.7.1.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP2",
"product_id": "SUSE Linux Enterprise Desktop 12 SP2:rsync-3.1.0-13.7.1.x86_64"
},
"product_reference": "rsync-3.1.0-13.7.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rsync-3.1.0-13.7.1.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP3",
"product_id": "SUSE Linux Enterprise Desktop 12 SP3:rsync-3.1.0-13.7.1.x86_64"
},
"product_reference": "rsync-3.1.0-13.7.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rsync-3.1.0-13.7.1.aarch64 as component of SUSE Linux Enterprise Server for Raspberry Pi 12 SP2",
"product_id": "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:rsync-3.1.0-13.7.1.aarch64"
},
"product_reference": "rsync-3.1.0-13.7.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rsync-3.1.0-13.7.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP2",
"product_id": "SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.aarch64"
},
"product_reference": "rsync-3.1.0-13.7.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rsync-3.1.0-13.7.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP2",
"product_id": "SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.ppc64le"
},
"product_reference": "rsync-3.1.0-13.7.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rsync-3.1.0-13.7.1.s390x as component of SUSE Linux Enterprise Server 12 SP2",
"product_id": "SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.s390x"
},
"product_reference": "rsync-3.1.0-13.7.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rsync-3.1.0-13.7.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2",
"product_id": "SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.x86_64"
},
"product_reference": "rsync-3.1.0-13.7.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rsync-3.1.0-13.7.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.aarch64"
},
"product_reference": "rsync-3.1.0-13.7.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rsync-3.1.0-13.7.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.ppc64le"
},
"product_reference": "rsync-3.1.0-13.7.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rsync-3.1.0-13.7.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.s390x"
},
"product_reference": "rsync-3.1.0-13.7.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rsync-3.1.0-13.7.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.x86_64"
},
"product_reference": "rsync-3.1.0-13.7.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rsync-3.1.0-13.7.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3",
"product_id": "SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.aarch64"
},
"product_reference": "rsync-3.1.0-13.7.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rsync-3.1.0-13.7.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3",
"product_id": "SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.ppc64le"
},
"product_reference": "rsync-3.1.0-13.7.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rsync-3.1.0-13.7.1.s390x as component of SUSE Linux Enterprise Server 12 SP3",
"product_id": "SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.s390x"
},
"product_reference": "rsync-3.1.0-13.7.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rsync-3.1.0-13.7.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3",
"product_id": "SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.x86_64"
},
"product_reference": "rsync-3.1.0-13.7.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rsync-3.1.0-13.7.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.aarch64"
},
"product_reference": "rsync-3.1.0-13.7.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rsync-3.1.0-13.7.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.ppc64le"
},
"product_reference": "rsync-3.1.0-13.7.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rsync-3.1.0-13.7.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.s390x"
},
"product_reference": "rsync-3.1.0-13.7.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rsync-3.1.0-13.7.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.x86_64"
},
"product_reference": "rsync-3.1.0-13.7.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2017-16548",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-16548"
}
],
"notes": [
{
"category": "general",
"text": "The receive_xattr function in xattrs.c in rsync 3.1.2 and 3.1.3-development does not check for a trailing \u0027\\0\u0027 character in an xattr name, which allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) or possibly have unspecified other impact by sending crafted data to the daemon.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Desktop 12 SP2:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Desktop 12 SP3:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-16548",
"url": "https://www.suse.com/security/cve/CVE-2017-16548"
},
{
"category": "external",
"summary": "SUSE Bug 1066644 for CVE-2017-16548",
"url": "https://bugzilla.suse.com/1066644"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Desktop 12 SP2:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Desktop 12 SP3:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.5,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Desktop 12 SP2:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Desktop 12 SP3:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2018-01-17T07:31:45Z",
"details": "low"
}
],
"title": "CVE-2017-16548"
},
{
"cve": "CVE-2017-17433",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-17433"
}
],
"notes": [
{
"category": "general",
"text": "The recv_files function in receiver.c in the daemon in rsync 3.1.2, and 3.1.3-development before 2017-12-03, proceeds with certain file metadata updates before checking for a filename in the daemon_filter_list data structure, which allows remote attackers to bypass intended access restrictions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Desktop 12 SP2:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Desktop 12 SP3:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-17433",
"url": "https://www.suse.com/security/cve/CVE-2017-17433"
},
{
"category": "external",
"summary": "SUSE Bug 1071459 for CVE-2017-17433",
"url": "https://bugzilla.suse.com/1071459"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Desktop 12 SP2:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Desktop 12 SP3:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Desktop 12 SP2:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Desktop 12 SP3:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2018-01-17T07:31:45Z",
"details": "moderate"
}
],
"title": "CVE-2017-17433"
},
{
"cve": "CVE-2017-17434",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-17434"
}
],
"notes": [
{
"category": "general",
"text": "The daemon in rsync 3.1.2, and 3.1.3-development before 2017-12-03, does not check for fnamecmp filenames in the daemon_filter_list data structure (in the recv_files function in receiver.c) and also does not apply the sanitize_paths protection mechanism to pathnames found in \"xname follows\" strings (in the read_ndx_and_attrs function in rsync.c), which allows remote attackers to bypass intended access restrictions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Desktop 12 SP2:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Desktop 12 SP3:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-17434",
"url": "https://www.suse.com/security/cve/CVE-2017-17434"
},
{
"category": "external",
"summary": "SUSE Bug 1071460 for CVE-2017-17434",
"url": "https://bugzilla.suse.com/1071460"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Desktop 12 SP2:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Desktop 12 SP3:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Desktop 12 SP2:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Desktop 12 SP3:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server 12 SP2:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server 12 SP3:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:rsync-3.1.0-13.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:rsync-3.1.0-13.7.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2018-01-17T07:31:45Z",
"details": "moderate"
}
],
"title": "CVE-2017-17434"
}
]
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…