cvelist/2019/11xxx/CVE-2019-11477.json

249 lines
11 KiB
JSON
Raw Normal View History

2019-04-23 19:00:50 +00:00
{
2020-01-15 20:01:19 +00:00
"CVE_data_meta": {
"AKA": "SACK Panic",
"ASSIGNER": "security@ubuntu.com",
"DATE_PUBLIC": "2019-06-17T00:00:00.000Z",
"ID": "CVE-2019-11477",
"STATE": "PUBLIC",
"TITLE": "Integer overflow in TCP_SKB_CB(skb)->tcp_gso_segs"
2019-04-23 19:00:50 +00:00
},
2020-01-15 20:01:19 +00:00
"affects": {
"vendor": {
"vendor_data": [
2019-06-17 16:21:26 -07:00
{
2020-01-15 20:01:19 +00:00
"product": {
"product_data": [
2019-06-17 16:21:26 -07:00
{
2020-01-15 20:01:19 +00:00
"product_name": "Linux kernel",
"version": {
"version_data": [
2019-06-17 16:21:26 -07:00
{
2020-01-15 20:01:19 +00:00
"version_affected": "<",
"version_name": "4.4",
"version_value": "4.4.182"
2019-06-17 16:21:26 -07:00
},
{
2020-01-15 20:01:19 +00:00
"version_affected": "<",
"version_name": "4.9",
"version_value": "4.9.182"
2019-06-17 16:21:26 -07:00
},
{
2020-01-15 20:01:19 +00:00
"version_affected": "<",
"version_name": "4.14",
"version_value": "4.14.127"
2019-06-17 16:21:26 -07:00
},
{
2020-01-15 20:01:19 +00:00
"version_affected": "<",
"version_name": "4.19",
"version_value": "4.19.52"
2019-06-17 16:21:26 -07:00
},
{
2020-01-15 20:01:19 +00:00
"version_affected": "<",
"version_name": "5.1",
"version_value": "5.1.11"
2019-06-17 16:21:26 -07:00
}
]
}
}
]
},
2020-01-15 20:01:19 +00:00
"vendor_name": "Linux"
2019-06-17 16:21:26 -07:00
}
]
}
},
2020-01-15 20:01:19 +00:00
"credit": [
2019-06-17 16:21:26 -07:00
{
2020-01-15 20:01:19 +00:00
"lang": "eng",
"value": "Jonathan Looney from Netflix"
2019-06-17 16:21:26 -07:00
}
],
2020-01-15 20:01:19 +00:00
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Jonathan Looney discovered that the TCP_SKB_CB(skb)->tcp_gso_segs value was subject to an integer overflow in the Linux kernel when handling TCP Selective Acknowledgments (SACKs). A remote attacker could use this to cause a denial of service. This has been fixed in stable kernel releases 4.4.182, 4.9.182, 4.14.127, 4.19.52, 5.1.11, and is fixed in commit 3b4929f65b0d8249f19a50245cd88ed1a2f78cff."
2019-04-23 19:00:50 +00:00
}
]
2019-06-17 16:21:26 -07:00
},
2020-01-15 20:01:19 +00:00
"generator": {
"engine": "Vulnogram 0.0.7"
2019-06-17 16:21:26 -07:00
},
2020-01-15 20:01:19 +00:00
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
2019-06-17 16:21:26 -07:00
}
},
2020-01-15 20:01:19 +00:00
"problemtype": {
"problemtype_data": [
2019-06-17 16:21:26 -07:00
{
2020-01-15 20:01:19 +00:00
"description": [
2019-06-17 16:21:26 -07:00
{
2020-01-15 20:01:19 +00:00
"lang": "eng",
"value": "CWE-190 Integer Overflow or Wraparound"
2019-06-17 16:21:26 -07:00
}
]
}
]
},
2020-01-15 20:01:19 +00:00
"references": {
"reference_data": [
2019-06-17 16:21:26 -07:00
{
2020-01-15 20:01:19 +00:00
"refsource": "MISC",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git/commit/?id=3b4929f65b0d8249f19a50245cd88ed1a2f78cff",
"name": "https://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git/commit/?id=3b4929f65b0d8249f19a50245cd88ed1a2f78cff"
2019-06-17 16:21:26 -07:00
},
{
2020-01-15 20:01:19 +00:00
"refsource": "MISC",
"url": "https://github.com/Netflix/security-bulletins/blob/master/advisories/third-party/2019-001.md",
"name": "https://github.com/Netflix/security-bulletins/blob/master/advisories/third-party/2019-001.md"
2019-06-17 16:21:26 -07:00
},
{
2020-01-15 20:01:19 +00:00
"refsource": "MISC",
"url": "https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/SACKPanic",
"name": "https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/SACKPanic"
2019-06-17 16:21:26 -07:00
},
{
2020-01-15 20:01:19 +00:00
"refsource": "MISC",
"url": "https://access.redhat.com/security/vulnerabilities/tcpsack",
"name": "https://access.redhat.com/security/vulnerabilities/tcpsack"
2019-06-19 07:00:46 +00:00
},
{
2020-01-15 20:01:19 +00:00
"refsource": "CONFIRM",
"name": "https://support.f5.com/csp/article/K78234183",
"url": "https://support.f5.com/csp/article/K78234183"
2019-06-19 19:00:46 +00:00
},
{
2020-01-15 20:01:19 +00:00
"refsource": "MISC",
"name": "http://packetstormsecurity.com/files/153346/Kernel-Live-Patch-Security-Notice-LSN-0052-1.html",
"url": "http://packetstormsecurity.com/files/153346/Kernel-Live-Patch-Security-Notice-LSN-0052-1.html"
2019-06-19 20:00:46 +00:00
},
{
2020-01-15 20:01:19 +00:00
"refsource": "CONFIRM",
"name": "https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44193",
"url": "https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44193"
2019-06-20 20:00:46 +00:00
},
{
2020-01-15 20:01:19 +00:00
"refsource": "CERT-VN",
"name": "VU#905115",
"url": "https://www.kb.cert.org/vuls/id/905115"
2019-06-20 21:00:53 +00:00
},
{
2020-01-15 20:01:19 +00:00
"refsource": "MLIST",
"name": "[oss-security] 20190620 Re: Linux and FreeBSD Kernel: Multiple TCP-based remote denial of service issues",
"url": "http://www.openwall.com/lists/oss-security/2019/06/20/3"
2019-06-25 07:00:47 +00:00
},
{
2020-01-15 20:01:19 +00:00
"refsource": "CONFIRM",
"name": "https://www.synology.com/security/advisory/Synology_SA_19_28",
"url": "https://www.synology.com/security/advisory/Synology_SA_19_28"
2019-06-25 10:00:46 +00:00
},
{
2020-01-15 20:01:19 +00:00
"refsource": "CONFIRM",
"name": "https://security.netapp.com/advisory/ntap-20190625-0001/",
"url": "https://security.netapp.com/advisory/ntap-20190625-0001/"
2019-06-25 13:00:48 +00:00
},
{
2020-01-15 20:01:19 +00:00
"refsource": "REDHAT",
"name": "RHSA-2019:1594",
"url": "https://access.redhat.com/errata/RHSA-2019:1594"
2019-06-25 21:00:48 +00:00
},
{
2020-01-15 20:01:19 +00:00
"refsource": "REDHAT",
"name": "RHSA-2019:1602",
"url": "https://access.redhat.com/errata/RHSA-2019:1602"
2019-06-27 00:00:51 +00:00
},
{
2020-01-15 20:01:19 +00:00
"refsource": "CONFIRM",
"name": "https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2019-0006",
"url": "https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2019-0006"
2019-06-28 08:00:46 +00:00
},
{
2020-01-15 20:01:19 +00:00
"refsource": "CONFIRM",
"name": "https://kc.mcafee.com/corporate/index?page=content&id=SB10287",
"url": "https://kc.mcafee.com/corporate/index?page=content&id=SB10287"
2019-06-28 21:00:58 +00:00
},
{
2020-01-15 20:01:19 +00:00
"refsource": "MLIST",
"name": "[oss-security] 20190628 Re: linux-distros membership application - Microsoft",
"url": "http://www.openwall.com/lists/oss-security/2019/06/28/2"
2019-07-02 17:00:54 +00:00
},
{
2020-01-15 20:01:19 +00:00
"refsource": "CONFIRM",
"name": "http://www.vmware.com/security/advisories/VMSA-2019-0010.html",
"url": "http://www.vmware.com/security/advisories/VMSA-2019-0010.html"
2019-07-07 00:01:00 +00:00
},
{
2020-01-15 20:01:19 +00:00
"refsource": "MLIST",
"name": "[oss-security] 20190706 Re: linux-distros membership application - Microsoft",
"url": "http://www.openwall.com/lists/oss-security/2019/07/06/3"
2019-07-07 00:01:00 +00:00
},
{
2020-01-15 20:01:19 +00:00
"refsource": "MLIST",
"name": "[oss-security] 20190706 Re: linux-distros membership application - Microsoft",
"url": "http://www.openwall.com/lists/oss-security/2019/07/06/4"
2019-07-08 12:01:06 +00:00
},
{
2020-01-15 20:01:19 +00:00
"refsource": "REDHAT",
"name": "RHSA-2019:1699",
"url": "https://access.redhat.com/errata/RHSA-2019:1699"
2019-09-10 13:00:52 +00:00
},
{
2020-01-15 20:01:19 +00:00
"refsource": "CONFIRM",
"name": "https://cert-portal.siemens.com/productcert/pdf/ssa-462066.pdf",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-462066.pdf"
2019-09-24 16:01:00 +00:00
},
{
2020-01-15 20:01:19 +00:00
"refsource": "MISC",
"name": "https://www.us-cert.gov/ics/advisories/icsa-19-253-03",
"url": "https://www.us-cert.gov/ics/advisories/icsa-19-253-03"
2019-10-23 20:01:04 +00:00
},
{
2020-01-15 20:01:19 +00:00
"refsource": "MISC",
"name": "http://packetstormsecurity.com/files/154951/Kernel-Live-Patch-Security-Notice-LSN-0058-1.html",
"url": "http://packetstormsecurity.com/files/154951/Kernel-Live-Patch-Security-Notice-LSN-0058-1.html"
2019-10-24 12:01:28 +00:00
},
{
2020-01-15 20:01:19 +00:00
"refsource": "MLIST",
"name": "[oss-security] 20191023 Membership application for linux-distros - VMware",
"url": "http://www.openwall.com/lists/oss-security/2019/10/24/1"
2019-10-30 00:01:13 +00:00
},
{
2020-01-15 20:01:19 +00:00
"refsource": "MLIST",
"name": "[oss-security] 20191029 Re: Membership application for linux-distros - VMware",
"url": "http://www.openwall.com/lists/oss-security/2019/10/29/3"
2019-12-26 02:01:00 +00:00
},
{
2020-01-15 20:01:19 +00:00
"refsource": "CONFIRM",
"name": "http://www.huawei.com/en/psirt/security-advisories/huawei-sa-20191225-01-kernel-en",
"url": "http://www.huawei.com/en/psirt/security-advisories/huawei-sa-20191225-01-kernel-en"
Bill Situ <Bill.Situ@Oracle.com> Oracle Critical Patch Update - January 2020 This update contains updated third party CVEs On branch cna/Oracle/CPU2020Jan3rdPartyCVEs Changes to be committed: modified: 2014/3xxx/CVE-2014-3004.json modified: 2014/3xxx/CVE-2014-3596.json modified: 2015/9xxx/CVE-2015-9251.json modified: 2016/0xxx/CVE-2016-0701.json modified: 2016/1000xxx/CVE-2016-1000031.json modified: 2016/1xxx/CVE-2016-1181.json modified: 2016/1xxx/CVE-2016-1182.json modified: 2016/2xxx/CVE-2016-2183.json modified: 2016/4xxx/CVE-2016-4000.json modified: 2016/5xxx/CVE-2016-5019.json modified: 2016/6xxx/CVE-2016-6306.json modified: 2016/6xxx/CVE-2016-6814.json modified: 2016/8xxx/CVE-2016-8610.json modified: 2017/1000xxx/CVE-2017-1000376.json modified: 2017/12xxx/CVE-2017-12626.json modified: 2017/14xxx/CVE-2017-14735.json modified: 2017/15xxx/CVE-2017-15708.json modified: 2017/15xxx/CVE-2017-15906.json modified: 2017/5xxx/CVE-2017-5645.json modified: 2018/0xxx/CVE-2018-0734.json modified: 2018/0xxx/CVE-2018-0735.json modified: 2018/1000xxx/CVE-2018-1000030.json modified: 2018/11xxx/CVE-2018-11039.json modified: 2018/11xxx/CVE-2018-11040.json modified: 2018/11xxx/CVE-2018-11054.json modified: 2018/11xxx/CVE-2018-11055.json modified: 2018/11xxx/CVE-2018-11056.json modified: 2018/11xxx/CVE-2018-11057.json modified: 2018/11xxx/CVE-2018-11058.json modified: 2018/11xxx/CVE-2018-11307.json modified: 2018/11xxx/CVE-2018-11759.json modified: 2018/11xxx/CVE-2018-11784.json modified: 2018/14xxx/CVE-2018-14718.json modified: 2018/15xxx/CVE-2018-15473.json modified: 2018/15xxx/CVE-2018-15756.json modified: 2018/15xxx/CVE-2018-15769.json modified: 2018/16xxx/CVE-2018-16395.json modified: 2018/17xxx/CVE-2018-17189.json modified: 2018/19xxx/CVE-2018-19362.json modified: 2018/1xxx/CVE-2018-1060.json modified: 2018/1xxx/CVE-2018-1257.json modified: 2018/1xxx/CVE-2018-1258.json modified: 2018/20xxx/CVE-2018-20684.json modified: 2018/5xxx/CVE-2018-5407.json modified: 2018/6xxx/CVE-2018-6829.json modified: 2018/8xxx/CVE-2018-8032.json modified: 2018/8xxx/CVE-2018-8039.json modified: 2019/0xxx/CVE-2019-0199.json modified: 2019/0xxx/CVE-2019-0215.json modified: 2019/0xxx/CVE-2019-0221.json modified: 2019/0xxx/CVE-2019-0227.json modified: 2019/0xxx/CVE-2019-0232.json modified: 2019/10xxx/CVE-2019-10072.json modified: 2019/10xxx/CVE-2019-10086.json modified: 2019/10xxx/CVE-2019-10088.json modified: 2019/10xxx/CVE-2019-10092.json modified: 2019/10xxx/CVE-2019-10093.json modified: 2019/10xxx/CVE-2019-10094.json modified: 2019/10xxx/CVE-2019-10098.json modified: 2019/10xxx/CVE-2019-10246.json modified: 2019/10xxx/CVE-2019-10247.json modified: 2019/11xxx/CVE-2019-11358.json modified: 2019/11xxx/CVE-2019-11477.json modified: 2019/11xxx/CVE-2019-11478.json modified: 2019/11xxx/CVE-2019-11479.json modified: 2019/12xxx/CVE-2019-12086.json modified: 2019/12xxx/CVE-2019-12384.json modified: 2019/12xxx/CVE-2019-12406.json modified: 2019/12xxx/CVE-2019-12415.json modified: 2019/12xxx/CVE-2019-12419.json modified: 2019/12xxx/CVE-2019-12814.json modified: 2019/13xxx/CVE-2019-13117.json modified: 2019/13xxx/CVE-2019-13118.json modified: 2019/14xxx/CVE-2019-14379.json modified: 2019/14xxx/CVE-2019-14439.json modified: 2019/14xxx/CVE-2019-14540.json modified: 2019/15xxx/CVE-2019-15845.json modified: 2019/16xxx/CVE-2019-16168.json modified: 2019/16xxx/CVE-2019-16201.json modified: 2019/16xxx/CVE-2019-16254.json modified: 2019/16xxx/CVE-2019-16255.json modified: 2019/16xxx/CVE-2019-16335.json modified: 2019/16xxx/CVE-2019-16775.json modified: 2019/16xxx/CVE-2019-16776.json modified: 2019/16xxx/CVE-2019-16777.json modified: 2019/16xxx/CVE-2019-16942.json modified: 2019/16xxx/CVE-2019-16943.json modified: 2019/17xxx/CVE-2019-17091.json modified: 2019/17xxx/CVE-2019-17267.json modified: 2019/17xxx/CVE-2019-17359.json modified: 2019/17xxx/CVE-2019-17531.json modified: 2019/1xxx/CVE-2019-1547.json modified: 2019/1xxx/CVE-2019-1549.json modified: 2019/1xxx/CVE-2019-1552.json modified: 2019/1xxx/CVE-2019-1559.json modified: 2019/1xxx/CVE-2019-1563.json modified: 2019/2xxx/CVE-2019-2904.json modified: 2019/3xxx/CVE-2019-3862.json modified: 2019/5xxx/CVE-2019-5481.json modified: 2019/5xxx/CVE-2019-5482.json modified: 2019/5xxx/CVE-2019-5718.json modified: 2019/8xxx/CVE-2019-8457.json modified: 2019/9xxx/CVE-2019-9208.json modified: 2019/9xxx/CVE-2019-9636.json modified: 2019/9xxx/CVE-2019-9936.json modified: 2019/9xxx/CVE-2019-9937.json
2020-01-14 15:46:23 -08:00
},
{
2020-01-15 20:01:19 +00:00
"url": "https://www.oracle.com/security-alerts/cpujan2020.html",
"refsource": "MISC",
"name": "https://www.oracle.com/security-alerts/cpujan2020.html"
2019-06-17 16:21:26 -07:00
}
]
},
2020-01-15 20:01:19 +00:00
"source": {
"advisory": "https://usn.ubuntu.com/4017-1",
"defect": [
2019-06-17 16:21:26 -07:00
"https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1831637"
],
2020-01-15 20:01:19 +00:00
"discovery": "UNKNOWN"
2019-04-23 19:00:50 +00:00
}
2019-06-19 00:00:51 +00:00
}