Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2017-1000405 (GCVE-0-2017-1000405)
Vulnerability from cvelistv5 – Published: 2017-11-30 22:00 – Updated: 2024-08-05 22:00- n/a
| URL | Tags |
|---|---|
| http://www.securityfocus.com/bid/102032 | vdb-entryx_refsource_BID |
| https://access.redhat.com/errata/RHSA-2018:0180 | vendor-advisoryx_refsource_REDHAT |
| https://medium.com/bindecy/huge-dirty-cow-cve-201… | x_refsource_MISC |
| https://source.android.com/security/bulletin/pixe… | x_refsource_CONFIRM |
| http://www.securitytracker.com/id/1040020 | vdb-entryx_refsource_SECTRACK |
| https://www.exploit-db.com/exploits/43199/ | exploitx_refsource_EXPLOIT-DB |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-05T22:00:40.830Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "102032",
"tags": [
"vdb-entry",
"x_refsource_BID",
"x_transferred"
],
"url": "http://www.securityfocus.com/bid/102032"
},
{
"name": "RHSA-2018:0180",
"tags": [
"vendor-advisory",
"x_refsource_REDHAT",
"x_transferred"
],
"url": "https://access.redhat.com/errata/RHSA-2018:0180"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://medium.com/bindecy/huge-dirty-cow-cve-2017-1000405-110eca132de0"
},
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://source.android.com/security/bulletin/pixel/2018-02-01"
},
{
"name": "1040020",
"tags": [
"vdb-entry",
"x_refsource_SECTRACK",
"x_transferred"
],
"url": "http://www.securitytracker.com/id/1040020"
},
{
"name": "43199",
"tags": [
"exploit",
"x_refsource_EXPLOIT-DB",
"x_transferred"
],
"url": "https://www.exploit-db.com/exploits/43199/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "n/a",
"vendor": "n/a",
"versions": [
{
"status": "affected",
"version": "n/a"
}
]
}
],
"dateAssigned": "2017-11-22T00:00:00.000Z",
"datePublic": "2017-11-27T00:00:00.000Z",
"descriptions": [
{
"lang": "en",
"value": "The Linux Kernel versions 2.6.38 through 4.14 have a problematic use of pmd_mkdirty() in the touch_pmd() function inside the THP implementation. touch_pmd() can be reached by get_user_pages(). In such case, the pmd will become dirty. This scenario breaks the new can_follow_write_pmd()\u0027s logic - pmd can become dirty without going through a COW cycle. This bug is not as severe as the original \"Dirty cow\" because an ext4 file (or any other regular file) cannot be mapped using THP. Nevertheless, it does allow us to overwrite read-only huge pages. For example, the zero huge page and sealed shmem files can be overwritten (since their mapping can be populated using THP). Note that after the first write page-fault to the zero page, it will be replaced with a new fresh (and zeroed) thp."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "n/a",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2018-02-12T18:57:01.000Z",
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"shortName": "mitre"
},
"references": [
{
"name": "102032",
"tags": [
"vdb-entry",
"x_refsource_BID"
],
"url": "http://www.securityfocus.com/bid/102032"
},
{
"name": "RHSA-2018:0180",
"tags": [
"vendor-advisory",
"x_refsource_REDHAT"
],
"url": "https://access.redhat.com/errata/RHSA-2018:0180"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://medium.com/bindecy/huge-dirty-cow-cve-2017-1000405-110eca132de0"
},
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://source.android.com/security/bulletin/pixel/2018-02-01"
},
{
"name": "1040020",
"tags": [
"vdb-entry",
"x_refsource_SECTRACK"
],
"url": "http://www.securitytracker.com/id/1040020"
},
{
"name": "43199",
"tags": [
"exploit",
"x_refsource_EXPLOIT-DB"
],
"url": "https://www.exploit-db.com/exploits/43199/"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"DATE_ASSIGNED": "2017-11-22",
"ID": "CVE-2017-1000405",
"REQUESTER": "contact@bindecy.com",
"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": [
{
"lang": "eng",
"value": "The Linux Kernel versions 2.6.38 through 4.14 have a problematic use of pmd_mkdirty() in the touch_pmd() function inside the THP implementation. touch_pmd() can be reached by get_user_pages(). In such case, the pmd will become dirty. This scenario breaks the new can_follow_write_pmd()\u0027s logic - pmd can become dirty without going through a COW cycle. This bug is not as severe as the original \"Dirty cow\" because an ext4 file (or any other regular file) cannot be mapped using THP. Nevertheless, it does allow us to overwrite read-only huge pages. For example, the zero huge page and sealed shmem files can be overwritten (since their mapping can be populated using THP). Note that after the first write page-fault to the zero page, it will be replaced with a new fresh (and zeroed) thp."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "102032",
"refsource": "BID",
"url": "http://www.securityfocus.com/bid/102032"
},
{
"name": "RHSA-2018:0180",
"refsource": "REDHAT",
"url": "https://access.redhat.com/errata/RHSA-2018:0180"
},
{
"name": "https://medium.com/bindecy/huge-dirty-cow-cve-2017-1000405-110eca132de0",
"refsource": "MISC",
"url": "https://medium.com/bindecy/huge-dirty-cow-cve-2017-1000405-110eca132de0"
},
{
"name": "https://source.android.com/security/bulletin/pixel/2018-02-01",
"refsource": "CONFIRM",
"url": "https://source.android.com/security/bulletin/pixel/2018-02-01"
},
{
"name": "1040020",
"refsource": "SECTRACK",
"url": "http://www.securitytracker.com/id/1040020"
},
{
"name": "43199",
"refsource": "EXPLOIT-DB",
"url": "https://www.exploit-db.com/exploits/43199/"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"assignerShortName": "mitre",
"cveId": "CVE-2017-1000405",
"datePublished": "2017-11-30T22:00:00.000Z",
"dateReserved": "2017-11-29T00:00:00.000Z",
"dateUpdated": "2024-08-05T22:00:40.830Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2017-1000405",
"date": "2026-08-27",
"epss": "0.02841",
"percentile": "0.85645"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2017-1000405\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2017-11-30T22:29:00.217\",\"lastModified\":\"2026-05-13T00:24:29.033\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"The Linux Kernel versions 2.6.38 through 4.14 have a problematic use of pmd_mkdirty() in the touch_pmd() function inside the THP implementation. touch_pmd() can be reached by get_user_pages(). In such case, the pmd will become dirty. This scenario breaks the new can_follow_write_pmd()\u0027s logic - pmd can become dirty without going through a COW cycle. This bug is not as severe as the original \\\"Dirty cow\\\" because an ext4 file (or any other regular file) cannot be mapped using THP. Nevertheless, it does allow us to overwrite read-only huge pages. For example, the zero huge page and sealed shmem files can be overwritten (since their mapping can be populated using THP). Note that after the first write page-fault to the zero page, it will be replaced with a new fresh (and zeroed) thp.\"},{\"lang\":\"es\",\"value\":\"El kernel de Linux desde la versi\u00f3n 2.6.38 hasta la 4.14 presenta un uso problem\u00e1tico de pmd_mkdirty() en la funci\u00f3n touch_pmd() dentro de la implementaci\u00f3n THP. Se puede llegar a touch_pmd() con get_user_pages(). En ese caso, el pmd se ensuciar\u00eda. Este escenario rompe la nueva l\u00f3gica de can_follow_write_pmd(). pmd puede contaminarse sin pasar por un ciclo COW. Este fallo no es tan severo como el error original \\\"Dirty COW\\\" porque un archivo ext4 (o cualquier otro archivo normal) no puede ser mapeado usando THP. Sin embargo, permite sobrescribir huge pages de solo lectura. Por ejemplo, los archivos shmem sellados y huge pages con ceros pueden sobrescribirse (ya que se pueden mapear con THP). Tenga en cuenta que despu\u00e9s del primer error de escritura de p\u00e1gina en la p\u00e1gina con cero, se reemplazar\u00e1 por un nuevo thp (y con ceros).\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.0,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.0,\"impactScore\":5.9}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:L/AC:M/Au:N/C:C/I:C/A:C\",\"baseScore\":6.9,\"accessVector\":\"LOCAL\",\"accessComplexity\":\"MEDIUM\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"COMPLETE\",\"integrityImpact\":\"COMPLETE\",\"availabilityImpact\":\"COMPLETE\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":3.4,\"impactScore\":10.0,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-362\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.2.87\",\"versionEndExcluding\":\"3.3\",\"matchCriteriaId\":\"EDF220AE-D4D3-4C0B-BFCA-4DDB897A81FA\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.10.106\",\"versionEndExcluding\":\"3.11\",\"matchCriteriaId\":\"37623D83-3245-418B-AA79-7FFB56124AAB\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.12.73\",\"versionEndExcluding\":\"3.13\",\"matchCriteriaId\":\"AB8D1C8F-5DE4-4255-B35E-85BEE71D518A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.16.42\",\"versionEndExcluding\":\"3.16.52\",\"matchCriteriaId\":\"6D8C2C4B-81CA-4D5D-9B18-6D93FC1B1B5B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.18.55\",\"versionEndExcluding\":\"3.18.86\",\"matchCriteriaId\":\"B38F58F2-22F3-41A2-B43D-FD9027FD2A7D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.1.41\",\"versionEndExcluding\":\"4.1.48\",\"matchCriteriaId\":\"871C0EA3-24B8-4D57-A72C-42F66AEED6D0\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.4.70\",\"versionEndExcluding\":\"4.4.104\",\"matchCriteriaId\":\"FCBEC938-9743-47A8-B536-D7B935A453A3\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.9.7\",\"versionEndExcluding\":\"4.9.67\",\"matchCriteriaId\":\"1D4E9DE9-EA55-48F6-88BB-DBF18E65D76A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.10\",\"versionEndExcluding\":\"4.14.4\",\"matchCriteriaId\":\"526A67F6-8D42-4C55-99BE-B68231777244\"}]}]}],\"references\":[{\"url\":\"http://www.securityfocus.com/bid/102032\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"http://www.securitytracker.com/id/1040020\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2018:0180\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://medium.com/bindecy/huge-dirty-cow-cve-2017-1000405-110eca132de0\",\"source\":\"cve@mitre.org\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"https://source.android.com/security/bulletin/pixel/2018-02-01\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.exploit-db.com/exploits/43199/\",\"source\":\"cve@mitre.org\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"http://www.securityfocus.com/bid/102032\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"http://www.securitytracker.com/id/1040020\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2018:0180\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://medium.com/bindecy/huge-dirty-cow-cve-2017-1000405-110eca132de0\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"https://source.android.com/security/bulletin/pixel/2018-02-01\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.exploit-db.com/exploits/43199/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Third Party Advisory\",\"VDB Entry\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Important",
"current_release_date": "2026-06-28T11:09:50+00:00",
"cve": "CVE-2017-1000405",
"id": "CVE-2017-1000405",
"initial_release_date": "2017-11-30T00:00:00+00:00",
"product_status:fixed": "50",
"product_status:known_not_affected": "55",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "kernel: pmd can become dirty without going through a COW cycle",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2017/cve-2017-1000405.json",
"version": "3"
}
}
}
SUSE-SU-2020:3449-1
Vulnerability from csaf_suse - Published: 2020-11-19 16:20 - Updated: 2020-11-19 16:20| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-8-2.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-8-2.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_41-default-8-2.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_41-default-8-2.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-8-2.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-8-2.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_41-default-8-2.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_41-default-8-2.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-8-2.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-8-2.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_41-default-8-2.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_41-default-8-2.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-8-2.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-8-2.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_41-default-8-2.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_41-default-8-2.2.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"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 the Linux Kernel (Live Patch 16 for SLE 15)",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for the Linux Kernel 4.12.14-150_41 fixes several issues.\n\nThe following security issues were fixed:\n\n- CVE-2017-1000405: Fixed a bug in the THP CoW support that could have been used by local attackers to corrupt memory of other processes and cause them to crash (bsc#1178264, bsc#1069496, bsc#1070307).\n- CVE-2020-0430: Fixed an OOB read in skb_headlen of /include/linux/skbuff.h (bsc#1176723, bsc#1178003).\n- CVE-2020-12351: Fixed a type confusion while processing AMP packets aka \u0027BleedingTooth\u0027 aka \u0027BadKarma\u0027 (bsc#1177724, bsc#1177729, bsc#1178397).\n- CVE-2020-25645: Fixed an an issue in IPsec that caused traffic between two Geneve endpoints to be unencrypted (bnc#1177513).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2020-3449,SUSE-SLE-Live-Patching-12-SP4-2020-3449,SUSE-SLE-Module-Live-Patching-15-2020-3440",
"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-2020_3449-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2020:3449-1",
"url": "https://www.suse.com/support/update/announcement/2020/suse-su-20203449-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2020:3449-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2020-November/007816.html"
},
{
"category": "self",
"summary": "SUSE Bug 1177513",
"url": "https://bugzilla.suse.com/1177513"
},
{
"category": "self",
"summary": "SUSE Bug 1177729",
"url": "https://bugzilla.suse.com/1177729"
},
{
"category": "self",
"summary": "SUSE Bug 1178003",
"url": "https://bugzilla.suse.com/1178003"
},
{
"category": "self",
"summary": "SUSE Bug 1178264",
"url": "https://bugzilla.suse.com/1178264"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-1000405 page",
"url": "https://www.suse.com/security/cve/CVE-2017-1000405/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-0430 page",
"url": "https://www.suse.com/security/cve/CVE-2020-0430/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-12351 page",
"url": "https://www.suse.com/security/cve/CVE-2020-12351/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-25645 page",
"url": "https://www.suse.com/security/cve/CVE-2020-25645/"
}
],
"title": "Security update for the Linux Kernel (Live Patch 16 for SLE 15)",
"tracking": {
"current_release_date": "2020-11-19T16:20:50Z",
"generator": {
"date": "2020-11-19T16:20:50Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2020:3449-1",
"initial_release_date": "2020-11-19T16:20:50Z",
"revision_history": [
{
"date": "2020-11-19T16:20:50Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "kgraft-patch-4_12_14-95_40-default-8-2.2.ppc64le",
"product": {
"name": "kgraft-patch-4_12_14-95_40-default-8-2.2.ppc64le",
"product_id": "kgraft-patch-4_12_14-95_40-default-8-2.2.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-livepatch-4_12_14-150_41-default-8-2.2.ppc64le",
"product": {
"name": "kernel-livepatch-4_12_14-150_41-default-8-2.2.ppc64le",
"product_id": "kernel-livepatch-4_12_14-150_41-default-8-2.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kgraft-patch-4_12_14-95_40-default-8-2.2.x86_64",
"product": {
"name": "kgraft-patch-4_12_14-95_40-default-8-2.2.x86_64",
"product_id": "kgraft-patch-4_12_14-95_40-default-8-2.2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-livepatch-4_12_14-150_41-default-8-2.2.x86_64",
"product": {
"name": "kernel-livepatch-4_12_14-150_41-default-8-2.2.x86_64",
"product_id": "kernel-livepatch-4_12_14-150_41-default-8-2.2.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Live Patching 12 SP4",
"product": {
"name": "SUSE Linux Enterprise Live Patching 12 SP4",
"product_id": "SUSE Linux Enterprise Live Patching 12 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-live-patching:12:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Live Patching 15",
"product": {
"name": "SUSE Linux Enterprise Live Patching 15",
"product_id": "SUSE Linux Enterprise Live Patching 15",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-live-patching:15"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kgraft-patch-4_12_14-95_40-default-8-2.2.ppc64le as component of SUSE Linux Enterprise Live Patching 12 SP4",
"product_id": "SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-8-2.2.ppc64le"
},
"product_reference": "kgraft-patch-4_12_14-95_40-default-8-2.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Live Patching 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kgraft-patch-4_12_14-95_40-default-8-2.2.x86_64 as component of SUSE Linux Enterprise Live Patching 12 SP4",
"product_id": "SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-8-2.2.x86_64"
},
"product_reference": "kgraft-patch-4_12_14-95_40-default-8-2.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Live Patching 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-livepatch-4_12_14-150_41-default-8-2.2.ppc64le as component of SUSE Linux Enterprise Live Patching 15",
"product_id": "SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_41-default-8-2.2.ppc64le"
},
"product_reference": "kernel-livepatch-4_12_14-150_41-default-8-2.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-livepatch-4_12_14-150_41-default-8-2.2.x86_64 as component of SUSE Linux Enterprise Live Patching 15",
"product_id": "SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_41-default-8-2.2.x86_64"
},
"product_reference": "kernel-livepatch-4_12_14-150_41-default-8-2.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2017-1000405",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-1000405"
}
],
"notes": [
{
"category": "general",
"text": "The Linux Kernel versions 2.6.38 through 4.14 have a problematic use of pmd_mkdirty() in the touch_pmd() function inside the THP implementation. touch_pmd() can be reached by get_user_pages(). In such case, the pmd will become dirty. This scenario breaks the new can_follow_write_pmd()\u0027s logic - pmd can become dirty without going through a COW cycle. This bug is not as severe as the original \"Dirty cow\" because an ext4 file (or any other regular file) cannot be mapped using THP. Nevertheless, it does allow us to overwrite read-only huge pages. For example, the zero huge page and sealed shmem files can be overwritten (since their mapping can be populated using THP). Note that after the first write page-fault to the zero page, it will be replaced with a new fresh (and zeroed) thp.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-8-2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-8-2.2.x86_64",
"SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_41-default-8-2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_41-default-8-2.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-1000405",
"url": "https://www.suse.com/security/cve/CVE-2017-1000405"
},
{
"category": "external",
"summary": "SUSE Bug 1069496 for CVE-2017-1000405",
"url": "https://bugzilla.suse.com/1069496"
},
{
"category": "external",
"summary": "SUSE Bug 1070307 for CVE-2017-1000405",
"url": "https://bugzilla.suse.com/1070307"
}
],
"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 Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-8-2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-8-2.2.x86_64",
"SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_41-default-8-2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_41-default-8-2.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-8-2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-8-2.2.x86_64",
"SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_41-default-8-2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_41-default-8-2.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-19T16:20:50Z",
"details": "important"
}
],
"title": "CVE-2017-1000405"
},
{
"cve": "CVE-2020-0430",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-0430"
}
],
"notes": [
{
"category": "general",
"text": "In skb_headlen of /include/linux/skbuff.h, there is a possible out of bounds read due to memory corruption. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID: A-153881554",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-8-2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-8-2.2.x86_64",
"SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_41-default-8-2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_41-default-8-2.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-0430",
"url": "https://www.suse.com/security/cve/CVE-2020-0430"
},
{
"category": "external",
"summary": "SUSE Bug 1176723 for CVE-2020-0430",
"url": "https://bugzilla.suse.com/1176723"
},
{
"category": "external",
"summary": "SUSE Bug 1178003 for CVE-2020-0430",
"url": "https://bugzilla.suse.com/1178003"
}
],
"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 Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-8-2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-8-2.2.x86_64",
"SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_41-default-8-2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_41-default-8-2.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-8-2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-8-2.2.x86_64",
"SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_41-default-8-2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_41-default-8-2.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-19T16:20:50Z",
"details": "important"
}
],
"title": "CVE-2020-0430"
},
{
"cve": "CVE-2020-12351",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-12351"
}
],
"notes": [
{
"category": "general",
"text": "Improper input validation in BlueZ may allow an unauthenticated user to potentially enable escalation of privilege via adjacent access.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-8-2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-8-2.2.x86_64",
"SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_41-default-8-2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_41-default-8-2.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-12351",
"url": "https://www.suse.com/security/cve/CVE-2020-12351"
},
{
"category": "external",
"summary": "SUSE Bug 1177724 for CVE-2020-12351",
"url": "https://bugzilla.suse.com/1177724"
},
{
"category": "external",
"summary": "SUSE Bug 1177729 for CVE-2020-12351",
"url": "https://bugzilla.suse.com/1177729"
},
{
"category": "external",
"summary": "SUSE Bug 1178397 for CVE-2020-12351",
"url": "https://bugzilla.suse.com/1178397"
}
],
"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 Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-8-2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-8-2.2.x86_64",
"SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_41-default-8-2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_41-default-8-2.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-8-2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-8-2.2.x86_64",
"SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_41-default-8-2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_41-default-8-2.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-19T16:20:50Z",
"details": "important"
}
],
"title": "CVE-2020-12351"
},
{
"cve": "CVE-2020-25645",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-25645"
}
],
"notes": [
{
"category": "general",
"text": "A flaw was found in the Linux kernel in versions before 5.9-rc7. Traffic between two Geneve endpoints may be unencrypted when IPsec is configured to encrypt traffic for the specific UDP port used by the GENEVE tunnel allowing anyone between the two endpoints to read the traffic unencrypted. The main threat from this vulnerability is to data confidentiality.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-8-2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-8-2.2.x86_64",
"SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_41-default-8-2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_41-default-8-2.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-25645",
"url": "https://www.suse.com/security/cve/CVE-2020-25645"
},
{
"category": "external",
"summary": "SUSE Bug 1177511 for CVE-2020-25645",
"url": "https://bugzilla.suse.com/1177511"
},
{
"category": "external",
"summary": "SUSE Bug 1177513 for CVE-2020-25645",
"url": "https://bugzilla.suse.com/1177513"
}
],
"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 Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-8-2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-8-2.2.x86_64",
"SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_41-default-8-2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_41-default-8-2.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-8-2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-8-2.2.x86_64",
"SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_41-default-8-2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_41-default-8-2.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-11-19T16:20:50Z",
"details": "important"
}
],
"title": "CVE-2020-25645"
}
]
}
ubuntu-cve-2017-1000405
Vulnerability from osv_ubuntu
The Linux Kernel versions 2.6.38 through 4.14 have a problematic use of pmd_mkdirty() in the touch_pmd() function inside the THP implementation. touch_pmd() can be reached by get_user_pages(). In such case, the pmd will become dirty. This scenario breaks the new can_follow_write_pmd()'s logic - pmd can become dirty without going through a COW cycle. This bug is not as severe as the original "Dirty cow" because an ext4 file (or any other regular file) cannot be mapped using THP. Nevertheless, it does allow us to overwrite read-only huge pages. For example, the zero huge page and sealed shmem files can be overwritten (since their mapping can be populated using THP). Note that after the first write page-fault to the zero page, it will be replaced with a new fresh (and zeroed) thp.
{
"affected": [
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "block-modules-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "block-modules-3.13.0-137-generic-lpae-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "block-modules-3.13.0-137-powerpc-e500-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "block-modules-3.13.0-137-powerpc-e500mc-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "block-modules-3.13.0-137-powerpc-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "block-modules-3.13.0-137-powerpc64-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "crypto-modules-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "crypto-modules-3.13.0-137-generic-lpae-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "crypto-modules-3.13.0-137-powerpc-e500-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "crypto-modules-3.13.0-137-powerpc-e500mc-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "crypto-modules-3.13.0-137-powerpc-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "crypto-modules-3.13.0-137-powerpc64-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "fat-modules-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "fat-modules-3.13.0-137-generic-lpae-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "fat-modules-3.13.0-137-powerpc-e500-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "fat-modules-3.13.0-137-powerpc-e500mc-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "fat-modules-3.13.0-137-powerpc-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "fat-modules-3.13.0-137-powerpc64-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "fb-modules-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "firewire-core-modules-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "firewire-core-modules-3.13.0-137-powerpc-e500-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "firewire-core-modules-3.13.0-137-powerpc-e500mc-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "firewire-core-modules-3.13.0-137-powerpc-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "firewire-core-modules-3.13.0-137-powerpc64-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "floppy-modules-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "floppy-modules-3.13.0-137-powerpc-e500-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "floppy-modules-3.13.0-137-powerpc-e500mc-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "floppy-modules-3.13.0-137-powerpc-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "floppy-modules-3.13.0-137-powerpc64-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "fs-core-modules-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "fs-core-modules-3.13.0-137-generic-lpae-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "fs-core-modules-3.13.0-137-powerpc-e500-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "fs-core-modules-3.13.0-137-powerpc-e500mc-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "fs-core-modules-3.13.0-137-powerpc-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "fs-core-modules-3.13.0-137-powerpc64-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "fs-secondary-modules-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "fs-secondary-modules-3.13.0-137-generic-lpae-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "fs-secondary-modules-3.13.0-137-powerpc-e500-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "fs-secondary-modules-3.13.0-137-powerpc-e500mc-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "fs-secondary-modules-3.13.0-137-powerpc-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "fs-secondary-modules-3.13.0-137-powerpc64-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "input-modules-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "input-modules-3.13.0-137-generic-lpae-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "input-modules-3.13.0-137-powerpc-e500-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "input-modules-3.13.0-137-powerpc-e500mc-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "input-modules-3.13.0-137-powerpc-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "input-modules-3.13.0-137-powerpc64-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "ipmi-modules-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "ipmi-modules-3.13.0-137-generic-lpae-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "ipmi-modules-3.13.0-137-powerpc-e500-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "ipmi-modules-3.13.0-137-powerpc-e500mc-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "ipmi-modules-3.13.0-137-powerpc-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "ipmi-modules-3.13.0-137-powerpc64-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "irda-modules-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "irda-modules-3.13.0-137-generic-lpae-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "irda-modules-3.13.0-137-powerpc-e500-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "irda-modules-3.13.0-137-powerpc-e500mc-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "irda-modules-3.13.0-137-powerpc-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "irda-modules-3.13.0-137-powerpc64-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "kernel-image-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "kernel-image-3.13.0-137-generic-lpae-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "kernel-image-3.13.0-137-powerpc-e500-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "kernel-image-3.13.0-137-powerpc-e500mc-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "kernel-image-3.13.0-137-powerpc-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "kernel-image-3.13.0-137-powerpc64-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-cloud-tools-3.13.0-137",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-cloud-tools-3.13.0-137-generic",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-cloud-tools-3.13.0-137-lowlatency",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-cloud-tools-common",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-headers-3.13.0-137",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-headers-3.13.0-137-generic",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-headers-3.13.0-137-generic-lpae",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-headers-3.13.0-137-lowlatency",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-headers-3.13.0-137-powerpc-e500",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-headers-3.13.0-137-powerpc-e500mc",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-headers-3.13.0-137-powerpc-smp",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-headers-3.13.0-137-powerpc64-emb",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-headers-3.13.0-137-powerpc64-smp",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-image-3.13.0-137-generic",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-image-3.13.0-137-generic-lpae",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-image-3.13.0-137-lowlatency",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-image-3.13.0-137-powerpc-e500",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-image-3.13.0-137-powerpc-e500mc",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-image-3.13.0-137-powerpc-smp",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-image-3.13.0-137-powerpc64-emb",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-image-3.13.0-137-powerpc64-smp",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-image-extra-3.13.0-137-generic",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-source-3.13.0",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-tools-3.13.0-137",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-tools-3.13.0-137-generic",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-tools-3.13.0-137-generic-lpae",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-tools-3.13.0-137-lowlatency",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-tools-3.13.0-137-powerpc-e500",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-tools-3.13.0-137-powerpc-e500mc",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-tools-3.13.0-137-powerpc-smp",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-tools-3.13.0-137-powerpc64-emb",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-tools-3.13.0-137-powerpc64-smp",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-tools-common",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-udebs-generic",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-udebs-generic-lpae",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-udebs-powerpc-e500",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-udebs-powerpc-e500mc",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-udebs-powerpc-smp",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "linux-udebs-powerpc64-smp",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "md-modules-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "md-modules-3.13.0-137-generic-lpae-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "md-modules-3.13.0-137-powerpc-e500-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "md-modules-3.13.0-137-powerpc-e500mc-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "md-modules-3.13.0-137-powerpc-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "md-modules-3.13.0-137-powerpc64-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "message-modules-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "message-modules-3.13.0-137-powerpc-e500-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "message-modules-3.13.0-137-powerpc-e500mc-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "message-modules-3.13.0-137-powerpc-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "message-modules-3.13.0-137-powerpc64-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "mouse-modules-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "mouse-modules-3.13.0-137-generic-lpae-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "mouse-modules-3.13.0-137-powerpc-e500-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "mouse-modules-3.13.0-137-powerpc-e500mc-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "mouse-modules-3.13.0-137-powerpc-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "mouse-modules-3.13.0-137-powerpc64-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "multipath-modules-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "multipath-modules-3.13.0-137-generic-lpae-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "multipath-modules-3.13.0-137-powerpc-e500-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "multipath-modules-3.13.0-137-powerpc-e500mc-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "multipath-modules-3.13.0-137-powerpc-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "multipath-modules-3.13.0-137-powerpc64-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "nfs-modules-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "nfs-modules-3.13.0-137-generic-lpae-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "nfs-modules-3.13.0-137-powerpc-e500-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "nfs-modules-3.13.0-137-powerpc-e500mc-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "nfs-modules-3.13.0-137-powerpc-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "nfs-modules-3.13.0-137-powerpc64-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "nic-modules-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "nic-modules-3.13.0-137-generic-lpae-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "nic-modules-3.13.0-137-powerpc-e500-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "nic-modules-3.13.0-137-powerpc-e500mc-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "nic-modules-3.13.0-137-powerpc-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "nic-modules-3.13.0-137-powerpc64-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "nic-pcmcia-modules-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "nic-shared-modules-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "nic-shared-modules-3.13.0-137-generic-lpae-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "nic-shared-modules-3.13.0-137-powerpc-e500-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "nic-shared-modules-3.13.0-137-powerpc-e500mc-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "nic-shared-modules-3.13.0-137-powerpc-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "nic-shared-modules-3.13.0-137-powerpc64-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "nic-usb-modules-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "nic-usb-modules-3.13.0-137-generic-lpae-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "nic-usb-modules-3.13.0-137-powerpc-e500-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "nic-usb-modules-3.13.0-137-powerpc-e500mc-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "nic-usb-modules-3.13.0-137-powerpc-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "nic-usb-modules-3.13.0-137-powerpc64-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "parport-modules-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "parport-modules-3.13.0-137-generic-lpae-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "parport-modules-3.13.0-137-powerpc-e500-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "parport-modules-3.13.0-137-powerpc-e500mc-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "parport-modules-3.13.0-137-powerpc-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "parport-modules-3.13.0-137-powerpc64-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "pata-modules-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "pata-modules-3.13.0-137-powerpc-e500-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "pata-modules-3.13.0-137-powerpc-e500mc-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "pata-modules-3.13.0-137-powerpc-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "pata-modules-3.13.0-137-powerpc64-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "pcmcia-modules-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "pcmcia-storage-modules-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "plip-modules-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "plip-modules-3.13.0-137-generic-lpae-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "plip-modules-3.13.0-137-powerpc-e500-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "plip-modules-3.13.0-137-powerpc-e500mc-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "plip-modules-3.13.0-137-powerpc-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "plip-modules-3.13.0-137-powerpc64-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "ppp-modules-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "ppp-modules-3.13.0-137-generic-lpae-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "ppp-modules-3.13.0-137-powerpc-e500-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "ppp-modules-3.13.0-137-powerpc-e500mc-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "ppp-modules-3.13.0-137-powerpc-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "ppp-modules-3.13.0-137-powerpc64-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "sata-modules-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "sata-modules-3.13.0-137-generic-lpae-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "sata-modules-3.13.0-137-powerpc-e500-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "sata-modules-3.13.0-137-powerpc-e500mc-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "sata-modules-3.13.0-137-powerpc-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "sata-modules-3.13.0-137-powerpc64-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "scsi-modules-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "scsi-modules-3.13.0-137-generic-lpae-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "scsi-modules-3.13.0-137-powerpc-e500-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "scsi-modules-3.13.0-137-powerpc-e500mc-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "scsi-modules-3.13.0-137-powerpc-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "scsi-modules-3.13.0-137-powerpc64-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "serial-modules-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "speakup-modules-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "speakup-modules-3.13.0-137-generic-lpae-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "speakup-modules-3.13.0-137-powerpc-e500-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "speakup-modules-3.13.0-137-powerpc-e500mc-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "speakup-modules-3.13.0-137-powerpc-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "speakup-modules-3.13.0-137-powerpc64-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "squashfs-modules-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "squashfs-modules-3.13.0-137-generic-lpae-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "squashfs-modules-3.13.0-137-powerpc-e500-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "squashfs-modules-3.13.0-137-powerpc-e500mc-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "squashfs-modules-3.13.0-137-powerpc-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "squashfs-modules-3.13.0-137-powerpc64-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "storage-core-modules-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "storage-core-modules-3.13.0-137-generic-lpae-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "storage-core-modules-3.13.0-137-powerpc-e500-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "storage-core-modules-3.13.0-137-powerpc-e500mc-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "storage-core-modules-3.13.0-137-powerpc-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "storage-core-modules-3.13.0-137-powerpc64-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "usb-modules-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "usb-modules-3.13.0-137-generic-lpae-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "usb-modules-3.13.0-137-powerpc-e500-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "usb-modules-3.13.0-137-powerpc-e500mc-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "usb-modules-3.13.0-137-powerpc-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "usb-modules-3.13.0-137-powerpc64-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "virtio-modules-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "virtio-modules-3.13.0-137-powerpc-e500-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "virtio-modules-3.13.0-137-powerpc-e500mc-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "virtio-modules-3.13.0-137-powerpc-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "virtio-modules-3.13.0-137-powerpc64-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "vlan-modules-3.13.0-137-generic-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "vlan-modules-3.13.0-137-generic-lpae-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "vlan-modules-3.13.0-137-powerpc-e500-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "vlan-modules-3.13.0-137-powerpc-e500mc-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "vlan-modules-3.13.0-137-powerpc-smp-di",
"binary_version": "3.13.0-137.186"
},
{
"binary_name": "vlan-modules-3.13.0-137-powerpc64-smp-di",
"binary_version": "3.13.0-137.186"
}
]
},
"package": {
"ecosystem": "Ubuntu:14.04:LTS",
"name": "linux",
"purl": "pkg:deb/ubuntu/linux@3.13.0-137.186?arch=source\u0026distro=trusty"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.13.0-137.186"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.11.0-12.19",
"3.12.0-1.3",
"3.12.0-2.5",
"3.12.0-2.7",
"3.12.0-3.8",
"3.12.0-3.9",
"3.12.0-4.10",
"3.12.0-4.12",
"3.12.0-5.13",
"3.12.0-7.15",
"3.13.0-1.16",
"3.13.0-2.17",
"3.13.0-3.18",
"3.13.0-4.19",
"3.13.0-5.20",
"3.13.0-6.23",
"3.13.0-7.25",
"3.13.0-7.26",
"3.13.0-8.27",
"3.13.0-8.28",
"3.13.0-10.30",
"3.13.0-11.31",
"3.13.0-12.32",
"3.13.0-13.33",
"3.13.0-14.34",
"3.13.0-15.35",
"3.13.0-16.36",
"3.13.0-17.37",
"3.13.0-18.38",
"3.13.0-19.39",
"3.13.0-19.40",
"3.13.0-20.42",
"3.13.0-21.43",
"3.13.0-22.44",
"3.13.0-23.45",
"3.13.0-24.46",
"3.13.0-24.47",
"3.13.0-27.50",
"3.13.0-29.53",
"3.13.0-30.54",
"3.13.0-30.55",
"3.13.0-32.57",
"3.13.0-33.58",
"3.13.0-34.60",
"3.13.0-35.62",
"3.13.0-36.63",
"3.13.0-37.64",
"3.13.0-39.66",
"3.13.0-40.69",
"3.13.0-41.70",
"3.13.0-43.72",
"3.13.0-44.73",
"3.13.0-45.74",
"3.13.0-46.75",
"3.13.0-46.76",
"3.13.0-46.77",
"3.13.0-46.79",
"3.13.0-48.80",
"3.13.0-49.81",
"3.13.0-49.83",
"3.13.0-51.84",
"3.13.0-52.85",
"3.13.0-52.86",
"3.13.0-53.88",
"3.13.0-53.89",
"3.13.0-54.91",
"3.13.0-55.92",
"3.13.0-55.94",
"3.13.0-57.95",
"3.13.0-58.97",
"3.13.0-59.98",
"3.13.0-61.100",
"3.13.0-62.102",
"3.13.0-63.103",
"3.13.0-65.105",
"3.13.0-65.106",
"3.13.0-66.108",
"3.13.0-67.110",
"3.13.0-68.111",
"3.13.0-70.113",
"3.13.0-71.114",
"3.13.0-73.116",
"3.13.0-74.118",
"3.13.0-76.120",
"3.13.0-77.121",
"3.13.0-79.123",
"3.13.0-83.127",
"3.13.0-85.129",
"3.13.0-86.130",
"3.13.0-86.131",
"3.13.0-87.133",
"3.13.0-88.135",
"3.13.0-91.138",
"3.13.0-92.139",
"3.13.0-93.140",
"3.13.0-95.142",
"3.13.0-96.143",
"3.13.0-98.145",
"3.13.0-100.147",
"3.13.0-101.148",
"3.13.0-103.150",
"3.13.0-105.152",
"3.13.0-106.153",
"3.13.0-107.154",
"3.13.0-108.155",
"3.13.0-109.156",
"3.13.0-110.157",
"3.13.0-111.158",
"3.13.0-112.159",
"3.13.0-113.160",
"3.13.0-115.162",
"3.13.0-116.163",
"3.13.0-117.164",
"3.13.0-119.166",
"3.13.0-121.170",
"3.13.0-123.172",
"3.13.0-125.174",
"3.13.0-126.175",
"3.13.0-128.177",
"3.13.0-129.178",
"3.13.0-132.181",
"3.13.0-133.182",
"3.13.0-135.184"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "linux-aws-cloud-tools-4.4.0-1005",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "linux-aws-headers-4.4.0-1005",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "linux-aws-tools-4.4.0-1005",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "linux-cloud-tools-4.4.0-1005-aws",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "linux-headers-4.4.0-1005-aws",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "linux-image-4.4.0-1005-aws",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "linux-tools-4.4.0-1005-aws",
"binary_version": "4.4.0-1005.5"
}
]
},
"package": {
"ecosystem": "Ubuntu:14.04:LTS",
"name": "linux-aws",
"purl": "pkg:deb/ubuntu/linux-aws@4.4.0-1005.5?arch=source\u0026distro=trusty"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "4.4.0-1005.5"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.4.0-1002.2",
"4.4.0-1003.3"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "block-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "block-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "block-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "block-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "block-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "crypto-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "crypto-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "crypto-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "crypto-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "crypto-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "fat-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "fat-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "fat-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "fat-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "fat-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "fb-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "firewire-core-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "firewire-core-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "firewire-core-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "firewire-core-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "floppy-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "floppy-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "floppy-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "floppy-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "fs-core-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "fs-core-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "fs-core-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "fs-core-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "fs-core-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "fs-secondary-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "fs-secondary-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "fs-secondary-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "fs-secondary-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "fs-secondary-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "input-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "input-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "input-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "input-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "input-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "ipmi-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "ipmi-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "ipmi-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "ipmi-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "ipmi-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "irda-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "irda-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "irda-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "irda-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "irda-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "kernel-image-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "kernel-image-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "kernel-image-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "kernel-image-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "kernel-image-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "linux-cloud-tools-4.4.0-103-generic",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "linux-cloud-tools-4.4.0-103-lowlatency",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "linux-headers-4.4.0-103",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "linux-headers-4.4.0-103-generic",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "linux-headers-4.4.0-103-generic-lpae",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "linux-headers-4.4.0-103-lowlatency",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "linux-headers-4.4.0-103-powerpc-e500mc",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "linux-headers-4.4.0-103-powerpc-smp",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "linux-headers-4.4.0-103-powerpc64-emb",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "linux-headers-4.4.0-103-powerpc64-smp",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "linux-image-4.4.0-103-generic",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "linux-image-4.4.0-103-generic-lpae",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "linux-image-4.4.0-103-lowlatency",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "linux-image-4.4.0-103-powerpc-e500mc",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "linux-image-4.4.0-103-powerpc-smp",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "linux-image-4.4.0-103-powerpc64-emb",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "linux-image-4.4.0-103-powerpc64-smp",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "linux-image-extra-4.4.0-103-generic",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "linux-lts-xenial-cloud-tools-4.4.0-103",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "linux-lts-xenial-tools-4.4.0-103",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "linux-lts-xenial-udebs-generic",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "linux-lts-xenial-udebs-generic-lpae",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "linux-lts-xenial-udebs-powerpc-e500mc",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "linux-lts-xenial-udebs-powerpc-smp",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "linux-lts-xenial-udebs-powerpc64-smp",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "linux-tools-4.4.0-103-generic",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "linux-tools-4.4.0-103-generic-lpae",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "linux-tools-4.4.0-103-lowlatency",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "linux-tools-4.4.0-103-powerpc-e500mc",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "linux-tools-4.4.0-103-powerpc-smp",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "linux-tools-4.4.0-103-powerpc64-emb",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "linux-tools-4.4.0-103-powerpc64-smp",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "md-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "md-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "md-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "md-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "md-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "message-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "message-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "message-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "message-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "mouse-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "mouse-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "mouse-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "mouse-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "mouse-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "multipath-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "multipath-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "multipath-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "multipath-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "multipath-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "nfs-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "nfs-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "nfs-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "nfs-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "nfs-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "nic-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "nic-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "nic-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "nic-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "nic-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "nic-pcmcia-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "nic-shared-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "nic-shared-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "nic-shared-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "nic-shared-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "nic-shared-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "nic-usb-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "nic-usb-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "nic-usb-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "nic-usb-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "nic-usb-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "parport-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "parport-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "parport-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "parport-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "parport-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "pata-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "pata-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "pata-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "pata-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "pcmcia-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "pcmcia-storage-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "plip-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "plip-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "plip-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "plip-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "plip-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "ppp-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "ppp-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "ppp-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "ppp-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "ppp-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "sata-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "sata-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "sata-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "sata-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "sata-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "scsi-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "scsi-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "scsi-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "scsi-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "scsi-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "serial-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "speakup-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "speakup-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "speakup-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "speakup-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "speakup-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "storage-core-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "storage-core-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "storage-core-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "storage-core-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "storage-core-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "usb-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "usb-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "usb-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "usb-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "usb-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "virtio-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "virtio-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "virtio-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "virtio-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "vlan-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "vlan-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "vlan-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "vlan-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
},
{
"binary_name": "vlan-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126~14.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:14.04:LTS",
"name": "linux-lts-xenial",
"purl": "pkg:deb/ubuntu/linux-lts-xenial@4.4.0-103.126~14.04.1?arch=source\u0026distro=trusty"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "4.4.0-103.126~14.04.1"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.4.0-13.29~14.04.1",
"4.4.0-14.30~14.04.2",
"4.4.0-15.31~14.04.1",
"4.4.0-18.34~14.04.1",
"4.4.0-21.37~14.04.1",
"4.4.0-22.39~14.04.1",
"4.4.0-22.40~14.04.1",
"4.4.0-24.43~14.04.1",
"4.4.0-28.47~14.04.1",
"4.4.0-31.50~14.04.1",
"4.4.0-34.53~14.04.1",
"4.4.0-36.55~14.04.1",
"4.4.0-38.57~14.04.1",
"4.4.0-42.62~14.04.1",
"4.4.0-45.66~14.04.1",
"4.4.0-47.68~14.04.1",
"4.4.0-51.72~14.04.1",
"4.4.0-53.74~14.04.1",
"4.4.0-57.78~14.04.1",
"4.4.0-59.80~14.04.1",
"4.4.0-62.83~14.04.1",
"4.4.0-63.84~14.04.2",
"4.4.0-64.85~14.04.1",
"4.4.0-66.87~14.04.1",
"4.4.0-67.88~14.04.1",
"4.4.0-70.91~14.04.1",
"4.4.0-71.92~14.04.1",
"4.4.0-72.93~14.04.1",
"4.4.0-75.96~14.04.1",
"4.4.0-78.99~14.04.2",
"4.4.0-79.100~14.04.1",
"4.4.0-81.104~14.04.1",
"4.4.0-83.106~14.04.1",
"4.4.0-87.110~14.04.1",
"4.4.0-89.112~14.04.1",
"4.4.0-91.114~14.04.1",
"4.4.0-92.115~14.04.1",
"4.4.0-93.116~14.04.1",
"4.4.0-96.119~14.04.1",
"4.4.0-97.120~14.04.1",
"4.4.0-98.121~14.04.1",
"4.4.0-101.124~14.04.1"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "block-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "block-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "block-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "block-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "block-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "crypto-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "crypto-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "crypto-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "crypto-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "crypto-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "dasd-extra-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "dasd-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "fat-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "fat-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "fat-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "fat-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "fat-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "fb-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "firewire-core-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "firewire-core-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "firewire-core-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "firewire-core-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "floppy-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "floppy-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "floppy-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "floppy-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "fs-core-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "fs-core-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "fs-core-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "fs-core-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "fs-core-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "fs-secondary-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "fs-secondary-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "fs-secondary-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "fs-secondary-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "fs-secondary-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "input-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "input-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "input-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "input-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "input-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "ipmi-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "ipmi-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "ipmi-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "ipmi-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "ipmi-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "irda-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "irda-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "irda-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "irda-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "irda-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "kernel-image-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "kernel-image-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "kernel-image-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "kernel-image-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "kernel-image-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "linux-cloud-tools-4.4.0-103",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "linux-cloud-tools-4.4.0-103-generic",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "linux-cloud-tools-4.4.0-103-lowlatency",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "linux-cloud-tools-common",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "linux-headers-4.4.0-103",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "linux-headers-4.4.0-103-generic",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "linux-headers-4.4.0-103-generic-lpae",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "linux-headers-4.4.0-103-lowlatency",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "linux-headers-4.4.0-103-powerpc-e500mc",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "linux-headers-4.4.0-103-powerpc-smp",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "linux-headers-4.4.0-103-powerpc64-emb",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "linux-headers-4.4.0-103-powerpc64-smp",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "linux-image-4.4.0-103-generic",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "linux-image-4.4.0-103-generic-lpae",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "linux-image-4.4.0-103-lowlatency",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "linux-image-4.4.0-103-powerpc-e500mc",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "linux-image-4.4.0-103-powerpc-smp",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "linux-image-4.4.0-103-powerpc64-emb",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "linux-image-4.4.0-103-powerpc64-smp",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "linux-image-extra-4.4.0-103-generic",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "linux-source-4.4.0",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "linux-tools-4.4.0-103",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "linux-tools-4.4.0-103-generic",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "linux-tools-4.4.0-103-generic-lpae",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "linux-tools-4.4.0-103-lowlatency",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "linux-tools-4.4.0-103-powerpc-e500mc",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "linux-tools-4.4.0-103-powerpc-smp",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "linux-tools-4.4.0-103-powerpc64-emb",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "linux-tools-4.4.0-103-powerpc64-smp",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "linux-tools-common",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "linux-udebs-generic",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "linux-udebs-generic-lpae",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "linux-udebs-powerpc-e500mc",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "linux-udebs-powerpc-smp",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "linux-udebs-powerpc64-smp",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "md-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "md-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "md-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "md-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "md-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "message-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "message-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "message-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "message-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "mouse-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "mouse-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "mouse-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "mouse-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "mouse-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "multipath-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "multipath-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "multipath-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "multipath-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "multipath-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "nfs-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "nfs-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "nfs-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "nfs-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "nfs-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "nic-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "nic-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "nic-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "nic-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "nic-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "nic-pcmcia-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "nic-shared-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "nic-shared-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "nic-shared-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "nic-shared-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "nic-shared-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "nic-usb-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "nic-usb-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "nic-usb-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "nic-usb-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "nic-usb-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "parport-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "parport-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "parport-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "parport-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "parport-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "pata-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "pata-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "pata-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "pata-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "pcmcia-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "pcmcia-storage-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "plip-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "plip-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "plip-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "plip-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "plip-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "ppp-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "ppp-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "ppp-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "ppp-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "ppp-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "sata-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "sata-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "sata-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "sata-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "sata-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "scsi-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "scsi-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "scsi-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "scsi-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "scsi-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "serial-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "speakup-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "speakup-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "speakup-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "speakup-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "speakup-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "storage-core-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "storage-core-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "storage-core-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "storage-core-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "storage-core-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "usb-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "usb-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "usb-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "usb-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "usb-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "virtio-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "virtio-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "virtio-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "virtio-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "vlan-modules-4.4.0-103-generic-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "vlan-modules-4.4.0-103-generic-lpae-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "vlan-modules-4.4.0-103-powerpc-e500mc-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "vlan-modules-4.4.0-103-powerpc-smp-di",
"binary_version": "4.4.0-103.126"
},
{
"binary_name": "vlan-modules-4.4.0-103-powerpc64-smp-di",
"binary_version": "4.4.0-103.126"
}
]
},
"package": {
"ecosystem": "Ubuntu:16.04:LTS",
"name": "linux",
"purl": "pkg:deb/ubuntu/linux@4.4.0-103.126?arch=source\u0026distro=xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "4.4.0-103.126"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.2.0-16.19",
"4.2.0-17.21",
"4.2.0-19.23",
"4.3.0-1.10",
"4.3.0-2.11",
"4.3.0-5.16",
"4.3.0-6.17",
"4.3.0-7.18",
"4.4.0-2.16",
"4.4.0-4.19",
"4.4.0-6.21",
"4.4.0-7.22",
"4.4.0-8.23",
"4.4.0-9.24",
"4.4.0-10.25",
"4.4.0-11.26",
"4.4.0-12.28",
"4.4.0-13.29",
"4.4.0-14.30",
"4.4.0-15.31",
"4.4.0-16.32",
"4.4.0-17.33",
"4.4.0-18.34",
"4.4.0-21.37",
"4.4.0-22.39",
"4.4.0-22.40",
"4.4.0-24.43",
"4.4.0-28.47",
"4.4.0-31.50",
"4.4.0-34.53",
"4.4.0-36.55",
"4.4.0-38.57",
"4.4.0-42.62",
"4.4.0-43.63",
"4.4.0-45.66",
"4.4.0-47.68",
"4.4.0-51.72",
"4.4.0-53.74",
"4.4.0-57.78",
"4.4.0-59.80",
"4.4.0-62.83",
"4.4.0-63.84",
"4.4.0-64.85",
"4.4.0-65.86",
"4.4.0-66.87",
"4.4.0-67.88",
"4.4.0-70.91",
"4.4.0-71.92",
"4.4.0-72.93",
"4.4.0-75.96",
"4.4.0-77.98",
"4.4.0-78.99",
"4.4.0-79.100",
"4.4.0-81.104",
"4.4.0-83.106",
"4.4.0-87.110",
"4.4.0-89.112",
"4.4.0-91.114",
"4.4.0-92.115",
"4.4.0-93.116",
"4.4.0-96.119",
"4.4.0-97.120",
"4.4.0-98.121",
"4.4.0-101.124"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "linux-aws-cloud-tools-4.4.0-1043",
"binary_version": "4.4.0-1043.52"
},
{
"binary_name": "linux-aws-headers-4.4.0-1043",
"binary_version": "4.4.0-1043.52"
},
{
"binary_name": "linux-aws-tools-4.4.0-1043",
"binary_version": "4.4.0-1043.52"
},
{
"binary_name": "linux-cloud-tools-4.4.0-1043-aws",
"binary_version": "4.4.0-1043.52"
},
{
"binary_name": "linux-headers-4.4.0-1043-aws",
"binary_version": "4.4.0-1043.52"
},
{
"binary_name": "linux-image-4.4.0-1043-aws",
"binary_version": "4.4.0-1043.52"
},
{
"binary_name": "linux-tools-4.4.0-1043-aws",
"binary_version": "4.4.0-1043.52"
}
]
},
"package": {
"ecosystem": "Ubuntu:16.04:LTS",
"name": "linux-aws",
"purl": "pkg:deb/ubuntu/linux-aws@4.4.0-1043.52?arch=source\u0026distro=xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "4.4.0-1043.52"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.4.0-1001.10",
"4.4.0-1003.12",
"4.4.0-1004.13",
"4.4.0-1007.16",
"4.4.0-1009.18",
"4.4.0-1011.20",
"4.4.0-1012.21",
"4.4.0-1013.22",
"4.4.0-1016.25",
"4.4.0-1017.26",
"4.4.0-1018.27",
"4.4.0-1020.29",
"4.4.0-1022.31",
"4.4.0-1026.35",
"4.4.0-1028.37",
"4.4.0-1030.39",
"4.4.0-1031.40",
"4.4.0-1032.41",
"4.4.0-1035.44",
"4.4.0-1037.46",
"4.4.0-1038.47",
"4.4.0-1039.48",
"4.4.0-1041.50"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "linux-azure-cloud-tools-4.11.0-1016",
"binary_version": "4.11.0-1016.16"
},
{
"binary_name": "linux-azure-headers-4.11.0-1016",
"binary_version": "4.11.0-1016.16"
},
{
"binary_name": "linux-azure-tools-4.11.0-1016",
"binary_version": "4.11.0-1016.16"
},
{
"binary_name": "linux-cloud-tools-4.11.0-1016-azure",
"binary_version": "4.11.0-1016.16"
},
{
"binary_name": "linux-headers-4.11.0-1016-azure",
"binary_version": "4.11.0-1016.16"
},
{
"binary_name": "linux-image-4.11.0-1016-azure",
"binary_version": "4.11.0-1016.16"
},
{
"binary_name": "linux-image-extra-4.11.0-1016-azure",
"binary_version": "4.11.0-1016.16"
},
{
"binary_name": "linux-tools-4.11.0-1016-azure",
"binary_version": "4.11.0-1016.16"
}
]
},
"package": {
"ecosystem": "Ubuntu:16.04:LTS",
"name": "linux-azure",
"purl": "pkg:deb/ubuntu/linux-azure@4.11.0-1016.16?arch=source\u0026distro=xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "4.11.0-1016.16"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.11.0-1009.9",
"4.11.0-1011.11",
"4.11.0-1013.13",
"4.11.0-1014.14",
"4.11.0-1015.15"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "linux-cloud-tools-4.13.0-1002-gcp",
"binary_version": "4.13.0-1002.5"
},
{
"binary_name": "linux-gcp-cloud-tools-4.13.0-1002",
"binary_version": "4.13.0-1002.5"
},
{
"binary_name": "linux-gcp-headers-4.13.0-1002",
"binary_version": "4.13.0-1002.5"
},
{
"binary_name": "linux-gcp-tools-4.13.0-1002",
"binary_version": "4.13.0-1002.5"
},
{
"binary_name": "linux-headers-4.13.0-1002-gcp",
"binary_version": "4.13.0-1002.5"
},
{
"binary_name": "linux-image-4.13.0-1002-gcp",
"binary_version": "4.13.0-1002.5"
},
{
"binary_name": "linux-image-extra-4.13.0-1002-gcp",
"binary_version": "4.13.0-1002.5"
},
{
"binary_name": "linux-tools-4.13.0-1002-gcp",
"binary_version": "4.13.0-1002.5"
}
]
},
"package": {
"ecosystem": "Ubuntu:16.04:LTS",
"name": "linux-gcp",
"purl": "pkg:deb/ubuntu/linux-gcp@4.13.0-1002.5?arch=source\u0026distro=xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "4.13.0-1002.5"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.10.0-1004.4",
"4.10.0-1006.6",
"4.10.0-1007.7",
"4.10.0-1008.8",
"4.10.0-1009.9"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "block-modules-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "block-modules-4.13.0-32-generic-lpae-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "crypto-modules-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "crypto-modules-4.13.0-32-generic-lpae-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "dasd-extra-modules-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "dasd-modules-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "fat-modules-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "fat-modules-4.13.0-32-generic-lpae-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "fb-modules-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "firewire-core-modules-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "floppy-modules-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "fs-core-modules-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "fs-core-modules-4.13.0-32-generic-lpae-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "fs-secondary-modules-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "fs-secondary-modules-4.13.0-32-generic-lpae-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "input-modules-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "input-modules-4.13.0-32-generic-lpae-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "ipmi-modules-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "ipmi-modules-4.13.0-32-generic-lpae-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "irda-modules-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "irda-modules-4.13.0-32-generic-lpae-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "kernel-image-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "kernel-image-4.13.0-32-generic-lpae-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "linux-cloud-tools-4.13.0-32-generic",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "linux-cloud-tools-4.13.0-32-lowlatency",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "linux-headers-4.13.0-32",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "linux-headers-4.13.0-32-generic",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "linux-headers-4.13.0-32-generic-lpae",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "linux-headers-4.13.0-32-lowlatency",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "linux-hwe-cloud-tools-4.13.0-32",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "linux-hwe-tools-4.13.0-32",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "linux-hwe-udebs-generic",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "linux-hwe-udebs-generic-lpae",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "linux-image-4.13.0-32-generic",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "linux-image-4.13.0-32-generic-lpae",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "linux-image-4.13.0-32-lowlatency",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "linux-image-extra-4.13.0-32-generic",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "linux-source-4.13.0",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "linux-tools-4.13.0-32-generic",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "linux-tools-4.13.0-32-generic-lpae",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "linux-tools-4.13.0-32-lowlatency",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "md-modules-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "md-modules-4.13.0-32-generic-lpae-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "message-modules-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "mouse-modules-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "mouse-modules-4.13.0-32-generic-lpae-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "multipath-modules-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "multipath-modules-4.13.0-32-generic-lpae-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "nfs-modules-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "nfs-modules-4.13.0-32-generic-lpae-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "nic-modules-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "nic-modules-4.13.0-32-generic-lpae-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "nic-pcmcia-modules-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "nic-shared-modules-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "nic-shared-modules-4.13.0-32-generic-lpae-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "nic-usb-modules-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "nic-usb-modules-4.13.0-32-generic-lpae-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "parport-modules-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "parport-modules-4.13.0-32-generic-lpae-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "pata-modules-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "pcmcia-modules-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "pcmcia-storage-modules-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "plip-modules-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "plip-modules-4.13.0-32-generic-lpae-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "ppp-modules-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "ppp-modules-4.13.0-32-generic-lpae-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "sata-modules-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "sata-modules-4.13.0-32-generic-lpae-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "scsi-modules-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "scsi-modules-4.13.0-32-generic-lpae-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "serial-modules-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "storage-core-modules-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "storage-core-modules-4.13.0-32-generic-lpae-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "usb-modules-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "usb-modules-4.13.0-32-generic-lpae-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "virtio-modules-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "vlan-modules-4.13.0-32-generic-di",
"binary_version": "4.13.0-32.35~16.04.1"
},
{
"binary_name": "vlan-modules-4.13.0-32-generic-lpae-di",
"binary_version": "4.13.0-32.35~16.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:16.04:LTS",
"name": "linux-hwe",
"purl": "pkg:deb/ubuntu/linux-hwe@4.13.0-32.35~16.04.1?arch=source\u0026distro=xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "4.13.0-32.35~16.04.1"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.8.0-36.36~16.04.1",
"4.8.0-39.42~16.04.1",
"4.8.0-41.44~16.04.1",
"4.8.0-42.45~16.04.1",
"4.8.0-44.47~16.04.1",
"4.8.0-45.48~16.04.1",
"4.8.0-46.49~16.04.1",
"4.8.0-49.52~16.04.1",
"4.8.0-51.54~16.04.1",
"4.8.0-52.55~16.04.1",
"4.8.0-53.56~16.04.1",
"4.8.0-54.57~16.04.1",
"4.8.0-56.61~16.04.1",
"4.8.0-58.63~16.04.1",
"4.10.0-27.30~16.04.2",
"4.10.0-28.32~16.04.2",
"4.10.0-30.34~16.04.1",
"4.10.0-32.36~16.04.1",
"4.10.0-33.37~16.04.1",
"4.10.0-35.39~16.04.1",
"4.10.0-37.41~16.04.1",
"4.10.0-38.42~16.04.1",
"4.10.0-40.44~16.04.1",
"4.10.0-42.46~16.04.1",
"4.13.0-26.29~16.04.2",
"4.13.0-31.34~16.04.1"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "linux-cloud-tools-4.4.0-1012-kvm",
"binary_version": "4.4.0-1012.17"
},
{
"binary_name": "linux-headers-4.4.0-1012-kvm",
"binary_version": "4.4.0-1012.17"
},
{
"binary_name": "linux-image-4.4.0-1012-kvm",
"binary_version": "4.4.0-1012.17"
},
{
"binary_name": "linux-kvm-cloud-tools-4.4.0-1012",
"binary_version": "4.4.0-1012.17"
},
{
"binary_name": "linux-kvm-headers-4.4.0-1012",
"binary_version": "4.4.0-1012.17"
},
{
"binary_name": "linux-kvm-tools-4.4.0-1012",
"binary_version": "4.4.0-1012.17"
},
{
"binary_name": "linux-tools-4.4.0-1012-kvm",
"binary_version": "4.4.0-1012.17"
}
]
},
"package": {
"ecosystem": "Ubuntu:16.04:LTS",
"name": "linux-kvm",
"purl": "pkg:deb/ubuntu/linux-kvm@4.4.0-1012.17?arch=source\u0026distro=xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "4.4.0-1012.17"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.4.0-1004.9",
"4.4.0-1007.12",
"4.4.0-1008.13",
"4.4.0-1009.14",
"4.4.0-1010.15"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "block-modules-4.13.0-1010-oem-di",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "crypto-modules-4.13.0-1010-oem-di",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "fat-modules-4.13.0-1010-oem-di",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "fb-modules-4.13.0-1010-oem-di",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "firewire-core-modules-4.13.0-1010-oem-di",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "floppy-modules-4.13.0-1010-oem-di",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "fs-core-modules-4.13.0-1010-oem-di",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "fs-secondary-modules-4.13.0-1010-oem-di",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "input-modules-4.13.0-1010-oem-di",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "ipmi-modules-4.13.0-1010-oem-di",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "irda-modules-4.13.0-1010-oem-di",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "kernel-image-4.13.0-1010-oem-di",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "linux-headers-4.13.0-1010-oem",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "linux-image-4.13.0-1010-oem",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "linux-oem-headers-4.13.0-1010",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "linux-oem-tools-4.13.0-1010",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "linux-tools-4.13.0-1010-oem",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "linux-udebs-oem",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "md-modules-4.13.0-1010-oem-di",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "message-modules-4.13.0-1010-oem-di",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "mouse-modules-4.13.0-1010-oem-di",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "multipath-modules-4.13.0-1010-oem-di",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "nfs-modules-4.13.0-1010-oem-di",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "nic-modules-4.13.0-1010-oem-di",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "nic-pcmcia-modules-4.13.0-1010-oem-di",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "nic-shared-modules-4.13.0-1010-oem-di",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "nic-usb-modules-4.13.0-1010-oem-di",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "parport-modules-4.13.0-1010-oem-di",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "pata-modules-4.13.0-1010-oem-di",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "pcmcia-modules-4.13.0-1010-oem-di",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "pcmcia-storage-modules-4.13.0-1010-oem-di",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "plip-modules-4.13.0-1010-oem-di",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "ppp-modules-4.13.0-1010-oem-di",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "sata-modules-4.13.0-1010-oem-di",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "scsi-modules-4.13.0-1010-oem-di",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "serial-modules-4.13.0-1010-oem-di",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "storage-core-modules-4.13.0-1010-oem-di",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "usb-modules-4.13.0-1010-oem-di",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "virtio-modules-4.13.0-1010-oem-di",
"binary_version": "4.13.0-1010.11"
},
{
"binary_name": "vlan-modules-4.13.0-1010-oem-di",
"binary_version": "4.13.0-1010.11"
}
]
},
"package": {
"ecosystem": "Ubuntu:16.04:LTS",
"name": "linux-oem",
"purl": "pkg:deb/ubuntu/linux-oem@4.13.0-1010.11?arch=source\u0026distro=xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "4.13.0-1010.11"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.13.0-1008.9"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "linux-headers-4.4.0-1079-raspi2",
"binary_version": "4.4.0-1079.87"
},
{
"binary_name": "linux-image-4.4.0-1079-raspi2",
"binary_version": "4.4.0-1079.87"
},
{
"binary_name": "linux-raspi2-headers-4.4.0-1079",
"binary_version": "4.4.0-1079.87"
},
{
"binary_name": "linux-raspi2-tools-4.4.0-1079",
"binary_version": "4.4.0-1079.87"
},
{
"binary_name": "linux-tools-4.4.0-1079-raspi2",
"binary_version": "4.4.0-1079.87"
}
]
},
"package": {
"ecosystem": "Ubuntu:16.04:LTS",
"name": "linux-raspi2",
"purl": "pkg:deb/ubuntu/linux-raspi2@4.4.0-1079.87?arch=source\u0026distro=xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "4.4.0-1079.87"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.2.0-1013.19",
"4.2.0-1014.21",
"4.3.0-1006.6",
"4.4.0-1003.4",
"4.4.0-1004.5",
"4.4.0-1009.10",
"4.4.0-1010.12",
"4.4.0-1010.13",
"4.4.0-1012.16",
"4.4.0-1016.22",
"4.4.0-1017.23",
"4.4.0-1019.25",
"4.4.0-1021.27",
"4.4.0-1023.29",
"4.4.0-1027.33",
"4.4.0-1029.36",
"4.4.0-1034.41",
"4.4.0-1038.45",
"4.4.0-1040.47",
"4.4.0-1042.49",
"4.4.0-1044.51",
"4.4.0-1046.53",
"4.4.0-1048.55",
"4.4.0-1050.57",
"4.4.0-1051.58",
"4.4.0-1052.59",
"4.4.0-1054.61",
"4.4.0-1055.62",
"4.4.0-1057.64",
"4.4.0-1059.67",
"4.4.0-1061.69",
"4.4.0-1065.73",
"4.4.0-1067.75",
"4.4.0-1069.77",
"4.4.0-1070.78",
"4.4.0-1071.79",
"4.4.0-1074.82",
"4.4.0-1075.83",
"4.4.0-1076.84",
"4.4.0-1077.85"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "linux-headers-4.4.0-1081-snapdragon",
"binary_version": "4.4.0-1081.86"
},
{
"binary_name": "linux-image-4.4.0-1081-snapdragon",
"binary_version": "4.4.0-1081.86"
},
{
"binary_name": "linux-snapdragon-headers-4.4.0-1081",
"binary_version": "4.4.0-1081.86"
},
{
"binary_name": "linux-snapdragon-tools-4.4.0-1081",
"binary_version": "4.4.0-1081.86"
},
{
"binary_name": "linux-tools-4.4.0-1081-snapdragon",
"binary_version": "4.4.0-1081.86"
}
]
},
"package": {
"ecosystem": "Ubuntu:16.04:LTS",
"name": "linux-snapdragon",
"purl": "pkg:deb/ubuntu/linux-snapdragon@4.4.0-1081.86?arch=source\u0026distro=xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "4.4.0-1081.86"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.4.0-1012.12",
"4.4.0-1013.14",
"4.4.0-1013.15",
"4.4.0-1015.18",
"4.4.0-1019.22",
"4.4.0-1020.23",
"4.4.0-1022.25",
"4.4.0-1024.27",
"4.4.0-1026.29",
"4.4.0-1030.33",
"4.4.0-1032.36",
"4.4.0-1035.39",
"4.4.0-1039.43",
"4.4.0-1042.46",
"4.4.0-1044.48",
"4.4.0-1046.50",
"4.4.0-1047.51",
"4.4.0-1048.52",
"4.4.0-1050.54",
"4.4.0-1051.55",
"4.4.0-1053.57",
"4.4.0-1054.58",
"4.4.0-1055.59",
"4.4.0-1057.61",
"4.4.0-1058.62",
"4.4.0-1059.63",
"4.4.0-1061.66",
"4.4.0-1063.68",
"4.4.0-1067.72",
"4.4.0-1069.74",
"4.4.0-1071.76",
"4.4.0-1072.77",
"4.4.0-1073.78",
"4.4.0-1076.81",
"4.4.0-1077.82",
"4.4.0-1078.83",
"4.4.0-1079.84"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro: https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "block-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "crypto-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "dasd-extra-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "dasd-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "fat-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "fb-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "firewire-core-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "floppy-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "fs-core-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "fs-secondary-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "input-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "ipmi-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "irda-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "kernel-image-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "linux-fips-cloud-tools-common",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "linux-fips-headers-4.4.0-1005",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "linux-fips-source-4.4.0",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "linux-fips-tools-4.4.0-1005",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "linux-headers-4.4.0-1005-fips",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "linux-image-4.4.0-1005-fips",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "linux-image-extra-4.4.0-1005-fips",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "linux-image-hmac-4.4.0-1005-fips",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "linux-tools-4.4.0-1005-fips",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "linux-udebs-fips",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "md-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "message-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "mouse-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "multipath-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "nfs-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "nic-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "nic-pcmcia-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "nic-shared-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "nic-usb-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "parport-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "pata-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "pcmcia-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "pcmcia-storage-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "plip-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "ppp-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "sata-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "scsi-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "serial-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "speakup-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "storage-core-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "usb-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "virtio-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
},
{
"binary_name": "vlan-modules-4.4.0-1005-fips-di",
"binary_version": "4.4.0-1005.5"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS:16.04:LTS",
"name": "linux-fips",
"purl": "pkg:deb/ubuntu/linux-fips@4.4.0-1005.5?arch=source\u0026distro=fips-updates/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "4.4.0-1005.5"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.4.0-1003.3"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "block-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "crypto-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "fat-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "fb-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "firewire-core-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "floppy-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "fs-core-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "fs-secondary-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "input-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "ipmi-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "kernel-image-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-buildinfo-5.3.0-76-generic",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-buildinfo-5.3.0-76-lowlatency",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-cloud-tools-5.3.0-76-generic",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-cloud-tools-5.3.0-76-lowlatency",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-headers-5.3.0-76-generic",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-headers-5.3.0-76-lowlatency",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-hwe-cloud-tools-5.3.0-76",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-hwe-headers-5.3.0-76",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-hwe-tools-5.3.0-76",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-hwe-udebs-generic",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-image-5.3.0-76-generic",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-image-5.3.0-76-lowlatency",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-image-unsigned-5.3.0-76-generic",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-image-unsigned-5.3.0-76-lowlatency",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-modules-5.3.0-76-generic",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-modules-5.3.0-76-lowlatency",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-modules-extra-5.3.0-76-generic",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-source-5.3.0",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-tools-5.3.0-76-generic",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-tools-5.3.0-76-lowlatency",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "md-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "message-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "mouse-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "multipath-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "nfs-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "nic-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "nic-pcmcia-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "nic-shared-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "nic-usb-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "parport-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "pata-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "pcmcia-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "pcmcia-storage-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "plip-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "ppp-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "sata-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "scsi-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "serial-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "storage-core-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "usb-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "virtio-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "vlan-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "linux-hwe",
"purl": "pkg:deb/ubuntu/linux-hwe@5.3.0-76.72?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.18.0-13.14~18.04.1",
"4.18.0-14.15~18.04.1",
"4.18.0-15.16~18.04.1",
"4.18.0-16.17~18.04.1",
"4.18.0-17.18~18.04.1",
"4.18.0-18.19~18.04.1",
"4.18.0-20.21~18.04.1",
"4.18.0-21.22~18.04.1",
"4.18.0-22.23~18.04.1",
"4.18.0-24.25~18.04.1",
"4.18.0-25.26~18.04.1",
"5.0.0-23.24~18.04.1",
"5.0.0-25.26~18.04.1",
"5.0.0-27.28~18.04.1",
"5.0.0-29.31~18.04.1",
"5.0.0-31.33~18.04.1",
"5.0.0-32.34~18.04.2",
"5.0.0-35.38~18.04.1",
"5.0.0-36.39~18.04.1",
"5.0.0-37.40~18.04.1",
"5.3.0-26.28~18.04.1",
"5.3.0-28.30~18.04.1",
"5.3.0-40.32~18.04.1",
"5.3.0-42.34~18.04.1",
"5.3.0-45.37~18.04.1",
"5.3.0-46.38~18.04.1",
"5.3.0-51.44~18.04.2",
"5.3.0-53.47~18.04.1",
"5.3.0-59.53~18.04.1",
"5.3.0-61.55~18.04.1",
"5.3.0-62.56~18.04.1",
"5.3.0-64.58~18.04.1",
"5.3.0-65.59",
"5.3.0-66.60",
"5.3.0-67.61",
"5.3.0-68.63",
"5.3.0-69.65",
"5.3.0-70.66",
"5.3.0-72.68",
"5.3.0-73.69",
"5.3.0-74.70",
"5.3.0-75.71",
"5.3.0-76.72"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "block-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "block-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "crypto-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "crypto-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "dasd-extra-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "dasd-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "fat-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "fat-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "fb-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "firewire-core-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "floppy-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "fs-core-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "fs-core-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "fs-secondary-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "fs-secondary-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "input-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "input-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "ipmi-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "ipmi-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "kernel-image-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "kernel-image-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-buildinfo-5.3.0-24-generic",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-buildinfo-5.3.0-24-generic-lpae",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-buildinfo-5.3.0-24-lowlatency",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-cloud-tools-5.3.0-24-generic",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-cloud-tools-5.3.0-24-lowlatency",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-headers-5.3.0-24",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-headers-5.3.0-24-generic",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-headers-5.3.0-24-generic-lpae",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-headers-5.3.0-24-lowlatency",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-hwe-edge-cloud-tools-5.3.0-24",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-hwe-edge-tools-5.3.0-24",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-hwe-edge-udebs-generic",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-hwe-edge-udebs-generic-lpae",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-image-5.3.0-24-generic",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-image-5.3.0-24-generic-lpae",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-image-5.3.0-24-lowlatency",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-image-unsigned-5.3.0-24-generic",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-image-unsigned-5.3.0-24-lowlatency",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-modules-5.3.0-24-generic",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-modules-5.3.0-24-generic-lpae",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-modules-5.3.0-24-lowlatency",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-modules-extra-5.3.0-24-generic",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-source-5.3.0",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-tools-5.3.0-24-generic",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-tools-5.3.0-24-generic-lpae",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-tools-5.3.0-24-lowlatency",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "md-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "md-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "message-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "mouse-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "mouse-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "multipath-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "multipath-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "nfs-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "nfs-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "nic-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "nic-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "nic-pcmcia-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "nic-shared-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "nic-shared-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "nic-usb-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "nic-usb-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "parport-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "parport-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "pata-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "pcmcia-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "pcmcia-storage-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "plip-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "plip-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "ppp-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "ppp-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "sata-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "sata-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "scsi-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "scsi-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "serial-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "storage-core-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "storage-core-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "usb-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "usb-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "virtio-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "vlan-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "vlan-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "linux-hwe-edge",
"purl": "pkg:deb/ubuntu/linux-hwe-edge@5.3.0-24.26~18.04.2?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.0.0-15.16~18.04.1",
"5.0.0-16.17~18.04.1",
"5.0.0-17.18~18.04.1",
"5.0.0-19.20~18.04.1",
"5.0.0-20.21~18.04.1",
"5.3.0-19.20~18.04.2",
"5.3.0-22.24~18.04.1",
"5.3.0-23.25~18.04.1",
"5.3.0-23.25~18.04.2",
"5.3.0-24.26~18.04.2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-image-unsigned-5.4.0-1103-azure-fde",
"binary_version": "5.4.0-1103.109+cvm1.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-azure-fde",
"purl": "pkg:deb/ubuntu/linux-azure-fde@5.4.0-1103.109+cvm1.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.4.0-1063.66+cvm2.2",
"5.4.0-1063.66+cvm3.2",
"5.4.0-1064.67+cvm1.1",
"5.4.0-1065.68+cvm2.1",
"5.4.0-1067.70+cvm1.1",
"5.4.0-1068.71+cvm1.1",
"5.4.0-1069.72+cvm1.1",
"5.4.0-1070.73+cvm1.1",
"5.4.0-1072.75+cvm1.1",
"5.4.0-1073.76+cvm1.1",
"5.4.0-1074.77+cvm1.1",
"5.4.0-1076.79+cvm1.1",
"5.4.0-1078.81+cvm1.1",
"5.4.0-1080.83+cvm1.1",
"5.4.0-1083.87+cvm1.1",
"5.4.0-1085.90+cvm1.1",
"5.4.0-1085.90+cvm2.1",
"5.4.0-1086.91+cvm1.1",
"5.4.0-1089.94+cvm1.2",
"5.4.0-1090.95+cvm1.1",
"5.4.0-1091.96+cvm1.1",
"5.4.0-1092.97+cvm1.1",
"5.4.0-1095.101+cvm1.1",
"5.4.0-1098.104+cvm1.1",
"5.4.0-1100.106+cvm1.1",
"5.4.0-1103.109+cvm1.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.4.0-1105-gke",
"binary_version": "5.4.0-1105.112"
},
{
"binary_name": "linux-gke-headers-5.4.0-1105",
"binary_version": "5.4.0-1105.112"
},
{
"binary_name": "linux-gke-tools-5.4.0-1105",
"binary_version": "5.4.0-1105.112"
},
{
"binary_name": "linux-headers-5.4.0-1105-gke",
"binary_version": "5.4.0-1105.112"
},
{
"binary_name": "linux-image-unsigned-5.4.0-1105-gke",
"binary_version": "5.4.0-1105.112"
},
{
"binary_name": "linux-modules-5.4.0-1105-gke",
"binary_version": "5.4.0-1105.112"
},
{
"binary_name": "linux-modules-extra-5.4.0-1105-gke",
"binary_version": "5.4.0-1105.112"
},
{
"binary_name": "linux-tools-5.4.0-1105-gke",
"binary_version": "5.4.0-1105.112"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-gke",
"purl": "pkg:deb/ubuntu/linux-gke@5.4.0-1105.112?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.4.0-1033.35",
"5.4.0-1035.37",
"5.4.0-1036.38",
"5.4.0-1037.39",
"5.4.0-1039.41",
"5.4.0-1041.43",
"5.4.0-1042.44",
"5.4.0-1043.45",
"5.4.0-1044.46",
"5.4.0-1046.48",
"5.4.0-1049.52",
"5.4.0-1051.54",
"5.4.0-1052.55",
"5.4.0-1053.56",
"5.4.0-1054.57",
"5.4.0-1055.58",
"5.4.0-1056.59",
"5.4.0-1057.60",
"5.4.0-1059.62",
"5.4.0-1061.64",
"5.4.0-1062.65",
"5.4.0-1063.66",
"5.4.0-1065.68",
"5.4.0-1066.69",
"5.4.0-1067.70",
"5.4.0-1068.71",
"5.4.0-1071.76",
"5.4.0-1072.77",
"5.4.0-1074.79",
"5.4.0-1076.82",
"5.4.0-1078.84",
"5.4.0-1080.86",
"5.4.0-1081.87",
"5.4.0-1083.89",
"5.4.0-1084.90",
"5.4.0-1086.93",
"5.4.0-1087.94",
"5.4.0-1090.97",
"5.4.0-1091.98",
"5.4.0-1094.101",
"5.4.0-1095.102",
"5.4.0-1096.103",
"5.4.0-1097.104",
"5.4.0-1098.105",
"5.4.0-1099.106",
"5.4.0-1100.107",
"5.4.0-1101.108",
"5.4.0-1102.109",
"5.4.0-1103.110",
"5.4.0-1104.111",
"5.4.0-1105.112"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.4.0-1006-raspi2",
"binary_version": "5.4.0-1006.6"
},
{
"binary_name": "linux-headers-5.4.0-1006-raspi2",
"binary_version": "5.4.0-1006.6"
},
{
"binary_name": "linux-image-5.4.0-1006-raspi2",
"binary_version": "5.4.0-1006.6"
},
{
"binary_name": "linux-modules-5.4.0-1006-raspi2",
"binary_version": "5.4.0-1006.6"
},
{
"binary_name": "linux-raspi2-headers-5.4.0-1006",
"binary_version": "5.4.0-1006.6"
},
{
"binary_name": "linux-raspi2-tools-5.4.0-1006",
"binary_version": "5.4.0-1006.6"
},
{
"binary_name": "linux-tools-5.4.0-1006-raspi2",
"binary_version": "5.4.0-1006.6"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-raspi2",
"purl": "pkg:deb/ubuntu/linux-raspi2@5.4.0-1006.6?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.3.0-1007.8",
"5.3.0-1014.16",
"5.3.0-1015.17",
"5.3.0-1017.19",
"5.4.0-1004.4",
"5.4.0-1006.6"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "block-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "crypto-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "fat-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "firewire-core-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "fs-core-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "fs-secondary-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "input-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "ipmi-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "kernel-image-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "linux-buildinfo-5.4.0-40-generic",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "linux-headers-5.4.0-40-generic",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "linux-image-5.4.0-40-generic",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "linux-modules-5.4.0-40-generic",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "linux-modules-extra-5.4.0-40-generic",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "linux-riscv-headers-5.4.0-40",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "linux-riscv-tools-5.4.0-40",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "linux-tools-5.4.0-40-generic",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "linux-udebs-generic",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "md-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "message-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "mouse-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "multipath-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "nfs-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "nic-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "nic-shared-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "nic-usb-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "parport-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "pata-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "plip-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "ppp-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "sata-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "scsi-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "storage-core-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "usb-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "virtio-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "vlan-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-riscv",
"purl": "pkg:deb/ubuntu/linux-riscv@5.4.0-40.45?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.4.0-24.28",
"5.4.0-26.30",
"5.4.0-27.31",
"5.4.0-28.32",
"5.4.0-30.34",
"5.4.0-31.35",
"5.4.0-33.37",
"5.4.0-34.38",
"5.4.0-36.41",
"5.4.0-37.42",
"5.4.0-39.44",
"5.4.0-40.45"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.15.0-1073-intel-iot-realtime",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-cloud-tools-5.15.0-1073-intel-iot-realtime",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-headers-5.15.0-1073-intel-iot-realtime",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1073-intel-iot-realtime",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-intel-iot-realtime-cloud-tools-5.15.0-1073",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-intel-iot-realtime-cloud-tools-common",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-intel-iot-realtime-headers-5.15.0-1073",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-intel-iot-realtime-tools-5.15.0-1073",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-intel-iot-realtime-tools-common",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-intel-iot-realtime-tools-host",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-modules-5.15.0-1073-intel-iot-realtime",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-modules-extra-5.15.0-1073-intel-iot-realtime",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-tools-5.15.0-1073-intel-iot-realtime",
"binary_version": "5.15.0-1073.75"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-intel-iot-realtime",
"purl": "pkg:deb/ubuntu/linux-intel-iot-realtime@5.15.0-1073.75?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1073.75"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.15.0-1032-realtime",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-cloud-tools-5.15.0-1032-realtime",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-headers-5.15.0-1032-realtime",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1032-realtime",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-modules-5.15.0-1032-realtime",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-modules-extra-5.15.0-1032-realtime",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-realtime-cloud-tools-5.15.0-1032",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-realtime-cloud-tools-common",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-realtime-headers-5.15.0-1032",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-realtime-tools-5.15.0-1032",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-realtime-tools-common",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-realtime-tools-host",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-tools-5.15.0-1032-realtime",
"binary_version": "5.15.0-1032.35"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-realtime",
"purl": "pkg:deb/ubuntu/linux-realtime@5.15.0-1032.35?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1032.35"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.15.0-1028-generic",
"binary_version": "5.15.0-1028.32"
},
{
"binary_name": "linux-headers-5.15.0-1028-generic",
"binary_version": "5.15.0-1028.32"
},
{
"binary_name": "linux-image-5.15.0-1028-generic",
"binary_version": "5.15.0-1028.32"
},
{
"binary_name": "linux-modules-5.15.0-1028-generic",
"binary_version": "5.15.0-1028.32"
},
{
"binary_name": "linux-modules-extra-5.15.0-1028-generic",
"binary_version": "5.15.0-1028.32"
},
{
"binary_name": "linux-riscv-headers-5.15.0-1028",
"binary_version": "5.15.0-1028.32"
},
{
"binary_name": "linux-riscv-tools-5.15.0-1028",
"binary_version": "5.15.0-1028.32"
},
{
"binary_name": "linux-tools-5.15.0-1028-generic",
"binary_version": "5.15.0-1028.32"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-riscv",
"purl": "pkg:deb/ubuntu/linux-riscv@5.15.0-1028.32?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.13.0-1004.4",
"5.13.0-1006.6+22.04.1",
"5.13.0-1007.7+22.04.1",
"5.13.0-1010.11+22.04.1",
"5.15.0-1004.4",
"5.15.0-1005.5",
"5.15.0-1006.6",
"5.15.0-1007.7",
"5.15.0-1008.8",
"5.15.0-1011.12",
"5.15.0-1012.13",
"5.15.0-1014.16",
"5.15.0-1015.17",
"5.15.0-1016.18",
"5.15.0-1017.19",
"5.15.0-1018.21",
"5.15.0-1019.22",
"5.15.0-1020.23",
"5.15.0-1022.26",
"5.15.0-1023.27",
"5.15.0-1026.30",
"5.15.0-1027.31",
"5.15.0-1028.32"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-2019-raspi-realtime",
"binary_version": "6.8.0-2019.20"
},
{
"binary_name": "linux-headers-6.8.0-2019-raspi-realtime",
"binary_version": "6.8.0-2019.20"
},
{
"binary_name": "linux-image-6.8.0-2019-raspi-realtime",
"binary_version": "6.8.0-2019.20"
},
{
"binary_name": "linux-modules-6.8.0-2019-raspi-realtime",
"binary_version": "6.8.0-2019.20"
},
{
"binary_name": "linux-raspi-realtime-headers-6.8.0-2019",
"binary_version": "6.8.0-2019.20"
},
{
"binary_name": "linux-raspi-realtime-tools-6.8.0-2019",
"binary_version": "6.8.0-2019.20"
},
{
"binary_name": "linux-tools-6.8.0-2019-raspi-realtime",
"binary_version": "6.8.0-2019.20"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-raspi-realtime",
"purl": "pkg:deb/ubuntu/linux-raspi-realtime@6.8.0-2019.20?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-2019.20"
]
}
],
"aliases": [],
"details": "The Linux Kernel versions 2.6.38 through 4.14 have a problematic use of pmd_mkdirty() in the touch_pmd() function inside the THP implementation. touch_pmd() can be reached by get_user_pages(). In such case, the pmd will become dirty. This scenario breaks the new can_follow_write_pmd()\u0027s logic - pmd can become dirty without going through a COW cycle. This bug is not as severe as the original \"Dirty cow\" because an ext4 file (or any other regular file) cannot be mapped using THP. Nevertheless, it does allow us to overwrite read-only huge pages. For example, the zero huge page and sealed shmem files can be overwritten (since their mapping can be populated using THP). Note that after the first write page-fault to the zero page, it will be replaced with a new fresh (and zeroed) thp.",
"id": "UBUNTU-CVE-2017-1000405",
"modified": "2026-04-22T07:38:28Z",
"published": "2017-11-30T00:00:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2017-1000405"
},
{
"type": "REPORT",
"url": "https://medium.com/bindecy/huge-dirty-cow-cve-2017-1000405-110eca132de0"
},
{
"type": "REPORT",
"url": "http://www.openwall.com/lists/oss-security/2017/11/30/1"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1516514"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-3511-1"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-3510-1"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-3510-2"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-3509-1"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-3509-2"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-3508-1"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-3508-2"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-3507-1"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-3507-2"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-1000405"
}
],
"related": [
"USN-3511-1",
"USN-3510-1",
"USN-3510-2",
"USN-3509-1",
"USN-3509-2",
"USN-3508-1",
"USN-3508-2",
"USN-3507-1",
"USN-3507-2"
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
},
{
"score": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
},
{
"score": "high",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2017-1000405"
]
}
WID-SEC-W-2026-1693
Vulnerability from csaf_certbund - Published: 2017-11-29 23:00 - Updated: 2026-05-27 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Ubuntu Linux 17.04
Ubuntu / Linux
|
cpe:/o:canonical:ubuntu_linux:17.04
|
17.04 | |
|
NetApp StorageGRID
NetApp
|
cpe:/a:netapp:storagegrid:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| URL | Category |
|---|---|
| https://wid.cert-bund.de/.well-known/csaf/white/2… | self |
| https://wid.cert-bund.de/portal/wid/securityadvis… | self |
| https://www.suse.com/support/update/announcement/… | external |
| https://marc.info/?l=oss-security&m=151200199123594&w=2 | external |
| https://www.suse.com/support/update/announcement/… | external |
| https://www.suse.com/support/update/announcement/… | external |
| http://www.ubuntu.com/usn/usn-3507-2/ | external |
| http://www.ubuntu.com/usn/usn-3511-1/ | external |
| http://www.ubuntu.com/usn/usn-3510-1/ | external |
| http://linux.oracle.com/errata/ELSA-2017-3651.html | external |
| http://www.ubuntu.com/usn/usn-3510-2/ | external |
| http://www.ubuntu.com/usn/usn-3509-2/ | external |
| http://www.ubuntu.com/usn/usn-3508-2/ | external |
| http://www.ubuntu.com/usn/usn-3507-1/ | external |
| https://www.suse.com/support/update/announcement/… | external |
| http://linux.oracle.com/errata/ELSA-2017-3659.html | external |
| https://www.suse.com/support/update/announcement/… | external |
| https://www.suse.com/support/update/announcement/… | external |
| https://www.suse.com/support/update/announcement/… | external |
| https://www.suse.com/support/update/announcement/… | external |
| https://www.suse.com/support/update/announcement/… | external |
| https://www.suse.com/support/update/announcement/… | external |
| https://www.suse.com/support/update/announcement/… | external |
| https://www.suse.com/support/update/announcement/… | external |
| https://www.suse.com/support/update/announcement/… | external |
| https://www.suse.com/support/update/announcement/… | external |
| https://www.suse.com/support/update/announcement/… | external |
| https://www.suse.com/support/update/announcement/… | external |
| http://www.ubuntu.com/usn/usn-3509-4/ | external |
| http://www.ubuntu.com/usn/usn-3509-3/ | external |
| https://access.redhat.com/errata/RHSA-2018:0180 | external |
| https://www.suse.com/support/update/announcement/… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://security.netapp.com/advisory/NTAP-20260527-0014 | external |
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Der Kernel stellt den Kern des Linux Betriebssystems dar.\r\nUbuntu Linux ist die Linux Distribution des Herstellers Canonical.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein lokaler Angreifer kann eine Schwachstelle im Linux Kernel ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-1693 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2017/wid-sec-w-2026-1693.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1693 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1693"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2017:3210-1 vom 2017-12-04",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173210-1.html"
},
{
"category": "external",
"summary": "OSS-SEC Mailing Liste vom 2017-11-29",
"url": "https://marc.info/?l=oss-security\u0026m=151200199123594\u0026w=2"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2017:3226-1 vom 2017-12-07",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173226-1.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2017:3225-1 vom 2017-12-07",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173225-1.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-3507-2 vom 2017-12-08",
"url": "http://www.ubuntu.com/usn/usn-3507-2/"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-3511-1 vom 2017-12-08",
"url": "http://www.ubuntu.com/usn/usn-3511-1/"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-3510-1 vom 2017-12-08",
"url": "http://www.ubuntu.com/usn/usn-3510-1/"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2017-3651 vom 2017-12-08",
"url": "http://linux.oracle.com/errata/ELSA-2017-3651.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-3510-2 vom 2017-12-08",
"url": "http://www.ubuntu.com/usn/usn-3510-2/"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-3509-1 vom 2017-12-08",
"url": "http://www.ubuntu.com/usn/usn-3509-2/"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-3508-2 vom 2017-12-08",
"url": "http://www.ubuntu.com/usn/usn-3508-2/"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-3507-1 vom 2017-12-08",
"url": "http://www.ubuntu.com/usn/usn-3507-1/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2017:3249-1 vom 2017-12-08",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173249-1.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2017-3659 vom 2017-12-13",
"url": "http://linux.oracle.com/errata/ELSA-2017-3659.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2017:3300-1 vom 2017-12-14",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173300-1.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2017:3284-1 vom 2017-12-14",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173284-1.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2017:3297-1 vom 2017-12-14",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173297-1.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2017:3285-1 vom 2017-12-14",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173285-1.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2017:3295-1 vom 2017-12-14",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173295-1.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2017:3310-1 vom 2017-12-14",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173310-1.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2017:3286-1 vom 2017-12-14",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173286-1.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2017:3296-1 vom 2017-12-14",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173296-1.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2017:3319-1 vom 2017-12-15",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173319-1.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2017:3314-1 vom 2017-12-15",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173314-1.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2017:3324-1 vom 2017-12-15",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173324-1.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2017:3317-1 vom 2017-12-15",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173317-1.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-3509-4 vom 2017-12-15",
"url": "http://www.ubuntu.com/usn/usn-3509-4/"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-3509-3 vom 2017-12-15",
"url": "http://www.ubuntu.com/usn/usn-3509-3/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2018:0180 vom 2018-01-25",
"url": "https://access.redhat.com/errata/RHSA-2018:0180"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2018:0213-1 vom 2018-01-25",
"url": "https://www.suse.com/support/update/announcement/2018/suse-su-20180213-1.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2020:3449-1 vom 2020-11-19",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2020-November/007816.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2020:3400-1 vom 2020-11-19",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2020-November/007802.html"
},
{
"category": "external",
"summary": "NetApp Security Advisory NTAP-20260527-0014 vom 2026-05-27",
"url": "https://security.netapp.com/advisory/NTAP-20260527-0014"
}
],
"source_lang": "en-US",
"title": "Linux Kernel: Schwachstelle erm\u00f6glicht Denial of Service",
"tracking": {
"current_release_date": "2026-05-27T22:00:00.000+00:00",
"generator": {
"date": "2026-05-28T07:25:37.210+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-1693",
"initial_release_date": "2017-11-29T23:00:00.000+00:00",
"revision_history": [
{
"date": "2017-11-29T23:00:00.000+00:00",
"number": "1",
"summary": "Initial Release"
},
{
"date": "2017-11-29T23:00:00.000+00:00",
"number": "2",
"summary": "Version nicht vorhanden"
},
{
"date": "2017-11-29T23:00:00.000+00:00",
"number": "3",
"summary": "Version nicht vorhanden"
},
{
"date": "2017-12-03T23:00:00.000+00:00",
"number": "4",
"summary": "Added references"
},
{
"date": "2017-12-06T23:00:00.000+00:00",
"number": "5",
"summary": "New remediations available"
},
{
"date": "2017-12-07T23:00:00.000+00:00",
"number": "6",
"summary": "New remediations available"
},
{
"date": "2017-12-10T23:00:00.000+00:00",
"number": "7",
"summary": "New remediations available"
},
{
"date": "2017-12-13T23:00:00.000+00:00",
"number": "8",
"summary": "New remediations available"
},
{
"date": "2017-12-14T23:00:00.000+00:00",
"number": "9",
"summary": "New remediations available"
},
{
"date": "2017-12-17T23:00:00.000+00:00",
"number": "10",
"summary": "New remediations available"
},
{
"date": "2017-12-17T23:00:00.000+00:00",
"number": "11",
"summary": "Version nicht vorhanden"
},
{
"date": "2018-01-25T23:00:00.000+00:00",
"number": "12",
"summary": "New remediations available"
},
{
"date": "2020-11-19T23:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-05-27T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von NetApp aufgenommen"
}
],
"status": "final",
"version": "14"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "NetApp StorageGRID",
"product": {
"name": "NetApp StorageGRID",
"product_id": "920206",
"product_identification_helper": {
"cpe": "cpe:/a:netapp:storagegrid:-"
}
}
}
],
"category": "vendor",
"name": "NetApp"
},
{
"branches": [
{
"category": "product_name",
"name": "Open Source Linux Kernel",
"product": {
"name": "Open Source Linux Kernel",
"product_id": "6368",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:-"
}
}
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "17.04",
"product": {
"name": "Ubuntu Linux 17.04",
"product_id": "T009999",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:17.04"
}
}
}
],
"category": "product_name",
"name": "Linux"
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2017-1000405",
"product_status": {
"known_affected": [
"T002207",
"67646",
"6368",
"T009999",
"920206",
"T004914"
]
},
"release_date": "2017-11-29T23:00:00.000+00:00",
"title": "CVE-2017-1000405"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.