Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-37838 (GCVE-0-2025-37838)
Vulnerability from cvelistv5 – Published: 2025-04-18 14:20 – Updated: 2026-05-11 21:16
VLAI
EPSS
Title
HSI: ssi_protocol: Fix use after free vulnerability in ssi_protocol Driver Due to Race Condition
Summary
In the Linux kernel, the following vulnerability has been resolved:
HSI: ssi_protocol: Fix use after free vulnerability in ssi_protocol Driver Due to Race Condition
In the ssi_protocol_probe() function, &ssi->work is bound with
ssip_xmit_work(), In ssip_pn_setup(), the ssip_pn_xmit() function
within the ssip_pn_ops structure is capable of starting the
work.
If we remove the module which will call ssi_protocol_remove()
to make a cleanup, it will free ssi through kfree(ssi),
while the work mentioned above will be used. The sequence
of operations that may lead to a UAF bug is as follows:
CPU0 CPU1
| ssip_xmit_work
ssi_protocol_remove |
kfree(ssi); |
| struct hsi_client *cl = ssi->cl;
| // use ssi
Fix it by ensuring that the work is canceled before proceeding
with the cleanup in ssi_protocol_remove().
Severity
7.8 (High)
SSVC
Exploitation: none
Automatable: no
Technical Impact: total
CISA Coordinator (v2.0.3)
CWE
- CWE-416 - Use After Free
Assigner
References
11 references
Impacted products
2 products
| Vendor | Product | Version | |
|---|---|---|---|
| Linux | Linux |
Affected:
df26d639e2f4628732a8da5a0f71e4e652ce809b , < d03abc1c2b21324550fa71e12d53e7d3498e0af6
(git)
Affected: df26d639e2f4628732a8da5a0f71e4e652ce809b , < 4a8c29beb8a02b5a0a9d77d608aa14b6f88a6b86 (git) Affected: df26d639e2f4628732a8da5a0f71e4e652ce809b , < 72972552d0d0bfeb2dec5daf343a19018db36ffa (git) Affected: df26d639e2f4628732a8da5a0f71e4e652ce809b , < d58493832e284f066e559b8da5ab20c15a2801d3 (git) Affected: df26d639e2f4628732a8da5a0f71e4e652ce809b , < 58eb29dba712ab0f13af59ca2fe545f5ce360e78 (git) Affected: df26d639e2f4628732a8da5a0f71e4e652ce809b , < ae5a6a0b425e8f76a9f0677e50796e494e89b088 (git) Affected: df26d639e2f4628732a8da5a0f71e4e652ce809b , < 834e602d0cc7c743bfce734fad4a46cefc0f9ab1 (git) Affected: df26d639e2f4628732a8da5a0f71e4e652ce809b , < 4b4194c9a7a8f92db39e8e86c85f4fb12ebbec4f (git) Affected: df26d639e2f4628732a8da5a0f71e4e652ce809b , < e3f88665a78045fe35c7669d2926b8d97b892c11 (git) |
|
| Linux | Linux |
Affected:
4.8
Unaffected: 0 , < 4.8 (semver) Unaffected: 5.4.293 , ≤ 5.4.* (semver) Unaffected: 5.10.237 , ≤ 5.10.* (semver) Unaffected: 5.15.181 , ≤ 5.15.* (semver) Unaffected: 6.1.135 , ≤ 6.1.* (semver) Unaffected: 6.6.88 , ≤ 6.6.* (semver) Unaffected: 6.12.24 , ≤ 6.12.* (semver) Unaffected: 6.13.12 , ≤ 6.13.* (semver) Unaffected: 6.14.3 , ≤ 6.14.* (semver) Unaffected: 6.15 , ≤ * (original_commit_for_fix) |
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2025-37838",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-04-21T14:38:43.871416Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-416",
"description": "CWE-416 Use After Free",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-04-21T14:41:43.037Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-11-03T19:56:09.541Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://lists.debian.org/debian-lts-announce/2025/05/msg00045.html"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2025/05/msg00030.html"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"drivers/hsi/clients/ssi_protocol.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "d03abc1c2b21324550fa71e12d53e7d3498e0af6",
"status": "affected",
"version": "df26d639e2f4628732a8da5a0f71e4e652ce809b",
"versionType": "git"
},
{
"lessThan": "4a8c29beb8a02b5a0a9d77d608aa14b6f88a6b86",
"status": "affected",
"version": "df26d639e2f4628732a8da5a0f71e4e652ce809b",
"versionType": "git"
},
{
"lessThan": "72972552d0d0bfeb2dec5daf343a19018db36ffa",
"status": "affected",
"version": "df26d639e2f4628732a8da5a0f71e4e652ce809b",
"versionType": "git"
},
{
"lessThan": "d58493832e284f066e559b8da5ab20c15a2801d3",
"status": "affected",
"version": "df26d639e2f4628732a8da5a0f71e4e652ce809b",
"versionType": "git"
},
{
"lessThan": "58eb29dba712ab0f13af59ca2fe545f5ce360e78",
"status": "affected",
"version": "df26d639e2f4628732a8da5a0f71e4e652ce809b",
"versionType": "git"
},
{
"lessThan": "ae5a6a0b425e8f76a9f0677e50796e494e89b088",
"status": "affected",
"version": "df26d639e2f4628732a8da5a0f71e4e652ce809b",
"versionType": "git"
},
{
"lessThan": "834e602d0cc7c743bfce734fad4a46cefc0f9ab1",
"status": "affected",
"version": "df26d639e2f4628732a8da5a0f71e4e652ce809b",
"versionType": "git"
},
{
"lessThan": "4b4194c9a7a8f92db39e8e86c85f4fb12ebbec4f",
"status": "affected",
"version": "df26d639e2f4628732a8da5a0f71e4e652ce809b",
"versionType": "git"
},
{
"lessThan": "e3f88665a78045fe35c7669d2926b8d97b892c11",
"status": "affected",
"version": "df26d639e2f4628732a8da5a0f71e4e652ce809b",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"drivers/hsi/clients/ssi_protocol.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "4.8"
},
{
"lessThan": "4.8",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.4.*",
"status": "unaffected",
"version": "5.4.293",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.10.*",
"status": "unaffected",
"version": "5.10.237",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.15.*",
"status": "unaffected",
"version": "5.15.181",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.1.*",
"status": "unaffected",
"version": "6.1.135",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.6.*",
"status": "unaffected",
"version": "6.6.88",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.12.*",
"status": "unaffected",
"version": "6.12.24",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.13.*",
"status": "unaffected",
"version": "6.13.12",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.14.*",
"status": "unaffected",
"version": "6.14.3",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "6.15",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.4.293",
"versionStartIncluding": "4.8",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.10.237",
"versionStartIncluding": "4.8",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.15.181",
"versionStartIncluding": "4.8",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.1.135",
"versionStartIncluding": "4.8",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.6.88",
"versionStartIncluding": "4.8",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.12.24",
"versionStartIncluding": "4.8",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.13.12",
"versionStartIncluding": "4.8",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.14.3",
"versionStartIncluding": "4.8",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.15",
"versionStartIncluding": "4.8",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nHSI: ssi_protocol: Fix use after free vulnerability in ssi_protocol Driver Due to Race Condition\n\nIn the ssi_protocol_probe() function, \u0026ssi-\u003ework is bound with\nssip_xmit_work(), In ssip_pn_setup(), the ssip_pn_xmit() function\nwithin the ssip_pn_ops structure is capable of starting the\nwork.\n\nIf we remove the module which will call ssi_protocol_remove()\nto make a cleanup, it will free ssi through kfree(ssi),\nwhile the work mentioned above will be used. The sequence\nof operations that may lead to a UAF bug is as follows:\n\nCPU0 CPU1\n\n | ssip_xmit_work\nssi_protocol_remove |\nkfree(ssi); |\n | struct hsi_client *cl = ssi-\u003ecl;\n | // use ssi\n\nFix it by ensuring that the work is canceled before proceeding\nwith the cleanup in ssi_protocol_remove()."
}
],
"providerMetadata": {
"dateUpdated": "2026-05-11T21:16:05.252Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/d03abc1c2b21324550fa71e12d53e7d3498e0af6"
},
{
"url": "https://git.kernel.org/stable/c/4a8c29beb8a02b5a0a9d77d608aa14b6f88a6b86"
},
{
"url": "https://git.kernel.org/stable/c/72972552d0d0bfeb2dec5daf343a19018db36ffa"
},
{
"url": "https://git.kernel.org/stable/c/d58493832e284f066e559b8da5ab20c15a2801d3"
},
{
"url": "https://git.kernel.org/stable/c/58eb29dba712ab0f13af59ca2fe545f5ce360e78"
},
{
"url": "https://git.kernel.org/stable/c/ae5a6a0b425e8f76a9f0677e50796e494e89b088"
},
{
"url": "https://git.kernel.org/stable/c/834e602d0cc7c743bfce734fad4a46cefc0f9ab1"
},
{
"url": "https://git.kernel.org/stable/c/4b4194c9a7a8f92db39e8e86c85f4fb12ebbec4f"
},
{
"url": "https://git.kernel.org/stable/c/e3f88665a78045fe35c7669d2926b8d97b892c11"
}
],
"title": "HSI: ssi_protocol: Fix use after free vulnerability in ssi_protocol Driver Due to Race Condition",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2025-37838",
"datePublished": "2025-04-18T14:20:55.389Z",
"dateReserved": "2025-04-16T04:51:23.952Z",
"dateUpdated": "2026-05-11T21:16:05.252Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-37838",
"date": "2026-06-06",
"epss": "0.00014",
"percentile": "0.02983"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-37838\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-04-18T15:15:59.090\",\"lastModified\":\"2025-11-03T20:18:37.903\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nHSI: ssi_protocol: Fix use after free vulnerability in ssi_protocol Driver Due to Race Condition\\n\\nIn the ssi_protocol_probe() function, \u0026ssi-\u003ework is bound with\\nssip_xmit_work(), In ssip_pn_setup(), the ssip_pn_xmit() function\\nwithin the ssip_pn_ops structure is capable of starting the\\nwork.\\n\\nIf we remove the module which will call ssi_protocol_remove()\\nto make a cleanup, it will free ssi through kfree(ssi),\\nwhile the work mentioned above will be used. The sequence\\nof operations that may lead to a UAF bug is as follows:\\n\\nCPU0 CPU1\\n\\n | ssip_xmit_work\\nssi_protocol_remove |\\nkfree(ssi); |\\n | struct hsi_client *cl = ssi-\u003ecl;\\n | // use ssi\\n\\nFix it by ensuring that the work is canceled before proceeding\\nwith the cleanup in ssi_protocol_remove().\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: HSI: ssi_protocol: Se corrige la vulnerabilidad de use-after-free en el controlador ssi_protocol debido a la condici\u00f3n de ejecuci\u00f3n en la funci\u00f3n ssi_protocol_probe(), \u0026amp;ssi-\u0026gt;work est\u00e1 enlazada con ssip_xmit_work(), En ssip_pn_setup(), la funci\u00f3n ssip_pn_xmit() dentro de la estructura ssip_pn_ops es capaz de iniciar el trabajo. Si eliminamos el m\u00f3dulo que llamar\u00e1 a ssi_protocol_remove() para hacer una limpieza, liberar\u00e1 ssi a trav\u00e9s de kfree(ssi), mientras que el trabajo mencionado anteriormente se utilizar\u00e1. La secuencia de operaciones que puede llevar a un error de UAF es la siguiente: CPU0 CPU1 | ssip_xmit_work ssi_protocol_remove | kfree(ssi); | | struct hsi_client *cl = ssi-\u0026gt;cl; | // use ssi Corr\u00edjalo asegur\u00e1ndose de que el trabajo se cancele antes de continuar con la limpieza en ssi_protocol_remove().\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-416\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"6.1.135\",\"matchCriteriaId\":\"29C64220-D258-41B3-A931-B8C3456115E5\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.2\",\"versionEndExcluding\":\"6.6.88\",\"matchCriteriaId\":\"6E5947E5-45E3-462A-829B-382B3B1C61BD\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.7\",\"versionEndExcluding\":\"6.12.24\",\"matchCriteriaId\":\"1D35A8A8-F3EC-45E6-AD37-1F154B27529D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.13\",\"versionEndExcluding\":\"6.13.12\",\"matchCriteriaId\":\"4A475784-BF3B-4514-81EE-49C8522FB24A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.14\",\"versionEndExcluding\":\"6.14.3\",\"matchCriteriaId\":\"483E2E15-2135-4EC6-AB64-16282C5EF704\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/4a8c29beb8a02b5a0a9d77d608aa14b6f88a6b86\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/4b4194c9a7a8f92db39e8e86c85f4fb12ebbec4f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/58eb29dba712ab0f13af59ca2fe545f5ce360e78\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/72972552d0d0bfeb2dec5daf343a19018db36ffa\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/834e602d0cc7c743bfce734fad4a46cefc0f9ab1\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/ae5a6a0b425e8f76a9f0677e50796e494e89b088\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/d03abc1c2b21324550fa71e12d53e7d3498e0af6\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/d58493832e284f066e559b8da5ab20c15a2801d3\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/e3f88665a78045fe35c7669d2926b8d97b892c11\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/05/msg00030.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/05/msg00045.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://lists.debian.org/debian-lts-announce/2025/05/msg00045.html\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2025/05/msg00030.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-03T19:56:09.541Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.8, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-37838\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-04-21T14:38:43.871416Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-416\", \"description\": \"CWE-416 Use After Free\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-04-21T14:38:45.655Z\"}}], \"cna\": {\"title\": \"HSI: ssi_protocol: Fix use after free vulnerability in ssi_protocol Driver Due to Race Condition\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"df26d639e2f4628732a8da5a0f71e4e652ce809b\", \"lessThan\": \"d03abc1c2b21324550fa71e12d53e7d3498e0af6\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"df26d639e2f4628732a8da5a0f71e4e652ce809b\", \"lessThan\": \"4a8c29beb8a02b5a0a9d77d608aa14b6f88a6b86\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"df26d639e2f4628732a8da5a0f71e4e652ce809b\", \"lessThan\": \"72972552d0d0bfeb2dec5daf343a19018db36ffa\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"df26d639e2f4628732a8da5a0f71e4e652ce809b\", \"lessThan\": \"d58493832e284f066e559b8da5ab20c15a2801d3\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"df26d639e2f4628732a8da5a0f71e4e652ce809b\", \"lessThan\": \"58eb29dba712ab0f13af59ca2fe545f5ce360e78\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"df26d639e2f4628732a8da5a0f71e4e652ce809b\", \"lessThan\": \"ae5a6a0b425e8f76a9f0677e50796e494e89b088\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"df26d639e2f4628732a8da5a0f71e4e652ce809b\", \"lessThan\": \"834e602d0cc7c743bfce734fad4a46cefc0f9ab1\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"df26d639e2f4628732a8da5a0f71e4e652ce809b\", \"lessThan\": \"4b4194c9a7a8f92db39e8e86c85f4fb12ebbec4f\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"df26d639e2f4628732a8da5a0f71e4e652ce809b\", \"lessThan\": \"e3f88665a78045fe35c7669d2926b8d97b892c11\", \"versionType\": \"git\"}], \"programFiles\": [\"drivers/hsi/clients/ssi_protocol.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"4.8\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"4.8\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"5.4.293\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.4.*\"}, {\"status\": \"unaffected\", \"version\": \"5.10.237\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.10.*\"}, {\"status\": \"unaffected\", \"version\": \"5.15.181\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.15.*\"}, {\"status\": \"unaffected\", \"version\": \"6.1.135\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.1.*\"}, {\"status\": \"unaffected\", \"version\": \"6.6.88\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.6.*\"}, {\"status\": \"unaffected\", \"version\": \"6.12.24\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.12.*\"}, {\"status\": \"unaffected\", \"version\": \"6.13.12\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.13.*\"}, {\"status\": \"unaffected\", \"version\": \"6.14.3\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.14.*\"}, {\"status\": \"unaffected\", \"version\": \"6.15\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"drivers/hsi/clients/ssi_protocol.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/d03abc1c2b21324550fa71e12d53e7d3498e0af6\"}, {\"url\": \"https://git.kernel.org/stable/c/4a8c29beb8a02b5a0a9d77d608aa14b6f88a6b86\"}, {\"url\": \"https://git.kernel.org/stable/c/72972552d0d0bfeb2dec5daf343a19018db36ffa\"}, {\"url\": \"https://git.kernel.org/stable/c/d58493832e284f066e559b8da5ab20c15a2801d3\"}, {\"url\": \"https://git.kernel.org/stable/c/58eb29dba712ab0f13af59ca2fe545f5ce360e78\"}, {\"url\": \"https://git.kernel.org/stable/c/ae5a6a0b425e8f76a9f0677e50796e494e89b088\"}, {\"url\": \"https://git.kernel.org/stable/c/834e602d0cc7c743bfce734fad4a46cefc0f9ab1\"}, {\"url\": \"https://git.kernel.org/stable/c/4b4194c9a7a8f92db39e8e86c85f4fb12ebbec4f\"}, {\"url\": \"https://git.kernel.org/stable/c/e3f88665a78045fe35c7669d2926b8d97b892c11\"}], \"x_generator\": {\"engine\": \"bippy-1.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nHSI: ssi_protocol: Fix use after free vulnerability in ssi_protocol Driver Due to Race Condition\\n\\nIn the ssi_protocol_probe() function, \u0026ssi-\u003ework is bound with\\nssip_xmit_work(), In ssip_pn_setup(), the ssip_pn_xmit() function\\nwithin the ssip_pn_ops structure is capable of starting the\\nwork.\\n\\nIf we remove the module which will call ssi_protocol_remove()\\nto make a cleanup, it will free ssi through kfree(ssi),\\nwhile the work mentioned above will be used. The sequence\\nof operations that may lead to a UAF bug is as follows:\\n\\nCPU0 CPU1\\n\\n | ssip_xmit_work\\nssi_protocol_remove |\\nkfree(ssi); |\\n | struct hsi_client *cl = ssi-\u003ecl;\\n | // use ssi\\n\\nFix it by ensuring that the work is canceled before proceeding\\nwith the cleanup in ssi_protocol_remove().\"}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.4.293\", \"versionStartIncluding\": \"4.8\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.10.237\", \"versionStartIncluding\": \"4.8\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.15.181\", \"versionStartIncluding\": \"4.8\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.1.135\", \"versionStartIncluding\": \"4.8\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.6.88\", \"versionStartIncluding\": \"4.8\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.12.24\", \"versionStartIncluding\": \"4.8\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.13.12\", \"versionStartIncluding\": \"4.8\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.14.3\", \"versionStartIncluding\": \"4.8\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.15\", \"versionStartIncluding\": \"4.8\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2026-01-02T15:29:12.021Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-37838\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-01-02T15:29:12.021Z\", \"dateReserved\": \"2025-04-16T04:51:23.952Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2025-04-18T14:20:55.389Z\", \"assignerShortName\": \"Linux\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
MSRC_CVE-2025-37838
Vulnerability from csaf_microsoft - Published: 2025-04-02 00:00 - Updated: 2026-02-21 03:51Summary
HSI: ssi_protocol: Fix use after free vulnerability in ssi_protocol Driver Due to Race Condition
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 not affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17084-1 | — | ||
| Unresolved product id: 17086-2 | — | ||
| Unresolved product id: 17086-3 | — |
References
4 references
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2025/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2025/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-2025-37838 HSI: ssi_protocol: Fix use after free vulnerability in ssi_protocol Driver Due to Race Condition - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-37838.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": "HSI: ssi_protocol: Fix use after free vulnerability in ssi_protocol Driver Due to Race Condition",
"tracking": {
"current_release_date": "2026-02-21T03:51:57.000Z",
"generator": {
"date": "2026-02-25T09:08:59.074Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2025-37838",
"initial_release_date": "2025-04-02T00:00:00.000Z",
"revision_history": [
{
"date": "2025-07-11T00:00:00.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-02-21T03:51:57.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_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"category": "product_name",
"name": "azl3 kernel 6.6.85.1-4",
"product": {
"name": "azl3 kernel 6.6.85.1-4",
"product_id": "1"
}
},
{
"category": "product_name",
"name": "cbl2 kernel 5.15.182.1-1",
"product": {
"name": "cbl2 kernel 5.15.182.1-1",
"product_id": "2"
}
},
{
"category": "product_name",
"name": "cbl2 kernel 5.15.182.1-1",
"product": {
"name": "cbl2 kernel 5.15.182.1-1",
"product_id": "3"
}
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kernel 6.6.85.1-4 as a component of Azure Linux 3.0",
"product_id": "17084-1"
},
"product_reference": "1",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 kernel 5.15.182.1-1 as a component of CBL Mariner 2.0",
"product_id": "17086-2"
},
"product_reference": "2",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 kernel 5.15.182.1-1 as a component of CBL Mariner 2.0",
"product_id": "17086-3"
},
"product_reference": "3",
"relates_to_product_reference": "17086"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-37838",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"17084-1",
"17086-2",
"17086-3"
]
}
],
"notes": [
{
"category": "general",
"text": "Linux",
"title": "Assigning CNA"
}
],
"product_status": {
"known_not_affected": [
"17084-1",
"17086-2",
"17086-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-37838 HSI: ssi_protocol: Fix use after free vulnerability in ssi_protocol Driver Due to Race Condition - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-37838.json"
}
],
"title": "HSI: ssi_protocol: Fix use after free vulnerability in ssi_protocol Driver Due to Race Condition"
}
]
}
WID-SEC-W-2025-0861
Vulnerability from csaf_certbund - Published: 2025-04-21 22:00 - Updated: 2026-04-09 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 Zustand oder nicht näher spezifizierte Auswirkungen zu verursachen.
Betroffene Betriebssysteme: - Linux
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
References
231 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 Zustand oder nicht n\u00e4her spezifizierte Auswirkungen 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-2025-0861 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-0861.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-0861 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-0861"
},
{
"category": "external",
"summary": "Kernel CVE Announce Mailingliste",
"url": "https://lore.kernel.org/linux-cve-announce/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2020-36789",
"url": "https://lore.kernel.org/linux-cve-announce/2025041732-CVE-2020-36789-bb60@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2021-47668",
"url": "https://lore.kernel.org/linux-cve-announce/2025041734-CVE-2021-47668-c0de@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2021-47669",
"url": "https://lore.kernel.org/linux-cve-announce/2025041734-CVE-2021-47669-f268@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2021-47670",
"url": "https://lore.kernel.org/linux-cve-announce/2025041734-CVE-2021-47670-2b77@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2021-47671",
"url": "https://lore.kernel.org/linux-cve-announce/2025041735-CVE-2021-47671-9b1a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-37785",
"url": "https://lore.kernel.org/linux-cve-announce/2025041813-CVE-2025-37785-e13d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-37838",
"url": "https://lore.kernel.org/linux-cve-announce/2025041858-CVE-2025-37838-2253@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-37860",
"url": "https://lore.kernel.org/linux-cve-announce/2025041816-CVE-2025-37860-9af2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-37893",
"url": "https://lore.kernel.org/linux-cve-announce/2025041816-CVE-2025-37893-57b4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-37925",
"url": "https://lore.kernel.org/linux-cve-announce/2025041816-CVE-2025-37925-9765@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-38049",
"url": "https://lore.kernel.org/linux-cve-announce/2025041817-CVE-2025-38049-7570@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-38104",
"url": "https://lore.kernel.org/linux-cve-announce/2025041817-CVE-2025-38104-ef68@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-38152",
"url": "https://lore.kernel.org/linux-cve-announce/2025041817-CVE-2025-38152-c8b3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-38240",
"url": "https://lore.kernel.org/linux-cve-announce/2025041818-CVE-2025-38240-4787@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-38479",
"url": "https://lore.kernel.org/linux-cve-announce/2025041818-CVE-2025-38479-4b98@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-38575",
"url": "https://lore.kernel.org/linux-cve-announce/2025041818-CVE-2025-38575-2d0f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-38637",
"url": "https://lore.kernel.org/linux-cve-announce/2025041819-CVE-2025-38637-8e27@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39688",
"url": "https://lore.kernel.org/linux-cve-announce/2025041819-CVE-2025-39688-80f1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39728",
"url": "https://lore.kernel.org/linux-cve-announce/2025041820-CVE-2025-39728-8713@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39735",
"url": "https://lore.kernel.org/linux-cve-announce/2025041820-CVE-2025-39735-41c8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39755",
"url": "https://lore.kernel.org/linux-cve-announce/2025041820-CVE-2025-39755-f737@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39778",
"url": "https://lore.kernel.org/linux-cve-announce/2025041821-CVE-2025-39778-70fe@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39930",
"url": "https://lore.kernel.org/linux-cve-announce/2025041821-CVE-2025-39930-6fed@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39989",
"url": "https://lore.kernel.org/linux-cve-announce/2025041821-CVE-2025-39989-5804@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-40014",
"url": "https://lore.kernel.org/linux-cve-announce/2025041822-CVE-2025-40014-384f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-40114",
"url": "https://lore.kernel.org/linux-cve-announce/2025041822-CVE-2025-40114-000e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-40325",
"url": "https://lore.kernel.org/linux-cve-announce/2025041822-CVE-2025-40325-3cc4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-40364",
"url": "https://lore.kernel.org/linux-cve-announce/2025041827-CVE-2025-40364-d93c@gregkh/"
},
{
"category": "external",
"summary": "Google Cloud Platform Security Bulletin GCP-2025-018 vom 2025-04-24",
"url": "https://cloud.google.com/support/bulletins#gcp-2025-018"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-5907 vom 2025-04-27",
"url": "https://lists.debian.org/debian-security-announce/2025/msg00069.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1574-1 vom 2025-05-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020835.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1573-1 vom 2025-05-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020836.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01600-1 vom 2025-05-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020854.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01614-1 vom 2025-05-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020870.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01620-1 vom 2025-05-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020867.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01640-1 vom 2025-05-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020861.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01633-1 vom 2025-05-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020864.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01627-1 vom 2025-05-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020866.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4178 vom 2025-05-26",
"url": "https://lists.debian.org/debian-lts-announce/2025/05/msg00030.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01707-1 vom 2025-05-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020902.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4193 vom 2025-05-30",
"url": "https://lists.debian.org/debian-lts-announce/2025/05/msg00045.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20344-1 vom 2025-05-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020964.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20343-1 vom 2025-05-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020965.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8374 vom 2025-06-02",
"url": "https://access.redhat.com/errata/RHSA-2025:8374"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20354-1 vom 2025-06-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021016.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20355-1 vom 2025-06-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021015.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8643 vom 2025-06-09",
"url": "https://access.redhat.com/errata/RHSA-2025:8643"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-8643 vom 2025-06-10",
"url": "https://linux.oracle.com/errata/ELSA-2025-8643.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01919-1 vom 2025-06-12",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021477.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20372 vom 2025-06-12",
"url": "https://linux.oracle.com/errata/ELSA-2025-20372.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01918-1 vom 2025-06-12",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021478.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01951-1 vom 2025-06-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021509.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01967-1 vom 2025-06-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021533.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01964-1 vom 2025-06-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021531.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01965-1 vom 2025-06-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021535.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01982-1 vom 2025-06-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021539.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20408-1 vom 2025-06-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021550.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20413-1 vom 2025-06-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021547.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01972-1 vom 2025-06-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021537.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01983-1 vom 2025-06-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021538.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7585-1 vom 2025-06-19",
"url": "https://ubuntu.com/security/notices/USN-7585-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02000-1 vom 2025-06-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021568.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7585-2 vom 2025-06-19",
"url": "https://ubuntu.com/security/notices/USN-7585-2"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20421-1 vom 2025-06-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021590.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20419-1 vom 2025-06-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021591.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7591-2 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7591-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7591-3 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7591-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7591-1 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7591-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7592-1 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7592-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7593-1 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7593-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7591-4 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7591-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7594-1 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7594-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7598-1 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7598-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7597-2 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7597-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7597-1 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7597-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7585-3 vom 2025-06-25",
"url": "https://ubuntu.com/security/notices/USN-7585-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7585-4 vom 2025-06-25",
"url": "https://ubuntu.com/security/notices/USN-7585-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7594-2 vom 2025-06-26",
"url": "https://ubuntu.com/security/notices/USN-7594-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7602-1 vom 2025-06-26",
"url": "https://ubuntu.com/security/notices/USN-7602-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02173-1 vom 2025-06-30",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021714.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7606-1 vom 2025-06-30",
"url": "https://ubuntu.com/security/notices/USN-7606-1"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2KERNEL-5.4-2025-102 vom 2025-06-30",
"url": "https://alas.aws.amazon.com/AL2/ALAS2KERNEL-5.4-2025-102.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7605-1 vom 2025-06-30",
"url": "https://ubuntu.com/security/notices/USN-7605-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7585-5 vom 2025-06-30",
"url": "https://ubuntu.com/security/notices/USN-7585-5"
},
{
"category": "external",
"summary": "SEM 2025.2.1 release notes vom 2025-07-02",
"url": "https://documentation.solarwinds.com/en/success_center/sem/content/release_notes/sem_2025-2-1_release_notes.htm"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7585-6 vom 2025-07-03",
"url": "https://ubuntu.com/security/notices/USN-7585-6"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-8374 vom 2025-07-04",
"url": "https://linux.oracle.com/errata/ELSA-2025-8374.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7605-2 vom 2025-07-04",
"url": "https://ubuntu.com/security/notices/USN-7605-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7591-5 vom 2025-07-04",
"url": "https://ubuntu.com/security/notices/USN-7591-5"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20406 vom 2025-07-08",
"url": "https://linux.oracle.com/errata/ELSA-2025-20406.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7628-1 vom 2025-07-09",
"url": "https://ubuntu.com/security/notices/USN-7628-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7594-3 vom 2025-07-09",
"url": "https://ubuntu.com/security/notices/USN-7594-3"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02254-1 vom 2025-07-08",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021770.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02262-1 vom 2025-07-10",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/B53IHD74IRNJDAOHBW4L7JGWNOM26XE7/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02307-1 vom 2025-07-14",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021804.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02321-1 vom 2025-07-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021811.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20470 vom 2025-07-16",
"url": "https://linux.oracle.com/errata/ELSA-2025-20470.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02333-1 vom 2025-07-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021830.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20471 vom 2025-07-16",
"url": "https://linux.oracle.com/errata/ELSA-2025-20471.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7640-1 vom 2025-07-16",
"url": "https://ubuntu.com/security/notices/USN-7640-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7585-7 vom 2025-07-16",
"url": "https://ubuntu.com/security/notices/USN-7585-7"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7591-6 vom 2025-07-17",
"url": "https://ubuntu.com/security/notices/USN-7591-6"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7654-1 vom 2025-07-18",
"url": "https://ubuntu.com/security/notices/USN-7654-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7654-2 vom 2025-07-18",
"url": "https://ubuntu.com/security/notices/USN-7654-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7654-3 vom 2025-07-18",
"url": "https://ubuntu.com/security/notices/USN-7654-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7655-1 vom 2025-07-18",
"url": "https://ubuntu.com/security/notices/USN-7655-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7654-4 vom 2025-07-22",
"url": "https://ubuntu.com/security/notices/USN-7654-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7654-5 vom 2025-07-29",
"url": "https://ubuntu.com/security/notices/USN-7654-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7686-1 vom 2025-08-05",
"url": "https://ubuntu.com/security/notices/USN-7686-1"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:13589 vom 2025-08-11",
"url": "https://access.redhat.com/errata/RHSA-2025:13589"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:13590 vom 2025-08-11",
"url": "https://access.redhat.com/errata/RHSA-2025:13590"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-13589 vom 2025-08-12",
"url": "https://linux.oracle.com/errata/ELSA-2025-13589.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-5975 vom 2025-08-13",
"url": "https://lists.debian.org/debian-security-announce/2025/msg00139.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:14136 vom 2025-08-20",
"url": "https://access.redhat.com/errata/RHSA-2025:14136"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02923-1 vom 2025-08-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022237.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7712-1 vom 2025-08-22",
"url": "https://ubuntu.com/security/notices/USN-7712-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7711-1 vom 2025-08-22",
"url": "https://ubuntu.com/security/notices/USN-7711-1"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:14511 vom 2025-08-25",
"url": "https://access.redhat.com/errata/RHSA-2025:14511"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:14692 vom 2025-08-27",
"url": "https://access.redhat.com/errata/RHSA-2025:14692"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15035 vom 2025-09-02",
"url": "https://access.redhat.com/errata/RHSA-2025:15035"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7712-2 vom 2025-09-02",
"url": "https://ubuntu.com/security/notices/USN-7712-2"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:13590 vom 2025-09-08",
"url": "https://errata.build.resf.org/RLSA-2025:13590"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20553 vom 2025-09-10",
"url": "https://linux.oracle.com/errata/ELSA-2025-20553.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7792-1 vom 2025-10-01",
"url": "https://ubuntu.com/security/notices/USN-7792-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7797-1 vom 2025-10-02",
"url": "https://ubuntu.com/security/notices/USN-7797-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7796-1 vom 2025-10-02",
"url": "https://ubuntu.com/security/notices/USN-7796-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7795-1 vom 2025-10-02",
"url": "https://ubuntu.com/security/notices/USN-7795-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7801-1 vom 2025-10-02",
"url": "https://ubuntu.com/security/notices/USN-7801-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7792-2 vom 2025-10-02",
"url": "https://ubuntu.com/security/notices/USN-7792-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7800-1 vom 2025-10-02",
"url": "https://ubuntu.com/security/notices/USN-7800-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7799-1 vom 2025-10-02",
"url": "https://ubuntu.com/security/notices/USN-7799-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7797-2 vom 2025-10-02",
"url": "https://ubuntu.com/security/notices/USN-7797-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7796-3 vom 2025-10-02",
"url": "https://ubuntu.com/security/notices/USN-7796-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7795-2 vom 2025-10-02",
"url": "https://ubuntu.com/security/notices/USN-7796-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7795-2 vom 2025-10-02",
"url": "https://ubuntu.com/security/notices/USN-7795-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7801-2 vom 2025-10-06",
"url": "https://ubuntu.com/security/notices/USN-7801-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7792-3 vom 2025-10-08",
"url": "https://ubuntu.com/security/notices/USN-7792-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7809-1 vom 2025-10-08",
"url": "https://ubuntu.com/security/notices/USN-7809-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7808-1 vom 2025-10-08",
"url": "https://ubuntu.com/security/notices/USN-7808-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7795-3 vom 2025-10-08",
"url": "https://ubuntu.com/security/notices/USN-7795-3"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4328 vom 2025-10-13",
"url": "https://lists.debian.org/debian-lts-announce/2025/10/msg00008.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7796-4 vom 2025-10-13",
"url": "https://ubuntu.com/security/notices/USN-7796-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7819-1 vom 2025-10-13",
"url": "https://ubuntu.com/security/notices/USN-7819-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7820-1 vom 2025-10-13",
"url": "https://ubuntu.com/security/notices/USN-7820-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7808-2 vom 2025-10-14",
"url": "https://ubuntu.com/security/notices/USN-7808-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7801-3 vom 2025-10-15",
"url": "https://ubuntu.com/security/notices/USN-7801-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7819-2 vom 2025-10-22",
"url": "https://ubuntu.com/security/notices/USN-7819-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7835-2 vom 2025-10-22",
"url": "https://ubuntu.com/security/notices/USN-7835-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7835-3 vom 2025-10-22",
"url": "https://ubuntu.com/security/notices/USN-7835-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7835-1 vom 2025-10-22",
"url": "https://ubuntu.com/security/notices/USN-7835-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7795-4 vom 2025-10-24",
"url": "https://ubuntu.com/security/notices/USN-7795-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7854-1 vom 2025-10-30",
"url": "https://ubuntu.com/security/notices/USN-7854-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7853-2 vom 2025-10-30",
"url": "https://ubuntu.com/security/notices/USN-7853-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7853-1 vom 2025-10-30",
"url": "https://ubuntu.com/security/notices/USN-7853-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7835-4 vom 2025-10-31",
"url": "https://ubuntu.com/security/notices/USN-7835-4"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2025-390 vom 2025-11-05",
"url": "https://www.dell.com/support/kbdoc/000385230"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7861-1 vom 2025-11-06",
"url": "https://ubuntu.com/security/notices/USN-7861-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7835-5 vom 2025-11-06",
"url": "https://ubuntu.com/security/notices/USN-7835-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7795-5 vom 2025-11-07",
"url": "https://ubuntu.com/security/notices/USN-7795-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7864-1 vom 2025-11-07",
"url": "https://ubuntu.com/security/notices/USN-7864-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7861-2 vom 2025-11-07",
"url": "https://ubuntu.com/security/notices/USN-7861-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7853-3 vom 2025-11-07",
"url": "https://ubuntu.com/security/notices/USN-7853-3"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:2173-1 vom 2025-11-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023256.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7835-6 vom 2025-11-12",
"url": "https://ubuntu.com/security/notices/USN-7835-6"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7861-3 vom 2025-11-13",
"url": "https://ubuntu.com/security/notices/USN-7861-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7875-1 vom 2025-11-19",
"url": "https://ubuntu.com/security/notices/USN-7875-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7861-4 vom 2025-11-19",
"url": "https://ubuntu.com/security/notices/USN-7861-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7874-1 vom 2025-11-19",
"url": "https://ubuntu.com/security/notices/USN-7874-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7874-2 vom 2025-11-19",
"url": "https://ubuntu.com/security/notices/USN-7874-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7887-1 vom 2025-11-24",
"url": "https://ubuntu.com/security/notices/USN-7887-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7887-2 vom 2025-11-25",
"url": "https://ubuntu.com/security/notices/USN-7887-2"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025-20091-1 vom 2025-11-27",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/QVNKE6YBHUN7AVUHO7UZCJJGK4HYS62H/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:21080-1 vom 2025-11-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023429.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7861-5 vom 2025-12-03",
"url": "https://ubuntu.com/security/notices/USN-7861-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7909-1 vom 2025-12-04",
"url": "https://ubuntu.com/security/notices/USN-7909-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7909-2 vom 2025-12-04",
"url": "https://ubuntu.com/security/notices/USN-7909-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7909-3 vom 2025-12-04",
"url": "https://ubuntu.com/security/notices/USN-7909-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7910-1 vom 2025-12-04",
"url": "https://ubuntu.com/security/notices/USN-7910-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7874-3 vom 2025-12-04",
"url": "https://ubuntu.com/security/notices/USN-7874-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7909-4 vom 2025-12-05",
"url": "https://ubuntu.com/security/notices/USN-7909-4"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:21147-1 vom 2025-12-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023511.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:21180-1 vom 2025-12-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023498.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7909-5 vom 2025-12-15",
"url": "https://ubuntu.com/security/notices/USN-7909-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7935-1 vom 2025-12-16",
"url": "https://ubuntu.com/security/notices/USN-7935-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7933-1 vom 2025-12-15",
"url": "https://ubuntu.com/security/notices/USN-7933-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7937-1 vom 2025-12-16",
"url": "https://ubuntu.com/security/notices/USN-7937-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7939-1 vom 2025-12-17",
"url": "https://ubuntu.com/security/notices/USN-7939-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7938-1 vom 2025-12-16",
"url": "https://ubuntu.com/security/notices/USN-7938-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7939-2 vom 2025-12-17",
"url": "https://ubuntu.com/security/notices/USN-7939-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7940-1 vom 2025-12-17",
"url": "https://ubuntu.com/security/notices/USN-7940-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7940-2 vom 2026-01-09",
"url": "https://ubuntu.com/security/notices/USN-7940-2"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50006 vom 2026-01-15",
"url": "http://linux.oracle.com/errata/ELSA-2026-50006.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0140-1 vom 2026-01-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023783.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6126 vom 2026-02-09",
"url": "https://lists.debian.org/debian-security-announce/2026/msg00035.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6127 vom 2026-02-10",
"url": "https://lists.debian.org/debian-security-announce/2026/msg00036.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8028-1 vom 2026-02-11",
"url": "https://ubuntu.com/security/notices/USN-8028-1"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4476 vom 2026-02-11",
"url": "https://lists.debian.org/debian-lts-announce/2026/02/msg00017.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8031-1 vom 2026-02-12",
"url": "https://ubuntu.com/security/notices/USN-8031-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8028-2 vom 2026-02-12",
"url": "https://ubuntu.com/security/notices/USN-8028-2"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20327-1 vom 2026-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024168.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20328-1 vom 2026-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024167.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20300-1 vom 2026-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024190.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20302-1 vom 2026-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024188.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8028-3 vom 2026-02-17",
"url": "https://ubuntu.com/security/notices/USN-8028-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8028-5 vom 2026-02-17",
"url": "https://ubuntu.com/security/notices/USN-8028-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8028-4 vom 2026-02-17",
"url": "https://ubuntu.com/security/notices/USN-8028-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8031-2 vom 2026-02-18",
"url": "https://ubuntu.com/security/notices/USN-8031-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8052-1 vom 2026-02-19",
"url": "https://ubuntu.com/security/notices/USN-8052-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8031-3 vom 2026-02-19",
"url": "https://ubuntu.com/security/notices/USN-8031-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8028-6 vom 2026-02-19",
"url": "https://ubuntu.com/security/notices/USN-8028-6"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8028-7 vom 2026-02-19",
"url": "https://ubuntu.com/security/notices/USN-8028-7"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50112 vom 2026-02-23",
"url": "https://linux.oracle.com/errata/ELSA-2026-50112.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8052-2 vom 2026-02-24",
"url": "https://ubuntu.com/security/notices/USN-8052-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8028-8 vom 2026-02-24",
"url": "https://ubuntu.com/security/notices/USN-8028-8"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8074-1 vom 2026-03-04",
"url": "https://ubuntu.com/security/notices/USN-8074-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8074-2 vom 2026-03-04",
"url": "https://ubuntu.com/security/notices/USN-8074-2"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20561-1 vom 2026-03-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024578.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50145 vom 2026-03-12",
"url": "https://linux.oracle.com/errata/ELSA-2026-50145.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8095-2 vom 2026-03-17",
"url": "https://ubuntu.com/security/notices/USN-8095-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8095-1 vom 2026-03-17",
"url": "https://ubuntu.com/security/notices/USN-8095-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8100-1 vom 2026-03-17",
"url": "https://ubuntu.com/security/notices/USN-8100-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8095-3 vom 2026-03-17",
"url": "https://ubuntu.com/security/notices/USN-8095-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8095-4 vom 2026-03-23",
"url": "https://ubuntu.com/security/notices/USN-8095-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8126-1 vom 2026-03-25",
"url": "https://ubuntu.com/security/notices/USN-8126-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8125-1 vom 2026-03-25",
"url": "https://ubuntu.com/security/notices/USN-8125-1"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50171 vom 2026-03-31",
"url": "https://oss.oracle.com/pipermail/el-errata/2026-March/020110.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8095-5 vom 2026-04-01",
"url": "https://ubuntu.com/security/notices/USN-8095-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8165-1 vom 2026-04-10",
"url": "https://ubuntu.com/security/notices/USN-8165-1"
}
],
"source_lang": "en-US",
"title": "Linux Kernel: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-04-09T22:00:00.000+00:00",
"generator": {
"date": "2026-04-10T07:05:10.289+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2025-0861",
"initial_release_date": "2025-04-21T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-04-21T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-04-24T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Google aufgenommen"
},
{
"date": "2025-04-27T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2025-05-18T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-05-20T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-05-21T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-05-26T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Debian und SUSE aufgenommen"
},
{
"date": "2025-05-29T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Debian und SUSE aufgenommen"
},
{
"date": "2025-06-01T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-02T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-09T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-10T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-06-11T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von SUSE und Oracle Linux aufgenommen"
},
{
"date": "2025-06-15T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-16T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-17T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-19T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Ubuntu und SUSE aufgenommen"
},
{
"date": "2025-06-23T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-06-24T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-06-25T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-06-26T22:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-06-30T22:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von SUSE, Ubuntu und Amazon aufgenommen"
},
{
"date": "2025-07-01T22:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates aufgenommen"
},
{
"date": "2025-07-03T22:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-07-06T22:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-07-08T22:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von Oracle Linux, Ubuntu und SUSE aufgenommen"
},
{
"date": "2025-07-09T22:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-07-14T22:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-07-15T22:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-07-16T22:00:00.000+00:00",
"number": "30",
"summary": "Neue Updates von SUSE und Oracle Linux aufgenommen"
},
{
"date": "2025-07-17T22:00:00.000+00:00",
"number": "31",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-07-21T22:00:00.000+00:00",
"number": "32",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-07-29T22:00:00.000+00:00",
"number": "33",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-07-31T22:00:00.000+00:00",
"number": "34",
"summary": "Referenz(en) aufgenommen:"
},
{
"date": "2025-08-05T22:00:00.000+00:00",
"number": "35",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-08-10T22:00:00.000+00:00",
"number": "36",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-08-11T22:00:00.000+00:00",
"number": "37",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-08-13T22:00:00.000+00:00",
"number": "38",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2025-08-19T22:00:00.000+00:00",
"number": "39",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-08-24T22:00:00.000+00:00",
"number": "40",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-08-25T22:00:00.000+00:00",
"number": "41",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-08-26T22:00:00.000+00:00",
"number": "42",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-09-01T22:00:00.000+00:00",
"number": "43",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-09-02T22:00:00.000+00:00",
"number": "44",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-09-08T22:00:00.000+00:00",
"number": "45",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2025-09-09T22:00:00.000+00:00",
"number": "46",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-10-01T22:00:00.000+00:00",
"number": "47",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-10-05T22:00:00.000+00:00",
"number": "48",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-10-06T22:00:00.000+00:00",
"number": "49",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-10-07T22:00:00.000+00:00",
"number": "50",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-10-12T22:00:00.000+00:00",
"number": "51",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2025-10-13T22:00:00.000+00:00",
"number": "52",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-10-14T22:00:00.000+00:00",
"number": "53",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-10-15T22:00:00.000+00:00",
"number": "54",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-10-21T22:00:00.000+00:00",
"number": "55",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-10-22T22:00:00.000+00:00",
"number": "56",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-10-23T22:00:00.000+00:00",
"number": "57",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-10-30T23:00:00.000+00:00",
"number": "58",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-11-02T23:00:00.000+00:00",
"number": "59",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-11-04T23:00:00.000+00:00",
"number": "60",
"summary": "Neue Updates von Dell aufgenommen"
},
{
"date": "2025-11-05T23:00:00.000+00:00",
"number": "61",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-11-06T23:00:00.000+00:00",
"number": "62",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-11-09T23:00:00.000+00:00",
"number": "63",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-11-11T23:00:00.000+00:00",
"number": "64",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-11-12T23:00:00.000+00:00",
"number": "65",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-11-13T23:00:00.000+00:00",
"number": "66",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-11-19T23:00:00.000+00:00",
"number": "67",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-11-24T23:00:00.000+00:00",
"number": "68",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-11-25T23:00:00.000+00:00",
"number": "69",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-11-26T23:00:00.000+00:00",
"number": "70",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-11-30T23:00:00.000+00:00",
"number": "71",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-12-03T23:00:00.000+00:00",
"number": "72",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-12-04T23:00:00.000+00:00",
"number": "73",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-12-10T23:00:00.000+00:00",
"number": "74",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-12-15T23:00:00.000+00:00",
"number": "75",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-12-16T23:00:00.000+00:00",
"number": "76",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-12-17T23:00:00.000+00:00",
"number": "77",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-01-11T23:00:00.000+00:00",
"number": "78",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-01-14T23:00:00.000+00:00",
"number": "79",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-01-18T23:00:00.000+00:00",
"number": "80",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-09T23:00:00.000+00:00",
"number": "81",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2026-02-11T23:00:00.000+00:00",
"number": "82",
"summary": "Neue Updates von Ubuntu und Debian aufgenommen"
},
{
"date": "2026-02-15T23:00:00.000+00:00",
"number": "83",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-16T23:00:00.000+00:00",
"number": "84",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-17T23:00:00.000+00:00",
"number": "85",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-02-18T23:00:00.000+00:00",
"number": "86",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-02-19T23:00:00.000+00:00",
"number": "87",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-02-22T23:00:00.000+00:00",
"number": "88",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-02-24T23:00:00.000+00:00",
"number": "89",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-04T23:00:00.000+00:00",
"number": "90",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-05T23:00:00.000+00:00",
"number": "91",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-03-11T23:00:00.000+00:00",
"number": "92",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-03-16T23:00:00.000+00:00",
"number": "93",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-17T23:00:00.000+00:00",
"number": "94",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-23T23:00:00.000+00:00",
"number": "95",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-25T23:00:00.000+00:00",
"number": "96",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-31T22:00:00.000+00:00",
"number": "97",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-04-01T22:00:00.000+00:00",
"number": "98",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-04-09T22:00:00.000+00:00",
"number": "99",
"summary": "Neue Updates von Ubuntu aufgenommen"
}
],
"status": "final",
"version": "99"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"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_range",
"name": "Appliance \u003c5.32.00.18",
"product": {
"name": "Dell Secure Connect Gateway Appliance \u003c5.32.00.18",
"product_id": "T048301"
}
},
{
"category": "product_version",
"name": "Appliance 5.32.00.18",
"product": {
"name": "Dell Secure Connect Gateway Appliance 5.32.00.18",
"product_id": "T048301-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:secure_connect_gateway:appliance__5.32.00.18"
}
}
}
],
"category": "product_name",
"name": "Secure Connect Gateway"
}
],
"category": "vendor",
"name": "Dell"
},
{
"branches": [
{
"category": "product_name",
"name": "Google Cloud Platform",
"product": {
"name": "Google Cloud Platform",
"product_id": "393401",
"product_identification_helper": {
"cpe": "cpe:/a:google:cloud_platform:-"
}
}
}
],
"category": "vendor",
"name": "Google"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c4.4.244",
"product": {
"name": "Open Source Linux Kernel \u003c4.4.244",
"product_id": "T043041"
}
},
{
"category": "product_version",
"name": "4.4.244",
"product": {
"name": "Open Source Linux Kernel 4.4.244",
"product_id": "T043041-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:4.4.244"
}
}
},
{
"category": "product_version_range",
"name": "\u003c4.9.244",
"product": {
"name": "Open Source Linux Kernel \u003c4.9.244",
"product_id": "T043042"
}
},
{
"category": "product_version",
"name": "4.9.244",
"product": {
"name": "Open Source Linux Kernel 4.9.244",
"product_id": "T043042-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:4.9.244"
}
}
},
{
"category": "product_version_range",
"name": "\u003c4.14.207",
"product": {
"name": "Open Source Linux Kernel \u003c4.14.207",
"product_id": "T043043"
}
},
{
"category": "product_version",
"name": "4.14.207",
"product": {
"name": "Open Source Linux Kernel 4.14.207",
"product_id": "T043043-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:4.14.207"
}
}
},
{
"category": "product_version_range",
"name": "\u003c4.19.158",
"product": {
"name": "Open Source Linux Kernel \u003c4.19.158",
"product_id": "T043044"
}
},
{
"category": "product_version",
"name": "4.19.158",
"product": {
"name": "Open Source Linux Kernel 4.19.158",
"product_id": "T043044-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:4.19.158"
}
}
},
{
"category": "product_version_range",
"name": "\u003c5.4.78",
"product": {
"name": "Open Source Linux Kernel \u003c5.4.78",
"product_id": "T043045"
}
},
{
"category": "product_version",
"name": "5.4.78",
"product": {
"name": "Open Source Linux Kernel 5.4.78",
"product_id": "T043045-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:5.4.78"
}
}
},
{
"category": "product_version_range",
"name": "\u003c5.9.9",
"product": {
"name": "Open Source Linux Kernel \u003c5.9.9",
"product_id": "T043046"
}
},
{
"category": "product_version",
"name": "5.9.9",
"product": {
"name": "Open Source Linux Kernel 5.9.9",
"product_id": "T043046-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:5.9.9"
}
}
},
{
"category": "product_version_range",
"name": "\u003c5.10",
"product": {
"name": "Open Source Linux Kernel \u003c5.10",
"product_id": "T043048"
}
},
{
"category": "product_version",
"name": "5.1",
"product": {
"name": "Open Source Linux Kernel 5.10",
"product_id": "T043048-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:5.10"
}
}
},
{
"category": "product_version_range",
"name": "\u003c4.4.254",
"product": {
"name": "Open Source Linux Kernel \u003c4.4.254",
"product_id": "T043051"
}
},
{
"category": "product_version",
"name": "4.4.254",
"product": {
"name": "Open Source Linux Kernel 4.4.254",
"product_id": "T043051-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:4.4.254"
}
}
},
{
"category": "product_version_range",
"name": "\u003c4.9.254",
"product": {
"name": "Open Source Linux Kernel \u003c4.9.254",
"product_id": "T043052"
}
},
{
"category": "product_version",
"name": "4.9.254",
"product": {
"name": "Open Source Linux Kernel 4.9.254",
"product_id": "T043052-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:4.9.254"
}
}
},
{
"category": "product_version_range",
"name": "\u003c4.14.218",
"product": {
"name": "Open Source Linux Kernel \u003c4.14.218",
"product_id": "T043053"
}
},
{
"category": "product_version",
"name": "4.14.218",
"product": {
"name": "Open Source Linux Kernel 4.14.218",
"product_id": "T043053-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:4.14.218"
}
}
},
{
"category": "product_version_range",
"name": "\u003c4.19.171",
"product": {
"name": "Open Source Linux Kernel \u003c4.19.171",
"product_id": "T043054"
}
},
{
"category": "product_version",
"name": "4.19.171",
"product": {
"name": "Open Source Linux Kernel 4.19.171",
"product_id": "T043054-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:4.19.171"
}
}
},
{
"category": "product_version_range",
"name": "\u003c5.4.93",
"product": {
"name": "Open Source Linux Kernel \u003c5.4.93",
"product_id": "T043055"
}
},
{
"category": "product_version",
"name": "5.4.93",
"product": {
"name": "Open Source Linux Kernel 5.4.93",
"product_id": "T043055-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:5.4.93"
}
}
},
{
"category": "product_version_range",
"name": "\u003c5.10.11",
"product": {
"name": "Open Source Linux Kernel \u003c5.10.11",
"product_id": "T043056"
}
},
{
"category": "product_version",
"name": "5.10.11",
"product": {
"name": "Open Source Linux Kernel 5.10.11",
"product_id": "T043056-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:5.10.11"
}
}
},
{
"category": "product_version_range",
"name": "\u003c5.11",
"product": {
"name": "Open Source Linux Kernel \u003c5.11",
"product_id": "T043057"
}
},
{
"category": "product_version",
"name": "5.11",
"product": {
"name": "Open Source Linux Kernel 5.11",
"product_id": "T043057-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:5.11"
}
}
},
{
"category": "product_version_range",
"name": "\u003c5.14.19",
"product": {
"name": "Open Source Linux Kernel \u003c5.14.19",
"product_id": "T043058"
}
},
{
"category": "product_version",
"name": "5.14.19",
"product": {
"name": "Open Source Linux Kernel 5.14.19",
"product_id": "T043058-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:5.14.19"
}
}
},
{
"category": "product_version_range",
"name": "\u003c5.15.3",
"product": {
"name": "Open Source Linux Kernel \u003c5.15.3",
"product_id": "T043059"
}
},
{
"category": "product_version",
"name": "5.15.3",
"product": {
"name": "Open Source Linux Kernel 5.15.3",
"product_id": "T043059-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:5.15.3"
}
}
},
{
"category": "product_version_range",
"name": "\u003c5.16",
"product": {
"name": "Open Source Linux Kernel \u003c5.16",
"product_id": "T043060"
}
},
{
"category": "product_version",
"name": "5.16",
"product": {
"name": "Open Source Linux Kernel 5.16",
"product_id": "T043060-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:5.16"
}
}
},
{
"category": "product_version_range",
"name": "\u003c5.10.236",
"product": {
"name": "Open Source Linux Kernel \u003c5.10.236",
"product_id": "T043061"
}
},
{
"category": "product_version",
"name": "5.10.236",
"product": {
"name": "Open Source Linux Kernel 5.10.236",
"product_id": "T043061-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:5.10.236"
}
}
},
{
"category": "product_version_range",
"name": "\u003c5.15.180",
"product": {
"name": "Open Source Linux Kernel \u003c5.15.180",
"product_id": "T043062"
}
},
{
"category": "product_version",
"name": "5.15.180",
"product": {
"name": "Open Source Linux Kernel 5.15.180",
"product_id": "T043062-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:5.15.180"
}
}
},
{
"category": "product_version_range",
"name": "\u003c6.1.134",
"product": {
"name": "Open Source Linux Kernel \u003c6.1.134",
"product_id": "T043063"
}
},
{
"category": "product_version",
"name": "6.1.134",
"product": {
"name": "Open Source Linux Kernel 6.1.134",
"product_id": "T043063-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:6.1.134"
}
}
},
{
"category": "product_version_range",
"name": "\u003c6.6.87",
"product": {
"name": "Open Source Linux Kernel \u003c6.6.87",
"product_id": "T043064"
}
},
{
"category": "product_version",
"name": "6.6.87",
"product": {
"name": "Open Source Linux Kernel 6.6.87",
"product_id": "T043064-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:6.6.87"
}
}
},
{
"category": "product_version_range",
"name": "\u003c6.12.23",
"product": {
"name": "Open Source Linux Kernel \u003c6.12.23",
"product_id": "T043065"
}
},
{
"category": "product_version",
"name": "6.12.23",
"product": {
"name": "Open Source Linux Kernel 6.12.23",
"product_id": "T043065-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:6.12.23"
}
}
},
{
"category": "product_version_range",
"name": "\u003c6.13.11",
"product": {
"name": "Open Source Linux Kernel \u003c6.13.11",
"product_id": "T043066"
}
},
{
"category": "product_version",
"name": "6.13.11",
"product": {
"name": "Open Source Linux Kernel 6.13.11",
"product_id": "T043066-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:6.13.11"
}
}
},
{
"category": "product_version_range",
"name": "\u003c6.14.2",
"product": {
"name": "Open Source Linux Kernel \u003c6.14.2",
"product_id": "T043067"
}
},
{
"category": "product_version",
"name": "6.14.2",
"product": {
"name": "Open Source Linux Kernel 6.14.2",
"product_id": "T043067-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:6.14.2"
}
}
},
{
"category": "product_version_range",
"name": "\u003c6.15-rc1",
"product": {
"name": "Open Source Linux Kernel \u003c6.15-rc1",
"product_id": "T043072"
}
},
{
"category": "product_version",
"name": "6.15-rc1",
"product": {
"name": "Open Source Linux Kernel 6.15-rc1",
"product_id": "T043072-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:6.15-rc1"
}
}
},
{
"category": "product_version_range",
"name": "\u003c5.4.292",
"product": {
"name": "Open Source Linux Kernel \u003c5.4.292",
"product_id": "T043073"
}
},
{
"category": "product_version",
"name": "5.4.292",
"product": {
"name": "Open Source Linux Kernel 5.4.292",
"product_id": "T043073-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:5.4.292"
}
}
},
{
"category": "product_version_range",
"name": "\u003c6.1.129",
"product": {
"name": "Open Source Linux Kernel \u003c6.1.129",
"product_id": "T043075"
}
},
{
"category": "product_version",
"name": "6.1.129",
"product": {
"name": "Open Source Linux Kernel 6.1.129",
"product_id": "T043075-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:6.1.129"
}
}
},
{
"category": "product_version_range",
"name": "\u003c6.6.78",
"product": {
"name": "Open Source Linux Kernel \u003c6.6.78",
"product_id": "T043076"
}
},
{
"category": "product_version",
"name": "6.6.78",
"product": {
"name": "Open Source Linux Kernel 6.6.78",
"product_id": "T043076-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:6.6.78"
}
}
}
],
"category": "product_name",
"name": "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": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c2025.2.1",
"product": {
"name": "SolarWinds Security Event Manager \u003c2025.2.1",
"product_id": "T044986"
}
},
{
"category": "product_version",
"name": "2025.2.1",
"product": {
"name": "SolarWinds Security Event Manager 2025.2.1",
"product_id": "T044986-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:solarwinds:security_event_manager:2025.2.1"
}
}
}
],
"category": "product_name",
"name": "Security Event Manager"
}
],
"category": "vendor",
"name": "SolarWinds"
},
{
"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-2020-36789",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2020-36789"
},
{
"cve": "CVE-2021-47668",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2021-47668"
},
{
"cve": "CVE-2021-47669",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2021-47669"
},
{
"cve": "CVE-2021-47670",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2021-47670"
},
{
"cve": "CVE-2021-47671",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2021-47671"
},
{
"cve": "CVE-2025-37785",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-37785"
},
{
"cve": "CVE-2025-37838",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-37838"
},
{
"cve": "CVE-2025-37860",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-37860"
},
{
"cve": "CVE-2025-37893",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-37893"
},
{
"cve": "CVE-2025-37925",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-37925"
},
{
"cve": "CVE-2025-38049",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-38049"
},
{
"cve": "CVE-2025-38104",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-38104"
},
{
"cve": "CVE-2025-38152",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-38152"
},
{
"cve": "CVE-2025-38240",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-38240"
},
{
"cve": "CVE-2025-38479",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-38479"
},
{
"cve": "CVE-2025-38575",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-38575"
},
{
"cve": "CVE-2025-38637",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-38637"
},
{
"cve": "CVE-2025-39688",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-39688"
},
{
"cve": "CVE-2025-39728",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-39728"
},
{
"cve": "CVE-2025-39735",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-39735"
},
{
"cve": "CVE-2025-39755",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-39755"
},
{
"cve": "CVE-2025-39778",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-39778"
},
{
"cve": "CVE-2025-39930",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-39930"
},
{
"cve": "CVE-2025-39989",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-39989"
},
{
"cve": "CVE-2025-40014",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-40014"
},
{
"cve": "CVE-2025-40114",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-40114"
},
{
"cve": "CVE-2025-40325",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-40325"
},
{
"cve": "CVE-2025-40364",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-40364"
}
]
}
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…