Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-43228 (GCVE-0-2026-43228)
Vulnerability from cvelistv5 – Published: 2026-05-06 11:28 – Updated: 2026-05-11 22:20| Vendor | Product | Version | |
|---|---|---|---|
| Linux | Linux |
Affected:
a06ec283e125e334155fe13005c76c9f484ce759 , < b6536c1ced315fa645576d3a39c6e07f2a472962
(git)
Affected: a06ec283e125e334155fe13005c76c9f484ce759 , < b226804532a875c10276168dc55ce752944096bd (git) |
|
| Linux | Linux |
Affected:
6.18
Unaffected: 0 , < 6.18 (semver) Unaffected: 6.19.6 , ≤ 6.19.* (semver) Unaffected: 7.0 , ≤ * (original_commit_for_fix) |
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"fs/hfs/dir.c",
"fs/hfs/hfs_fs.h",
"fs/hfs/inode.c",
"fs/hfs/mdb.c",
"fs/hfs/super.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "b6536c1ced315fa645576d3a39c6e07f2a472962",
"status": "affected",
"version": "a06ec283e125e334155fe13005c76c9f484ce759",
"versionType": "git"
},
{
"lessThan": "b226804532a875c10276168dc55ce752944096bd",
"status": "affected",
"version": "a06ec283e125e334155fe13005c76c9f484ce759",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"fs/hfs/dir.c",
"fs/hfs/hfs_fs.h",
"fs/hfs/inode.c",
"fs/hfs/mdb.c",
"fs/hfs/super.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "6.18"
},
{
"lessThan": "6.18",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.19.*",
"status": "unaffected",
"version": "6.19.6",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "7.0",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.19.6",
"versionStartIncluding": "6.18",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.0",
"versionStartIncluding": "6.18",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nhfs: Replace BUG_ON with error handling for CNID count checks\n\nIn a06ec283e125 next_id, folder_count, and file_count in the super block\ninfo were expanded to 64 bits, and BUG_ONs were added to detect\noverflow. This triggered an error reported by syzbot: if the MDB is\ncorrupted, the BUG_ON is triggered. This patch replaces this mechanism\nwith proper error handling and resolves the syzbot reported bug.\n\nSinged-off-by: Jori Koolstra \u003cjkoolstra@xs4all.nl\u003e"
}
],
"providerMetadata": {
"dateUpdated": "2026-05-11T22:20:28.976Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/b6536c1ced315fa645576d3a39c6e07f2a472962"
},
{
"url": "https://git.kernel.org/stable/c/b226804532a875c10276168dc55ce752944096bd"
}
],
"title": "hfs: Replace BUG_ON with error handling for CNID count checks",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2026-43228",
"datePublished": "2026-05-06T11:28:26.292Z",
"dateReserved": "2026-05-01T14:12:55.994Z",
"dateUpdated": "2026-05-11T22:20:28.976Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-43228",
"date": "2026-05-25",
"epss": "0.00014",
"percentile": "0.03059"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-43228\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-05-06T12:16:42.710\",\"lastModified\":\"2026-05-08T21:16:13.633\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nhfs: Replace BUG_ON with error handling for CNID count checks\\n\\nIn a06ec283e125 next_id, folder_count, and file_count in the super block\\ninfo were expanded to 64 bits, and BUG_ONs were added to detect\\noverflow. This triggered an error reported by syzbot: if the MDB is\\ncorrupted, the BUG_ON is triggered. This patch replaces this mechanism\\nwith proper error handling and resolves the syzbot reported bug.\\n\\nSinged-off-by: Jori Koolstra \u003cjkoolstra@xs4all.nl\u003e\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-617\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.18\",\"versionEndExcluding\":\"6.19.6\",\"matchCriteriaId\":\"4B8DEC15-D63A-48FF-9525-4CAB1A20C19D\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/b226804532a875c10276168dc55ce752944096bd\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/b6536c1ced315fa645576d3a39c6e07f2a472962\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}"
}
}
CERTFR-2026-AVI-0558
Vulnerability from certfr_avis - Published: 2026-05-11 - Updated: 2026-05-11
De multiples vulnérabilités ont été découvertes dans Microsoft Azure Linux. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Microsoft | Azure Linux | azl3 kernel 6.6.137.1-2 versions antérieures à 6.6.138.1-1 | ||
| Microsoft | Azure Linux | azl3 kf-kcoreaddons 5.249.0-1 versions antérieures à 5.249.0-2 | ||
| Microsoft | Azure Linux | azl3 firewalld 2.0.2-3 versions antérieures à 2.0.2-4 | ||
| Microsoft | Azure Linux | azl3 python-pip 24.2-6 versions antérieures à 24.2-7 | ||
| Microsoft | Azure Linux | azl3 nano 6.4-2 versions antérieures à 6.4-3 | ||
| Microsoft | Azure Linux | azl3 frr 10.5.0-3 versions antérieures à 10.5.4-1 |
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "azl3 kernel 6.6.137.1-2 versions ant\u00e9rieures \u00e0 6.6.138.1-1",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 kf-kcoreaddons 5.249.0-1 versions ant\u00e9rieures \u00e0 5.249.0-2",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 firewalld 2.0.2-3 versions ant\u00e9rieures \u00e0 2.0.2-4",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 python-pip 24.2-6 versions ant\u00e9rieures \u00e0 24.2-7",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 nano 6.4-2 versions ant\u00e9rieures \u00e0 6.4-3",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 frr 10.5.0-3 versions ant\u00e9rieures \u00e0 10.5.4-1",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-43305",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43305"
},
{
"name": "CVE-2026-43292",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43292"
},
{
"name": "CVE-2026-43274",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43274"
},
{
"name": "CVE-2025-71290",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71290"
},
{
"name": "CVE-2026-43306",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43306"
},
{
"name": "CVE-2026-43284",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43284"
},
{
"name": "CVE-2026-43201",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43201"
},
{
"name": "CVE-2026-6843",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6843"
},
{
"name": "CVE-2026-43243",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43243"
},
{
"name": "CVE-2025-71294",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71294"
},
{
"name": "CVE-2026-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3219"
},
{
"name": "CVE-2026-6842",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6842"
},
{
"name": "CVE-2026-41526",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41526"
},
{
"name": "CVE-2026-43400",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43400"
},
{
"name": "CVE-2026-43398",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43398"
},
{
"name": "CVE-2026-43228",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43228"
},
{
"name": "CVE-2026-4948",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4948"
},
{
"name": "CVE-2026-43300",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43300"
},
{
"name": "CVE-2026-43191",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43191"
},
{
"name": "CVE-2026-43176",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43176"
},
{
"name": "CVE-2026-43237",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43237"
},
{
"name": "CVE-2026-43474",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43474"
},
{
"name": "CVE-2026-43195",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43195"
},
{
"name": "CVE-2025-71302",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71302"
},
{
"name": "CVE-2025-71293",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71293"
},
{
"name": "CVE-2026-43267",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43267"
},
{
"name": "CVE-2026-43165",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43165"
},
{
"name": "CVE-2026-43321",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43321"
},
{
"name": "CVE-2026-43320",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43320"
},
{
"name": "CVE-2025-71299",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71299"
},
{
"name": "CVE-2026-37457",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-37457"
}
],
"initial_release_date": "2026-05-11T00:00:00",
"last_revision_date": "2026-05-11T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0558",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-05-11T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans Microsoft Azure Linux. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans Microsoft Azure Linux",
"vendor_advisories": [
{
"published_at": "2026-05-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-43400",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-43400"
},
{
"published_at": "2026-05-02",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-4948",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-4948"
},
{
"published_at": "2026-05-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-71293",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-71293"
},
{
"published_at": "2026-05-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-43284",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-43284"
},
{
"published_at": "2026-05-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-43300",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-43300"
},
{
"published_at": "2026-05-05",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-37457",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-37457"
},
{
"published_at": "2026-05-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-71290",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-71290"
},
{
"published_at": "2026-05-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-43243",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-43243"
},
{
"published_at": "2026-05-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-71294",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-71294"
},
{
"published_at": "2026-05-03",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-6843",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-6843"
},
{
"published_at": "2026-05-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-43165",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-43165"
},
{
"published_at": "2026-05-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-43237",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-43237"
},
{
"published_at": "2026-05-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-43201",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-43201"
},
{
"published_at": "2026-05-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-43306",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-43306"
},
{
"published_at": "2026-05-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-43321",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-43321"
},
{
"published_at": "2026-05-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-71299",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-71299"
},
{
"published_at": "2026-05-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-43267",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-43267"
},
{
"published_at": "2026-05-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-43274",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-43274"
},
{
"published_at": "2026-05-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-43320",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-43320"
},
{
"published_at": "2026-04-23",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-3219",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-3219"
},
{
"published_at": "2026-05-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-43195",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-43195"
},
{
"published_at": "2026-05-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-43228",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-43228"
},
{
"published_at": "2026-05-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-43191",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-43191"
},
{
"published_at": "2026-05-01",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-41526",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-41526"
},
{
"published_at": "2026-05-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-43292",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-43292"
},
{
"published_at": "2026-05-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-43305",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-43305"
},
{
"published_at": "2026-05-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-43398",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-43398"
},
{
"published_at": "2026-05-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-43474",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-43474"
},
{
"published_at": "2026-05-03",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-6842",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-6842"
},
{
"published_at": "2026-05-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-43176",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-43176"
},
{
"published_at": "2026-05-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-71302",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-71302"
}
]
}
FKIE_CVE-2026-43228
Vulnerability from fkie_nvd - Published: 2026-05-06 12:16 - Updated: 2026-05-08 21:16| Vendor | Product | Version | |
|---|---|---|---|
| linux | linux_kernel | * |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "4B8DEC15-D63A-48FF-9525-4CAB1A20C19D",
"versionEndExcluding": "6.19.6",
"versionStartIncluding": "6.18",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nhfs: Replace BUG_ON with error handling for CNID count checks\n\nIn a06ec283e125 next_id, folder_count, and file_count in the super block\ninfo were expanded to 64 bits, and BUG_ONs were added to detect\noverflow. This triggered an error reported by syzbot: if the MDB is\ncorrupted, the BUG_ON is triggered. This patch replaces this mechanism\nwith proper error handling and resolves the syzbot reported bug.\n\nSinged-off-by: Jori Koolstra \u003cjkoolstra@xs4all.nl\u003e"
}
],
"id": "CVE-2026-43228",
"lastModified": "2026-05-08T21:16:13.633",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 1.8,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2026-05-06T12:16:42.710",
"references": [
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/b226804532a875c10276168dc55ce752944096bd"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/b6536c1ced315fa645576d3a39c6e07f2a472962"
}
],
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-617"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
GHSA-G4P6-4X9W-QFQ5
Vulnerability from github – Published: 2026-05-06 12:30 – Updated: 2026-05-08 21:31In the Linux kernel, the following vulnerability has been resolved:
hfs: Replace BUG_ON with error handling for CNID count checks
In a06ec283e125 next_id, folder_count, and file_count in the super block info were expanded to 64 bits, and BUG_ONs were added to detect overflow. This triggered an error reported by syzbot: if the MDB is corrupted, the BUG_ON is triggered. This patch replaces this mechanism with proper error handling and resolves the syzbot reported bug.
Singed-off-by: Jori Koolstra jkoolstra@xs4all.nl
{
"affected": [],
"aliases": [
"CVE-2026-43228"
],
"database_specific": {
"cwe_ids": [
"CWE-617"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-05-06T12:16:42Z",
"severity": "MODERATE"
},
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\nhfs: Replace BUG_ON with error handling for CNID count checks\n\nIn a06ec283e125 next_id, folder_count, and file_count in the super block\ninfo were expanded to 64 bits, and BUG_ONs were added to detect\noverflow. This triggered an error reported by syzbot: if the MDB is\ncorrupted, the BUG_ON is triggered. This patch replaces this mechanism\nwith proper error handling and resolves the syzbot reported bug.\n\nSinged-off-by: Jori Koolstra \u003cjkoolstra@xs4all.nl\u003e",
"id": "GHSA-g4p6-4x9w-qfq5",
"modified": "2026-05-08T21:31:20Z",
"published": "2026-05-06T12:30:33Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-43228"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/b226804532a875c10276168dc55ce752944096bd"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/b6536c1ced315fa645576d3a39c6e07f2a472962"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
]
}
MSRC_CVE-2026-43228
Vulnerability from csaf_microsoft - Published: 2026-05-02 00:00 - Updated: 2026-05-19 01:46| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17084-1 | — |
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2026-43228 hfs: Replace BUG_ON with error handling for CNID count checks - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-43228.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "hfs: Replace BUG_ON with error handling for CNID count checks",
"tracking": {
"current_release_date": "2026-05-19T01:46:13.000Z",
"generator": {
"date": "2026-05-19T07:12:12.411Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2026-43228",
"initial_release_date": "2026-05-02T00:00:00.000Z",
"revision_history": [
{
"date": "2026-05-07T01:09:06.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-05-07T14:41:57.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
},
{
"date": "2026-05-09T14:39:28.000Z",
"legacy_version": "3",
"number": "3",
"summary": "Information published."
},
{
"date": "2026-05-19T01:46:13.000Z",
"legacy_version": "4",
"number": "4",
"summary": "Information published."
}
],
"status": "final",
"version": "4"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"category": "product_name",
"name": "azl3 kernel 0:6.6.137.1-2.azl3",
"product": {
"name": "azl3 kernel 0:6.6.137.1-2.azl3",
"product_id": "1"
}
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kernel 0:6.6.137.1-2.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-1"
},
"product_reference": "1",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-43228",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"17084-1"
]
}
],
"notes": [
{
"category": "general",
"text": "Linux",
"title": "Assigning CNA"
}
],
"product_status": {
"known_not_affected": [
"17084-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-43228 hfs: Replace BUG_ON with error handling for CNID count checks - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-43228.json"
}
],
"title": "hfs: Replace BUG_ON with error handling for CNID count checks"
}
]
}
WID-SEC-W-2026-1405
Vulnerability from csaf_certbund - Published: 2026-05-06 22:00 - Updated: 2026-05-20 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
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://lore.kernel.org/linux-cve-announce/ | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://msrc.microsoft.com/update-guide/ | external |
| https://linux.oracle.com/errata/ELSA-2026-50261.html | external |
| https://linux.oracle.com/errata/ELSA-2026-50260.html | external |
| https://lists.debian.org/debian-security-announce… | external |
| https://access.redhat.com/errata/RHSA-2026:19568 | external |
| https://access.redhat.com/errata/RHSA-2026:19569 | external |
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"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.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen im Linux Kernel ausnutzen, um nicht spezifizierte Angriffe durchzuf\u00fchren, m\u00f6glicherweise Sicherheitsma\u00dfnahmen zu umgehen, Daten zu manipulieren oder offenzulegen oder einen Denial-of-Service-Zustand zu verursachen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux",
"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-1405 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1405.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1405 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1405"
},
{
"category": "external",
"summary": "Kernel CVE Announce Mailingliste",
"url": "https://lore.kernel.org/linux-cve-announce/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-71271",
"url": "https://lore.kernel.org/linux-cve-announce/2026050614-CVE-2025-71271-6cab@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-71272",
"url": "https://lore.kernel.org/linux-cve-announce/2026050617-CVE-2025-71272-85da@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-71273",
"url": "https://lore.kernel.org/linux-cve-announce/2026050617-CVE-2025-71273-842f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-71274",
"url": "https://lore.kernel.org/linux-cve-announce/2026050617-CVE-2025-71274-6af4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-71285",
"url": "https://lore.kernel.org/linux-cve-announce/2026050630-CVE-2025-71285-4521@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-71286",
"url": "https://lore.kernel.org/linux-cve-announce/2026050630-CVE-2025-71286-9591@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-71287",
"url": "https://lore.kernel.org/linux-cve-announce/2026050630-CVE-2025-71287-54ce@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-71288",
"url": "https://lore.kernel.org/linux-cve-announce/2026050631-CVE-2025-71288-989a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-71289",
"url": "https://lore.kernel.org/linux-cve-announce/2026050631-CVE-2025-71289-c62c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-71290",
"url": "https://lore.kernel.org/linux-cve-announce/2026050631-CVE-2025-71290-f031@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-71291",
"url": "https://lore.kernel.org/linux-cve-announce/2026050632-CVE-2025-71291-0029@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-71292",
"url": "https://lore.kernel.org/linux-cve-announce/2026050632-CVE-2025-71292-9638@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-71293",
"url": "https://lore.kernel.org/linux-cve-announce/2026050632-CVE-2025-71293-609e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-71294",
"url": "https://lore.kernel.org/linux-cve-announce/2026050633-CVE-2025-71294-05de@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-71295",
"url": "https://lore.kernel.org/linux-cve-announce/2026050633-CVE-2025-71295-621a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43121",
"url": "https://lore.kernel.org/linux-cve-announce/2026050618-CVE-2026-43121-2a26@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43122",
"url": "https://lore.kernel.org/linux-cve-announce/2026050618-CVE-2026-43122-6d5d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43123",
"url": "https://lore.kernel.org/linux-cve-announce/2026050618-CVE-2026-43123-1166@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43124",
"url": "https://lore.kernel.org/linux-cve-announce/2026050619-CVE-2026-43124-8141@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43125",
"url": "https://lore.kernel.org/linux-cve-announce/2026050619-CVE-2026-43125-c9f9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43126",
"url": "https://lore.kernel.org/linux-cve-announce/2026050619-CVE-2026-43126-5b1d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43127",
"url": "https://lore.kernel.org/linux-cve-announce/2026050620-CVE-2026-43127-aa44@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43128",
"url": "https://lore.kernel.org/linux-cve-announce/2026050620-CVE-2026-43128-5ff4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43129",
"url": "https://lore.kernel.org/linux-cve-announce/2026050621-CVE-2026-43129-14c2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43130",
"url": "https://lore.kernel.org/linux-cve-announce/2026050621-CVE-2026-43130-50f6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43131",
"url": "https://lore.kernel.org/linux-cve-announce/2026050621-CVE-2026-43131-67fa@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43132",
"url": "https://lore.kernel.org/linux-cve-announce/2026050622-CVE-2026-43132-42ed@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43133",
"url": "https://lore.kernel.org/linux-cve-announce/2026050622-CVE-2026-43133-ffea@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43134",
"url": "https://lore.kernel.org/linux-cve-announce/2026050622-CVE-2026-43134-ce6b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43135",
"url": "https://lore.kernel.org/linux-cve-announce/2026050623-CVE-2026-43135-df5a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43136",
"url": "https://lore.kernel.org/linux-cve-announce/2026050623-CVE-2026-43136-99fb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43137",
"url": "https://lore.kernel.org/linux-cve-announce/2026050623-CVE-2026-43137-d02e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43138",
"url": "https://lore.kernel.org/linux-cve-announce/2026050624-CVE-2026-43138-ccd2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43139",
"url": "https://lore.kernel.org/linux-cve-announce/2026050624-CVE-2026-43139-64a2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43140",
"url": "https://lore.kernel.org/linux-cve-announce/2026050624-CVE-2026-43140-1367@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43141",
"url": "https://lore.kernel.org/linux-cve-announce/2026050625-CVE-2026-43141-a84a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43142",
"url": "https://lore.kernel.org/linux-cve-announce/2026050625-CVE-2026-43142-42a0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43143",
"url": "https://lore.kernel.org/linux-cve-announce/2026050625-CVE-2026-43143-1513@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43144",
"url": "https://lore.kernel.org/linux-cve-announce/2026050626-CVE-2026-43144-720d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43145",
"url": "https://lore.kernel.org/linux-cve-announce/2026050626-CVE-2026-43145-59af@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43146",
"url": "https://lore.kernel.org/linux-cve-announce/2026050626-CVE-2026-43146-c0ee@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43147",
"url": "https://lore.kernel.org/linux-cve-announce/2026050627-CVE-2026-43147-4a3c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43148",
"url": "https://lore.kernel.org/linux-cve-announce/2026050627-CVE-2026-43148-224c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43149",
"url": "https://lore.kernel.org/linux-cve-announce/2026050627-CVE-2026-43149-cd24@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43150",
"url": "https://lore.kernel.org/linux-cve-announce/2026050628-CVE-2026-43150-987f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43151",
"url": "https://lore.kernel.org/linux-cve-announce/2026050628-CVE-2026-43151-e861@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43152",
"url": "https://lore.kernel.org/linux-cve-announce/2026050629-CVE-2026-43152-1029@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43153",
"url": "https://lore.kernel.org/linux-cve-announce/2026050629-CVE-2026-43153-9294@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43154",
"url": "https://lore.kernel.org/linux-cve-announce/2026050629-CVE-2026-43154-9c24@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43155",
"url": "https://lore.kernel.org/linux-cve-announce/2026050630-CVE-2026-43155-32e0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43156",
"url": "https://lore.kernel.org/linux-cve-announce/2026050630-CVE-2026-43156-1fc4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43157",
"url": "https://lore.kernel.org/linux-cve-announce/2026050630-CVE-2026-43157-b4de@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43158",
"url": "https://lore.kernel.org/linux-cve-announce/2026050631-CVE-2026-43158-cc20@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43159",
"url": "https://lore.kernel.org/linux-cve-announce/2026050631-CVE-2026-43159-aeee@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43160",
"url": "https://lore.kernel.org/linux-cve-announce/2026050631-CVE-2026-43160-163c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43161",
"url": "https://lore.kernel.org/linux-cve-announce/2026050632-CVE-2026-43161-50a7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43162",
"url": "https://lore.kernel.org/linux-cve-announce/2026050632-CVE-2026-43162-7fcc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43163",
"url": "https://lore.kernel.org/linux-cve-announce/2026050632-CVE-2026-43163-86e1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43164",
"url": "https://lore.kernel.org/linux-cve-announce/2026050633-CVE-2026-43164-c1bc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43165",
"url": "https://lore.kernel.org/linux-cve-announce/2026050633-CVE-2026-43165-a628@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43166",
"url": "https://lore.kernel.org/linux-cve-announce/2026050633-CVE-2026-43166-b297@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43167",
"url": "https://lore.kernel.org/linux-cve-announce/2026050634-CVE-2026-43167-6243@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43168",
"url": "https://lore.kernel.org/linux-cve-announce/2026050634-CVE-2026-43168-3cc3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43169",
"url": "https://lore.kernel.org/linux-cve-announce/2026050634-CVE-2026-43169-0e63@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43170",
"url": "https://lore.kernel.org/linux-cve-announce/2026050635-CVE-2026-43170-01fa@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43171",
"url": "https://lore.kernel.org/linux-cve-announce/2026050635-CVE-2026-43171-8549@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43172",
"url": "https://lore.kernel.org/linux-cve-announce/2026050635-CVE-2026-43172-6ed1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43173",
"url": "https://lore.kernel.org/linux-cve-announce/2026050636-CVE-2026-43173-a8ba@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43174",
"url": "https://lore.kernel.org/linux-cve-announce/2026050636-CVE-2026-43174-3a76@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43175",
"url": "https://lore.kernel.org/linux-cve-announce/2026050636-CVE-2026-43175-99a1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43176",
"url": "https://lore.kernel.org/linux-cve-announce/2026050637-CVE-2026-43176-c8ee@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43177",
"url": "https://lore.kernel.org/linux-cve-announce/2026050637-CVE-2026-43177-ff1a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43178",
"url": "https://lore.kernel.org/linux-cve-announce/2026050638-CVE-2026-43178-3c95@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43179",
"url": "https://lore.kernel.org/linux-cve-announce/2026050638-CVE-2026-43179-4b12@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43180",
"url": "https://lore.kernel.org/linux-cve-announce/2026050638-CVE-2026-43180-f0ea@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43181",
"url": "https://lore.kernel.org/linux-cve-announce/2026050639-CVE-2026-43181-2c8c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43182",
"url": "https://lore.kernel.org/linux-cve-announce/2026050639-CVE-2026-43182-33d2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43183",
"url": "https://lore.kernel.org/linux-cve-announce/2026050639-CVE-2026-43183-f048@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43184",
"url": "https://lore.kernel.org/linux-cve-announce/2026050640-CVE-2026-43184-17d4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43185",
"url": "https://lore.kernel.org/linux-cve-announce/2026050640-CVE-2026-43185-55a5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43186",
"url": "https://lore.kernel.org/linux-cve-announce/2026050640-CVE-2026-43186-4c1f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43187",
"url": "https://lore.kernel.org/linux-cve-announce/2026050641-CVE-2026-43187-6b4a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43188",
"url": "https://lore.kernel.org/linux-cve-announce/2026050641-CVE-2026-43188-75ba@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43189",
"url": "https://lore.kernel.org/linux-cve-announce/2026050641-CVE-2026-43189-6bf9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43190",
"url": "https://lore.kernel.org/linux-cve-announce/2026050642-CVE-2026-43190-f1c9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43191",
"url": "https://lore.kernel.org/linux-cve-announce/2026050642-CVE-2026-43191-8efb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43192",
"url": "https://lore.kernel.org/linux-cve-announce/2026050642-CVE-2026-43192-3fa4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43193",
"url": "https://lore.kernel.org/linux-cve-announce/2026050643-CVE-2026-43193-f144@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43194",
"url": "https://lore.kernel.org/linux-cve-announce/2026050643-CVE-2026-43194-a00a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43195",
"url": "https://lore.kernel.org/linux-cve-announce/2026050643-CVE-2026-43195-94c7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43196",
"url": "https://lore.kernel.org/linux-cve-announce/2026050644-CVE-2026-43196-b9da@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43197",
"url": "https://lore.kernel.org/linux-cve-announce/2026050644-CVE-2026-43197-37f5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43198",
"url": "https://lore.kernel.org/linux-cve-announce/2026050645-CVE-2026-43198-0870@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43199",
"url": "https://lore.kernel.org/linux-cve-announce/2026050645-CVE-2026-43199-6376@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43200",
"url": "https://lore.kernel.org/linux-cve-announce/2026050645-CVE-2026-43200-5a5f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43201",
"url": "https://lore.kernel.org/linux-cve-announce/2026050646-CVE-2026-43201-b78e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43202",
"url": "https://lore.kernel.org/linux-cve-announce/2026050646-CVE-2026-43202-2ab9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43203",
"url": "https://lore.kernel.org/linux-cve-announce/2026050646-CVE-2026-43203-6705@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43204",
"url": "https://lore.kernel.org/linux-cve-announce/2026050647-CVE-2026-43204-f1b7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43205",
"url": "https://lore.kernel.org/linux-cve-announce/2026050647-CVE-2026-43205-3180@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43206",
"url": "https://lore.kernel.org/linux-cve-announce/2026050647-CVE-2026-43206-ca61@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43207",
"url": "https://lore.kernel.org/linux-cve-announce/2026050648-CVE-2026-43207-d26b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43208",
"url": "https://lore.kernel.org/linux-cve-announce/2026050648-CVE-2026-43208-cc6f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43209",
"url": "https://lore.kernel.org/linux-cve-announce/2026050648-CVE-2026-43209-3ed2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43210",
"url": "https://lore.kernel.org/linux-cve-announce/2026050649-CVE-2026-43210-f4dd@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43211",
"url": "https://lore.kernel.org/linux-cve-announce/2026050649-CVE-2026-43211-5383@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43212",
"url": "https://lore.kernel.org/linux-cve-announce/2026050649-CVE-2026-43212-5cc5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43213",
"url": "https://lore.kernel.org/linux-cve-announce/2026050650-CVE-2026-43213-33d1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43214",
"url": "https://lore.kernel.org/linux-cve-announce/2026050650-CVE-2026-43214-37cb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43215",
"url": "https://lore.kernel.org/linux-cve-announce/2026050650-CVE-2026-43215-7e04@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43216",
"url": "https://lore.kernel.org/linux-cve-announce/2026050651-CVE-2026-43216-0b6d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43217",
"url": "https://lore.kernel.org/linux-cve-announce/2026050651-CVE-2026-43217-735d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43218",
"url": "https://lore.kernel.org/linux-cve-announce/2026050652-CVE-2026-43218-c10e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43219",
"url": "https://lore.kernel.org/linux-cve-announce/2026050652-CVE-2026-43219-5cde@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43220",
"url": "https://lore.kernel.org/linux-cve-announce/2026050652-CVE-2026-43220-cf2b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43221",
"url": "https://lore.kernel.org/linux-cve-announce/2026050653-CVE-2026-43221-a254@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43222",
"url": "https://lore.kernel.org/linux-cve-announce/2026050653-CVE-2026-43222-3676@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43223",
"url": "https://lore.kernel.org/linux-cve-announce/2026050653-CVE-2026-43223-9e04@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43224",
"url": "https://lore.kernel.org/linux-cve-announce/2026050654-CVE-2026-43224-502e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43225",
"url": "https://lore.kernel.org/linux-cve-announce/2026050654-CVE-2026-43225-f99b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43226",
"url": "https://lore.kernel.org/linux-cve-announce/2026050654-CVE-2026-43226-496c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43227",
"url": "https://lore.kernel.org/linux-cve-announce/2026050655-CVE-2026-43227-d271@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43228",
"url": "https://lore.kernel.org/linux-cve-announce/2026050655-CVE-2026-43228-4b65@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43229",
"url": "https://lore.kernel.org/linux-cve-announce/2026050655-CVE-2026-43229-ed0b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43230",
"url": "https://lore.kernel.org/linux-cve-announce/2026050656-CVE-2026-43230-9cb4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43231",
"url": "https://lore.kernel.org/linux-cve-announce/2026050656-CVE-2026-43231-6c4b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43232",
"url": "https://lore.kernel.org/linux-cve-announce/2026050656-CVE-2026-43232-5dff@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43233",
"url": "https://lore.kernel.org/linux-cve-announce/2026050657-CVE-2026-43233-e6b4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43234",
"url": "https://lore.kernel.org/linux-cve-announce/2026050657-CVE-2026-43234-2acb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43235",
"url": "https://lore.kernel.org/linux-cve-announce/2026050657-CVE-2026-43235-e0a6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43236",
"url": "https://lore.kernel.org/linux-cve-announce/2026050658-CVE-2026-43236-1ee8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43237",
"url": "https://lore.kernel.org/linux-cve-announce/2026050658-CVE-2026-43237-b6c1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43238",
"url": "https://lore.kernel.org/linux-cve-announce/2026050659-CVE-2026-43238-6bb9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43239",
"url": "https://lore.kernel.org/linux-cve-announce/2026050659-CVE-2026-43239-f862@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43240",
"url": "https://lore.kernel.org/linux-cve-announce/2026050659-CVE-2026-43240-114a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43241",
"url": "https://lore.kernel.org/linux-cve-announce/2026050600-CVE-2026-43241-b0ad@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43242",
"url": "https://lore.kernel.org/linux-cve-announce/2026050600-CVE-2026-43242-65af@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43243",
"url": "https://lore.kernel.org/linux-cve-announce/2026050600-CVE-2026-43243-990c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43244",
"url": "https://lore.kernel.org/linux-cve-announce/2026050601-CVE-2026-43244-be5b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43245",
"url": "https://lore.kernel.org/linux-cve-announce/2026050601-CVE-2026-43245-6e9f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43246",
"url": "https://lore.kernel.org/linux-cve-announce/2026050601-CVE-2026-43246-ec1c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43247",
"url": "https://lore.kernel.org/linux-cve-announce/2026050602-CVE-2026-43247-cd0f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43248",
"url": "https://lore.kernel.org/linux-cve-announce/2026050602-CVE-2026-43248-7506@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43249",
"url": "https://lore.kernel.org/linux-cve-announce/2026050602-CVE-2026-43249-f246@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43250",
"url": "https://lore.kernel.org/linux-cve-announce/2026050603-CVE-2026-43250-e395@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43251",
"url": "https://lore.kernel.org/linux-cve-announce/2026050603-CVE-2026-43251-1276@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43252",
"url": "https://lore.kernel.org/linux-cve-announce/2026050603-CVE-2026-43252-afb4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43253",
"url": "https://lore.kernel.org/linux-cve-announce/2026050604-CVE-2026-43253-838c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43254",
"url": "https://lore.kernel.org/linux-cve-announce/2026050604-CVE-2026-43254-1146@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43255",
"url": "https://lore.kernel.org/linux-cve-announce/2026050605-CVE-2026-43255-d0bf@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43256",
"url": "https://lore.kernel.org/linux-cve-announce/2026050605-CVE-2026-43256-cc2e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43257",
"url": "https://lore.kernel.org/linux-cve-announce/2026050605-CVE-2026-43257-e76e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43258",
"url": "https://lore.kernel.org/linux-cve-announce/2026050606-CVE-2026-43258-a9be@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43259",
"url": "https://lore.kernel.org/linux-cve-announce/2026050606-CVE-2026-43259-00da@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43260",
"url": "https://lore.kernel.org/linux-cve-announce/2026050606-CVE-2026-43260-7443@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43261",
"url": "https://lore.kernel.org/linux-cve-announce/2026050607-CVE-2026-43261-d70e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43262",
"url": "https://lore.kernel.org/linux-cve-announce/2026050607-CVE-2026-43262-8b05@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43263",
"url": "https://lore.kernel.org/linux-cve-announce/2026050607-CVE-2026-43263-9e78@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43264",
"url": "https://lore.kernel.org/linux-cve-announce/2026050608-CVE-2026-43264-7177@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43265",
"url": "https://lore.kernel.org/linux-cve-announce/2026050608-CVE-2026-43265-cf0a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43266",
"url": "https://lore.kernel.org/linux-cve-announce/2026050608-CVE-2026-43266-506d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43267",
"url": "https://lore.kernel.org/linux-cve-announce/2026050609-CVE-2026-43267-d9b7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43268",
"url": "https://lore.kernel.org/linux-cve-announce/2026050609-CVE-2026-43268-2b56@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43269",
"url": "https://lore.kernel.org/linux-cve-announce/2026050609-CVE-2026-43269-7e91@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43270",
"url": "https://lore.kernel.org/linux-cve-announce/2026050610-CVE-2026-43270-f9c8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43271",
"url": "https://lore.kernel.org/linux-cve-announce/2026050610-CVE-2026-43271-0404@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43272",
"url": "https://lore.kernel.org/linux-cve-announce/2026050611-CVE-2026-43272-da4b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43273",
"url": "https://lore.kernel.org/linux-cve-announce/2026050611-CVE-2026-43273-818a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43274",
"url": "https://lore.kernel.org/linux-cve-announce/2026050611-CVE-2026-43274-7e15@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43275",
"url": "https://lore.kernel.org/linux-cve-announce/2026050612-CVE-2026-43275-41db@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43276",
"url": "https://lore.kernel.org/linux-cve-announce/2026050612-CVE-2026-43276-907b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43277",
"url": "https://lore.kernel.org/linux-cve-announce/2026050612-CVE-2026-43277-7db8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43278",
"url": "https://lore.kernel.org/linux-cve-announce/2026050613-CVE-2026-43278-95fa@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43279",
"url": "https://lore.kernel.org/linux-cve-announce/2026050613-CVE-2026-43279-4530@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43280",
"url": "https://lore.kernel.org/linux-cve-announce/2026050613-CVE-2026-43280-bd23@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43281",
"url": "https://lore.kernel.org/linux-cve-announce/2026050614-CVE-2026-43281-6031@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43282",
"url": "https://lore.kernel.org/linux-cve-announce/2026050614-CVE-2026-43282-d775@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43283",
"url": "https://lore.kernel.org/linux-cve-announce/2026050614-CVE-2026-43283-44c6@gregkh/"
},
{
"category": "external",
"summary": "Microsoft Security Update Guide vom 2026-05-12",
"url": "https://msrc.microsoft.com/update-guide/"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50261 vom 2026-05-12",
"url": "https://linux.oracle.com/errata/ELSA-2026-50261.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50260 vom 2026-05-12",
"url": "https://linux.oracle.com/errata/ELSA-2026-50260.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6274 vom 2026-05-18",
"url": "https://lists.debian.org/debian-security-announce/2026/msg00185.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19568 vom 2026-05-21",
"url": "https://access.redhat.com/errata/RHSA-2026:19568"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19569 vom 2026-05-20",
"url": "https://access.redhat.com/errata/RHSA-2026:19569"
}
],
"source_lang": "en-US",
"title": "Linux Kernel: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-05-20T22:00:00.000+00:00",
"generator": {
"date": "2026-05-21T07:57:59.493+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-1405",
"initial_release_date": "2026-05-06T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-05-06T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-05-11T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates aufgenommen"
},
{
"date": "2026-05-12T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-05-17T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2026-05-20T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "5"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "azl3",
"product": {
"name": "Microsoft Azure Linux azl3",
"product_id": "T049210",
"product_identification_helper": {
"cpe": "cpe:/o:microsoft:azure_linux:azl3"
}
}
}
],
"category": "product_name",
"name": "Azure Linux"
}
],
"category": "vendor",
"name": "Microsoft"
},
{
"branches": [
{
"category": "product_name",
"name": "Open Source Linux Kernel",
"product": {
"name": "Open Source Linux Kernel",
"product_id": "T053658",
"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"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-71271",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2025-71271"
},
{
"cve": "CVE-2025-71272",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2025-71272"
},
{
"cve": "CVE-2025-71273",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2025-71273"
},
{
"cve": "CVE-2025-71274",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2025-71274"
},
{
"cve": "CVE-2025-71285",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2025-71285"
},
{
"cve": "CVE-2025-71286",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2025-71286"
},
{
"cve": "CVE-2025-71287",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2025-71287"
},
{
"cve": "CVE-2025-71288",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2025-71288"
},
{
"cve": "CVE-2025-71289",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2025-71289"
},
{
"cve": "CVE-2025-71290",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2025-71290"
},
{
"cve": "CVE-2025-71291",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2025-71291"
},
{
"cve": "CVE-2025-71292",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2025-71292"
},
{
"cve": "CVE-2025-71293",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2025-71293"
},
{
"cve": "CVE-2025-71294",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2025-71294"
},
{
"cve": "CVE-2025-71295",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2025-71295"
},
{
"cve": "CVE-2026-43121",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43121"
},
{
"cve": "CVE-2026-43122",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43122"
},
{
"cve": "CVE-2026-43123",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43123"
},
{
"cve": "CVE-2026-43124",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43124"
},
{
"cve": "CVE-2026-43125",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43125"
},
{
"cve": "CVE-2026-43126",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43126"
},
{
"cve": "CVE-2026-43127",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43127"
},
{
"cve": "CVE-2026-43128",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43128"
},
{
"cve": "CVE-2026-43129",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43129"
},
{
"cve": "CVE-2026-43130",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43130"
},
{
"cve": "CVE-2026-43131",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43131"
},
{
"cve": "CVE-2026-43132",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43132"
},
{
"cve": "CVE-2026-43133",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43133"
},
{
"cve": "CVE-2026-43134",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43134"
},
{
"cve": "CVE-2026-43135",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43135"
},
{
"cve": "CVE-2026-43136",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43136"
},
{
"cve": "CVE-2026-43137",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43137"
},
{
"cve": "CVE-2026-43138",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43138"
},
{
"cve": "CVE-2026-43139",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43139"
},
{
"cve": "CVE-2026-43140",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43140"
},
{
"cve": "CVE-2026-43141",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43141"
},
{
"cve": "CVE-2026-43142",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43142"
},
{
"cve": "CVE-2026-43143",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43143"
},
{
"cve": "CVE-2026-43144",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43144"
},
{
"cve": "CVE-2026-43145",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43145"
},
{
"cve": "CVE-2026-43146",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43146"
},
{
"cve": "CVE-2026-43147",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43147"
},
{
"cve": "CVE-2026-43148",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43148"
},
{
"cve": "CVE-2026-43149",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43149"
},
{
"cve": "CVE-2026-43150",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43150"
},
{
"cve": "CVE-2026-43151",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43151"
},
{
"cve": "CVE-2026-43152",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43152"
},
{
"cve": "CVE-2026-43153",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43153"
},
{
"cve": "CVE-2026-43154",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43154"
},
{
"cve": "CVE-2026-43155",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43155"
},
{
"cve": "CVE-2026-43156",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43156"
},
{
"cve": "CVE-2026-43157",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43157"
},
{
"cve": "CVE-2026-43158",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43158"
},
{
"cve": "CVE-2026-43159",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43159"
},
{
"cve": "CVE-2026-43160",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43160"
},
{
"cve": "CVE-2026-43161",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43161"
},
{
"cve": "CVE-2026-43162",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43162"
},
{
"cve": "CVE-2026-43163",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43163"
},
{
"cve": "CVE-2026-43164",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43164"
},
{
"cve": "CVE-2026-43165",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43165"
},
{
"cve": "CVE-2026-43166",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43166"
},
{
"cve": "CVE-2026-43167",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43167"
},
{
"cve": "CVE-2026-43168",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43168"
},
{
"cve": "CVE-2026-43169",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43169"
},
{
"cve": "CVE-2026-43170",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43170"
},
{
"cve": "CVE-2026-43171",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43171"
},
{
"cve": "CVE-2026-43172",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43172"
},
{
"cve": "CVE-2026-43173",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43173"
},
{
"cve": "CVE-2026-43174",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43174"
},
{
"cve": "CVE-2026-43175",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43175"
},
{
"cve": "CVE-2026-43176",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43176"
},
{
"cve": "CVE-2026-43177",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43177"
},
{
"cve": "CVE-2026-43178",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43178"
},
{
"cve": "CVE-2026-43179",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43179"
},
{
"cve": "CVE-2026-43180",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43180"
},
{
"cve": "CVE-2026-43181",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43181"
},
{
"cve": "CVE-2026-43182",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43182"
},
{
"cve": "CVE-2026-43183",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43183"
},
{
"cve": "CVE-2026-43184",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43184"
},
{
"cve": "CVE-2026-43185",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43185"
},
{
"cve": "CVE-2026-43186",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43186"
},
{
"cve": "CVE-2026-43187",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43187"
},
{
"cve": "CVE-2026-43188",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43188"
},
{
"cve": "CVE-2026-43189",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43189"
},
{
"cve": "CVE-2026-43190",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43190"
},
{
"cve": "CVE-2026-43191",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43191"
},
{
"cve": "CVE-2026-43192",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43192"
},
{
"cve": "CVE-2026-43193",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43193"
},
{
"cve": "CVE-2026-43194",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43194"
},
{
"cve": "CVE-2026-43195",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43195"
},
{
"cve": "CVE-2026-43196",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43196"
},
{
"cve": "CVE-2026-43197",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43197"
},
{
"cve": "CVE-2026-43198",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43198"
},
{
"cve": "CVE-2026-43199",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43199"
},
{
"cve": "CVE-2026-43200",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43200"
},
{
"cve": "CVE-2026-43201",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43201"
},
{
"cve": "CVE-2026-43202",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43202"
},
{
"cve": "CVE-2026-43203",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43203"
},
{
"cve": "CVE-2026-43204",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43204"
},
{
"cve": "CVE-2026-43205",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43205"
},
{
"cve": "CVE-2026-43206",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43206"
},
{
"cve": "CVE-2026-43207",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43207"
},
{
"cve": "CVE-2026-43208",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43208"
},
{
"cve": "CVE-2026-43209",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43209"
},
{
"cve": "CVE-2026-43210",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43210"
},
{
"cve": "CVE-2026-43211",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43211"
},
{
"cve": "CVE-2026-43212",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43212"
},
{
"cve": "CVE-2026-43213",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43213"
},
{
"cve": "CVE-2026-43214",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43214"
},
{
"cve": "CVE-2026-43215",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43215"
},
{
"cve": "CVE-2026-43216",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43216"
},
{
"cve": "CVE-2026-43217",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43217"
},
{
"cve": "CVE-2026-43218",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43218"
},
{
"cve": "CVE-2026-43219",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43219"
},
{
"cve": "CVE-2026-43220",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43220"
},
{
"cve": "CVE-2026-43221",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43221"
},
{
"cve": "CVE-2026-43222",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43222"
},
{
"cve": "CVE-2026-43223",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43223"
},
{
"cve": "CVE-2026-43224",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43224"
},
{
"cve": "CVE-2026-43225",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43225"
},
{
"cve": "CVE-2026-43226",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43226"
},
{
"cve": "CVE-2026-43227",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43227"
},
{
"cve": "CVE-2026-43228",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43228"
},
{
"cve": "CVE-2026-43229",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43229"
},
{
"cve": "CVE-2026-43230",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43230"
},
{
"cve": "CVE-2026-43231",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43231"
},
{
"cve": "CVE-2026-43232",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43232"
},
{
"cve": "CVE-2026-43233",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43233"
},
{
"cve": "CVE-2026-43234",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43234"
},
{
"cve": "CVE-2026-43235",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43235"
},
{
"cve": "CVE-2026-43236",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43236"
},
{
"cve": "CVE-2026-43237",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43237"
},
{
"cve": "CVE-2026-43238",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43238"
},
{
"cve": "CVE-2026-43239",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43239"
},
{
"cve": "CVE-2026-43240",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43240"
},
{
"cve": "CVE-2026-43241",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43241"
},
{
"cve": "CVE-2026-43242",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43242"
},
{
"cve": "CVE-2026-43243",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43243"
},
{
"cve": "CVE-2026-43244",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43244"
},
{
"cve": "CVE-2026-43245",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43245"
},
{
"cve": "CVE-2026-43246",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43246"
},
{
"cve": "CVE-2026-43247",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43247"
},
{
"cve": "CVE-2026-43248",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43248"
},
{
"cve": "CVE-2026-43249",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43249"
},
{
"cve": "CVE-2026-43250",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43250"
},
{
"cve": "CVE-2026-43251",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43251"
},
{
"cve": "CVE-2026-43252",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43252"
},
{
"cve": "CVE-2026-43253",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43253"
},
{
"cve": "CVE-2026-43254",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43254"
},
{
"cve": "CVE-2026-43255",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43255"
},
{
"cve": "CVE-2026-43256",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43256"
},
{
"cve": "CVE-2026-43257",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43257"
},
{
"cve": "CVE-2026-43258",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43258"
},
{
"cve": "CVE-2026-43259",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43259"
},
{
"cve": "CVE-2026-43260",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43260"
},
{
"cve": "CVE-2026-43261",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43261"
},
{
"cve": "CVE-2026-43262",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43262"
},
{
"cve": "CVE-2026-43263",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43263"
},
{
"cve": "CVE-2026-43264",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43264"
},
{
"cve": "CVE-2026-43265",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43265"
},
{
"cve": "CVE-2026-43266",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43266"
},
{
"cve": "CVE-2026-43267",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43267"
},
{
"cve": "CVE-2026-43268",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43268"
},
{
"cve": "CVE-2026-43269",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43269"
},
{
"cve": "CVE-2026-43270",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43270"
},
{
"cve": "CVE-2026-43271",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43271"
},
{
"cve": "CVE-2026-43272",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43272"
},
{
"cve": "CVE-2026-43273",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43273"
},
{
"cve": "CVE-2026-43274",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43274"
},
{
"cve": "CVE-2026-43275",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43275"
},
{
"cve": "CVE-2026-43276",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43276"
},
{
"cve": "CVE-2026-43277",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43277"
},
{
"cve": "CVE-2026-43278",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43278"
},
{
"cve": "CVE-2026-43279",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43279"
},
{
"cve": "CVE-2026-43280",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43280"
},
{
"cve": "CVE-2026-43281",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43281"
},
{
"cve": "CVE-2026-43282",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43282"
},
{
"cve": "CVE-2026-43283",
"product_status": {
"known_affected": [
"2951",
"67646",
"T053658",
"T049210",
"T004914"
]
},
"release_date": "2026-05-06T22:00:00.000+00:00",
"title": "CVE-2026-43283"
}
]
}
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.