Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-21849 (GCVE-0-2025-21849)
Vulnerability from cvelistv5 – Published: 2025-03-12 09:42 – Updated: 2026-05-11 21:07- CWE-667 - Improper Locking
| Vendor | Product | Version | |
|---|---|---|---|
| Linux | Linux |
Affected:
2f2cc53b5fe7022f3ae602eb24573d52f8740959 , < 2bf1f4c129db7a10920655b000f0292f1ee509c2
(git)
Affected: 2f2cc53b5fe7022f3ae602eb24573d52f8740959 , < 47ae46ac5407646420e06b78e0dad331e56a4bb4 (git) Affected: 2f2cc53b5fe7022f3ae602eb24573d52f8740959 , < e49477f7f78598295551d486ecc7f020d796432e (git) |
|
| Linux | Linux |
Affected:
6.9
Unaffected: 0 , < 6.9 (semver) Unaffected: 6.12.17 , ≤ 6.12.* (semver) Unaffected: 6.13.5 , ≤ 6.13.* (semver) Unaffected: 6.14 , ≤ * (original_commit_for_fix) |
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2025-21849",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-10-01T19:26:20.912921Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-667",
"description": "CWE-667 Improper Locking",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-10-01T19:26:39.006Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "2bf1f4c129db7a10920655b000f0292f1ee509c2",
"status": "affected",
"version": "2f2cc53b5fe7022f3ae602eb24573d52f8740959",
"versionType": "git"
},
{
"lessThan": "47ae46ac5407646420e06b78e0dad331e56a4bb4",
"status": "affected",
"version": "2f2cc53b5fe7022f3ae602eb24573d52f8740959",
"versionType": "git"
},
{
"lessThan": "e49477f7f78598295551d486ecc7f020d796432e",
"status": "affected",
"version": "2f2cc53b5fe7022f3ae602eb24573d52f8740959",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "6.9"
},
{
"lessThan": "6.9",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.12.*",
"status": "unaffected",
"version": "6.12.17",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.13.*",
"status": "unaffected",
"version": "6.13.5",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "6.14",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.12.17",
"versionStartIncluding": "6.9",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.13.5",
"versionStartIncluding": "6.9",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.14",
"versionStartIncluding": "6.9",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/i915/gt: Use spin_lock_irqsave() in interruptible context\n\nspin_lock/unlock() functions used in interrupt contexts could\nresult in a deadlock, as seen in GitLab issue #13399,\nwhich occurs when interrupt comes in while holding a lock.\n\nTry to remedy the problem by saving irq state before spin lock\nacquisition.\n\nv2: add irqs\u0027 state save/restore calls to all locks/unlocks in\n signal_irq_work() execution (Maciej)\n\nv3: use with spin_lock_irqsave() in guc_lrc_desc_unpin() instead\n of other lock/unlock calls and add Fixes and Cc tags (Tvrtko);\n change title and commit message\n\n(cherry picked from commit c088387ddd6482b40f21ccf23db1125e8fa4af7e)"
}
],
"providerMetadata": {
"dateUpdated": "2026-05-11T21:07:41.840Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/2bf1f4c129db7a10920655b000f0292f1ee509c2"
},
{
"url": "https://git.kernel.org/stable/c/47ae46ac5407646420e06b78e0dad331e56a4bb4"
},
{
"url": "https://git.kernel.org/stable/c/e49477f7f78598295551d486ecc7f020d796432e"
}
],
"title": "drm/i915/gt: Use spin_lock_irqsave() in interruptible context",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2025-21849",
"datePublished": "2025-03-12T09:42:04.946Z",
"dateReserved": "2024-12-29T08:45:45.779Z",
"dateUpdated": "2026-05-11T21:07:41.840Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-21849",
"date": "2026-07-24",
"epss": "0.00173",
"percentile": "0.07025"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-21849\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-03-12T10:15:17.367\",\"lastModified\":\"2026-06-17T08:44:26.300\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\ndrm/i915/gt: Use spin_lock_irqsave() in interruptible context\\n\\nspin_lock/unlock() functions used in interrupt contexts could\\nresult in a deadlock, as seen in GitLab issue #13399,\\nwhich occurs when interrupt comes in while holding a lock.\\n\\nTry to remedy the problem by saving irq state before spin lock\\nacquisition.\\n\\nv2: add irqs\u0027 state save/restore calls to all locks/unlocks in\\n signal_irq_work() execution (Maciej)\\n\\nv3: use with spin_lock_irqsave() in guc_lrc_desc_unpin() instead\\n of other lock/unlock calls and add Fixes and Cc tags (Tvrtko);\\n change title and commit message\\n\\n(cherry picked from commit c088387ddd6482b40f21ccf23db1125e8fa4af7e)\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: drm/i915/gt: El uso de spin_lock_irqsave() en un contexto interrumpible. Las funciones spin_lock/unlock() utilizadas en contextos de interrupci\u00f3n podr\u00edan provocar un interbloqueo, como se observ\u00f3 en el problema n.\u00b0 13399 de GitLab, que ocurre cuando la interrupci\u00f3n entra mientras se mantiene un bloqueo. Intente solucionar el problema guardando el estado de las irq antes de adquirir el bloqueo de giro. v2: a\u00f1adir llamadas de guardado/restauraci\u00f3n de estado de las irq a todos los bloqueos/desbloqueos en la ejecuci\u00f3n de signal_irq_work() (Maciej). v3: usar con spin_lock_irqsave() en guc_lrc_desc_unpin() en lugar de otras llamadas de bloqueo/desbloqueo y a\u00f1adir las etiquetas \\\"Fixes\\\" y \\\"Cc\\\" (Tvrtko); cambiar el t\u00edtulo y el mensaje de confirmaci\u00f3n (seleccionado del commit c088387ddd6482b40f21ccf23db1125e8fa4af7e).\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"2f2cc53b5fe7022f3ae602eb24573d52f8740959\",\"lessThan\":\"2bf1f4c129db7a10920655b000f0292f1ee509c2\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"2f2cc53b5fe7022f3ae602eb24573d52f8740959\",\"lessThan\":\"47ae46ac5407646420e06b78e0dad331e56a4bb4\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"2f2cc53b5fe7022f3ae602eb24573d52f8740959\",\"lessThan\":\"e49477f7f78598295551d486ecc7f020d796432e\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.9\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.9\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.17\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.13.5\",\"lessThanOrEqual\":\"6.13.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.14\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6},{\"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:N/I:N/A:H\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2025-10-01T19:26:20.912921Z\",\"id\":\"CVE-2025-21849\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-667\"}]},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-667\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.9\",\"versionEndExcluding\":\"6.12.17\",\"matchCriteriaId\":\"3E513C8F-C336-4B36-A14B-ABDBD0C33C40\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.13\",\"versionEndExcluding\":\"6.13.5\",\"matchCriteriaId\":\"72E69ABB-9015-43A6-87E1-5150383CFFD9\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.14:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"186716B6-2B66-4BD0-852E-D48E71C0C85F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.14:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"0D3E781C-403A-498F-9DA9-ECEE50F41E75\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.14:rc3:*:*:*:*:*:*\",\"matchCriteriaId\":\"66619FB8-0AAF-4166-B2CF-67B24143261D\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/2bf1f4c129db7a10920655b000f0292f1ee509c2\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/47ae46ac5407646420e06b78e0dad331e56a4bb4\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/e49477f7f78598295551d486ecc7f020d796432e\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-06-30T00:03:44+00:00",
"cve": "CVE-2025-21849",
"id": "CVE-2025-21849",
"initial_release_date": "2025-03-12T00:00:00+00:00",
"product_status:known_not_affected": "274",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "kernel: drm/i915/gt: Use spin_lock_irqsave() in interruptible context",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2025/cve-2025-21849.json",
"version": "3"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.5, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-21849\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-10-01T19:26:20.912921Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-667\", \"description\": \"CWE-667 Improper Locking\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-10-01T16:58:12.864Z\"}}], \"cna\": {\"title\": \"drm/i915/gt: Use spin_lock_irqsave() in interruptible context\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"2f2cc53b5fe7022f3ae602eb24573d52f8740959\", \"lessThan\": \"2bf1f4c129db7a10920655b000f0292f1ee509c2\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"2f2cc53b5fe7022f3ae602eb24573d52f8740959\", \"lessThan\": \"47ae46ac5407646420e06b78e0dad331e56a4bb4\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"2f2cc53b5fe7022f3ae602eb24573d52f8740959\", \"lessThan\": \"e49477f7f78598295551d486ecc7f020d796432e\", \"versionType\": \"git\"}], \"programFiles\": [\"drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"6.9\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"6.9\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"6.12.17\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.12.*\"}, {\"status\": \"unaffected\", \"version\": \"6.13.5\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.13.*\"}, {\"status\": \"unaffected\", \"version\": \"6.14\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/2bf1f4c129db7a10920655b000f0292f1ee509c2\"}, {\"url\": \"https://git.kernel.org/stable/c/47ae46ac5407646420e06b78e0dad331e56a4bb4\"}, {\"url\": \"https://git.kernel.org/stable/c/e49477f7f78598295551d486ecc7f020d796432e\"}], \"x_generator\": {\"engine\": \"bippy-1.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\ndrm/i915/gt: Use spin_lock_irqsave() in interruptible context\\n\\nspin_lock/unlock() functions used in interrupt contexts could\\nresult in a deadlock, as seen in GitLab issue #13399,\\nwhich occurs when interrupt comes in while holding a lock.\\n\\nTry to remedy the problem by saving irq state before spin lock\\nacquisition.\\n\\nv2: add irqs\u0027 state save/restore calls to all locks/unlocks in\\n signal_irq_work() execution (Maciej)\\n\\nv3: use with spin_lock_irqsave() in guc_lrc_desc_unpin() instead\\n of other lock/unlock calls and add Fixes and Cc tags (Tvrtko);\\n change title and commit message\\n\\n(cherry picked from commit c088387ddd6482b40f21ccf23db1125e8fa4af7e)\"}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.12.17\", \"versionStartIncluding\": \"6.9\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.13.5\", \"versionStartIncluding\": \"6.9\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.14\", \"versionStartIncluding\": \"6.9\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2026-05-11T21:07:41.840Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-21849\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-05-11T21:07:41.840Z\", \"dateReserved\": \"2024-12-29T08:45:45.779Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2025-03-12T09:42:04.946Z\", \"assignerShortName\": \"Linux\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
usn-7521-2
Vulnerability from osv_ubuntu
Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - PowerPC architecture; - x86 architecture; - Block layer subsystem; - Serial ATA and Parallel ATA drivers; - Drivers core; - Network block device driver; - Bluetooth drivers; - Character device driver; - TPM device driver; - Clock framework and drivers; - Hardware crypto device drivers; - FireWire subsystem; - EFI core; - Qualcomm firmware drivers; - GPIO subsystem; - GPU drivers; - HID subsystem; - I2C subsystem; - I3C subsystem; - InfiniBand drivers; - Input Device (Mouse) drivers; - IOMMU subsystem; - Multiple devices driver; - Media drivers; - NVIDIA Tegra memory controller driver; - Fastrpc Driver; - Network drivers; - Operating Performance Points (OPP) driver; - PCI subsystem; - x86 platform drivers; - PPS (Pulse Per Second) driver; - PTP clock framework; - Remote Processor subsystem; - Real Time Clock drivers; - S/390 drivers; - SCSI subsystem; - QCOM SoC drivers; - SPI subsystem; - Media staging drivers; - Trusted Execution Environment drivers; - TTY drivers; - UFS subsystem; - USB Device Class drivers; - USB core drivers; - USB Gadget drivers; - USB Host Controller drivers; - Framebuffer layer; - File systems infrastructure; - BTRFS file system; - Ceph distributed file system; - Network file system (NFS) client; - Network file system (NFS) server daemon; - NILFS2 file system; - Overlay file system; - SMB network file system; - UBI file system; - BPF subsystem; - Timer subsystem; - KVM subsystem; - Networking core; - ptr_ring data structure definitions; - Networking subsytem; - Amateur Radio drivers; - L3 Master device support module; - TCP network protocol; - XFRM subsystem; - Tracing infrastructure; - io_uring subsystem; - Process Accounting mechanism; - Perf events; - Padata parallel execution mechanism; - printk logging mechanism; - Scheduler infrastructure; - Workqueue subsystem; - Memory management; - B.A.T.M.A.N. meshing protocol; - Bluetooth subsystem; - IPv4 networking; - IPv6 networking; - MAC80211 subsystem; - Multipath TCP; - Netfilter; - NFC subsystem; - Open vSwitch; - Rose network layer; - RxRPC session sockets; - Network traffic control; - Wireless networking; - Key management; - Landlock security; - Linux Security Modules (LSM) Framework; - Tomoyo security module; - SoC audio core drivers; - SOF drivers; (CVE-2025-21865, CVE-2025-21768, CVE-2024-57981, CVE-2025-21806, CVE-2025-21873, CVE-2025-21716, CVE-2025-21881, CVE-2025-21852, CVE-2024-57988, CVE-2025-21748, CVE-2025-21868, CVE-2025-21733, CVE-2024-58056, CVE-2025-21792, CVE-2025-21734, CVE-2024-58077, CVE-2025-21827, CVE-2024-58088, CVE-2025-21762, CVE-2025-21786, CVE-2025-21775, CVE-2025-21711, CVE-2025-21848, CVE-2025-21826, CVE-2025-21899, CVE-2025-21844, CVE-2024-58010, CVE-2025-21790, CVE-2025-21732, CVE-2024-54458, CVE-2025-21816, CVE-2024-58068, CVE-2025-21793, CVE-2025-21877, CVE-2024-58017, CVE-2025-21739, CVE-2025-21796, CVE-2024-58002, CVE-2025-21874, CVE-2025-21849, CVE-2025-21721, CVE-2025-21828, CVE-2024-58080, CVE-2025-21758, CVE-2025-21846, CVE-2025-21875, CVE-2025-21741, CVE-2024-58071, CVE-2025-21724, CVE-2025-21808, CVE-2025-21708, CVE-2025-21867, CVE-2024-57984, CVE-2024-58057, CVE-2024-58072, CVE-2025-21971, CVE-2025-21895, CVE-2025-21719, CVE-2025-21754, CVE-2025-21761, CVE-2025-21863, CVE-2024-49570, CVE-2025-21773, CVE-2025-21783, CVE-2025-21772, CVE-2025-21804, CVE-2025-21892, CVE-2024-58084, CVE-2025-21749, CVE-2025-21705, CVE-2024-57978, CVE-2024-57989, CVE-2025-21832, CVE-2025-21782, CVE-2025-21791, CVE-2025-21746, CVE-2025-21831, CVE-2025-21830, CVE-2024-58076, CVE-2024-57999, CVE-2025-21878, CVE-2024-57980, CVE-2025-21898, CVE-2025-21814, CVE-2024-58083, CVE-2025-21766, CVE-2024-58055, CVE-2024-58014, CVE-2025-21787, CVE-2025-21725, CVE-2024-58007, CVE-2025-21885, CVE-2024-58079, CVE-2025-21866, CVE-2025-21799, CVE-2024-58013, CVE-2025-21737, CVE-2024-58020, CVE-2025-21871, CVE-2025-21795, CVE-2025-21785, CVE-2025-21870, CVE-2024-58069, CVE-2025-21851, CVE-2025-21710, CVE-2025-21853, CVE-2025-21776, CVE-2025-21759, CVE-2025-21735, CVE-2024-58061, CVE-2024-57987, CVE-2025-21720, CVE-2024-57998, CVE-2025-21779, CVE-2024-57986, CVE-2025-21823, CVE-2024-57979, CVE-2024-57977, CVE-2025-21825, CVE-2025-21847, CVE-2025-21718, CVE-2025-21856, CVE-2024-58004, CVE-2025-21864, CVE-2025-21736, CVE-2025-21763, CVE-2025-21801, CVE-2025-21707, CVE-2024-58005, CVE-2025-21872, CVE-2025-21889, CVE-2024-57990, CVE-2024-58018, CVE-2025-21858, CVE-2025-21838, CVE-2024-58008, CVE-2024-57997, CVE-2024-58075, CVE-2025-21750, CVE-2025-21987, CVE-2025-21728, CVE-2025-21821, CVE-2025-21706, CVE-2024-58081, CVE-2025-21764, CVE-2024-57993, CVE-2025-21938, CVE-2025-21767, CVE-2024-58051, CVE-2024-57996, CVE-2025-21713, CVE-2024-57834, CVE-2025-21812, CVE-2025-21857, CVE-2025-21784, CVE-2025-21753, CVE-2025-21780, CVE-2024-58082, CVE-2025-21798, CVE-2025-21820, CVE-2024-57994, CVE-2024-58070, CVE-2025-21854, CVE-2024-58053, CVE-2025-21891, CVE-2025-21731, CVE-2025-21829, CVE-2025-21815, CVE-2024-54456, CVE-2024-57953, CVE-2024-58016, CVE-2025-21760, CVE-2025-21839, CVE-2025-21715, CVE-2025-21869, CVE-2024-58078, CVE-2025-21888, CVE-2024-57852, CVE-2025-21835, CVE-2024-58064, CVE-2025-21727, CVE-2025-21704, CVE-2025-21742, CVE-2025-21855, CVE-2025-21809, CVE-2025-21802, CVE-2025-21770, CVE-2024-57985, CVE-2025-21712, CVE-2024-58060, CVE-2025-21743, CVE-2024-58090, CVE-2024-58058, CVE-2025-21781, CVE-2024-57973, CVE-2025-21738, CVE-2025-21810, CVE-2024-57974, CVE-2024-58019, CVE-2024-58054, CVE-2025-21883, CVE-2025-21859, CVE-2024-52559, CVE-2025-21887, CVE-2025-21900, CVE-2024-58006, CVE-2025-21726, CVE-2024-58052, CVE-2025-21723, CVE-2024-58034, CVE-2025-21836, CVE-2024-58085, CVE-2024-58001, CVE-2025-21788, CVE-2025-21744, CVE-2025-21811, CVE-2024-58011, CVE-2024-58012, CVE-2025-21745, CVE-2025-21862, CVE-2024-57982, CVE-2024-58003, CVE-2024-58021, CVE-2024-58063, CVE-2025-21890, CVE-2024-58086, CVE-2025-21876, CVE-2025-21765)
{
"affected": [
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "linux-aws-cloud-tools-6.11.0-1014",
"binary_version": "6.11.0-1014.15"
},
{
"binary_name": "linux-aws-headers-6.11.0-1014",
"binary_version": "6.11.0-1014.15"
},
{
"binary_name": "linux-aws-tools-6.11.0-1014",
"binary_version": "6.11.0-1014.15"
},
{
"binary_name": "linux-buildinfo-6.11.0-1014-aws",
"binary_version": "6.11.0-1014.15"
},
{
"binary_name": "linux-cloud-tools-6.11.0-1014-aws",
"binary_version": "6.11.0-1014.15"
},
{
"binary_name": "linux-headers-6.11.0-1014-aws",
"binary_version": "6.11.0-1014.15"
},
{
"binary_name": "linux-image-unsigned-6.11.0-1014-aws",
"binary_version": "6.11.0-1014.15"
},
{
"binary_name": "linux-image-unsigned-6.11.0-1014-aws-dbgsym",
"binary_version": "6.11.0-1014.15"
},
{
"binary_name": "linux-modules-6.11.0-1014-aws",
"binary_version": "6.11.0-1014.15"
},
{
"binary_name": "linux-modules-extra-6.11.0-1014-aws",
"binary_version": "6.11.0-1014.15"
},
{
"binary_name": "linux-tools-6.11.0-1014-aws",
"binary_version": "6.11.0-1014.15"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.10",
"name": "linux-aws",
"purl": "pkg:deb/ubuntu/linux-aws@6.11.0-1014.15?arch=source\u0026distro=oracular"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.11.0-1014.15"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1008.8",
"6.11.0-1002.2",
"6.11.0-1004.4",
"6.11.0-1005.5",
"6.11.0-1006.6",
"6.11.0-1007.7",
"6.11.0-1008.8",
"6.11.0-1009.10",
"6.11.0-1010.11",
"6.11.0-1011.12",
"6.11.0-1012.13",
"6.11.0-1013.14"
]
}
],
"aliases": [],
"details": "Several security issues were discovered in the Linux kernel.\nAn attacker could possibly use these to compromise the system.\nThis update corrects flaws in the following subsystems:\n - ARM64 architecture;\n - PowerPC architecture;\n - x86 architecture;\n - Block layer subsystem;\n - Serial ATA and Parallel ATA drivers;\n - Drivers core;\n - Network block device driver;\n - Bluetooth drivers;\n - Character device driver;\n - TPM device driver;\n - Clock framework and drivers;\n - Hardware crypto device drivers;\n - FireWire subsystem;\n - EFI core;\n - Qualcomm firmware drivers;\n - GPIO subsystem;\n - GPU drivers;\n - HID subsystem;\n - I2C subsystem;\n - I3C subsystem;\n - InfiniBand drivers;\n - Input Device (Mouse) drivers;\n - IOMMU subsystem;\n - Multiple devices driver;\n - Media drivers;\n - NVIDIA Tegra memory controller driver;\n - Fastrpc Driver;\n - Network drivers;\n - Operating Performance Points (OPP) driver;\n - PCI subsystem;\n - x86 platform drivers;\n - PPS (Pulse Per Second) driver;\n - PTP clock framework;\n - Remote Processor subsystem;\n - Real Time Clock drivers;\n - S/390 drivers;\n - SCSI subsystem;\n - QCOM SoC drivers;\n - SPI subsystem;\n - Media staging drivers;\n - Trusted Execution Environment drivers;\n - TTY drivers;\n - UFS subsystem;\n - USB Device Class drivers;\n - USB core drivers;\n - USB Gadget drivers;\n - USB Host Controller drivers;\n - Framebuffer layer;\n - File systems infrastructure;\n - BTRFS file system;\n - Ceph distributed file system;\n - Network file system (NFS) client;\n - Network file system (NFS) server daemon;\n - NILFS2 file system;\n - Overlay file system;\n - SMB network file system;\n - UBI file system;\n - BPF subsystem;\n - Timer subsystem;\n - KVM subsystem;\n - Networking core;\n - ptr_ring data structure definitions;\n - Networking subsytem;\n - Amateur Radio drivers;\n - L3 Master device support module;\n - TCP network protocol;\n - XFRM subsystem;\n - Tracing infrastructure;\n - io_uring subsystem;\n - Process Accounting mechanism;\n - Perf events;\n - Padata parallel execution mechanism;\n - printk logging mechanism;\n - Scheduler infrastructure;\n - Workqueue subsystem;\n - Memory management;\n - B.A.T.M.A.N. meshing protocol;\n - Bluetooth subsystem;\n - IPv4 networking;\n - IPv6 networking;\n - MAC80211 subsystem;\n - Multipath TCP;\n - Netfilter;\n - NFC subsystem;\n - Open vSwitch;\n - Rose network layer;\n - RxRPC session sockets;\n - Network traffic control;\n - Wireless networking;\n - Key management;\n - Landlock security;\n - Linux Security Modules (LSM) Framework;\n - Tomoyo security module;\n - SoC audio core drivers;\n - SOF drivers;\n(CVE-2025-21865, CVE-2025-21768, CVE-2024-57981, CVE-2025-21806,\nCVE-2025-21873, CVE-2025-21716, CVE-2025-21881, CVE-2025-21852,\nCVE-2024-57988, CVE-2025-21748, CVE-2025-21868, CVE-2025-21733,\nCVE-2024-58056, CVE-2025-21792, CVE-2025-21734, CVE-2024-58077,\nCVE-2025-21827, CVE-2024-58088, CVE-2025-21762, CVE-2025-21786,\nCVE-2025-21775, CVE-2025-21711, CVE-2025-21848, CVE-2025-21826,\nCVE-2025-21899, CVE-2025-21844, CVE-2024-58010, CVE-2025-21790,\nCVE-2025-21732, CVE-2024-54458, CVE-2025-21816, CVE-2024-58068,\nCVE-2025-21793, CVE-2025-21877, CVE-2024-58017, CVE-2025-21739,\nCVE-2025-21796, CVE-2024-58002, CVE-2025-21874, CVE-2025-21849,\nCVE-2025-21721, CVE-2025-21828, CVE-2024-58080, CVE-2025-21758,\nCVE-2025-21846, CVE-2025-21875, CVE-2025-21741, CVE-2024-58071,\nCVE-2025-21724, CVE-2025-21808, CVE-2025-21708, CVE-2025-21867,\nCVE-2024-57984, CVE-2024-58057, CVE-2024-58072, CVE-2025-21971,\nCVE-2025-21895, CVE-2025-21719, CVE-2025-21754, CVE-2025-21761,\nCVE-2025-21863, CVE-2024-49570, CVE-2025-21773, CVE-2025-21783,\nCVE-2025-21772, CVE-2025-21804, CVE-2025-21892, CVE-2024-58084,\nCVE-2025-21749, CVE-2025-21705, CVE-2024-57978, CVE-2024-57989,\nCVE-2025-21832, CVE-2025-21782, CVE-2025-21791, CVE-2025-21746,\nCVE-2025-21831, CVE-2025-21830, CVE-2024-58076, CVE-2024-57999,\nCVE-2025-21878, CVE-2024-57980, CVE-2025-21898, CVE-2025-21814,\nCVE-2024-58083, CVE-2025-21766, CVE-2024-58055, CVE-2024-58014,\nCVE-2025-21787, CVE-2025-21725, CVE-2024-58007, CVE-2025-21885,\nCVE-2024-58079, CVE-2025-21866, CVE-2025-21799, CVE-2024-58013,\nCVE-2025-21737, CVE-2024-58020, CVE-2025-21871, CVE-2025-21795,\nCVE-2025-21785, CVE-2025-21870, CVE-2024-58069, CVE-2025-21851,\nCVE-2025-21710, CVE-2025-21853, CVE-2025-21776, CVE-2025-21759,\nCVE-2025-21735, CVE-2024-58061, CVE-2024-57987, CVE-2025-21720,\nCVE-2024-57998, CVE-2025-21779, CVE-2024-57986, CVE-2025-21823,\nCVE-2024-57979, CVE-2024-57977, CVE-2025-21825, CVE-2025-21847,\nCVE-2025-21718, CVE-2025-21856, CVE-2024-58004, CVE-2025-21864,\nCVE-2025-21736, CVE-2025-21763, CVE-2025-21801, CVE-2025-21707,\nCVE-2024-58005, CVE-2025-21872, CVE-2025-21889, CVE-2024-57990,\nCVE-2024-58018, CVE-2025-21858, CVE-2025-21838, CVE-2024-58008,\nCVE-2024-57997, CVE-2024-58075, CVE-2025-21750, CVE-2025-21987,\nCVE-2025-21728, CVE-2025-21821, CVE-2025-21706, CVE-2024-58081,\nCVE-2025-21764, CVE-2024-57993, CVE-2025-21938, CVE-2025-21767,\nCVE-2024-58051, CVE-2024-57996, CVE-2025-21713, CVE-2024-57834,\nCVE-2025-21812, CVE-2025-21857, CVE-2025-21784, CVE-2025-21753,\nCVE-2025-21780, CVE-2024-58082, CVE-2025-21798, CVE-2025-21820,\nCVE-2024-57994, CVE-2024-58070, CVE-2025-21854, CVE-2024-58053,\nCVE-2025-21891, CVE-2025-21731, CVE-2025-21829, CVE-2025-21815,\nCVE-2024-54456, CVE-2024-57953, CVE-2024-58016, CVE-2025-21760,\nCVE-2025-21839, CVE-2025-21715, CVE-2025-21869, CVE-2024-58078,\nCVE-2025-21888, CVE-2024-57852, CVE-2025-21835, CVE-2024-58064,\nCVE-2025-21727, CVE-2025-21704, CVE-2025-21742, CVE-2025-21855,\nCVE-2025-21809, CVE-2025-21802, CVE-2025-21770, CVE-2024-57985,\nCVE-2025-21712, CVE-2024-58060, CVE-2025-21743, CVE-2024-58090,\nCVE-2024-58058, CVE-2025-21781, CVE-2024-57973, CVE-2025-21738,\nCVE-2025-21810, CVE-2024-57974, CVE-2024-58019, CVE-2024-58054,\nCVE-2025-21883, CVE-2025-21859, CVE-2024-52559, CVE-2025-21887,\nCVE-2025-21900, CVE-2024-58006, CVE-2025-21726, CVE-2024-58052,\nCVE-2025-21723, CVE-2024-58034, CVE-2025-21836, CVE-2024-58085,\nCVE-2024-58001, CVE-2025-21788, CVE-2025-21744, CVE-2025-21811,\nCVE-2024-58011, CVE-2024-58012, CVE-2025-21745, CVE-2025-21862,\nCVE-2024-57982, CVE-2024-58003, CVE-2024-58021, CVE-2024-58063,\nCVE-2025-21890, CVE-2024-58086, CVE-2025-21876, CVE-2025-21765)\n",
"id": "USN-7521-2",
"modified": "2025-05-22T14:51:16.830464Z",
"published": "2025-05-22T14:51:16.830464Z",
"references": [
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-7521-2"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-49570"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-52559"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-54456"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-54458"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-57834"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-57852"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-57953"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-57973"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-57974"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-57977"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-57978"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-57979"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-57980"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-57981"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-57982"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-57984"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-57985"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-57986"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-57987"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-57988"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-57989"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-57990"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-57993"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-57994"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-57996"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-57997"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-57998"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-57999"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58001"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58002"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58003"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58004"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58005"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58006"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58007"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58008"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58010"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58011"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58012"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58013"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58014"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58016"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58017"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58018"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58019"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58020"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58021"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58034"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58051"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58052"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58053"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58054"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58055"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58056"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58057"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58058"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58060"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58061"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58063"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58064"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58068"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58069"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58070"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58071"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58072"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58075"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58076"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58077"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58078"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58079"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58080"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58081"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58082"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58083"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58084"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58085"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58086"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58088"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-58090"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21704"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21705"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21706"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21707"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21708"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21710"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21711"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21712"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21713"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21715"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21716"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21718"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21719"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21720"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21721"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21723"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21724"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21725"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21726"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21727"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21728"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21731"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21732"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21733"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21734"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21735"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21736"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21737"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21738"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21739"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21741"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21742"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21743"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21744"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21745"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21746"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21748"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21749"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21750"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21753"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21754"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21758"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21759"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21760"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21761"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21762"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21763"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21764"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21765"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21766"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21767"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21768"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21770"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21772"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21773"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21775"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21776"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21779"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21780"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21781"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21782"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21783"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21784"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21785"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21786"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21787"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21788"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21790"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21791"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21792"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21793"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21795"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21796"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21798"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21799"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21801"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21802"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21804"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21806"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21808"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21809"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21810"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21811"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21812"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21814"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21815"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21816"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21820"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21821"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21823"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21825"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21826"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21827"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21828"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21829"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21830"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21831"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21832"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21835"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21836"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21838"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21839"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21844"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21846"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21847"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21848"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21849"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21851"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21852"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21853"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21854"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21855"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21856"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21857"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21858"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21859"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21862"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21863"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21864"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21865"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21866"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21867"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21868"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21869"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21870"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21871"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21872"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21873"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21874"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21875"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21876"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21877"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21878"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21881"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21883"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21885"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21887"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21888"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21889"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21890"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21891"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21892"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21895"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21898"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21899"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21900"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21938"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21971"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21987"
}
],
"related": [
"CVE-2024-49570",
"UBUNTU-CVE-2024-49570",
"CVE-2024-52559",
"UBUNTU-CVE-2024-52559",
"CVE-2024-54456",
"UBUNTU-CVE-2024-54456",
"CVE-2024-54458",
"UBUNTU-CVE-2024-54458",
"CVE-2024-57834",
"UBUNTU-CVE-2024-57834",
"CVE-2024-57852",
"UBUNTU-CVE-2024-57852",
"CVE-2024-57953",
"UBUNTU-CVE-2024-57953",
"CVE-2024-57973",
"UBUNTU-CVE-2024-57973",
"CVE-2024-57974",
"UBUNTU-CVE-2024-57974",
"CVE-2024-57977",
"UBUNTU-CVE-2024-57977",
"CVE-2024-57978",
"UBUNTU-CVE-2024-57978",
"CVE-2024-57979",
"UBUNTU-CVE-2024-57979",
"CVE-2024-57980",
"UBUNTU-CVE-2024-57980",
"CVE-2024-57981",
"UBUNTU-CVE-2024-57981",
"CVE-2024-57982",
"UBUNTU-CVE-2024-57982",
"CVE-2024-57984",
"UBUNTU-CVE-2024-57984",
"CVE-2024-57985",
"UBUNTU-CVE-2024-57985",
"CVE-2024-57986",
"UBUNTU-CVE-2024-57986",
"CVE-2024-57987",
"UBUNTU-CVE-2024-57987",
"CVE-2024-57988",
"UBUNTU-CVE-2024-57988",
"CVE-2024-57989",
"UBUNTU-CVE-2024-57989",
"CVE-2024-57990",
"UBUNTU-CVE-2024-57990",
"CVE-2024-57993",
"UBUNTU-CVE-2024-57993",
"CVE-2024-57994",
"UBUNTU-CVE-2024-57994",
"CVE-2024-57996",
"UBUNTU-CVE-2024-57996",
"CVE-2024-57997",
"UBUNTU-CVE-2024-57997",
"CVE-2024-57998",
"UBUNTU-CVE-2024-57998",
"CVE-2024-57999",
"UBUNTU-CVE-2024-57999",
"CVE-2024-58001",
"UBUNTU-CVE-2024-58001",
"CVE-2024-58002",
"UBUNTU-CVE-2024-58002",
"CVE-2024-58003",
"UBUNTU-CVE-2024-58003",
"CVE-2024-58004",
"UBUNTU-CVE-2024-58004",
"CVE-2024-58005",
"UBUNTU-CVE-2024-58005",
"CVE-2024-58006",
"UBUNTU-CVE-2024-58006",
"CVE-2024-58007",
"UBUNTU-CVE-2024-58007",
"CVE-2024-58008",
"UBUNTU-CVE-2024-58008",
"CVE-2024-58010",
"UBUNTU-CVE-2024-58010",
"CVE-2024-58011",
"UBUNTU-CVE-2024-58011",
"CVE-2024-58012",
"UBUNTU-CVE-2024-58012",
"CVE-2024-58013",
"UBUNTU-CVE-2024-58013",
"CVE-2024-58014",
"UBUNTU-CVE-2024-58014",
"CVE-2024-58016",
"UBUNTU-CVE-2024-58016",
"CVE-2024-58017",
"UBUNTU-CVE-2024-58017",
"CVE-2024-58018",
"UBUNTU-CVE-2024-58018",
"CVE-2024-58019",
"UBUNTU-CVE-2024-58019",
"CVE-2024-58020",
"UBUNTU-CVE-2024-58020",
"CVE-2024-58021",
"UBUNTU-CVE-2024-58021",
"CVE-2024-58034",
"UBUNTU-CVE-2024-58034",
"CVE-2024-58051",
"UBUNTU-CVE-2024-58051",
"CVE-2024-58052",
"UBUNTU-CVE-2024-58052",
"CVE-2024-58053",
"UBUNTU-CVE-2024-58053",
"CVE-2024-58054",
"UBUNTU-CVE-2024-58054",
"CVE-2024-58055",
"UBUNTU-CVE-2024-58055",
"CVE-2024-58056",
"UBUNTU-CVE-2024-58056",
"CVE-2024-58057",
"UBUNTU-CVE-2024-58057",
"CVE-2024-58058",
"UBUNTU-CVE-2024-58058",
"CVE-2024-58060",
"UBUNTU-CVE-2024-58060",
"CVE-2024-58061",
"UBUNTU-CVE-2024-58061",
"CVE-2024-58063",
"UBUNTU-CVE-2024-58063",
"CVE-2024-58064",
"UBUNTU-CVE-2024-58064",
"CVE-2024-58068",
"UBUNTU-CVE-2024-58068",
"CVE-2024-58069",
"UBUNTU-CVE-2024-58069",
"CVE-2024-58070",
"UBUNTU-CVE-2024-58070",
"CVE-2024-58071",
"UBUNTU-CVE-2024-58071",
"CVE-2024-58072",
"UBUNTU-CVE-2024-58072",
"CVE-2024-58075",
"UBUNTU-CVE-2024-58075",
"CVE-2024-58076",
"UBUNTU-CVE-2024-58076",
"CVE-2024-58077",
"UBUNTU-CVE-2024-58077",
"CVE-2024-58078",
"UBUNTU-CVE-2024-58078",
"CVE-2024-58079",
"UBUNTU-CVE-2024-58079",
"CVE-2024-58080",
"UBUNTU-CVE-2024-58080",
"CVE-2024-58081",
"UBUNTU-CVE-2024-58081",
"CVE-2024-58082",
"UBUNTU-CVE-2024-58082",
"CVE-2024-58083",
"UBUNTU-CVE-2024-58083",
"CVE-2024-58084",
"UBUNTU-CVE-2024-58084",
"CVE-2024-58085",
"UBUNTU-CVE-2024-58085",
"CVE-2024-58086",
"UBUNTU-CVE-2024-58086",
"CVE-2024-58088",
"UBUNTU-CVE-2024-58088",
"CVE-2024-58090",
"UBUNTU-CVE-2024-58090",
"CVE-2025-21704",
"UBUNTU-CVE-2025-21704",
"CVE-2025-21705",
"UBUNTU-CVE-2025-21705",
"CVE-2025-21706",
"UBUNTU-CVE-2025-21706",
"CVE-2025-21707",
"UBUNTU-CVE-2025-21707",
"CVE-2025-21708",
"UBUNTU-CVE-2025-21708",
"CVE-2025-21710",
"UBUNTU-CVE-2025-21710",
"CVE-2025-21711",
"UBUNTU-CVE-2025-21711",
"CVE-2025-21712",
"UBUNTU-CVE-2025-21712",
"CVE-2025-21713",
"UBUNTU-CVE-2025-21713",
"CVE-2025-21715",
"UBUNTU-CVE-2025-21715",
"CVE-2025-21716",
"UBUNTU-CVE-2025-21716",
"CVE-2025-21718",
"UBUNTU-CVE-2025-21718",
"CVE-2025-21719",
"UBUNTU-CVE-2025-21719",
"CVE-2025-21720",
"UBUNTU-CVE-2025-21720",
"CVE-2025-21721",
"UBUNTU-CVE-2025-21721",
"CVE-2025-21723",
"UBUNTU-CVE-2025-21723",
"CVE-2025-21724",
"UBUNTU-CVE-2025-21724",
"CVE-2025-21725",
"UBUNTU-CVE-2025-21725",
"CVE-2025-21726",
"UBUNTU-CVE-2025-21726",
"CVE-2025-21727",
"UBUNTU-CVE-2025-21727",
"CVE-2025-21728",
"UBUNTU-CVE-2025-21728",
"CVE-2025-21731",
"UBUNTU-CVE-2025-21731",
"CVE-2025-21732",
"UBUNTU-CVE-2025-21732",
"CVE-2025-21733",
"UBUNTU-CVE-2025-21733",
"CVE-2025-21734",
"UBUNTU-CVE-2025-21734",
"CVE-2025-21735",
"UBUNTU-CVE-2025-21735",
"CVE-2025-21736",
"UBUNTU-CVE-2025-21736",
"CVE-2025-21737",
"UBUNTU-CVE-2025-21737",
"CVE-2025-21738",
"UBUNTU-CVE-2025-21738",
"CVE-2025-21739",
"UBUNTU-CVE-2025-21739",
"CVE-2025-21741",
"UBUNTU-CVE-2025-21741",
"CVE-2025-21742",
"UBUNTU-CVE-2025-21742",
"CVE-2025-21743",
"UBUNTU-CVE-2025-21743",
"CVE-2025-21744",
"UBUNTU-CVE-2025-21744",
"CVE-2025-21745",
"UBUNTU-CVE-2025-21745",
"CVE-2025-21746",
"UBUNTU-CVE-2025-21746",
"CVE-2025-21748",
"UBUNTU-CVE-2025-21748",
"CVE-2025-21749",
"UBUNTU-CVE-2025-21749",
"CVE-2025-21750",
"UBUNTU-CVE-2025-21750",
"CVE-2025-21753",
"UBUNTU-CVE-2025-21753",
"CVE-2025-21754",
"UBUNTU-CVE-2025-21754",
"CVE-2025-21758",
"UBUNTU-CVE-2025-21758",
"CVE-2025-21759",
"UBUNTU-CVE-2025-21759",
"CVE-2025-21760",
"UBUNTU-CVE-2025-21760",
"CVE-2025-21761",
"UBUNTU-CVE-2025-21761",
"CVE-2025-21762",
"UBUNTU-CVE-2025-21762",
"CVE-2025-21763",
"UBUNTU-CVE-2025-21763",
"CVE-2025-21764",
"UBUNTU-CVE-2025-21764",
"CVE-2025-21765",
"UBUNTU-CVE-2025-21765",
"CVE-2025-21766",
"UBUNTU-CVE-2025-21766",
"CVE-2025-21767",
"UBUNTU-CVE-2025-21767",
"CVE-2025-21768",
"UBUNTU-CVE-2025-21768",
"CVE-2025-21770",
"UBUNTU-CVE-2025-21770",
"CVE-2025-21772",
"UBUNTU-CVE-2025-21772",
"CVE-2025-21773",
"UBUNTU-CVE-2025-21773",
"CVE-2025-21775",
"UBUNTU-CVE-2025-21775",
"CVE-2025-21776",
"UBUNTU-CVE-2025-21776",
"CVE-2025-21779",
"UBUNTU-CVE-2025-21779",
"CVE-2025-21780",
"UBUNTU-CVE-2025-21780",
"CVE-2025-21781",
"UBUNTU-CVE-2025-21781",
"CVE-2025-21782",
"UBUNTU-CVE-2025-21782",
"CVE-2025-21783",
"UBUNTU-CVE-2025-21783",
"CVE-2025-21784",
"UBUNTU-CVE-2025-21784",
"CVE-2025-21785",
"UBUNTU-CVE-2025-21785",
"CVE-2025-21786",
"UBUNTU-CVE-2025-21786",
"CVE-2025-21787",
"UBUNTU-CVE-2025-21787",
"CVE-2025-21788",
"UBUNTU-CVE-2025-21788",
"CVE-2025-21790",
"UBUNTU-CVE-2025-21790",
"CVE-2025-21791",
"UBUNTU-CVE-2025-21791",
"CVE-2025-21792",
"UBUNTU-CVE-2025-21792",
"CVE-2025-21793",
"UBUNTU-CVE-2025-21793",
"CVE-2025-21795",
"UBUNTU-CVE-2025-21795",
"CVE-2025-21796",
"UBUNTU-CVE-2025-21796",
"CVE-2025-21798",
"UBUNTU-CVE-2025-21798",
"CVE-2025-21799",
"UBUNTU-CVE-2025-21799",
"CVE-2025-21801",
"UBUNTU-CVE-2025-21801",
"CVE-2025-21802",
"UBUNTU-CVE-2025-21802",
"CVE-2025-21804",
"UBUNTU-CVE-2025-21804",
"CVE-2025-21806",
"UBUNTU-CVE-2025-21806",
"CVE-2025-21808",
"UBUNTU-CVE-2025-21808",
"CVE-2025-21809",
"UBUNTU-CVE-2025-21809",
"CVE-2025-21810",
"UBUNTU-CVE-2025-21810",
"CVE-2025-21811",
"UBUNTU-CVE-2025-21811",
"CVE-2025-21812",
"UBUNTU-CVE-2025-21812",
"CVE-2025-21814",
"UBUNTU-CVE-2025-21814",
"CVE-2025-21815",
"UBUNTU-CVE-2025-21815",
"CVE-2025-21816",
"UBUNTU-CVE-2025-21816",
"CVE-2025-21820",
"UBUNTU-CVE-2025-21820",
"CVE-2025-21821",
"UBUNTU-CVE-2025-21821",
"CVE-2025-21823",
"UBUNTU-CVE-2025-21823",
"CVE-2025-21825",
"UBUNTU-CVE-2025-21825",
"CVE-2025-21826",
"UBUNTU-CVE-2025-21826",
"CVE-2025-21827",
"UBUNTU-CVE-2025-21827",
"CVE-2025-21828",
"UBUNTU-CVE-2025-21828",
"CVE-2025-21829",
"UBUNTU-CVE-2025-21829",
"CVE-2025-21830",
"UBUNTU-CVE-2025-21830",
"CVE-2025-21831",
"UBUNTU-CVE-2025-21831",
"CVE-2025-21832",
"UBUNTU-CVE-2025-21832",
"CVE-2025-21835",
"UBUNTU-CVE-2025-21835",
"CVE-2025-21836",
"UBUNTU-CVE-2025-21836",
"CVE-2025-21838",
"UBUNTU-CVE-2025-21838",
"CVE-2025-21839",
"UBUNTU-CVE-2025-21839",
"CVE-2025-21844",
"UBUNTU-CVE-2025-21844",
"CVE-2025-21846",
"UBUNTU-CVE-2025-21846",
"CVE-2025-21847",
"UBUNTU-CVE-2025-21847",
"CVE-2025-21848",
"UBUNTU-CVE-2025-21848",
"CVE-2025-21849",
"UBUNTU-CVE-2025-21849",
"CVE-2025-21851",
"UBUNTU-CVE-2025-21851",
"CVE-2025-21852",
"UBUNTU-CVE-2025-21852",
"CVE-2025-21853",
"UBUNTU-CVE-2025-21853",
"CVE-2025-21854",
"UBUNTU-CVE-2025-21854",
"CVE-2025-21855",
"UBUNTU-CVE-2025-21855",
"CVE-2025-21856",
"UBUNTU-CVE-2025-21856",
"CVE-2025-21857",
"UBUNTU-CVE-2025-21857",
"CVE-2025-21858",
"UBUNTU-CVE-2025-21858",
"CVE-2025-21859",
"UBUNTU-CVE-2025-21859",
"CVE-2025-21862",
"UBUNTU-CVE-2025-21862",
"CVE-2025-21863",
"UBUNTU-CVE-2025-21863",
"CVE-2025-21864",
"UBUNTU-CVE-2025-21864",
"CVE-2025-21865",
"UBUNTU-CVE-2025-21865",
"CVE-2025-21866",
"UBUNTU-CVE-2025-21866",
"CVE-2025-21867",
"UBUNTU-CVE-2025-21867",
"CVE-2025-21868",
"UBUNTU-CVE-2025-21868",
"CVE-2025-21869",
"UBUNTU-CVE-2025-21869",
"CVE-2025-21870",
"UBUNTU-CVE-2025-21870",
"CVE-2025-21871",
"UBUNTU-CVE-2025-21871",
"CVE-2025-21872",
"UBUNTU-CVE-2025-21872",
"CVE-2025-21873",
"UBUNTU-CVE-2025-21873",
"CVE-2025-21874",
"UBUNTU-CVE-2025-21874",
"CVE-2025-21875",
"UBUNTU-CVE-2025-21875",
"CVE-2025-21876",
"UBUNTU-CVE-2025-21876",
"CVE-2025-21877",
"UBUNTU-CVE-2025-21877",
"CVE-2025-21878",
"UBUNTU-CVE-2025-21878",
"CVE-2025-21881",
"UBUNTU-CVE-2025-21881",
"CVE-2025-21883",
"UBUNTU-CVE-2025-21883",
"CVE-2025-21885",
"UBUNTU-CVE-2025-21885",
"CVE-2025-21887",
"UBUNTU-CVE-2025-21887",
"CVE-2025-21888",
"UBUNTU-CVE-2025-21888",
"CVE-2025-21889",
"UBUNTU-CVE-2025-21889",
"CVE-2025-21890",
"UBUNTU-CVE-2025-21890",
"CVE-2025-21891",
"UBUNTU-CVE-2025-21891",
"CVE-2025-21892",
"UBUNTU-CVE-2025-21892",
"CVE-2025-21895",
"UBUNTU-CVE-2025-21895",
"CVE-2025-21898",
"UBUNTU-CVE-2025-21898",
"CVE-2025-21899",
"UBUNTU-CVE-2025-21899",
"CVE-2025-21900",
"UBUNTU-CVE-2025-21900",
"CVE-2025-21938",
"UBUNTU-CVE-2025-21938",
"CVE-2025-21971",
"UBUNTU-CVE-2025-21971",
"CVE-2025-21987",
"UBUNTU-CVE-2025-21987"
],
"schema_version": "1.6.3",
"summary": "linux-aws vulnerabilities"
}
WID-SEC-W-2025-0545
Vulnerability from csaf_certbund - Published: 2025-03-11 23:00 - Updated: 2026-06-17 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Siemens SIMATIC S7 1500 CPU
Siemens / SIMATIC S7
|
cpe:/h:siemens:simatic_s7:1500_cpu
|
1500 CPU | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Siemens SIMATIC S7 1500 CPU
Siemens / SIMATIC S7
|
cpe:/h:siemens:simatic_s7:1500_cpu
|
1500 CPU | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Siemens SIMATIC S7 1500 CPU
Siemens / SIMATIC S7
|
cpe:/h:siemens:simatic_s7:1500_cpu
|
1500 CPU | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Siemens SIMATIC S7 1500 CPU
Siemens / SIMATIC S7
|
cpe:/h:siemens:simatic_s7:1500_cpu
|
1500 CPU | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Siemens SIMATIC S7 1500 CPU
Siemens / SIMATIC S7
|
cpe:/h:siemens:simatic_s7:1500_cpu
|
1500 CPU | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Siemens SIMATIC S7 1500 CPU
Siemens / SIMATIC S7
|
cpe:/h:siemens:simatic_s7:1500_cpu
|
1500 CPU | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Siemens SIMATIC S7 1500 CPU
Siemens / SIMATIC S7
|
cpe:/h:siemens:simatic_s7:1500_cpu
|
1500 CPU | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Siemens SIMATIC S7 1500 CPU
Siemens / SIMATIC S7
|
cpe:/h:siemens:simatic_s7:1500_cpu
|
1500 CPU | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Siemens SIMATIC S7 1500 CPU
Siemens / SIMATIC S7
|
cpe:/h:siemens:simatic_s7:1500_cpu
|
1500 CPU | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Siemens SIMATIC S7 1500 CPU
Siemens / SIMATIC S7
|
cpe:/h:siemens:simatic_s7:1500_cpu
|
1500 CPU | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Siemens SIMATIC S7 1500 CPU
Siemens / SIMATIC S7
|
cpe:/h:siemens:simatic_s7:1500_cpu
|
1500 CPU | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Siemens SIMATIC S7 1500 CPU
Siemens / SIMATIC S7
|
cpe:/h:siemens:simatic_s7:1500_cpu
|
1500 CPU | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Siemens SIMATIC S7 1500 CPU
Siemens / SIMATIC S7
|
cpe:/h:siemens:simatic_s7:1500_cpu
|
1500 CPU | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Siemens SIMATIC S7 1500 CPU
Siemens / SIMATIC S7
|
cpe:/h:siemens:simatic_s7:1500_cpu
|
1500 CPU | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Siemens SIMATIC S7 1500 CPU
Siemens / SIMATIC S7
|
cpe:/h:siemens:simatic_s7:1500_cpu
|
1500 CPU | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Siemens SIMATIC S7 1500 CPU
Siemens / SIMATIC S7
|
cpe:/h:siemens:simatic_s7:1500_cpu
|
1500 CPU | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Siemens SIMATIC S7 1500 CPU
Siemens / SIMATIC S7
|
cpe:/h:siemens:simatic_s7:1500_cpu
|
1500 CPU | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Siemens SIMATIC S7 1500 CPU
Siemens / SIMATIC S7
|
cpe:/h:siemens:simatic_s7:1500_cpu
|
1500 CPU | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Siemens SIMATIC S7 1500 CPU
Siemens / SIMATIC S7
|
cpe:/h:siemens:simatic_s7:1500_cpu
|
1500 CPU | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Siemens SIMATIC S7 1500 CPU
Siemens / SIMATIC S7
|
cpe:/h:siemens:simatic_s7:1500_cpu
|
1500 CPU | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Siemens SIMATIC S7 1500 CPU
Siemens / SIMATIC S7
|
cpe:/h:siemens:simatic_s7:1500_cpu
|
1500 CPU | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Siemens SIMATIC S7 1500 CPU
Siemens / SIMATIC S7
|
cpe:/h:siemens:simatic_s7:1500_cpu
|
1500 CPU | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Siemens SIMATIC S7 1500 CPU
Siemens / SIMATIC S7
|
cpe:/h:siemens:simatic_s7:1500_cpu
|
1500 CPU | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Siemens SIMATIC S7 1500 CPU
Siemens / SIMATIC S7
|
cpe:/h:siemens:simatic_s7:1500_cpu
|
1500 CPU | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Siemens SIMATIC S7 1500 CPU
Siemens / SIMATIC S7
|
cpe:/h:siemens:simatic_s7:1500_cpu
|
1500 CPU | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
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:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Siemens SIMATIC S7 1500 CPU
Siemens / SIMATIC S7
|
cpe:/h:siemens:simatic_s7:1500_cpu
|
1500 CPU | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| URL | Category |
|---|---|
| https://wid.cert-bund.de/.well-known/csaf/white/2… | self |
| https://wid.cert-bund.de/portal/wid/securityadvis… | self |
| https://lore.kernel.org/linux-cve-announce/ | external |
| https://lore.kernel.org/linux-cve-announce/202503… | external |
| https://lore.kernel.org/linux-cve-announce/202503… | external |
| https://lore.kernel.org/linux-cve-announce/202503… | external |
| https://lore.kernel.org/linux-cve-announce/202503… | external |
| https://lore.kernel.org/linux-cve-announce/202503… | external |
| https://lore.kernel.org/linux-cve-announce/202503… | external |
| https://lore.kernel.org/linux-cve-announce/202503… | external |
| https://lore.kernel.org/linux-cve-announce/202503… | external |
| https://lore.kernel.org/linux-cve-announce/202503… | external |
| https://lore.kernel.org/linux-cve-announce/202503… | external |
| https://lore.kernel.org/linux-cve-announce/202503… | external |
| https://lore.kernel.org/linux-cve-announce/202503… | external |
| https://lore.kernel.org/linux-cve-announce/202503… | external |
| https://lore.kernel.org/linux-cve-announce/202503… | external |
| https://lore.kernel.org/linux-cve-announce/202503… | external |
| https://lore.kernel.org/linux-cve-announce/202503… | external |
| https://lore.kernel.org/linux-cve-announce/202503… | external |
| https://lore.kernel.org/linux-cve-announce/202503… | external |
| https://lore.kernel.org/linux-cve-announce/202503… | external |
| https://lore.kernel.org/linux-cve-announce/202503… | external |
| https://lore.kernel.org/linux-cve-announce/202503… | external |
| https://lore.kernel.org/linux-cve-announce/202503… | external |
| https://lore.kernel.org/linux-cve-announce/202503… | external |
| https://lore.kernel.org/linux-cve-announce/202503… | external |
| https://lore.kernel.org/linux-cve-announce/202503… | external |
| https://lore.kernel.org/linux-cve-announce/202503… | external |
| https://ubuntu.com/security/notices/USN-7387-1 | external |
| https://ubuntu.com/security/notices/USN-7382-1 | external |
| https://ubuntu.com/security/notices/USN-7381-1 | external |
| https://ubuntu.com/security/notices/USN-7380-1 | external |
| https://ubuntu.com/security/notices/USN-7388-1 | external |
| https://ubuntu.com/security/notices/USN-7389-1 | external |
| https://ubuntu.com/security/notices/USN-7387-3 | external |
| https://ubuntu.com/security/notices/USN-7390-1 | external |
| https://ubuntu.com/security/notices/USN-7387-2 | external |
| https://ubuntu.com/security/notices/USN-7407-1 | external |
| https://ubuntu.com/security/notices/USN-7421-1 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.debian.org/debian-security-announce… | external |
| https://cloud.google.com/container-optimized-os/d… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://alas.aws.amazon.com/AL2/ALASKERNEL-5.10-2… | external |
| https://ubuntu.com/security/notices/USN-7459-1 | external |
| https://ubuntu.com/security/notices/USN-7458-1 | external |
| https://lists.debian.org/debian-security-announce… | external |
| https://ubuntu.com/security/notices/USN-7459-2 | external |
| https://alas.aws.amazon.com/ALAS-2025-1973.html | external |
| https://alas.aws.amazon.com/AL2/ALAS-2025-2843.html | external |
| https://ubuntu.com/security/notices/USN-7513-2 | external |
| https://ubuntu.com/security/notices/USN-7515-1 | external |
| https://ubuntu.com/security/notices/USN-7510-1 | external |
| https://ubuntu.com/security/notices/USN-7514-1 | external |
| https://ubuntu.com/security/notices/USN-7516-1 | external |
| https://ubuntu.com/security/notices/USN-7511-2 | external |
| https://ubuntu.com/security/notices/USN-7513-1 | external |
| https://ubuntu.com/security/notices/USN-7511-1 | external |
| https://ubuntu.com/security/notices/USN-7510-2 | external |
| https://ubuntu.com/security/notices/USN-7512-1 | external |
| https://ubuntu.com/security/notices/USN-7517-1 | external |
| https://ubuntu.com/security/notices/USN-7518-1 | external |
| https://ubuntu.com/security/notices/USN-7521-1 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://ubuntu.com/security/notices/USN-7510-5 | external |
| https://ubuntu.com/security/notices/USN-7522-1 | external |
| https://ubuntu.com/security/notices/USN-7511-3 | external |
| https://ubuntu.com/security/notices/USN-7510-4 | external |
| https://ubuntu.com/security/notices/USN-7516-3 | external |
| https://ubuntu.com/security/notices/USN-7523-1 | external |
| https://ubuntu.com/security/notices/USN-7515-2 | external |
| https://ubuntu.com/security/notices/USN-7513-3 | external |
| https://ubuntu.com/security/notices/USN-7510-3 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://ubuntu.com/security/notices/USN-7517-2 | external |
| https://ubuntu.com/security/notices/USN-7516-4 | external |
| https://ubuntu.com/security/notices/USN-7516-5 | external |
| https://ubuntu.com/security/notices/USN-7521-2 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.debian.org/debian-lts-announce/2025… | external |
| https://ubuntu.com/security/notices/USN-7516-6 | external |
| https://ubuntu.com/security/notices/USN-7524-1 | external |
| https://ubuntu.com/security/notices/USN-7517-3 | external |
| https://ubuntu.com/security/notices/USN-7510-6 | external |
| https://ubuntu.com/security/notices/USN-7540-1 | external |
| https://ubuntu.com/security/notices/USN-7513-4 | external |
| https://ubuntu.com/security/notices/USN-7539-1 | external |
| https://ubuntu.com/security/notices/USN-7510-7 | external |
| https://ubuntu.com/security/notices/USN-7521-3 | external |
| https://lists.debian.org/debian-lts-announce/2025… | external |
| https://ubuntu.com/security/notices/USN-7516-7 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://ubuntu.com/security/notices/USN-7516-8 | external |
| https://ubuntu.com/security/notices/USN-7510-8 | external |
| https://alas.aws.amazon.com/AL2/ALASLIVEPATCH-202… | external |
| https://ubuntu.com/security/notices/USN-7513-5 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://alas.aws.amazon.com/AL2/ALASLIVEPATCH-202… | external |
| https://alas.aws.amazon.com/AL2/ALASLIVEPATCH-202… | external |
| https://ubuntu.com/security/notices/USN-7516-9 | external |
| https://alas.aws.amazon.com/AL2/ALASKERNEL-5.15-2… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://ubuntu.com/security/notices/USN-7593-1 | external |
| https://alas.aws.amazon.com/AL2/ALASKERNEL-5.15-2… | external |
| https://cert-portal.siemens.com/productcert/html/… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://ubuntu.com/security/notices/USN-7602-1 | external |
| https://documentation.solarwinds.com/en/success_c… | external |
| https://linux.oracle.com/errata/ELSA-2025-20406.html | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://linux.oracle.com/errata/ELSA-2025-20470.html | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://ubuntu.com/security/notices/USN-7640-1 | external |
| https://ubuntu.com/security/notices/USN-7654-1 | external |
| https://ubuntu.com/security/notices/USN-7654-2 | external |
| https://ubuntu.com/security/notices/USN-7654-3 | external |
| https://ubuntu.com/security/notices/USN-7655-1 | external |
| https://ubuntu.com/security/notices/USN-7654-4 | external |
| https://ubuntu.com/security/notices/USN-7654-5 | external |
| https://ubuntu.com/security/notices/USN-7686-1 | external |
| https://ubuntu.com/security/notices/USN-7937-1 | external |
| https://ubuntu.com/security/notices/USN-7930-1 | external |
| https://ubuntu.com/security/notices/USN-7930-2 | external |
| https://ubuntu.com/security/notices/USN-7703-1 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://ubuntu.com/security/notices/USN-7703-2 | external |
| https://ubuntu.com/security/notices/USN-7703-3 | external |
| https://ubuntu.com/security/notices/USN-7711-1 | external |
| https://ubuntu.com/security/notices/USN-7712-1 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://ubuntu.com/security/notices/USN-7719-1 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://ubuntu.com/security/notices/USN-7703-4 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://ubuntu.com/security/notices/USN-7712-2 | external |
| https://ubuntu.com/security/notices/USN-7737-1 | external |
| https://linux.oracle.com/errata/ELSA-2025-20553.html | external |
| https://access.redhat.com/errata/RHSA-2025:20095 | external |
| https://access.redhat.com/errata/RHSA-2025:20518 | external |
| https://lists.debian.org/debian-security-announce… | external |
| https://errata.build.resf.org/RLSA-2025:20518 | external |
| https://linux.oracle.com/errata/ELSA-2025-20518-0.html | external |
| https://lists.debian.org/debian-lts-announce/2025… | external |
| https://errata.build.resf.org/RLSA-2025:20095 | external |
| https://ubuntu.com/security/notices/USN-7907-1 | external |
| https://ubuntu.com/security/notices/USN-7907-2 | external |
| https://ubuntu.com/security/notices/USN-7907-3 | external |
| https://ubuntu.com/security/notices/USN-7907-4 | external |
| https://ubuntu.com/security/notices/USN-7922-1 | external |
| https://ubuntu.com/security/notices/USN-7922-2 | external |
| https://ubuntu.com/security/notices/USN-7928-3 | external |
| https://ubuntu.com/security/notices/USN-7928-1 | external |
| https://ubuntu.com/security/notices/USN-7928-2 | external |
| https://ubuntu.com/security/notices/USN-7907-5 | external |
| https://lists.debian.org/debian-lts-announce/2025… | external |
| https://ubuntu.com/security/notices/USN-7939-1 | external |
| https://ubuntu.com/security/notices/USN-7939-2 | external |
| https://ubuntu.com/security/notices/USN-7938-1 | external |
| https://ubuntu.com/security/notices/USN-7922-3 | external |
| https://ubuntu.com/security/notices/USN-7928-4 | external |
| https://ubuntu.com/security/notices/USN-7922-4 | external |
| https://ubuntu.com/security/notices/USN-7928-5 | external |
| https://ubuntu.com/security/notices/USN-7922-5 | external |
| https://access.redhat.com/errata/RHSA-2026:1703 | external |
| https://ubuntu.com/security/notices/USN-8033-3 | external |
| https://ubuntu.com/security/notices/USN-8034-1 | external |
| https://ubuntu.com/security/notices/USN-8033-2 | external |
| https://ubuntu.com/security/notices/USN-8033-1 | external |
| https://ubuntu.com/security/notices/USN-8033-4 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://ubuntu.com/security/notices/USN-8033-6 | external |
| https://ubuntu.com/security/notices/USN-8033-5 | external |
| https://ubuntu.com/security/notices/USN-8034-2 | external |
| https://ubuntu.com/security/notices/USN-8033-7 | external |
| https://ubuntu.com/security/notices/USN-8033-8 | external |
| https://ubuntu.com/security/notices/USN-8141-1 | external |
| https://ubuntu.com/security/notices/USN-8163-1 | external |
| https://ubuntu.com/security/notices/USN-8163-2 | external |
| https://ubuntu.com/security/notices/USN-8243-1 | external |
| https://linux.oracle.com/errata/ELSA-2026-50261.html | external |
| https://oss.oracle.com/pipermail/el-errata/2026-M… | external |
| http://linux.oracle.com/errata/ELSA-2026-50294.html | external |
| https://linux.oracle.com/errata/ELSA-2026-23258.html | external |
| https://access.redhat.com/errata/RHSA-2026:25121 | external |
| https://access.redhat.com/errata/RHSA-2026:25120 | external |
| https://errata.build.resf.org/RLSA-2026:25121 | external |
| https://errata.build.resf.org/RLSA-2026:25120 | external |
| https://linux.oracle.com/errata/ELSA-2026-25121.html | external |
| https://access.redhat.com/errata/RHSA-2026:26535 | external |
| https://access.redhat.com/errata/RHSA-2026:26570 | external |
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Der Kernel stellt den Kern des Linux Betriebssystems dar.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen im Linux Kernel ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren und um nicht n\u00e4her beschriebene 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-0545 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-0545.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-0545 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-0545"
},
{
"category": "external",
"summary": "Kernel CVE Announce Mailingliste",
"url": "https://lore.kernel.org/linux-cve-announce/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-58087",
"url": "https://lore.kernel.org/linux-cve-announce/2025031253-CVE-2024-58087-d9e7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-58088",
"url": "https://lore.kernel.org/linux-cve-announce/2025031208-CVE-2024-58088-2b01@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-58089",
"url": "https://lore.kernel.org/linux-cve-announce/2025031210-CVE-2024-58089-8e03@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-21844",
"url": "https://lore.kernel.org/linux-cve-announce/2025031210-CVE-2025-21844-a1cc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-21845",
"url": "https://lore.kernel.org/linux-cve-announce/2025031211-CVE-2025-21845-66d5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-21846",
"url": "https://lore.kernel.org/linux-cve-announce/2025031211-CVE-2025-21846-25c1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-21847",
"url": "https://lore.kernel.org/linux-cve-announce/2025031211-CVE-2025-21847-a72f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-21848",
"url": "https://lore.kernel.org/linux-cve-announce/2025031212-CVE-2025-21848-30e8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-21849",
"url": "https://lore.kernel.org/linux-cve-announce/2025031212-CVE-2025-21849-c95e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-21850",
"url": "https://lore.kernel.org/linux-cve-announce/2025031213-CVE-2025-21850-3b06@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-21851",
"url": "https://lore.kernel.org/linux-cve-announce/2025031213-CVE-2025-21851-87bd@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-21852",
"url": "https://lore.kernel.org/linux-cve-announce/2025031213-CVE-2025-21852-b942@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-21853",
"url": "https://lore.kernel.org/linux-cve-announce/2025031214-CVE-2025-21853-cf76@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-21854",
"url": "https://lore.kernel.org/linux-cve-announce/2025031214-CVE-2025-21854-98fb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-21855",
"url": "https://lore.kernel.org/linux-cve-announce/2025031214-CVE-2025-21855-2d67@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-21856",
"url": "https://lore.kernel.org/linux-cve-announce/2025031215-CVE-2025-21856-8865@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-21857",
"url": "https://lore.kernel.org/linux-cve-announce/2025031215-CVE-2025-21857-ab00@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-21858",
"url": "https://lore.kernel.org/linux-cve-announce/2025031215-CVE-2025-21858-3986@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-21859",
"url": "https://lore.kernel.org/linux-cve-announce/2025031216-CVE-2025-21859-514d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-21860",
"url": "https://lore.kernel.org/linux-cve-announce/2025031216-CVE-2025-21860-48f9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-21861",
"url": "https://lore.kernel.org/linux-cve-announce/2025031216-CVE-2025-21861-c775@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-21862",
"url": "https://lore.kernel.org/linux-cve-announce/2025031217-CVE-2025-21862-e8a0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-21863",
"url": "https://lore.kernel.org/linux-cve-announce/2025031217-CVE-2025-21863-a73a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-21864",
"url": "https://lore.kernel.org/linux-cve-announce/2025031218-CVE-2025-21864-9a8a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-21865",
"url": "https://lore.kernel.org/linux-cve-announce/2025031218-CVE-2025-21865-1837@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-21866",
"url": "https://lore.kernel.org/linux-cve-announce/2025031218-CVE-2025-21866-11c0@gregkh/"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7387-1 vom 2025-03-27",
"url": "https://ubuntu.com/security/notices/USN-7387-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7382-1 vom 2025-03-27",
"url": "https://ubuntu.com/security/notices/USN-7382-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7381-1 vom 2025-03-27",
"url": "https://ubuntu.com/security/notices/USN-7381-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7380-1 vom 2025-03-27",
"url": "https://ubuntu.com/security/notices/USN-7380-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7388-1 vom 2025-03-27",
"url": "https://ubuntu.com/security/notices/USN-7388-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7389-1 vom 2025-03-28",
"url": "https://ubuntu.com/security/notices/USN-7389-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7387-3 vom 2025-03-28",
"url": "https://ubuntu.com/security/notices/USN-7387-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7390-1 vom 2025-03-28",
"url": "https://ubuntu.com/security/notices/USN-7390-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7387-2 vom 2025-03-28",
"url": "https://ubuntu.com/security/notices/USN-7387-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7407-1 vom 2025-04-02",
"url": "https://ubuntu.com/security/notices/USN-7407-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7421-1 vom 2025-04-07",
"url": "https://ubuntu.com/security/notices/USN-7421-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1177-1 vom 2025-04-08",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020670.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1178-1 vom 2025-04-08",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020674.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-5900 vom 2025-04-12",
"url": "https://lists.debian.org/debian-security-announce/2025/msg00062.html"
},
{
"category": "external",
"summary": "Container-Optimized OS release notes vom 2025-04-16",
"url": "https://cloud.google.com/container-optimized-os/docs/release-notes#April_14_2025"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1293-1 vom 2025-04-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020712.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASKERNEL-5.10-2025-088 vom 2025-04-16",
"url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.10-2025-088.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7459-1 vom 2025-04-24",
"url": "https://ubuntu.com/security/notices/USN-7459-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7458-1 vom 2025-04-24",
"url": "https://ubuntu.com/security/notices/USN-7458-1"
},
{
"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": "Ubuntu Security Notice USN-7459-2 vom 2025-04-28",
"url": "https://ubuntu.com/security/notices/USN-7459-2"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2025-1973 vom 2025-04-30",
"url": "https://alas.aws.amazon.com/ALAS-2025-1973.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2025-2843 vom 2025-04-30",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2025-2843.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7513-2 vom 2025-05-16",
"url": "https://ubuntu.com/security/notices/USN-7513-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7515-1 vom 2025-05-16",
"url": "https://ubuntu.com/security/notices/USN-7515-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7510-1 vom 2025-05-16",
"url": "https://ubuntu.com/security/notices/USN-7510-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7514-1 vom 2025-05-16",
"url": "https://ubuntu.com/security/notices/USN-7514-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7516-1 vom 2025-05-16",
"url": "https://ubuntu.com/security/notices/USN-7516-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7516-2 vom 2025-05-16",
"url": "https://ubuntu.com/security/notices/USN-7511-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7513-1 vom 2025-05-16",
"url": "https://ubuntu.com/security/notices/USN-7513-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7511-1 vom 2025-05-16",
"url": "https://ubuntu.com/security/notices/USN-7511-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7510-2 vom 2025-05-16",
"url": "https://ubuntu.com/security/notices/USN-7510-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7512-1 vom 2025-05-16",
"url": "https://ubuntu.com/security/notices/USN-7512-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7517-1 vom 2025-05-16",
"url": "https://ubuntu.com/security/notices/USN-7517-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7518-1 vom 2025-05-20",
"url": "https://ubuntu.com/security/notices/USN-7518-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7521-1 vom 2025-05-20",
"url": "https://ubuntu.com/security/notices/USN-7521-1"
},
{
"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": "Ubuntu Security Notice USN-7510-5 vom 2025-05-20",
"url": "https://ubuntu.com/security/notices/USN-7510-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7522-1 vom 2025-05-20",
"url": "https://ubuntu.com/security/notices/USN-7522-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7511-3 vom 2025-05-20",
"url": "https://ubuntu.com/security/notices/USN-7511-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7510-4 vom 2025-05-20",
"url": "https://ubuntu.com/security/notices/USN-7510-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7516-3 vom 2025-05-20",
"url": "https://ubuntu.com/security/notices/USN-7516-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7523-1 vom 2025-05-20",
"url": "https://ubuntu.com/security/notices/USN-7523-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7515-2 vom 2025-05-20",
"url": "https://ubuntu.com/security/notices/USN-7515-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7513-3 vom 2025-05-20",
"url": "https://ubuntu.com/security/notices/USN-7513-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7510-3 vom 2025-05-20",
"url": "https://ubuntu.com/security/notices/USN-7510-3"
},
{
"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": "Ubuntu Security Notice USN-7517-2 vom 2025-05-21",
"url": "https://ubuntu.com/security/notices/USN-7517-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7516-4 vom 2025-05-21",
"url": "https://ubuntu.com/security/notices/USN-7516-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7516-5 vom 2025-05-23",
"url": "https://ubuntu.com/security/notices/USN-7516-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7521-2 vom 2025-05-22",
"url": "https://ubuntu.com/security/notices/USN-7521-2"
},
{
"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-4178 vom 2025-05-26",
"url": "https://lists.debian.org/debian-lts-announce/2025/05/msg00030.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7516-6 vom 2025-05-26",
"url": "https://ubuntu.com/security/notices/USN-7516-6"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7524-1 vom 2025-05-26",
"url": "https://ubuntu.com/security/notices/USN-7524-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7517-3 vom 2025-05-26",
"url": "https://ubuntu.com/security/notices/USN-7517-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7510-6 vom 2025-05-27",
"url": "https://ubuntu.com/security/notices/USN-7510-6"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7540-1 vom 2025-05-28",
"url": "https://ubuntu.com/security/notices/USN-7540-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7513-4 vom 2025-05-28",
"url": "https://ubuntu.com/security/notices/USN-7513-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7539-1 vom 2025-05-28",
"url": "https://ubuntu.com/security/notices/USN-7539-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7510-7 vom 2025-05-28",
"url": "https://ubuntu.com/security/notices/USN-7510-7"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7521-3 vom 2025-05-28",
"url": "https://ubuntu.com/security/notices/USN-7521-3"
},
{
"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": "Ubuntu Security Notice USN-7516-7 vom 2025-05-29",
"url": "https://ubuntu.com/security/notices/USN-7516-7"
},
{
"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": "Ubuntu Security Notice USN-7516-8 vom 2025-05-29",
"url": "https://ubuntu.com/security/notices/USN-7516-8"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7510-8 vom 2025-05-29",
"url": "https://ubuntu.com/security/notices/USN-7510-8"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASLIVEPATCH-2025-231 vom 2025-05-29",
"url": "https://alas.aws.amazon.com/AL2/ALASLIVEPATCH-2025-231.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7513-5 vom 2025-05-29",
"url": "https://ubuntu.com/security/notices/USN-7513-5"
},
{
"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": "Amazon Linux Security Advisory ALASLIVEPATCH-2025-233 vom 2025-05-29",
"url": "https://alas.aws.amazon.com/AL2/ALASLIVEPATCH-2025-233.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASLIVEPATCH-2025-232 vom 2025-05-29",
"url": "https://alas.aws.amazon.com/AL2/ALASLIVEPATCH-2025-232.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7516-9 vom 2025-05-29",
"url": "https://ubuntu.com/security/notices/USN-7516-9"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASKERNEL-5.15-2025-072 vom 2025-05-29",
"url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.15-2025-072.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": "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:20283-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021049.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20270-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021056.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20260-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021058.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20206-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021137.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20192-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021150.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20190-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021154.html"
},
{
"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": "Amazon Linux Security Advisory ALASKERNEL-5.15-2025-073 vom 2025-06-10",
"url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.15-2025-073.html"
},
{
"category": "external",
"summary": "Siemens Security Advisory SSA-082556 vom 2025-06-10",
"url": "https://cert-portal.siemens.com/productcert/html/ssa-082556.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": "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: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: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:01972-1 vom 2025-06-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021537.html"
},
{
"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": "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": "Oracle Linux Security Advisory ELSA-2025-20406 vom 2025-07-08",
"url": "https://linux.oracle.com/errata/ELSA-2025-20406.html"
},
{
"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:02307-1 vom 2025-07-14",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021804.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": "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-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": "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-7930-1 vom 2025-12-15",
"url": "https://ubuntu.com/security/notices/USN-7930-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7930-2 vom 2025-12-15",
"url": "https://ubuntu.com/security/notices/USN-7930-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7703-1 vom 2025-08-20",
"url": "https://ubuntu.com/security/notices/USN-7703-1"
},
{
"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-7703-2 vom 2025-08-20",
"url": "https://ubuntu.com/security/notices/USN-7703-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7703-3 vom 2025-08-21",
"url": "https://ubuntu.com/security/notices/USN-7703-3"
},
{
"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": "Ubuntu Security Notice USN-7712-1 vom 2025-08-22",
"url": "https://ubuntu.com/security/notices/USN-7712-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02969-1 vom 2025-08-25",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022259.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7719-1 vom 2025-08-26",
"url": "https://ubuntu.com/security/notices/USN-7719-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02996-1 vom 2025-08-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022291.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02997-1 vom 2025-08-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022283.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7703-4 vom 2025-08-28",
"url": "https://ubuntu.com/security/notices/USN-7703-4"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03011-1 vom 2025-08-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022327.html"
},
{
"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": "Ubuntu Security Notice USN-7737-1 vom 2025-09-03",
"url": "https://ubuntu.com/security/notices/USN-7737-1"
},
{
"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": "Red Hat Security Advisory RHSA-2025:20095 vom 2025-11-11",
"url": "https://access.redhat.com/errata/RHSA-2025:20095"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:20518 vom 2025-11-11",
"url": "https://access.redhat.com/errata/RHSA-2025:20518"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6053 vom 2025-11-12",
"url": "https://lists.debian.org/debian-security-announce/2025/msg00219.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:20518 vom 2025-11-21",
"url": "https://errata.build.resf.org/RLSA-2025:20518"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20518 vom 2025-11-25",
"url": "https://linux.oracle.com/errata/ELSA-2025-20518-0.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4379 vom 2025-11-25",
"url": "https://lists.debian.org/debian-lts-announce/2025/11/msg00022.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:20095 vom 2025-11-27",
"url": "https://errata.build.resf.org/RLSA-2025:20095"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7907-1 vom 2025-12-03",
"url": "https://ubuntu.com/security/notices/USN-7907-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7907-2 vom 2025-12-03",
"url": "https://ubuntu.com/security/notices/USN-7907-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7907-3 vom 2025-12-04",
"url": "https://ubuntu.com/security/notices/USN-7907-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7907-4 vom 2025-12-04",
"url": "https://ubuntu.com/security/notices/USN-7907-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7922-1 vom 2025-12-10",
"url": "https://ubuntu.com/security/notices/USN-7922-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7922-2 vom 2025-12-11",
"url": "https://ubuntu.com/security/notices/USN-7922-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7928-3 vom 2025-12-11",
"url": "https://ubuntu.com/security/notices/USN-7928-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7928-1 vom 2025-12-11",
"url": "https://ubuntu.com/security/notices/USN-7928-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7928-2 vom 2025-12-11",
"url": "https://ubuntu.com/security/notices/USN-7928-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7907-5 vom 2025-12-12",
"url": "https://ubuntu.com/security/notices/USN-7907-5"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4404 vom 2025-12-12",
"url": "https://lists.debian.org/debian-lts-announce/2025/12/msg00015.html"
},
{
"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-7939-2 vom 2025-12-17",
"url": "https://ubuntu.com/security/notices/USN-7939-2"
},
{
"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-7922-3 vom 2025-12-19",
"url": "https://ubuntu.com/security/notices/USN-7922-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7928-4 vom 2025-12-19",
"url": "https://ubuntu.com/security/notices/USN-7928-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7922-4 vom 2026-01-06",
"url": "https://ubuntu.com/security/notices/USN-7922-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7928-5 vom 2026-01-09",
"url": "https://ubuntu.com/security/notices/USN-7928-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7922-5 vom 2026-01-12",
"url": "https://ubuntu.com/security/notices/USN-7922-5"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1703 vom 2026-02-02",
"url": "https://access.redhat.com/errata/RHSA-2026:1703"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-3 vom 2026-02-12",
"url": "https://ubuntu.com/security/notices/USN-8033-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8034-1 vom 2026-02-12",
"url": "https://ubuntu.com/security/notices/USN-8034-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-2 vom 2026-02-12",
"url": "https://ubuntu.com/security/notices/USN-8033-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-1 vom 2026-02-12",
"url": "https://ubuntu.com/security/notices/USN-8033-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-4 vom 2026-02-13",
"url": "https://ubuntu.com/security/notices/USN-8033-4"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20326-1 vom 2026-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024169.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20325-1 vom 2026-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024170.html"
},
{
"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: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:20294-1 vom 2026-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024193.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-6 vom 2026-02-17",
"url": "https://ubuntu.com/security/notices/USN-8033-6"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-5 vom 2026-02-17",
"url": "https://ubuntu.com/security/notices/USN-8033-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8034-2 vom 2026-02-17",
"url": "https://ubuntu.com/security/notices/USN-8034-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-7 vom 2026-02-19",
"url": "https://ubuntu.com/security/notices/USN-8033-7"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-8 vom 2026-02-19",
"url": "https://ubuntu.com/security/notices/USN-8033-8"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8141-1 vom 2026-04-01",
"url": "https://ubuntu.com/security/notices/USN-8141-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8163-1 vom 2026-04-10",
"url": "https://ubuntu.com/security/notices/USN-8163-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8163-2 vom 2026-04-14",
"url": "https://ubuntu.com/security/notices/USN-8163-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8243-1 vom 2026-05-07",
"url": "https://ubuntu.com/security/notices/USN-8243-1"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50261 vom 2026-05-12",
"url": "https://linux.oracle.com/errata/ELSA-2026-50261.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50280 vom 2026-05-22",
"url": "https://oss.oracle.com/pipermail/el-errata/2026-May/020528.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50294 vom 2026-06-04",
"url": "http://linux.oracle.com/errata/ELSA-2026-50294.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-23258 vom 2026-06-06",
"url": "https://linux.oracle.com/errata/ELSA-2026-23258.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:25121 vom 2026-06-10",
"url": "https://access.redhat.com/errata/RHSA-2026:25121"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:25120 vom 2026-06-10",
"url": "https://access.redhat.com/errata/RHSA-2026:25120"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:25121 vom 2026-06-12",
"url": "https://errata.build.resf.org/RLSA-2026:25121"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:25120 vom 2026-06-12",
"url": "https://errata.build.resf.org/RLSA-2026:25120"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-25121 vom 2026-06-16",
"url": "https://linux.oracle.com/errata/ELSA-2026-25121.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:26535 vom 2026-06-17",
"url": "https://access.redhat.com/errata/RHSA-2026:26535"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:26570 vom 2026-06-17",
"url": "https://access.redhat.com/errata/RHSA-2026:26570"
}
],
"source_lang": "en-US",
"title": "Linux Kernel: Mehrere Schwachstellen erm\u00f6glichen Denial of Service",
"tracking": {
"current_release_date": "2026-06-17T22:00:00.000+00:00",
"generator": {
"date": "2026-06-18T08:30:10.822+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2025-0545",
"initial_release_date": "2025-03-11T23:00:00.000+00:00",
"revision_history": [
{
"date": "2025-03-11T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-03-27T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-03-30T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-04-02T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-04-07T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-04-08T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-04-13T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2025-04-15T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-04-16T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-04-24T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-04-27T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2025-04-28T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-04-29T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-05-01T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-05-18T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-05-19T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-05-20T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Ubuntu und SUSE aufgenommen"
},
{
"date": "2025-05-21T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von SUSE und Ubuntu aufgenommen"
},
{
"date": "2025-05-22T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-05-26T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von SUSE, Debian und Ubuntu aufgenommen"
},
{
"date": "2025-05-27T22:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-05-29T22:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Debian, Ubuntu, SUSE und Amazon aufgenommen"
},
{
"date": "2025-06-02T22:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-03T22:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-09T22:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-06-10T22:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von Siemens aufgenommen"
},
{
"date": "2025-06-11T22:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-15T22:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-16T22:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-17T22:00:00.000+00:00",
"number": "30",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-23T22:00:00.000+00:00",
"number": "31",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-06-26T22:00:00.000+00:00",
"number": "32",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-07-01T22:00:00.000+00:00",
"number": "33",
"summary": "Neue Updates aufgenommen"
},
{
"date": "2025-07-08T22:00:00.000+00:00",
"number": "34",
"summary": "Neue Updates von Oracle Linux und SUSE aufgenommen"
},
{
"date": "2025-07-14T22:00:00.000+00:00",
"number": "35",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-07-15T22:00:00.000+00:00",
"number": "36",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-07-16T22:00:00.000+00:00",
"number": "37",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-07-17T22:00:00.000+00:00",
"number": "38",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-07-21T22:00:00.000+00:00",
"number": "39",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-07-29T22:00:00.000+00:00",
"number": "40",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-07-31T22:00:00.000+00:00",
"number": "41",
"summary": "Referenz(en) aufgenommen:"
},
{
"date": "2025-08-05T22:00:00.000+00:00",
"number": "42",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-08-19T22:00:00.000+00:00",
"number": "43",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-08-20T22:00:00.000+00:00",
"number": "44",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-08-21T22:00:00.000+00:00",
"number": "45",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-08-24T22:00:00.000+00:00",
"number": "46",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-08-26T22:00:00.000+00:00",
"number": "47",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-08-27T22:00:00.000+00:00",
"number": "48",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-08-28T22:00:00.000+00:00",
"number": "49",
"summary": "Neue Updates von Ubuntu und SUSE aufgenommen"
},
{
"date": "2025-09-02T22:00:00.000+00:00",
"number": "50",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-09-03T22:00:00.000+00:00",
"number": "51",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-09-09T22:00:00.000+00:00",
"number": "52",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-11-11T23:00:00.000+00:00",
"number": "53",
"summary": "Neue Updates von Red Hat und Debian aufgenommen"
},
{
"date": "2025-11-23T23:00:00.000+00:00",
"number": "54",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2025-11-24T23:00:00.000+00:00",
"number": "55",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-11-25T23:00:00.000+00:00",
"number": "56",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2025-11-26T23:00:00.000+00:00",
"number": "57",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2025-12-03T23:00:00.000+00:00",
"number": "58",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-12-10T23:00:00.000+00:00",
"number": "59",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-12-11T23:00:00.000+00:00",
"number": "60",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-12-14T23:00:00.000+00:00",
"number": "61",
"summary": "Neue Updates von Ubuntu und Debian aufgenommen"
},
{
"date": "2025-12-15T23:00:00.000+00:00",
"number": "62",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-12-16T23:00:00.000+00:00",
"number": "63",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-12-21T23:00:00.000+00:00",
"number": "64",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-01-06T23:00:00.000+00:00",
"number": "65",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-01-11T23:00:00.000+00:00",
"number": "66",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-01-12T23:00:00.000+00:00",
"number": "67",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-02-01T23:00:00.000+00:00",
"number": "68",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-02-11T23:00:00.000+00:00",
"number": "69",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-02-12T23:00:00.000+00:00",
"number": "70",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-02-15T23:00:00.000+00:00",
"number": "71",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-16T23:00:00.000+00:00",
"number": "72",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-17T23:00:00.000+00:00",
"number": "73",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-02-18T23:00:00.000+00:00",
"number": "74",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-02-19T23:00:00.000+00:00",
"number": "75",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-04-01T22:00:00.000+00:00",
"number": "76",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-04-09T22:00:00.000+00:00",
"number": "77",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-04-13T22:00:00.000+00:00",
"number": "78",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-05-06T22:00:00.000+00:00",
"number": "79",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-05-12T22:00:00.000+00:00",
"number": "80",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-05-21T22:00:00.000+00:00",
"number": "81",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-06-04T22:00:00.000+00:00",
"number": "82",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-06-07T22:00:00.000+00:00",
"number": "83",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-06-10T22:00:00.000+00:00",
"number": "84",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-06-14T22:00:00.000+00:00",
"number": "85",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-06-15T22:00:00.000+00:00",
"number": "86",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-06-16T22:00:00.000+00:00",
"number": "87",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-06-17T22:00:00.000+00:00",
"number": "88",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "88"
}
},
"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": [
{
"category": "product_name",
"name": "Google Container-Optimized OS",
"product": {
"name": "Google Container-Optimized OS",
"product_id": "1607324",
"product_identification_helper": {
"cpe": "cpe:/o:google:container-optimized_os:-"
}
}
}
],
"category": "vendor",
"name": "Google"
},
{
"branches": [
{
"category": "product_name",
"name": "Open Source Linux Kernel",
"product": {
"name": "Open Source Linux Kernel",
"product_id": "T046484",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:-"
}
}
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "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": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "1500 CPU",
"product": {
"name": "Siemens SIMATIC S7 1500 CPU",
"product_id": "T025776",
"product_identification_helper": {
"cpe": "cpe:/h:siemens:simatic_s7:1500_cpu"
}
}
}
],
"category": "product_name",
"name": "SIMATIC S7"
}
],
"category": "vendor",
"name": "Siemens"
},
{
"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-2024-58087",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"T046484",
"398363",
"T025776",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2025-03-11T23:00:00.000+00:00",
"title": "CVE-2024-58087"
},
{
"cve": "CVE-2024-58088",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"T046484",
"398363",
"T025776",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2025-03-11T23:00:00.000+00:00",
"title": "CVE-2024-58088"
},
{
"cve": "CVE-2024-58089",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"T046484",
"398363",
"T025776",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2025-03-11T23:00:00.000+00:00",
"title": "CVE-2024-58089"
},
{
"cve": "CVE-2025-21844",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"T046484",
"398363",
"T025776",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2025-03-11T23:00:00.000+00:00",
"title": "CVE-2025-21844"
},
{
"cve": "CVE-2025-21845",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"T046484",
"398363",
"T025776",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2025-03-11T23:00:00.000+00:00",
"title": "CVE-2025-21845"
},
{
"cve": "CVE-2025-21846",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"T046484",
"398363",
"T025776",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2025-03-11T23:00:00.000+00:00",
"title": "CVE-2025-21846"
},
{
"cve": "CVE-2025-21847",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"T046484",
"398363",
"T025776",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2025-03-11T23:00:00.000+00:00",
"title": "CVE-2025-21847"
},
{
"cve": "CVE-2025-21848",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"T046484",
"398363",
"T025776",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2025-03-11T23:00:00.000+00:00",
"title": "CVE-2025-21848"
},
{
"cve": "CVE-2025-21849",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"T046484",
"398363",
"T025776",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2025-03-11T23:00:00.000+00:00",
"title": "CVE-2025-21849"
},
{
"cve": "CVE-2025-21850",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"T046484",
"398363",
"T025776",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2025-03-11T23:00:00.000+00:00",
"title": "CVE-2025-21850"
},
{
"cve": "CVE-2025-21851",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"T046484",
"398363",
"T025776",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2025-03-11T23:00:00.000+00:00",
"title": "CVE-2025-21851"
},
{
"cve": "CVE-2025-21852",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"T046484",
"398363",
"T025776",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2025-03-11T23:00:00.000+00:00",
"title": "CVE-2025-21852"
},
{
"cve": "CVE-2025-21853",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"T046484",
"398363",
"T025776",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2025-03-11T23:00:00.000+00:00",
"title": "CVE-2025-21853"
},
{
"cve": "CVE-2025-21854",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"T046484",
"398363",
"T025776",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2025-03-11T23:00:00.000+00:00",
"title": "CVE-2025-21854"
},
{
"cve": "CVE-2025-21855",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"T046484",
"398363",
"T025776",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2025-03-11T23:00:00.000+00:00",
"title": "CVE-2025-21855"
},
{
"cve": "CVE-2025-21856",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"T046484",
"398363",
"T025776",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2025-03-11T23:00:00.000+00:00",
"title": "CVE-2025-21856"
},
{
"cve": "CVE-2025-21857",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"T046484",
"398363",
"T025776",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2025-03-11T23:00:00.000+00:00",
"title": "CVE-2025-21857"
},
{
"cve": "CVE-2025-21858",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"T046484",
"398363",
"T025776",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2025-03-11T23:00:00.000+00:00",
"title": "CVE-2025-21858"
},
{
"cve": "CVE-2025-21859",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"T046484",
"398363",
"T025776",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2025-03-11T23:00:00.000+00:00",
"title": "CVE-2025-21859"
},
{
"cve": "CVE-2025-21860",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"T046484",
"398363",
"T025776",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2025-03-11T23:00:00.000+00:00",
"title": "CVE-2025-21860"
},
{
"cve": "CVE-2025-21861",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"T046484",
"398363",
"T025776",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2025-03-11T23:00:00.000+00:00",
"title": "CVE-2025-21861"
},
{
"cve": "CVE-2025-21862",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"T046484",
"398363",
"T025776",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2025-03-11T23:00:00.000+00:00",
"title": "CVE-2025-21862"
},
{
"cve": "CVE-2025-21863",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"T046484",
"398363",
"T025776",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2025-03-11T23:00:00.000+00:00",
"title": "CVE-2025-21863"
},
{
"cve": "CVE-2025-21864",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"T046484",
"398363",
"T025776",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2025-03-11T23:00:00.000+00:00",
"title": "CVE-2025-21864"
},
{
"cve": "CVE-2025-21865",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"T046484",
"398363",
"T025776",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2025-03-11T23:00:00.000+00:00",
"title": "CVE-2025-21865"
},
{
"cve": "CVE-2025-21866",
"product_status": {
"known_affected": [
"T044986",
"2951",
"T002207",
"67646",
"T000126",
"T046484",
"398363",
"T025776",
"T004914",
"1607324",
"T032255"
]
},
"release_date": "2025-03-11T23:00:00.000+00:00",
"title": "CVE-2025-21866"
}
]
}
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.