-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
GSD-automation
committed
Apr 18, 2024
1 parent
28313f0
commit b683325
Showing
681 changed files
with
54,405 additions
and
1,862 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -187,52 +187,176 @@ | |
}, | ||
"nvd.nist.gov": { | ||
"cve": { | ||
"configurations": [ | ||
{ | ||
"nodes": [ | ||
{ | ||
"cpeMatch": [ | ||
{ | ||
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", | ||
"matchCriteriaId": "5BE81AB9-4B65-4869-90BE-017D91883C73", | ||
"versionEndExcluding": "3.16.66", | ||
"versionStartIncluding": "2.6.19", | ||
"vulnerable": true | ||
}, | ||
{ | ||
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", | ||
"matchCriteriaId": "4398F66E-2736-42C0-860F-F7BC4AA499A9", | ||
"versionEndExcluding": "3.18.137", | ||
"versionStartIncluding": "3.17.0", | ||
"vulnerable": true | ||
}, | ||
{ | ||
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", | ||
"matchCriteriaId": "2B11D0D4-8911-4176-B660-7A31A5A5563F", | ||
"versionEndExcluding": "4.4.177", | ||
"versionStartIncluding": "3.19.0", | ||
"vulnerable": true | ||
}, | ||
{ | ||
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", | ||
"matchCriteriaId": "32689183-4840-45C3-B1C1-786F9AA3C37F", | ||
"versionEndExcluding": "4.9.163", | ||
"versionStartIncluding": "4.5.0", | ||
"vulnerable": true | ||
}, | ||
{ | ||
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", | ||
"matchCriteriaId": "B0A84CE1-F2C1-45E6-9856-4A5389302236", | ||
"versionEndExcluding": "4.14.106", | ||
"versionStartIncluding": "4.10.0", | ||
"vulnerable": true | ||
}, | ||
{ | ||
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", | ||
"matchCriteriaId": "EAD30F57-73E5-4527-9D5A-A7927304AE6B", | ||
"versionEndExcluding": "4.19.28", | ||
"versionStartIncluding": "4.15.0", | ||
"vulnerable": true | ||
}, | ||
{ | ||
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", | ||
"matchCriteriaId": "09B03EF0-9FEB-41ED-8907-3528587B0BF6", | ||
"versionEndExcluding": "4.20.15", | ||
"versionStartIncluding": "4.20.0", | ||
"vulnerable": true | ||
} | ||
], | ||
"negate": false, | ||
"operator": "OR" | ||
} | ||
] | ||
} | ||
], | ||
"descriptions": [ | ||
{ | ||
"lang": "en", | ||
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetlabel: fix out-of-bounds memory accesses\n\nThere are two array out-of-bounds memory accesses, one in\ncipso_v4_map_lvl_valid(), the other in netlbl_bitmap_walk(). Both\nerrors are embarassingly simple, and the fixes are straightforward.\n\nAs a FYI for anyone backporting this patch to kernels prior to v4.8,\nyou'll want to apply the netlbl_bitmap_walk() patch to\ncipso_v4_bitmap_walk() as netlbl_bitmap_walk() doesn't exist before\nLinux v4.8." | ||
}, | ||
{ | ||
"lang": "es", | ||
"value": "En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: netlabel: corrige accesos a memoria fuera de los l\u00edmites Hay dos accesos a memoria fuera de los l\u00edmites de matriz, uno en cipso_v4_map_lvl_valid() y el otro en netlbl_bitmap_walk(). Ambos errores son vergonzosamente simples y las soluciones son sencillas. Para su informaci\u00f3n, cualquiera que est\u00e9 implementando este parche en kernels anteriores a v4.8, querr\u00e1 aplicar el parche netlbl_bitmap_walk() a cipso_v4_bitmap_walk() ya que netlbl_bitmap_walk() no existe antes de Linux v4.8." | ||
} | ||
], | ||
"id": "CVE-2019-25160", | ||
"lastModified": "2024-02-26T22:10:40.463", | ||
"metrics": {}, | ||
"lastModified": "2024-04-17T17:43:57.407", | ||
"metrics": { | ||
"cvssMetricV31": [ | ||
{ | ||
"cvssData": { | ||
"attackComplexity": "LOW", | ||
"attackVector": "LOCAL", | ||
"availabilityImpact": "HIGH", | ||
"baseScore": 7.1, | ||
"baseSeverity": "HIGH", | ||
"confidentialityImpact": "HIGH", | ||
"integrityImpact": "NONE", | ||
"privilegesRequired": "LOW", | ||
"scope": "UNCHANGED", | ||
"userInteraction": "NONE", | ||
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H", | ||
"version": "3.1" | ||
}, | ||
"exploitabilityScore": 1.8, | ||
"impactScore": 5.2, | ||
"source": "[email protected]", | ||
"type": "Primary" | ||
} | ||
] | ||
}, | ||
"published": "2024-02-26T18:15:06.930", | ||
"references": [ | ||
{ | ||
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", | ||
"tags": [ | ||
"Patch" | ||
], | ||
"url": "https://git.kernel.org/stable/c/1c973f9c7cc2b3caae93192fdc8ecb3f0b4ac000" | ||
}, | ||
{ | ||
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", | ||
"tags": [ | ||
"Patch" | ||
], | ||
"url": "https://git.kernel.org/stable/c/5578de4834fe0f2a34fedc7374be691443396d1f" | ||
}, | ||
{ | ||
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", | ||
"tags": [ | ||
"Patch" | ||
], | ||
"url": "https://git.kernel.org/stable/c/97bc3683c24999ee621d847c9348c75d2fe86272" | ||
}, | ||
{ | ||
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", | ||
"tags": [ | ||
"Patch" | ||
], | ||
"url": "https://git.kernel.org/stable/c/c61d01faa5550e06794dcf86125ccd325bfad950" | ||
}, | ||
{ | ||
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", | ||
"tags": [ | ||
"Patch" | ||
], | ||
"url": "https://git.kernel.org/stable/c/dc18101f95fa6e815f426316b8b9a5cee28a334e" | ||
}, | ||
{ | ||
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", | ||
"tags": [ | ||
"Patch" | ||
], | ||
"url": "https://git.kernel.org/stable/c/e3713abc4248aa6bcc11173d754c418b02a62cbb" | ||
}, | ||
{ | ||
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", | ||
"tags": [ | ||
"Patch" | ||
], | ||
"url": "https://git.kernel.org/stable/c/fbf9578919d6c91100ec63acf2cba641383f6c78" | ||
}, | ||
{ | ||
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", | ||
"tags": [ | ||
"Patch" | ||
], | ||
"url": "https://git.kernel.org/stable/c/fcfe700acdc1c72eab231300e82b962bac2b2b2c" | ||
} | ||
], | ||
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", | ||
"vulnStatus": "Awaiting Analysis" | ||
"vulnStatus": "Analyzed", | ||
"weaknesses": [ | ||
{ | ||
"description": [ | ||
{ | ||
"lang": "en", | ||
"value": "CWE-125" | ||
} | ||
], | ||
"source": "[email protected]", | ||
"type": "Primary" | ||
} | ||
] | ||
} | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,52 +36,176 @@ | |
}, | ||
"nvd.nist.gov": { | ||
"cve": { | ||
"configurations": [ | ||
{ | ||
"nodes": [ | ||
{ | ||
"cpeMatch": [ | ||
{ | ||
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", | ||
"matchCriteriaId": "048D7AEC-0BDF-4E6B-88C7-6C885B2803A7", | ||
"versionEndExcluding": "4.14.291", | ||
"versionStartIncluding": "4.3.0", | ||
"vulnerable": true | ||
}, | ||
{ | ||
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", | ||
"matchCriteriaId": "D0FFCACA-D324-4AB2-B271-A5EF3D23E273", | ||
"versionEndExcluding": "4.19.256", | ||
"versionStartIncluding": "4.15.0", | ||
"vulnerable": true | ||
}, | ||
{ | ||
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", | ||
"matchCriteriaId": "3C33D40A-AF8C-46C6-9ED1-7F5F8C96552F", | ||
"versionEndExcluding": "5.4.211", | ||
"versionStartIncluding": "4.20.0", | ||
"vulnerable": true | ||
}, | ||
{ | ||
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", | ||
"matchCriteriaId": "40A3CF09-2536-449C-B622-B8C0DBA309E6", | ||
"versionEndExcluding": "5.10.137", | ||
"versionStartIncluding": "5.5.0", | ||
"vulnerable": true | ||
}, | ||
{ | ||
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", | ||
"matchCriteriaId": "AEDDBF30-4946-4481-B5C2-AE55A1369335", | ||
"versionEndExcluding": "5.15.61", | ||
"versionStartIncluding": "5.11.0", | ||
"vulnerable": true | ||
}, | ||
{ | ||
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", | ||
"matchCriteriaId": "6D6BD036-D6F8-4B3A-A066-8A95E4338323", | ||
"versionEndExcluding": "5.18.18", | ||
"versionStartIncluding": "5.16.0", | ||
"vulnerable": true | ||
}, | ||
{ | ||
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", | ||
"matchCriteriaId": "8FFF6920-BE48-4EF0-8496-09F9B048C2F7", | ||
"versionEndExcluding": "5.19.2", | ||
"versionStartIncluding": "5.19.0", | ||
"vulnerable": true | ||
} | ||
], | ||
"negate": false, | ||
"operator": "OR" | ||
} | ||
] | ||
} | ||
], | ||
"descriptions": [ | ||
{ | ||
"lang": "en", | ||
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\ni2c: Fix a potential use after free\n\nFree the adap structure only after we are done using it.\nThis patch just moves the put_device() down a bit to avoid the\nuse after free.\n\n[wsa: added comment to the code, added Fixes tag]" | ||
}, | ||
{ | ||
"lang": "es", | ||
"value": "En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: i2c: corrige un use after free que libera la estructura adap solo despu\u00e9s de que hayamos terminado de usarla. Este parche simplemente mueve put_device() un poco hacia abajo para evitar el use after free. [wsa: comentario agregado al c\u00f3digo, etiqueta de correcciones agregada]" | ||
} | ||
], | ||
"id": "CVE-2019-25162", | ||
"lastModified": "2024-02-26T22:10:40.463", | ||
"metrics": {}, | ||
"lastModified": "2024-04-17T17:38:07.340", | ||
"metrics": { | ||
"cvssMetricV31": [ | ||
{ | ||
"cvssData": { | ||
"attackComplexity": "LOW", | ||
"attackVector": "LOCAL", | ||
"availabilityImpact": "HIGH", | ||
"baseScore": 7.8, | ||
"baseSeverity": "HIGH", | ||
"confidentialityImpact": "HIGH", | ||
"integrityImpact": "HIGH", | ||
"privilegesRequired": "LOW", | ||
"scope": "UNCHANGED", | ||
"userInteraction": "NONE", | ||
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", | ||
"version": "3.1" | ||
}, | ||
"exploitabilityScore": 1.8, | ||
"impactScore": 5.9, | ||
"source": "[email protected]", | ||
"type": "Primary" | ||
} | ||
] | ||
}, | ||
"published": "2024-02-26T18:15:07.043", | ||
"references": [ | ||
{ | ||
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", | ||
"tags": [ | ||
"Patch" | ||
], | ||
"url": "https://git.kernel.org/stable/c/12b0606000d0828630c033bf0c74c748464fe87d" | ||
}, | ||
{ | ||
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", | ||
"tags": [ | ||
"Patch" | ||
], | ||
"url": "https://git.kernel.org/stable/c/23a191b132cd87f746c62f3dc27da33683d85829" | ||
}, | ||
{ | ||
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", | ||
"tags": [ | ||
"Patch" | ||
], | ||
"url": "https://git.kernel.org/stable/c/35927d7509ab9bf41896b7e44f639504eae08af7" | ||
}, | ||
{ | ||
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", | ||
"tags": [ | ||
"Patch" | ||
], | ||
"url": "https://git.kernel.org/stable/c/81cb31756888bb062e92d2dca21cd629d77a46a9" | ||
}, | ||
{ | ||
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", | ||
"tags": [ | ||
"Patch" | ||
], | ||
"url": "https://git.kernel.org/stable/c/871a1e94929a27bf6e2cd99523865c840bbc2d87" | ||
}, | ||
{ | ||
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", | ||
"tags": [ | ||
"Patch" | ||
], | ||
"url": "https://git.kernel.org/stable/c/e4c72c06c367758a14f227c847f9d623f1994ecf" | ||
}, | ||
{ | ||
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", | ||
"tags": [ | ||
"Patch" | ||
], | ||
"url": "https://git.kernel.org/stable/c/e6412ba3b6508bdf9c074d310bf4144afa6aec1a" | ||
}, | ||
{ | ||
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", | ||
"tags": [ | ||
"Patch" | ||
], | ||
"url": "https://git.kernel.org/stable/c/e8e1a046cf87c8b1363e5de835114f2779e2aaf4" | ||
} | ||
], | ||
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", | ||
"vulnStatus": "Awaiting Analysis" | ||
"vulnStatus": "Analyzed", | ||
"weaknesses": [ | ||
{ | ||
"description": [ | ||
{ | ||
"lang": "en", | ||
"value": "CWE-416" | ||
} | ||
], | ||
"source": "[email protected]", | ||
"type": "Primary" | ||
} | ||
] | ||
} | ||
} | ||
} | ||
|
Oops, something went wrong.