Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-52937 (GCVE-0-2026-52937)
Vulnerability from cvelistv5 – Published: 2026-06-24 07:14 – Updated: 2026-06-24 07:14
VLAI
EPSS
Title
tap: fix stack info leak in tap_ioctl() SIOCGIFHWADDR
Summary
In the Linux kernel, the following vulnerability has been resolved:
tap: fix stack info leak in tap_ioctl() SIOCGIFHWADDR
In the SIOCGIFHWADDR path, tap_ioctl() copies 16 bytes of an
uninitialised on-stack struct sockaddr_storage to userspace via
ifr_hwaddr, but netif_get_mac_address() only writes sa_family and
dev->addr_len (6 for Ethernet) bytes, leaving sa_data[6..13] uninitialised.
Those 8 trailing bytes leak kernel stack contents; SIOCGIFHWADDR on a
macvtap chardev returns kernel .text and direct-map pointers, defeating
KASLR.
Initialise ss at declaration.
Severity
No CVSS data available.
Assigner
References
Impacted products
2 products
| Vendor | Product | Version | |
|---|---|---|---|
| Linux | Linux |
Affected:
3b23a32a63219f51a5298bc55a65ecee866e79d0 , < 719007c3492f0f1f9e9cdbed8ac45ba45bb13eeb
(git)
Affected: 3b23a32a63219f51a5298bc55a65ecee866e79d0 , < 05305e832be7b9d65b2b72caacf7d850b3942b2a (git) Affected: 3b23a32a63219f51a5298bc55a65ecee866e79d0 , < bddc09212c24934643bd44fc794748d2bbb3b6cd (git) Affected: 176188cff67ec1aa55103647b61d02315cc38e98 (git) Affected: 1fc205d9e400f069ebf30d3faa6ec2bab2cbd7b4 (git) Affected: 4d0ae760c02c98fc78b78d3a0509896bc648ad1c (git) Affected: 5.4.103 , < 5.5 (semver) Affected: 5.10.21 , < 5.11 (semver) Affected: 5.11.4 , < 5.12 (semver) |
|
| Linux | Linux |
Affected:
5.12
Unaffected: 0 , < 5.12 (semver) Unaffected: 6.18.34 , ≤ 6.18.* (semver) Unaffected: 7.0.11 , ≤ 7.0.* (semver) Unaffected: 7.1 , ≤ * (original_commit_for_fix) |
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"drivers/net/tap.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "719007c3492f0f1f9e9cdbed8ac45ba45bb13eeb",
"status": "affected",
"version": "3b23a32a63219f51a5298bc55a65ecee866e79d0",
"versionType": "git"
},
{
"lessThan": "05305e832be7b9d65b2b72caacf7d850b3942b2a",
"status": "affected",
"version": "3b23a32a63219f51a5298bc55a65ecee866e79d0",
"versionType": "git"
},
{
"lessThan": "bddc09212c24934643bd44fc794748d2bbb3b6cd",
"status": "affected",
"version": "3b23a32a63219f51a5298bc55a65ecee866e79d0",
"versionType": "git"
},
{
"status": "affected",
"version": "176188cff67ec1aa55103647b61d02315cc38e98",
"versionType": "git"
},
{
"status": "affected",
"version": "1fc205d9e400f069ebf30d3faa6ec2bab2cbd7b4",
"versionType": "git"
},
{
"status": "affected",
"version": "4d0ae760c02c98fc78b78d3a0509896bc648ad1c",
"versionType": "git"
},
{
"lessThan": "5.5",
"status": "affected",
"version": "5.4.103",
"versionType": "semver"
},
{
"lessThan": "5.11",
"status": "affected",
"version": "5.10.21",
"versionType": "semver"
},
{
"lessThan": "5.12",
"status": "affected",
"version": "5.11.4",
"versionType": "semver"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"drivers/net/tap.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "5.12"
},
{
"lessThan": "5.12",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.18.*",
"status": "unaffected",
"version": "6.18.34",
"versionType": "semver"
},
{
"lessThanOrEqual": "7.0.*",
"status": "unaffected",
"version": "7.0.11",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "7.1",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.18.34",
"versionStartIncluding": "5.12",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.0.11",
"versionStartIncluding": "5.12",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.1",
"versionStartIncluding": "5.12",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionStartIncluding": "5.4.103",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionStartIncluding": "5.10.21",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionStartIncluding": "5.11.4",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\ntap: fix stack info leak in tap_ioctl() SIOCGIFHWADDR\n\nIn the SIOCGIFHWADDR path, tap_ioctl() copies 16 bytes of an\nuninitialised on-stack struct sockaddr_storage to userspace via\nifr_hwaddr, but netif_get_mac_address() only writes sa_family and\ndev-\u003eaddr_len (6 for Ethernet) bytes, leaving sa_data[6..13] uninitialised.\n\nThose 8 trailing bytes leak kernel stack contents; SIOCGIFHWADDR on a\nmacvtap chardev returns kernel .text and direct-map pointers, defeating\nKASLR.\n\nInitialise ss at declaration."
}
],
"providerMetadata": {
"dateUpdated": "2026-06-24T07:14:27.305Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/719007c3492f0f1f9e9cdbed8ac45ba45bb13eeb"
},
{
"url": "https://git.kernel.org/stable/c/05305e832be7b9d65b2b72caacf7d850b3942b2a"
},
{
"url": "https://git.kernel.org/stable/c/bddc09212c24934643bd44fc794748d2bbb3b6cd"
}
],
"title": "tap: fix stack info leak in tap_ioctl() SIOCGIFHWADDR",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2026-52937",
"datePublished": "2026-06-24T07:14:27.305Z",
"dateReserved": "2026-06-09T07:44:35.370Z",
"dateUpdated": "2026-06-24T07:14:27.305Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-52937",
"date": "2026-07-02",
"epss": "0.00154",
"percentile": "0.04972"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-52937\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-06-24T08:16:23.980\",\"lastModified\":\"2026-06-24T08:16:23.980\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\ntap: fix stack info leak in tap_ioctl() SIOCGIFHWADDR\\n\\nIn the SIOCGIFHWADDR path, tap_ioctl() copies 16 bytes of an\\nuninitialised on-stack struct sockaddr_storage to userspace via\\nifr_hwaddr, but netif_get_mac_address() only writes sa_family and\\ndev-\u003eaddr_len (6 for Ethernet) bytes, leaving sa_data[6..13] uninitialised.\\n\\nThose 8 trailing bytes leak kernel stack contents; SIOCGIFHWADDR on a\\nmacvtap chardev returns kernel .text and direct-map pointers, defeating\\nKASLR.\\n\\nInitialise ss at declaration.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/net/tap.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"3b23a32a63219f51a5298bc55a65ecee866e79d0\",\"lessThan\":\"719007c3492f0f1f9e9cdbed8ac45ba45bb13eeb\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"3b23a32a63219f51a5298bc55a65ecee866e79d0\",\"lessThan\":\"05305e832be7b9d65b2b72caacf7d850b3942b2a\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"3b23a32a63219f51a5298bc55a65ecee866e79d0\",\"lessThan\":\"bddc09212c24934643bd44fc794748d2bbb3b6cd\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"176188cff67ec1aa55103647b61d02315cc38e98\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"1fc205d9e400f069ebf30d3faa6ec2bab2cbd7b4\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"4d0ae760c02c98fc78b78d3a0509896bc648ad1c\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"5.4.103\",\"lessThan\":\"5.5\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"5.10.21\",\"lessThan\":\"5.11\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"5.11.4\",\"lessThan\":\"5.12\",\"versionType\":\"semver\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/net/tap.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"5.12\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"5.12\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.34\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.0.11\",\"lessThanOrEqual\":\"7.0.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/05305e832be7b9d65b2b72caacf7d850b3942b2a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/719007c3492f0f1f9e9cdbed8ac45ba45bb13eeb\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/bddc09212c24934643bd44fc794748d2bbb3b6cd\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}"
}
}
FKIE_CVE-2026-52937
Vulnerability from fkie_nvd - Published: 2026-06-24 08:16 - Updated: 2026-06-24 08:16
Severity
Summary
In the Linux kernel, the following vulnerability has been resolved:
tap: fix stack info leak in tap_ioctl() SIOCGIFHWADDR
In the SIOCGIFHWADDR path, tap_ioctl() copies 16 bytes of an
uninitialised on-stack struct sockaddr_storage to userspace via
ifr_hwaddr, but netif_get_mac_address() only writes sa_family and
dev->addr_len (6 for Ethernet) bytes, leaving sa_data[6..13] uninitialised.
Those 8 trailing bytes leak kernel stack contents; SIOCGIFHWADDR on a
macvtap chardev returns kernel .text and direct-map pointers, defeating
KASLR.
Initialise ss at declaration.
References
Impacted products
| Vendor | Product | Version |
|---|
{
"affected": [
{
"affectedData": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"drivers/net/tap.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "719007c3492f0f1f9e9cdbed8ac45ba45bb13eeb",
"status": "affected",
"version": "3b23a32a63219f51a5298bc55a65ecee866e79d0",
"versionType": "git"
},
{
"lessThan": "05305e832be7b9d65b2b72caacf7d850b3942b2a",
"status": "affected",
"version": "3b23a32a63219f51a5298bc55a65ecee866e79d0",
"versionType": "git"
},
{
"lessThan": "bddc09212c24934643bd44fc794748d2bbb3b6cd",
"status": "affected",
"version": "3b23a32a63219f51a5298bc55a65ecee866e79d0",
"versionType": "git"
},
{
"status": "affected",
"version": "176188cff67ec1aa55103647b61d02315cc38e98",
"versionType": "git"
},
{
"status": "affected",
"version": "1fc205d9e400f069ebf30d3faa6ec2bab2cbd7b4",
"versionType": "git"
},
{
"status": "affected",
"version": "4d0ae760c02c98fc78b78d3a0509896bc648ad1c",
"versionType": "git"
},
{
"lessThan": "5.5",
"status": "affected",
"version": "5.4.103",
"versionType": "semver"
},
{
"lessThan": "5.11",
"status": "affected",
"version": "5.10.21",
"versionType": "semver"
},
{
"lessThan": "5.12",
"status": "affected",
"version": "5.11.4",
"versionType": "semver"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"drivers/net/tap.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "5.12"
},
{
"lessThan": "5.12",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.18.*",
"status": "unaffected",
"version": "6.18.34",
"versionType": "semver"
},
{
"lessThanOrEqual": "7.0.*",
"status": "unaffected",
"version": "7.0.11",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "7.1",
"versionType": "original_commit_for_fix"
}
]
}
],
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\ntap: fix stack info leak in tap_ioctl() SIOCGIFHWADDR\n\nIn the SIOCGIFHWADDR path, tap_ioctl() copies 16 bytes of an\nuninitialised on-stack struct sockaddr_storage to userspace via\nifr_hwaddr, but netif_get_mac_address() only writes sa_family and\ndev-\u003eaddr_len (6 for Ethernet) bytes, leaving sa_data[6..13] uninitialised.\n\nThose 8 trailing bytes leak kernel stack contents; SIOCGIFHWADDR on a\nmacvtap chardev returns kernel .text and direct-map pointers, defeating\nKASLR.\n\nInitialise ss at declaration."
}
],
"id": "CVE-2026-52937",
"lastModified": "2026-06-24T08:16:23.980",
"metrics": {},
"published": "2026-06-24T08:16:23.980",
"references": [
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"url": "https://git.kernel.org/stable/c/05305e832be7b9d65b2b72caacf7d850b3942b2a"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"url": "https://git.kernel.org/stable/c/719007c3492f0f1f9e9cdbed8ac45ba45bb13eeb"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"url": "https://git.kernel.org/stable/c/bddc09212c24934643bd44fc794748d2bbb3b6cd"
}
],
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"vulnStatus": "Received"
}
GHSA-2XMC-F6QC-H4H9
Vulnerability from github – Published: 2026-06-24 09:30 – Updated: 2026-06-24 09:30
VLAI
Details
In the Linux kernel, the following vulnerability has been resolved:
tap: fix stack info leak in tap_ioctl() SIOCGIFHWADDR
In the SIOCGIFHWADDR path, tap_ioctl() copies 16 bytes of an uninitialised on-stack struct sockaddr_storage to userspace via ifr_hwaddr, but netif_get_mac_address() only writes sa_family and dev->addr_len (6 for Ethernet) bytes, leaving sa_data[6..13] uninitialised.
Those 8 trailing bytes leak kernel stack contents; SIOCGIFHWADDR on a macvtap chardev returns kernel .text and direct-map pointers, defeating KASLR.
Initialise ss at declaration.
{
"affected": [],
"aliases": [
"CVE-2026-52937"
],
"database_specific": {
"cwe_ids": [],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-06-24T08:16:23Z",
"severity": null
},
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\ntap: fix stack info leak in tap_ioctl() SIOCGIFHWADDR\n\nIn the SIOCGIFHWADDR path, tap_ioctl() copies 16 bytes of an\nuninitialised on-stack struct sockaddr_storage to userspace via\nifr_hwaddr, but netif_get_mac_address() only writes sa_family and\ndev-\u003eaddr_len (6 for Ethernet) bytes, leaving sa_data[6..13] uninitialised.\n\nThose 8 trailing bytes leak kernel stack contents; SIOCGIFHWADDR on a\nmacvtap chardev returns kernel .text and direct-map pointers, defeating\nKASLR.\n\nInitialise ss at declaration.",
"id": "GHSA-2xmc-f6qc-h4h9",
"modified": "2026-06-24T09:30:48Z",
"published": "2026-06-24T09:30:48Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-52937"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/05305e832be7b9d65b2b72caacf7d850b3942b2a"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/719007c3492f0f1f9e9cdbed8ac45ba45bb13eeb"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/bddc09212c24934643bd44fc794748d2bbb3b6cd"
}
],
"schema_version": "1.4.0",
"severity": []
}
MSRC_CVE-2026-52937
Vulnerability from csaf_microsoft - Published: 2026-06-02 00:00 - Updated: 2026-06-28 01:45Summary
tap: fix stack info leak in tap_ioctl() SIOCGIFHWADDR
Notes
Additional Resources: To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle
Disclaimer: 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.
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17084-2 | — |
None Available
|
|
| Unresolved product id: 17084-1 | — |
None Available
|
References
4 references
| 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-52937 tap: fix stack info leak in tap_ioctl() SIOCGIFHWADDR - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-52937.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": "tap: fix stack info leak in tap_ioctl() SIOCGIFHWADDR",
"tracking": {
"current_release_date": "2026-06-28T01:45:41.000Z",
"generator": {
"date": "2026-06-28T07:10:57.275Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2026-52937",
"initial_release_date": "2026-06-02T00:00:00.000Z",
"revision_history": [
{
"date": "2026-06-27T01:14:05.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-06-28T01:45:41.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
}
],
"status": "final",
"version": "2"
}
},
"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"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 kernel 0:6.6.141.1-1.azl3",
"product": {
"name": "azl3 kernel 0:6.6.141.1-1.azl3",
"product_id": "2"
}
},
{
"category": "product_version_range",
"name": "azl3 kernel 0:6.6.143.1-1.azl3",
"product": {
"name": "azl3 kernel 0:6.6.143.1-1.azl3",
"product_id": "1"
}
}
],
"category": "product_name",
"name": "kernel"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kernel 0:6.6.141.1-1.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-2"
},
"product_reference": "2",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kernel 0:6.6.143.1-1.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-52937",
"notes": [
{
"category": "general",
"text": "Linux",
"title": "Assigning CNA"
}
],
"product_status": {
"known_affected": [
"17084-2",
"17084-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-52937 tap: fix stack info leak in tap_ioctl() SIOCGIFHWADDR - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-52937.json"
}
],
"remediations": [
{
"category": "none_available",
"date": "2026-06-27T01:14:05.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-2"
]
},
{
"category": "none_available",
"date": "2026-06-27T01:14:05.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-1"
]
}
],
"title": "tap: fix stack info leak in tap_ioctl() SIOCGIFHWADDR"
}
]
}
WID-SEC-W-2026-2056
Vulnerability from csaf_certbund - Published: 2026-06-23 22:00 - Updated: 2026-07-01 22:00Summary
Linux Kernel: Mehrere Schwachstellen
Severity
Hoch
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Der Kernel stellt den Kern des Linux Betriebssystems dar.
Angriff: Ein Angreifer kann mehrere Schwachstellen im Linux Kernel ausnutzen, um einen Denial-of-Service-Angriff auszulösen oder andere, nicht näher spezifizierte Angriffe durchzuführen.
Betroffene Betriebssysteme: - Linux
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
References
32 references
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Der Kernel stellt den Kern des Linux Betriebssystems dar.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen im Linux Kernel ausnutzen, um einen Denial-of-Service-Angriff auszul\u00f6sen oder andere, nicht n\u00e4her spezifizierte Angriffe durchzuf\u00fchren.",
"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-2056 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-2056.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-2056 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-2056"
},
{
"category": "external",
"summary": "Kernel CVE Announce Mailingliste",
"url": "https://lore.kernel.org/linux-cve-announce/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-52914",
"url": "https://lore.kernel.org/linux-cve-announce/2026062428-CVE-2026-52914-f89a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-52915",
"url": "https://lore.kernel.org/linux-cve-announce/2026062429-CVE-2026-52915-44dd@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-52916",
"url": "https://lore.kernel.org/linux-cve-announce/2026062429-CVE-2026-52916-3619@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-52917",
"url": "https://lore.kernel.org/linux-cve-announce/2026062429-CVE-2026-52917-d3b0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-52918",
"url": "https://lore.kernel.org/linux-cve-announce/2026062429-CVE-2026-52918-42b9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-52919",
"url": "https://lore.kernel.org/linux-cve-announce/2026062430-CVE-2026-52919-f17e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-52920",
"url": "https://lore.kernel.org/linux-cve-announce/2026062430-CVE-2026-52920-22f8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-52921",
"url": "https://lore.kernel.org/linux-cve-announce/2026062430-CVE-2026-52921-0628@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-52926",
"url": "https://lore.kernel.org/linux-cve-announce/2026062431-CVE-2026-52926-00d4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-52927",
"url": "https://lore.kernel.org/linux-cve-announce/2026062431-CVE-2026-52927-6d20@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-52928",
"url": "https://lore.kernel.org/linux-cve-announce/2026062432-CVE-2026-52928-de38@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-52929",
"url": "https://lore.kernel.org/linux-cve-announce/2026062432-CVE-2026-52929-63ee@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-52930",
"url": "https://lore.kernel.org/linux-cve-announce/2026062432-CVE-2026-52930-9f00@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-52931",
"url": "https://lore.kernel.org/linux-cve-announce/2026062432-CVE-2026-52931-f85c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-52932",
"url": "https://lore.kernel.org/linux-cve-announce/2026062433-CVE-2026-52932-11a5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-52933",
"url": "https://lore.kernel.org/linux-cve-announce/2026062433-CVE-2026-52933-815c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-52934",
"url": "https://lore.kernel.org/linux-cve-announce/2026062433-CVE-2026-52934-ad11@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-52935",
"url": "https://lore.kernel.org/linux-cve-announce/2026062433-CVE-2026-52935-7909@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-52936",
"url": "https://lore.kernel.org/linux-cve-announce/2026062434-CVE-2026-52936-345e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-52937",
"url": "https://lore.kernel.org/linux-cve-announce/2026062434-CVE-2026-52937-62eb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-52938",
"url": "https://lore.kernel.org/linux-cve-announce/2026062434-CVE-2026-52938-e793@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-52939",
"url": "https://lore.kernel.org/linux-cve-announce/2026062434-CVE-2026-52939-b7cd@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-52940",
"url": "https://lore.kernel.org/linux-cve-announce/2026062434-CVE-2026-52940-734c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-52941",
"url": "https://lore.kernel.org/linux-cve-announce/2026062435-CVE-2026-52941-27a5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-52942",
"url": "https://lore.kernel.org/linux-cve-announce/2026062435-CVE-2026-52942-2530@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-52914",
"url": "https://lore.kernel.org/linux-cve-announce/2026062426-CVE-2026-52912-9506@gregkh"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-52914",
"url": "https://lore.kernel.org/linux-cve-announce/2026062428-CVE-2026-52913-0d7b@gregkh"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8489-1 vom 2026-07-01",
"url": "https://ubuntu.com/security/notices/USN-8489-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8488-1 vom 2026-07-01",
"url": "https://ubuntu.com/security/notices/USN-8488-1"
}
],
"source_lang": "en-US",
"title": "Linux Kernel: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-07-01T22:00:00.000+00:00",
"generator": {
"date": "2026-07-02T09:06:05.773+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-2056",
"initial_release_date": "2026-06-23T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-06-23T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-06-24T22:00:00.000+00:00",
"number": "2",
"summary": "Referenz(en) aufgenommen: EUVD-2026-38704, EUVD-2026-38707, EUVD-2026-38708, EUVD-2026-38706, EUVD-2026-38712, EUVD-2026-38710, EUVD-2026-38711, EUVD-2026-38709"
},
{
"date": "2026-07-01T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Ubuntu aufgenommen"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Open Source Linux Kernel",
"product": {
"name": "Open Source Linux Kernel",
"product_id": "T055755",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:-"
}
}
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-52912",
"product_status": {
"known_affected": [
"T000126",
"T055755"
]
},
"release_date": "2026-06-23T22:00:00.000+00:00",
"title": "CVE-2026-52912"
},
{
"cve": "CVE-2026-52913",
"product_status": {
"known_affected": [
"T000126",
"T055755"
]
},
"release_date": "2026-06-23T22:00:00.000+00:00",
"title": "CVE-2026-52913"
},
{
"cve": "CVE-2026-52914",
"product_status": {
"known_affected": [
"T000126",
"T055755"
]
},
"release_date": "2026-06-23T22:00:00.000+00:00",
"title": "CVE-2026-52914"
},
{
"cve": "CVE-2026-52915",
"product_status": {
"known_affected": [
"T000126",
"T055755"
]
},
"release_date": "2026-06-23T22:00:00.000+00:00",
"title": "CVE-2026-52915"
},
{
"cve": "CVE-2026-52916",
"product_status": {
"known_affected": [
"T000126",
"T055755"
]
},
"release_date": "2026-06-23T22:00:00.000+00:00",
"title": "CVE-2026-52916"
},
{
"cve": "CVE-2026-52917",
"product_status": {
"known_affected": [
"T000126",
"T055755"
]
},
"release_date": "2026-06-23T22:00:00.000+00:00",
"title": "CVE-2026-52917"
},
{
"cve": "CVE-2026-52918",
"product_status": {
"known_affected": [
"T000126",
"T055755"
]
},
"release_date": "2026-06-23T22:00:00.000+00:00",
"title": "CVE-2026-52918"
},
{
"cve": "CVE-2026-52919",
"product_status": {
"known_affected": [
"T000126",
"T055755"
]
},
"release_date": "2026-06-23T22:00:00.000+00:00",
"title": "CVE-2026-52919"
},
{
"cve": "CVE-2026-52920",
"product_status": {
"known_affected": [
"T000126",
"T055755"
]
},
"release_date": "2026-06-23T22:00:00.000+00:00",
"title": "CVE-2026-52920"
},
{
"cve": "CVE-2026-52921",
"product_status": {
"known_affected": [
"T000126",
"T055755"
]
},
"release_date": "2026-06-23T22:00:00.000+00:00",
"title": "CVE-2026-52921"
},
{
"cve": "CVE-2026-52922",
"product_status": {
"known_affected": [
"T000126",
"T055755"
]
},
"release_date": "2026-06-23T22:00:00.000+00:00",
"title": "CVE-2026-52922"
},
{
"cve": "CVE-2026-52923",
"product_status": {
"known_affected": [
"T000126",
"T055755"
]
},
"release_date": "2026-06-23T22:00:00.000+00:00",
"title": "CVE-2026-52923"
},
{
"cve": "CVE-2026-52924",
"product_status": {
"known_affected": [
"T000126",
"T055755"
]
},
"release_date": "2026-06-23T22:00:00.000+00:00",
"title": "CVE-2026-52924"
},
{
"cve": "CVE-2026-52925",
"product_status": {
"known_affected": [
"T000126",
"T055755"
]
},
"release_date": "2026-06-23T22:00:00.000+00:00",
"title": "CVE-2026-52925"
},
{
"cve": "CVE-2026-52926",
"product_status": {
"known_affected": [
"T000126",
"T055755"
]
},
"release_date": "2026-06-23T22:00:00.000+00:00",
"title": "CVE-2026-52926"
},
{
"cve": "CVE-2026-52927",
"product_status": {
"known_affected": [
"T000126",
"T055755"
]
},
"release_date": "2026-06-23T22:00:00.000+00:00",
"title": "CVE-2026-52927"
},
{
"cve": "CVE-2026-52928",
"product_status": {
"known_affected": [
"T000126",
"T055755"
]
},
"release_date": "2026-06-23T22:00:00.000+00:00",
"title": "CVE-2026-52928"
},
{
"cve": "CVE-2026-52929",
"product_status": {
"known_affected": [
"T000126",
"T055755"
]
},
"release_date": "2026-06-23T22:00:00.000+00:00",
"title": "CVE-2026-52929"
},
{
"cve": "CVE-2026-52930",
"product_status": {
"known_affected": [
"T000126",
"T055755"
]
},
"release_date": "2026-06-23T22:00:00.000+00:00",
"title": "CVE-2026-52930"
},
{
"cve": "CVE-2026-52931",
"product_status": {
"known_affected": [
"T000126",
"T055755"
]
},
"release_date": "2026-06-23T22:00:00.000+00:00",
"title": "CVE-2026-52931"
},
{
"cve": "CVE-2026-52932",
"product_status": {
"known_affected": [
"T000126",
"T055755"
]
},
"release_date": "2026-06-23T22:00:00.000+00:00",
"title": "CVE-2026-52932"
},
{
"cve": "CVE-2026-52933",
"product_status": {
"known_affected": [
"T000126",
"T055755"
]
},
"release_date": "2026-06-23T22:00:00.000+00:00",
"title": "CVE-2026-52933"
},
{
"cve": "CVE-2026-52934",
"product_status": {
"known_affected": [
"T000126",
"T055755"
]
},
"release_date": "2026-06-23T22:00:00.000+00:00",
"title": "CVE-2026-52934"
},
{
"cve": "CVE-2026-52935",
"product_status": {
"known_affected": [
"T000126",
"T055755"
]
},
"release_date": "2026-06-23T22:00:00.000+00:00",
"title": "CVE-2026-52935"
},
{
"cve": "CVE-2026-52936",
"product_status": {
"known_affected": [
"T000126",
"T055755"
]
},
"release_date": "2026-06-23T22:00:00.000+00:00",
"title": "CVE-2026-52936"
},
{
"cve": "CVE-2026-52937",
"product_status": {
"known_affected": [
"T000126",
"T055755"
]
},
"release_date": "2026-06-23T22:00:00.000+00:00",
"title": "CVE-2026-52937"
},
{
"cve": "CVE-2026-52938",
"product_status": {
"known_affected": [
"T000126",
"T055755"
]
},
"release_date": "2026-06-23T22:00:00.000+00:00",
"title": "CVE-2026-52938"
},
{
"cve": "CVE-2026-52939",
"product_status": {
"known_affected": [
"T000126",
"T055755"
]
},
"release_date": "2026-06-23T22:00:00.000+00:00",
"title": "CVE-2026-52939"
},
{
"cve": "CVE-2026-52940",
"product_status": {
"known_affected": [
"T000126",
"T055755"
]
},
"release_date": "2026-06-23T22:00:00.000+00:00",
"title": "CVE-2026-52940"
},
{
"cve": "CVE-2026-52941",
"product_status": {
"known_affected": [
"T000126",
"T055755"
]
},
"release_date": "2026-06-23T22:00:00.000+00:00",
"title": "CVE-2026-52941"
},
{
"cve": "CVE-2026-52942",
"product_status": {
"known_affected": [
"T000126",
"T055755"
]
},
"release_date": "2026-06-23T22:00:00.000+00:00",
"title": "CVE-2026-52942"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
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.
Loading…
Loading…