Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-53116 (GCVE-0-2024-53116)
Vulnerability from cvelistv5
{ "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-2024-53116", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2025-10-01T20:10:28.236604Z", "version": "2.0.3" }, "type": "ssvc" } } ], "problemTypes": [ { "descriptions": [ { "description": "CWE-noinfo Not enough information", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2025-10-01T20:17:10.850Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "defaultStatus": "unaffected", "product": "Linux", "programFiles": [ "drivers/gpu/drm/panthor/panthor_mmu.c" ], "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", "vendor": "Linux", "versions": [ { "lessThan": "d3e61af64b770e0038470c81f42bd1d0598f6bcc", "status": "affected", "version": "647810ec247641eb5aec8caef818919a4518a0b1", "versionType": "git" }, { "lessThan": "3387e043918e154ca08d83954966a8b087fe2835", "status": "affected", "version": "647810ec247641eb5aec8caef818919a4518a0b1", "versionType": "git" } ] }, { "defaultStatus": "affected", "product": "Linux", "programFiles": [ "drivers/gpu/drm/panthor/panthor_mmu.c" ], "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", "vendor": "Linux", "versions": [ { "status": "affected", "version": "6.10" }, { "lessThan": "6.10", "status": "unaffected", "version": "0", "versionType": "semver" }, { "lessThanOrEqual": "6.11.*", "status": "unaffected", "version": "6.11.10", "versionType": "semver" }, { "lessThanOrEqual": "*", "status": "unaffected", "version": "6.12", "versionType": "original_commit_for_fix" } ] } ], "cpeApplicability": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionEndExcluding": "6.11.10", "versionStartIncluding": "6.10", "vulnerable": true }, { "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionEndExcluding": "6.12", "versionStartIncluding": "6.10", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "descriptions": [ { "lang": "en", "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/panthor: Fix handling of partial GPU mapping of BOs\n\nThis commit fixes the bug in the handling of partial mapping of the\nbuffer objects to the GPU, which caused kernel warnings.\n\nPanthor didn\u0027t correctly handle the case where the partial mapping\nspanned multiple scatterlists and the mapping offset didn\u0027t point\nto the 1st page of starting scatterlist. The offset variable was\nnot cleared after reaching the starting scatterlist.\n\nFollowing warning messages were seen.\nWARNING: CPU: 1 PID: 650 at drivers/iommu/io-pgtable-arm.c:659 __arm_lpae_unmap+0x254/0x5a0\n\u003csnip\u003e\npc : __arm_lpae_unmap+0x254/0x5a0\nlr : __arm_lpae_unmap+0x2cc/0x5a0\n\u003csnip\u003e\nCall trace:\n __arm_lpae_unmap+0x254/0x5a0\n __arm_lpae_unmap+0x108/0x5a0\n __arm_lpae_unmap+0x108/0x5a0\n __arm_lpae_unmap+0x108/0x5a0\n arm_lpae_unmap_pages+0x80/0xa0\n panthor_vm_unmap_pages+0xac/0x1c8 [panthor]\n panthor_gpuva_sm_step_unmap+0x4c/0xc8 [panthor]\n op_unmap_cb.isra.23.constprop.30+0x54/0x80\n __drm_gpuvm_sm_unmap+0x184/0x1c8\n drm_gpuvm_sm_unmap+0x40/0x60\n panthor_vm_exec_op+0xa8/0x120 [panthor]\n panthor_vm_bind_exec_sync_op+0xc4/0xe8 [panthor]\n panthor_ioctl_vm_bind+0x10c/0x170 [panthor]\n drm_ioctl_kernel+0xbc/0x138\n drm_ioctl+0x210/0x4b0\n __arm64_sys_ioctl+0xb0/0xf8\n invoke_syscall+0x4c/0x110\n el0_svc_common.constprop.1+0x98/0xf8\n do_el0_svc+0x24/0x38\n el0_svc+0x34/0xc8\n el0t_64_sync_handler+0xa0/0xc8\n el0t_64_sync+0x174/0x178\n\u003csnip\u003e\npanthor : [drm] drm_WARN_ON(unmapped_sz != pgsize * pgcount)\nWARNING: CPU: 1 PID: 650 at drivers/gpu/drm/panthor/panthor_mmu.c:922 panthor_vm_unmap_pages+0x124/0x1c8 [panthor]\n\u003csnip\u003e\npc : panthor_vm_unmap_pages+0x124/0x1c8 [panthor]\nlr : panthor_vm_unmap_pages+0x124/0x1c8 [panthor]\n\u003csnip\u003e\npanthor : [drm] *ERROR* failed to unmap range ffffa388f000-ffffa3890000 (requested range ffffa388c000-ffffa3890000)" } ], "providerMetadata": { "dateUpdated": "2025-05-04T09:53:25.662Z", "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "shortName": "Linux" }, "references": [ { "url": "https://git.kernel.org/stable/c/d3e61af64b770e0038470c81f42bd1d0598f6bcc" }, { "url": "https://git.kernel.org/stable/c/3387e043918e154ca08d83954966a8b087fe2835" } ], "title": "drm/panthor: Fix handling of partial GPU mapping of BOs", "x_generator": { "engine": "bippy-1.2.0" } } }, "cveMetadata": { "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "assignerShortName": "Linux", "cveId": "CVE-2024-53116", "datePublished": "2024-12-02T13:44:47.958Z", "dateReserved": "2024-11-19T17:17:24.993Z", "dateUpdated": "2025-10-01T20:17:10.850Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2024-53116\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-12-02T14:15:12.373\",\"lastModified\":\"2025-10-01T21:16:33.403\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\ndrm/panthor: Fix handling of partial GPU mapping of BOs\\n\\nThis commit fixes the bug in the handling of partial mapping of the\\nbuffer objects to the GPU, which caused kernel warnings.\\n\\nPanthor didn\u0027t correctly handle the case where the partial mapping\\nspanned multiple scatterlists and the mapping offset didn\u0027t point\\nto the 1st page of starting scatterlist. The offset variable was\\nnot cleared after reaching the starting scatterlist.\\n\\nFollowing warning messages were seen.\\nWARNING: CPU: 1 PID: 650 at drivers/iommu/io-pgtable-arm.c:659 __arm_lpae_unmap+0x254/0x5a0\\n\u003csnip\u003e\\npc : __arm_lpae_unmap+0x254/0x5a0\\nlr : __arm_lpae_unmap+0x2cc/0x5a0\\n\u003csnip\u003e\\nCall trace:\\n __arm_lpae_unmap+0x254/0x5a0\\n __arm_lpae_unmap+0x108/0x5a0\\n __arm_lpae_unmap+0x108/0x5a0\\n __arm_lpae_unmap+0x108/0x5a0\\n arm_lpae_unmap_pages+0x80/0xa0\\n panthor_vm_unmap_pages+0xac/0x1c8 [panthor]\\n panthor_gpuva_sm_step_unmap+0x4c/0xc8 [panthor]\\n op_unmap_cb.isra.23.constprop.30+0x54/0x80\\n __drm_gpuvm_sm_unmap+0x184/0x1c8\\n drm_gpuvm_sm_unmap+0x40/0x60\\n panthor_vm_exec_op+0xa8/0x120 [panthor]\\n panthor_vm_bind_exec_sync_op+0xc4/0xe8 [panthor]\\n panthor_ioctl_vm_bind+0x10c/0x170 [panthor]\\n drm_ioctl_kernel+0xbc/0x138\\n drm_ioctl+0x210/0x4b0\\n __arm64_sys_ioctl+0xb0/0xf8\\n invoke_syscall+0x4c/0x110\\n el0_svc_common.constprop.1+0x98/0xf8\\n do_el0_svc+0x24/0x38\\n el0_svc+0x34/0xc8\\n el0t_64_sync_handler+0xa0/0xc8\\n el0t_64_sync+0x174/0x178\\n\u003csnip\u003e\\npanthor : [drm] drm_WARN_ON(unmapped_sz != pgsize * pgcount)\\nWARNING: CPU: 1 PID: 650 at drivers/gpu/drm/panthor/panthor_mmu.c:922 panthor_vm_unmap_pages+0x124/0x1c8 [panthor]\\n\u003csnip\u003e\\npc : panthor_vm_unmap_pages+0x124/0x1c8 [panthor]\\nlr : panthor_vm_unmap_pages+0x124/0x1c8 [panthor]\\n\u003csnip\u003e\\npanthor : [drm] *ERROR* failed to unmap range ffffa388f000-ffffa3890000 (requested range ffffa388c000-ffffa3890000)\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: drm/panthor: Corregir el manejo del mapeo parcial de la GPU de los BO. Esta confirmaci\u00f3n corrige el error en el manejo del mapeo parcial de los objetos del b\u00fafer a la GPU, que causaba advertencias del kernel. Panthor no manejaba correctamente el caso en el que el mapeo parcial abarcaba m\u00faltiples listas de dispersi\u00f3n y el desplazamiento del mapeo no apuntaba a la primera p\u00e1gina de la lista de dispersi\u00f3n inicial. La variable de desplazamiento no se borraba despu\u00e9s de alcanzar la lista de dispersi\u00f3n inicial. Se vieron los siguientes mensajes de advertencia. ADVERTENCIA: CPU: 1 PID: 650 en drivers/iommu/io-pgtable-arm.c:659 __arm_lpae_unmap+0x254/0x5a0 pc : __arm_lpae_unmap+0x254/0x5a0 lr : __arm_lpae_unmap+0x2cc/0x5a0 Rastreo de llamadas: __arm_lpae_unmap+0x254/0x5a0 __arm_lpae_unmap+0x108/0x5a0 __arm_lpae_unmap+0x108/0x5a0 __arm_lpae_unmap+0x108/0x5a0 arm_lpae_unmap_pages+0x80/0xa0 panthor_vm_unmap_pages+0xac/0x1c8 [panthor] panthor_gpuva_sm_step_unmap+0x4c/0xc8 [panthor] op_unmap_cb.isra.23.constprop.30+0x54/0x80 __drm_gpuvm_sm_unmap+0x184/0x1c8 drm_gpuvm_sm_unmap+0x40/0x60 panthor_vm_exec_op+0xa8/0x120 [panthor] panthor_vm_bind_exec_sync_op+0xc4/0xe8 [panthor] panthor_ioctl_vm_bind+0x10c/0x170 [panthor] drm_ioctl_kernel+0xbc/0x138 drm_ioctl+0x210/0x4b0 __arm64_sys_ioctl+0xb0/0xf8 invocar_syscall+0x4c/0x110 el0_svc_common.constprop.1+0x98/0xf8 do_el0_svc+0x24/0x38 el0_svc+0x34/0xc8 el0t_64_sync_handler+0xa0/0xc8 el0t_64_sync+0x174/0x178 panthor : [drm] drm_WARN_ON(unmapped_sz != pgsize * pgcount) ADVERTENCIA: CPU: 1 PID: 650 en drivers/gpu/drm/panthor/panthor_mmu.c:922 panthor_vm_unmap_pages+0x124/0x1c8 [panthor] pc : panthor_vm_unmap_pages+0x124/0x1c8 [panthor] lr : panthor_vm_unmap_pages+0x124/0x1c8 [panthor] panthor : [drm] *ERROR* no se pudo desasignar el rango ffffa388f000-ffffa3890000 (rango solicitado ffffa388c000-ffffa3890000)\"}],\"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}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-noinfo\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.10\",\"versionEndExcluding\":\"6.11.10\",\"matchCriteriaId\":\"CBF353B6-8FA6-4F52-AEA3-56FB3CD25A79\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.12:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"7F361E1D-580F-4A2D-A509-7615F73167A1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.12:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"925478D0-3E3D-4E6F-ACD5-09F28D5DF82C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.12:rc3:*:*:*:*:*:*\",\"matchCriteriaId\":\"3C95E234-D335-4B6C-96BF-E2CEBD8654ED\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.12:rc4:*:*:*:*:*:*\",\"matchCriteriaId\":\"E0F717D8-3014-4F84-8086-0124B2111379\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.12:rc5:*:*:*:*:*:*\",\"matchCriteriaId\":\"24DBE6C7-2AAE-4818-AED2-E131F153D2FA\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.12:rc6:*:*:*:*:*:*\",\"matchCriteriaId\":\"24B88717-53F5-42AA-9B72-14C707639E3F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.12:rc7:*:*:*:*:*:*\",\"matchCriteriaId\":\"1EF8CD82-1EAE-4254-9545-F85AB94CF90F\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/3387e043918e154ca08d83954966a8b087fe2835\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/d3e61af64b770e0038470c81f42bd1d0598f6bcc\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}" } }
WID-SEC-W-2024-3575
Vulnerability from csaf_certbund
Notes
{ "document": { "aggregate_severity": { "text": "mittel" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Der Kernel stellt den Kern des Linux Betriebssystems dar.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein lokaler Angreifer kann mehrere Schwachstellen im Linux Kernel ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- Linux", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2024-3575 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-3575.json" }, { "category": "self", "summary": "WID-SEC-2024-3575 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-3575" }, { "category": "external", "summary": "Kernel CVE Announce Mailingliste", "url": "https://lore.kernel.org/linux-cve-announce/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53105", "url": "https://lore.kernel.org/linux-cve-announce/2024120244-CVE-2024-53105-d978@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53106", "url": "https://lore.kernel.org/linux-cve-announce/2024120246-CVE-2024-53106-8432@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53107", "url": "https://lore.kernel.org/linux-cve-announce/2024120247-CVE-2024-53107-4f83@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53108", "url": "https://lore.kernel.org/linux-cve-announce/2024120247-CVE-2024-53108-effc@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53109", "url": "https://lore.kernel.org/linux-cve-announce/2024120247-CVE-2024-53109-2481@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53110", "url": "https://lore.kernel.org/linux-cve-announce/2024120248-CVE-2024-53110-3bff@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53111", "url": "https://lore.kernel.org/linux-cve-announce/2024120248-CVE-2024-53111-eb9b@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53112", "url": "https://lore.kernel.org/linux-cve-announce/2024120249-CVE-2024-53112-e04e@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53113", "url": "https://lore.kernel.org/linux-cve-announce/2024120249-CVE-2024-53113-57df@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53114", "url": "https://lore.kernel.org/linux-cve-announce/2024120249-CVE-2024-53114-c500@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53115", "url": "https://lore.kernel.org/linux-cve-announce/2024120250-CVE-2024-53115-fd6e@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53116", "url": "https://lore.kernel.org/linux-cve-announce/2024120250-CVE-2024-53116-ab42@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53117", "url": "https://lore.kernel.org/linux-cve-announce/2024120250-CVE-2024-53117-145b@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53118", "url": "https://lore.kernel.org/linux-cve-announce/2024120251-CVE-2024-53118-c6d7@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53119", "url": "https://lore.kernel.org/linux-cve-announce/2024120251-CVE-2024-53119-4957@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53120", "url": "https://lore.kernel.org/linux-cve-announce/2024120251-CVE-2024-53120-65fd@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53121", "url": "https://lore.kernel.org/linux-cve-announce/2024120252-CVE-2024-53121-34da@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53122", "url": "https://lore.kernel.org/linux-cve-announce/2024120252-CVE-2024-53122-f35c@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53123", "url": "https://lore.kernel.org/linux-cve-announce/2024120252-CVE-2024-53123-cd09@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53124", "url": "https://lore.kernel.org/linux-cve-announce/2024120253-CVE-2024-53124-91b3@gregkh/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4315-1 vom 2024-12-13", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/LQPWDP54GSTHYCV4CTCOE67D2ANVPPUW/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4314-1 vom 2024-12-13", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/SARXL66CQHD5VSFG5PUBNBVBPVFUN4KT/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4316-1 vom 2024-12-13", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/S4I5Z6ALCJLHTP25U3HMJHEXN4DR2USM/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4367-1 vom 2024-12-17", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-December/020025.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4364-1 vom 2024-12-17", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-December/020019.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4376-1 vom 2024-12-18", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/WFOJHFFEHK42VPQ6XLZWB77H5OEJ3FF4/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4376-1 vom 2024-12-18", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-December/020028.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4376-1 vom 2024-12-18", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/WFOJHFFEHK42VPQ6XLZWB77H5OEJ3FF4/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4387-1 vom 2024-12-19", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-December/020032.html" }, { "category": "external", "summary": "Debian Security Advisory DLA-4008 vom 2025-01-03", "url": "https://lists.debian.org/debian-lts-announce/2025/01/msg00001.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0064 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0064" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0067 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0067" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0066 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0066" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0065 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0065" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0063 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0063" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0059 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0059" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0056 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0056" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0055 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0055" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0061 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0061" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0060 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0060" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0052 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0052" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0051 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0051" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0050 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0050" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0049 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0049" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0062 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0062" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0053 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0053" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0058 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0058" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0054 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0054" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0109 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0109" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:0035-1 vom 2025-01-08", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020070.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-0059 vom 2025-01-11", "url": "https://linux.oracle.com/errata/ELSA-2025-0059.html" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2025:0066 vom 2025-01-11", "url": "https://errata.build.resf.org/RLSA-2025:0066" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2025:0065 vom 2025-01-11", "url": "https://errata.build.resf.org/RLSA-2025:0065" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-0065 vom 2025-01-11", "url": "http://linux.oracle.com/errata/ELSA-2025-0065.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:0117-1 vom 2025-01-15", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020131.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0385 vom 2025-01-16", "url": "https://access.redhat.com/errata/RHSA-2025:0385" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:0154-1 vom 2025-01-17", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020151.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:0153-1 vom 2025-01-17", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020150.html" } ], "source_lang": "en-US", "title": "Linux Kernel: Mehrere Schwachstellen erm\u00f6glichen Denial of Service", "tracking": { "current_release_date": "2025-01-19T23:00:00.000+00:00", "generator": { "date": "2025-01-20T09:18:45.291+00:00", "engine": { "name": "BSI-WID", "version": "1.3.10" } }, "id": "WID-SEC-W-2024-3575", "initial_release_date": "2024-12-02T23:00:00.000+00:00", "revision_history": [ { "date": "2024-12-02T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-12-15T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-12-17T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-12-18T23:00:00.000+00:00", "number": "4", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-12-19T23:00:00.000+00:00", "number": "5", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-01-02T23:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2025-01-07T23:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-01-08T23:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Red Hat und SUSE aufgenommen" }, { "date": "2025-01-12T23:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Oracle Linux und Rocky Enterprise Software Foundation aufgenommen" }, { "date": "2025-01-15T23:00:00.000+00:00", "number": "10", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-01-16T23:00:00.000+00:00", "number": "11", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-01-19T23:00:00.000+00:00", "number": "12", "summary": "Neue Updates von SUSE aufgenommen" } ], "status": "final", "version": "12" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Debian Linux", "product": { "name": "Debian Linux", "product_id": "2951", "product_identification_helper": { "cpe": "cpe:/o:debian:debian_linux:-" } } } ], "category": "vendor", "name": "Debian" }, { "branches": [ { "category": "product_name", "name": "Open Source Linux Kernel", "product": { "name": "Open Source Linux Kernel", "product_id": "T008144", "product_identification_helper": { "cpe": "cpe:/a: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" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-53105", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53105" }, { "cve": "CVE-2024-53106", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53106" }, { "cve": "CVE-2024-53107", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53107" }, { "cve": "CVE-2024-53108", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53108" }, { "cve": "CVE-2024-53109", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53109" }, { "cve": "CVE-2024-53110", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53110" }, { "cve": "CVE-2024-53111", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53111" }, { "cve": "CVE-2024-53112", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53112" }, { "cve": "CVE-2024-53113", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53113" }, { "cve": "CVE-2024-53114", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53114" }, { "cve": "CVE-2024-53115", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53115" }, { "cve": "CVE-2024-53116", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53116" }, { "cve": "CVE-2024-53117", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53117" }, { "cve": "CVE-2024-53118", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53118" }, { "cve": "CVE-2024-53119", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53119" }, { "cve": "CVE-2024-53120", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53120" }, { "cve": "CVE-2024-53121", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53121" }, { "cve": "CVE-2024-53122", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53122" }, { "cve": "CVE-2024-53123", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53123" }, { "cve": "CVE-2024-53124", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53124" } ] }
wid-sec-w-2024-3575
Vulnerability from csaf_certbund
Notes
{ "document": { "aggregate_severity": { "text": "mittel" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Der Kernel stellt den Kern des Linux Betriebssystems dar.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein lokaler Angreifer kann mehrere Schwachstellen im Linux Kernel ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- Linux", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2024-3575 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-3575.json" }, { "category": "self", "summary": "WID-SEC-2024-3575 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-3575" }, { "category": "external", "summary": "Kernel CVE Announce Mailingliste", "url": "https://lore.kernel.org/linux-cve-announce/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53105", "url": "https://lore.kernel.org/linux-cve-announce/2024120244-CVE-2024-53105-d978@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53106", "url": "https://lore.kernel.org/linux-cve-announce/2024120246-CVE-2024-53106-8432@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53107", "url": "https://lore.kernel.org/linux-cve-announce/2024120247-CVE-2024-53107-4f83@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53108", "url": "https://lore.kernel.org/linux-cve-announce/2024120247-CVE-2024-53108-effc@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53109", "url": "https://lore.kernel.org/linux-cve-announce/2024120247-CVE-2024-53109-2481@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53110", "url": "https://lore.kernel.org/linux-cve-announce/2024120248-CVE-2024-53110-3bff@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53111", "url": "https://lore.kernel.org/linux-cve-announce/2024120248-CVE-2024-53111-eb9b@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53112", "url": "https://lore.kernel.org/linux-cve-announce/2024120249-CVE-2024-53112-e04e@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53113", "url": "https://lore.kernel.org/linux-cve-announce/2024120249-CVE-2024-53113-57df@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53114", "url": "https://lore.kernel.org/linux-cve-announce/2024120249-CVE-2024-53114-c500@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53115", "url": "https://lore.kernel.org/linux-cve-announce/2024120250-CVE-2024-53115-fd6e@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53116", "url": "https://lore.kernel.org/linux-cve-announce/2024120250-CVE-2024-53116-ab42@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53117", "url": "https://lore.kernel.org/linux-cve-announce/2024120250-CVE-2024-53117-145b@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53118", "url": "https://lore.kernel.org/linux-cve-announce/2024120251-CVE-2024-53118-c6d7@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53119", "url": "https://lore.kernel.org/linux-cve-announce/2024120251-CVE-2024-53119-4957@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53120", "url": "https://lore.kernel.org/linux-cve-announce/2024120251-CVE-2024-53120-65fd@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53121", "url": "https://lore.kernel.org/linux-cve-announce/2024120252-CVE-2024-53121-34da@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53122", "url": "https://lore.kernel.org/linux-cve-announce/2024120252-CVE-2024-53122-f35c@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53123", "url": "https://lore.kernel.org/linux-cve-announce/2024120252-CVE-2024-53123-cd09@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-53124", "url": "https://lore.kernel.org/linux-cve-announce/2024120253-CVE-2024-53124-91b3@gregkh/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4315-1 vom 2024-12-13", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/LQPWDP54GSTHYCV4CTCOE67D2ANVPPUW/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4314-1 vom 2024-12-13", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/SARXL66CQHD5VSFG5PUBNBVBPVFUN4KT/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4316-1 vom 2024-12-13", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/S4I5Z6ALCJLHTP25U3HMJHEXN4DR2USM/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4367-1 vom 2024-12-17", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-December/020025.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4364-1 vom 2024-12-17", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-December/020019.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4376-1 vom 2024-12-18", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/WFOJHFFEHK42VPQ6XLZWB77H5OEJ3FF4/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4376-1 vom 2024-12-18", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-December/020028.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4376-1 vom 2024-12-18", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/WFOJHFFEHK42VPQ6XLZWB77H5OEJ3FF4/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4387-1 vom 2024-12-19", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-December/020032.html" }, { "category": "external", "summary": "Debian Security Advisory DLA-4008 vom 2025-01-03", "url": "https://lists.debian.org/debian-lts-announce/2025/01/msg00001.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0064 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0064" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0067 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0067" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0066 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0066" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0065 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0065" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0063 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0063" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0059 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0059" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0056 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0056" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0055 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0055" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0061 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0061" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0060 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0060" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0052 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0052" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0051 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0051" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0050 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0050" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0049 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0049" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0062 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0062" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0053 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0053" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0058 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0058" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0054 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0054" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0109 vom 2025-01-08", "url": "https://access.redhat.com/errata/RHSA-2025:0109" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:0035-1 vom 2025-01-08", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020070.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-0059 vom 2025-01-11", "url": "https://linux.oracle.com/errata/ELSA-2025-0059.html" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2025:0066 vom 2025-01-11", "url": "https://errata.build.resf.org/RLSA-2025:0066" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2025:0065 vom 2025-01-11", "url": "https://errata.build.resf.org/RLSA-2025:0065" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-0065 vom 2025-01-11", "url": "http://linux.oracle.com/errata/ELSA-2025-0065.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:0117-1 vom 2025-01-15", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020131.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0385 vom 2025-01-16", "url": "https://access.redhat.com/errata/RHSA-2025:0385" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:0154-1 vom 2025-01-17", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020151.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:0153-1 vom 2025-01-17", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020150.html" } ], "source_lang": "en-US", "title": "Linux Kernel: Mehrere Schwachstellen erm\u00f6glichen Denial of Service", "tracking": { "current_release_date": "2025-01-19T23:00:00.000+00:00", "generator": { "date": "2025-01-20T09:18:45.291+00:00", "engine": { "name": "BSI-WID", "version": "1.3.10" } }, "id": "WID-SEC-W-2024-3575", "initial_release_date": "2024-12-02T23:00:00.000+00:00", "revision_history": [ { "date": "2024-12-02T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-12-15T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-12-17T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-12-18T23:00:00.000+00:00", "number": "4", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-12-19T23:00:00.000+00:00", "number": "5", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-01-02T23:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2025-01-07T23:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-01-08T23:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Red Hat und SUSE aufgenommen" }, { "date": "2025-01-12T23:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Oracle Linux und Rocky Enterprise Software Foundation aufgenommen" }, { "date": "2025-01-15T23:00:00.000+00:00", "number": "10", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-01-16T23:00:00.000+00:00", "number": "11", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-01-19T23:00:00.000+00:00", "number": "12", "summary": "Neue Updates von SUSE aufgenommen" } ], "status": "final", "version": "12" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Debian Linux", "product": { "name": "Debian Linux", "product_id": "2951", "product_identification_helper": { "cpe": "cpe:/o:debian:debian_linux:-" } } } ], "category": "vendor", "name": "Debian" }, { "branches": [ { "category": "product_name", "name": "Open Source Linux Kernel", "product": { "name": "Open Source Linux Kernel", "product_id": "T008144", "product_identification_helper": { "cpe": "cpe:/a: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" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-53105", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53105" }, { "cve": "CVE-2024-53106", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53106" }, { "cve": "CVE-2024-53107", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53107" }, { "cve": "CVE-2024-53108", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53108" }, { "cve": "CVE-2024-53109", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53109" }, { "cve": "CVE-2024-53110", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53110" }, { "cve": "CVE-2024-53111", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53111" }, { "cve": "CVE-2024-53112", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53112" }, { "cve": "CVE-2024-53113", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53113" }, { "cve": "CVE-2024-53114", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53114" }, { "cve": "CVE-2024-53115", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53115" }, { "cve": "CVE-2024-53116", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53116" }, { "cve": "CVE-2024-53117", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53117" }, { "cve": "CVE-2024-53118", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53118" }, { "cve": "CVE-2024-53119", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53119" }, { "cve": "CVE-2024-53120", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53120" }, { "cve": "CVE-2024-53121", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53121" }, { "cve": "CVE-2024-53122", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53122" }, { "cve": "CVE-2024-53123", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53123" }, { "cve": "CVE-2024-53124", "notes": [ { "category": "description", "text": "There are multiple vulnerabilities in Linux Kernel. These flaws exist in several subsystems and components such as the ima, the virtio or the vsock among others due to multiple security related issues like a memory leak, a NULL pointer dereference or an improper error handling mechanism and more. A local attacker can exploit these vulnerabilities to create a Denial of Service condition." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T004914", "T032255", "T008144" ] }, "release_date": "2024-12-02T23:00:00.000+00:00", "title": "CVE-2024-53124" } ] }
CERTFR-2025-AVI-0185
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans le noyau Linux d'Ubuntu. Elles permettent à un attaquant de provoquer une exécution de code arbitraire, un déni de service et un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
{ "$ref": "https://www.cert.ssi.gouv.fr/openapi.json", "affected_systems": [ { "description": "Ubuntu 16.04 ESM", "product": { "name": "Ubuntu", "vendor": { "name": "Ubuntu", "scada": false } } }, { "description": "Ubuntu 24.04 LTS", "product": { "name": "Ubuntu", "vendor": { "name": "Ubuntu", "scada": false } } }, { "description": "Ubuntu 20.04 LTS", "product": { "name": "Ubuntu", "vendor": { "name": "Ubuntu", "scada": false } } }, { "description": "Ubuntu 24.10", "product": { "name": "Ubuntu", "vendor": { "name": "Ubuntu", "scada": false } } }, { "description": "Ubuntu 14.04 ESM", "product": { "name": "Ubuntu", "vendor": { "name": "Ubuntu", "scada": false } } }, { "description": "Ubuntu 22.04 LTS", "product": { "name": "Ubuntu", "vendor": { "name": "Ubuntu", "scada": false } } } ], "affected_systems_content": "", "content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).", "cves": [ { "name": "CVE-2023-52458", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52458" }, { "name": "CVE-2024-26718", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26718" }, { "name": "CVE-2024-26685", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26685" }, { "name": "CVE-2023-52488", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52488" }, { "name": "CVE-2023-52522", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52522" }, { "name": "CVE-2024-36886", "url": "https://www.cve.org/CVERecord?id=CVE-2024-36886" }, { "name": "CVE-2021-47469", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47469" }, { "name": "CVE-2023-52799", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52799" }, { "name": "CVE-2023-52818", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52818" }, { "name": "CVE-2023-52880", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52880" }, { "name": "CVE-2024-35887", "url": "https://www.cve.org/CVERecord?id=CVE-2024-35887" }, { "name": "CVE-2024-36952", "url": "https://www.cve.org/CVERecord?id=CVE-2024-36952" }, { "name": "CVE-2024-35896", "url": "https://www.cve.org/CVERecord?id=CVE-2024-35896" }, { "name": "CVE-2024-36964", "url": "https://www.cve.org/CVERecord?id=CVE-2024-36964" }, { "name": "CVE-2024-38567", "url": "https://www.cve.org/CVERecord?id=CVE-2024-38567" }, { "name": "CVE-2021-47103", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47103" }, { "name": "CVE-2024-38544", "url": "https://www.cve.org/CVERecord?id=CVE-2024-38544" }, { "name": "CVE-2024-40910", "url": "https://www.cve.org/CVERecord?id=CVE-2024-40910" }, { "name": "CVE-2024-40911", "url": "https://www.cve.org/CVERecord?id=CVE-2024-40911" }, { "name": "CVE-2024-40943", "url": "https://www.cve.org/CVERecord?id=CVE-2024-40943" }, { "name": "CVE-2024-40953", "url": "https://www.cve.org/CVERecord?id=CVE-2024-40953" }, { "name": "CVE-2024-40981", "url": "https://www.cve.org/CVERecord?id=CVE-2024-40981" }, { "name": "CVE-2021-47606", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47606" }, { "name": "CVE-2024-39497", "url": "https://www.cve.org/CVERecord?id=CVE-2024-39497" }, { "name": "CVE-2024-41016", "url": "https://www.cve.org/CVERecord?id=CVE-2024-41016" }, { "name": "CVE-2024-41063", "url": "https://www.cve.org/CVERecord?id=CVE-2024-41063" }, { "name": "CVE-2024-41064", "url": "https://www.cve.org/CVERecord?id=CVE-2024-41064" }, { "name": "CVE-2024-41066", "url": "https://www.cve.org/CVERecord?id=CVE-2024-41066" }, { "name": "CVE-2024-42070", "url": "https://www.cve.org/CVERecord?id=CVE-2024-42070" }, { "name": "CVE-2024-40965", "url": "https://www.cve.org/CVERecord?id=CVE-2024-40965" }, { "name": "CVE-2024-42068", "url": "https://www.cve.org/CVERecord?id=CVE-2024-42068" }, { "name": "CVE-2023-52913", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52913" }, { "name": "CVE-2024-41080", "url": "https://www.cve.org/CVERecord?id=CVE-2024-41080" }, { "name": "CVE-2024-42291", "url": "https://www.cve.org/CVERecord?id=CVE-2024-42291" }, { "name": "CVE-2024-43854", "url": "https://www.cve.org/CVERecord?id=CVE-2024-43854" }, { "name": "CVE-2024-43863", "url": "https://www.cve.org/CVERecord?id=CVE-2024-43863" }, { "name": "CVE-2024-43892", "url": "https://www.cve.org/CVERecord?id=CVE-2024-43892" }, { "name": "CVE-2024-43893", "url": "https://www.cve.org/CVERecord?id=CVE-2024-43893" }, { "name": "CVE-2024-43900", "url": "https://www.cve.org/CVERecord?id=CVE-2024-43900" }, { "name": "CVE-2024-44931", "url": "https://www.cve.org/CVERecord?id=CVE-2024-44931" }, { "name": "CVE-2024-44938", "url": "https://www.cve.org/CVERecord?id=CVE-2024-44938" }, { "name": "CVE-2024-46731", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46731" }, { "name": "CVE-2024-46849", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46849" }, { "name": "CVE-2024-46853", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46853" }, { "name": "CVE-2024-46854", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46854" }, { "name": "CVE-2024-42252", "url": "https://www.cve.org/CVERecord?id=CVE-2024-42252" }, { "name": "CVE-2022-48994", "url": "https://www.cve.org/CVERecord?id=CVE-2022-48994" }, { "name": "CVE-2023-52917", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52917" }, { "name": "CVE-2024-47670", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47670" }, { "name": "CVE-2024-47671", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47671" }, { "name": "CVE-2024-47672", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47672" }, { "name": "CVE-2024-47673", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47673" }, { "name": "CVE-2024-47674", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47674" }, { "name": "CVE-2024-47675", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47675" }, { "name": "CVE-2024-47681", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47681" }, { "name": "CVE-2024-47682", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47682" }, { "name": "CVE-2024-47684", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47684" }, { "name": "CVE-2024-47685", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47685" }, { "name": "CVE-2024-47686", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47686" }, { "name": "CVE-2024-47687", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47687" }, { "name": "CVE-2024-47688", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47688" }, { "name": "CVE-2024-47692", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47692" }, { "name": "CVE-2024-47693", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47693" }, { "name": "CVE-2024-47695", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47695" }, { "name": "CVE-2024-47696", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47696" }, { "name": "CVE-2024-47697", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47697" }, { "name": "CVE-2024-47698", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47698" }, { "name": "CVE-2024-47699", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47699" }, { "name": "CVE-2024-47702", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47702" }, { "name": "CVE-2024-47704", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47704" }, { "name": "CVE-2024-47705", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47705" }, { "name": "CVE-2024-47706", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47706" }, { "name": "CVE-2024-47707", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47707" }, { "name": "CVE-2024-47709", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47709" }, { "name": "CVE-2024-47710", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47710" }, { "name": "CVE-2024-47712", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47712" }, { "name": "CVE-2024-47713", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47713" }, { "name": "CVE-2024-47714", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47714" }, { "name": "CVE-2024-47715", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47715" }, { "name": "CVE-2024-47718", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47718" }, { "name": "CVE-2024-47719", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47719" }, { "name": "CVE-2024-47720", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47720" }, { "name": "CVE-2024-47723", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47723" }, { "name": "CVE-2024-47727", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47727" }, { "name": "CVE-2024-47728", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47728" }, { "name": "CVE-2024-47730", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47730" }, { "name": "CVE-2024-47731", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47731" }, { "name": "CVE-2024-47732", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47732" }, { "name": "CVE-2024-47735", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47735" }, { "name": "CVE-2024-47737", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47737" }, { "name": "CVE-2024-47738", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47738" }, { "name": "CVE-2024-47739", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47739" }, { "name": "CVE-2024-47741", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47741" }, { "name": "CVE-2024-47742", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47742" }, { "name": "CVE-2024-47743", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47743" }, { "name": "CVE-2024-47744", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47744" }, { "name": "CVE-2024-47745", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47745" }, { "name": "CVE-2024-47747", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47747" }, { "name": "CVE-2024-47748", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47748" }, { "name": "CVE-2024-47749", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47749" }, { "name": "CVE-2024-47750", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47750" }, { "name": "CVE-2024-47751", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47751" }, { "name": "CVE-2024-47752", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47752" }, { "name": "CVE-2024-47753", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47753" }, { "name": "CVE-2024-47754", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47754" }, { "name": "CVE-2024-47756", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47756" }, { "name": "CVE-2024-47757", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47757" }, { "name": "CVE-2024-49850", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49850" }, { "name": "CVE-2024-49851", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49851" }, { "name": "CVE-2024-49852", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49852" }, { "name": "CVE-2024-49853", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49853" }, { "name": "CVE-2024-49855", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49855" }, { "name": "CVE-2024-49858", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49858" }, { "name": "CVE-2024-49860", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49860" }, { "name": "CVE-2024-49861", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49861" }, { "name": "CVE-2024-49862", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49862" }, { "name": "CVE-2024-49863", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49863" }, { "name": "CVE-2024-49864", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49864" }, { "name": "CVE-2024-49866", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49866" }, { "name": "CVE-2024-49867", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49867" }, { "name": "CVE-2024-49870", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49870" }, { "name": "CVE-2024-49871", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49871" }, { "name": "CVE-2024-49874", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49874" }, { "name": "CVE-2024-49875", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49875" }, { "name": "CVE-2024-49877", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49877" }, { "name": "CVE-2024-49878", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49878" }, { "name": "CVE-2024-49879", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49879" }, { "name": "CVE-2024-49881", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49881" }, { "name": "CVE-2024-49882", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49882" }, { "name": "CVE-2024-49883", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49883" }, { "name": "CVE-2024-49886", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49886" }, { "name": "CVE-2024-49888", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49888" }, { "name": "CVE-2024-49890", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49890" }, { "name": "CVE-2024-49891", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49891" }, { "name": "CVE-2024-49892", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49892" }, { "name": "CVE-2024-49894", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49894" }, { "name": "CVE-2024-49895", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49895" }, { "name": "CVE-2024-49896", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49896" }, { "name": "CVE-2024-49897", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49897" }, { "name": "CVE-2024-49898", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49898" }, { "name": "CVE-2024-49900", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49900" }, { "name": "CVE-2024-49901", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49901" }, { "name": "CVE-2024-49902", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49902" }, { "name": "CVE-2024-49903", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49903" }, { "name": "CVE-2024-49907", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49907" }, { "name": "CVE-2024-49909", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49909" }, { "name": "CVE-2024-49911", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49911" }, { "name": "CVE-2024-49912", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49912" }, { "name": "CVE-2024-49913", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49913" }, { "name": "CVE-2024-49917", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49917" }, { "name": "CVE-2024-49918", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49918" }, { "name": "CVE-2024-49919", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49919" }, { "name": "CVE-2024-49922", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49922" }, { "name": "CVE-2024-49923", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49923" }, { "name": "CVE-2024-49928", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49928" }, { "name": "CVE-2024-49929", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49929" }, { "name": "CVE-2024-49930", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49930" }, { "name": "CVE-2024-49931", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49931" }, { "name": "CVE-2024-49933", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49933" }, { "name": "CVE-2024-49935", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49935" }, { "name": "CVE-2024-49936", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49936" }, { "name": "CVE-2024-49937", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49937" }, { "name": "CVE-2024-49938", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49938" }, { "name": "CVE-2024-49939", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49939" }, { "name": "CVE-2024-49946", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49946" }, { "name": "CVE-2024-49947", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49947" }, { "name": "CVE-2024-49949", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49949" }, { "name": "CVE-2024-49950", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49950" }, { "name": "CVE-2024-49953", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49953" }, { "name": "CVE-2024-49954", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49954" }, { "name": "CVE-2024-49955", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49955" }, { "name": "CVE-2024-49957", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49957" }, { "name": "CVE-2024-49958", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49958" }, { "name": "CVE-2024-49959", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49959" }, { "name": "CVE-2024-49960", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49960" }, { "name": "CVE-2024-49961", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49961" }, { "name": "CVE-2024-49962", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49962" }, { "name": "CVE-2024-49963", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49963" }, { "name": "CVE-2024-49965", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49965" }, { "name": "CVE-2024-49966", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49966" }, { "name": "CVE-2024-49969", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49969" }, { "name": "CVE-2024-49972", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49972" }, { "name": "CVE-2024-49973", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49973" }, { "name": "CVE-2024-49974", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49974" }, { "name": "CVE-2024-49975", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49975" }, { "name": "CVE-2024-49981", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49981" }, { "name": "CVE-2024-49982", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49982" }, { "name": "CVE-2024-49985", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49985" }, { "name": "CVE-2024-49986", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49986" }, { "name": "CVE-2024-49991", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49991" }, { "name": "CVE-2024-49995", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49995" }, { "name": "CVE-2024-49996", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49996" }, { "name": "CVE-2024-50000", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50000" }, { "name": "CVE-2024-50001", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50001" }, { "name": "CVE-2024-50002", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50002" }, { "name": "CVE-2024-50006", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50006" }, { "name": "CVE-2024-50007", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50007" }, { "name": "CVE-2024-50008", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50008" }, { "name": "CVE-2024-50013", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50013" }, { "name": "CVE-2024-50014", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50014" }, { "name": "CVE-2024-50015", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50015" }, { "name": "CVE-2024-50017", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50017" }, { "name": "CVE-2024-50019", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50019" }, { "name": "CVE-2024-50020", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50020" }, { "name": "CVE-2024-50021", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50021" }, { "name": "CVE-2024-50022", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50022" }, { "name": "CVE-2024-50023", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50023" }, { "name": "CVE-2024-50024", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50024" }, { "name": "CVE-2024-50025", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50025" }, { "name": "CVE-2024-50027", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50027" }, { "name": "CVE-2024-50028", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50028" }, { "name": "CVE-2024-50031", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50031" }, { "name": "CVE-2024-50033", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50033" }, { "name": "CVE-2024-50035", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50035" }, { "name": "CVE-2024-50040", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50040" }, { "name": "CVE-2024-50041", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50041" }, { "name": "CVE-2024-50042", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50042" }, { "name": "CVE-2024-50044", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50044" }, { "name": "CVE-2024-50045", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50045" }, { "name": "CVE-2024-50046", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50046" }, { "name": "CVE-2024-50047", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50047" }, { "name": "CVE-2024-50048", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50048" }, { "name": "CVE-2024-50049", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50049" }, { "name": "CVE-2024-50055", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50055" }, { "name": "CVE-2024-50058", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50058" }, { "name": "CVE-2024-50059", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50059" }, { "name": "CVE-2024-50060", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50060" }, { "name": "CVE-2024-50061", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50061" }, { "name": "CVE-2024-50062", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50062" }, { "name": "CVE-2024-50063", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50063" }, { "name": "CVE-2024-50064", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50064" }, { "name": "CVE-2024-50069", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50069" }, { "name": "CVE-2024-50073", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50073" }, { "name": "CVE-2024-50074", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50074" }, { "name": "CVE-2024-50075", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50075" }, { "name": "CVE-2024-50076", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50076" }, { "name": "CVE-2024-50077", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50077" }, { "name": "CVE-2024-50078", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50078" }, { "name": "CVE-2024-50080", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50080" }, { "name": "CVE-2024-50081", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50081" }, { "name": "CVE-2024-50012", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50012" }, { "name": "CVE-2024-50036", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50036" }, { "name": "CVE-2024-50067", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50067" }, { "name": "CVE-2024-50072", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50072" }, { "name": "CVE-2024-50126", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50126" }, { "name": "CVE-2024-50215", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50215" }, { "name": "CVE-2024-50218", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50218" }, { "name": "CVE-2024-50229", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50229" }, { "name": "CVE-2024-50230", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50230" }, { "name": "CVE-2024-50232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50232" }, { "name": "CVE-2024-50233", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50233" }, { "name": "CVE-2024-50234", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50234" }, { "name": "CVE-2024-50235", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50235" }, { "name": "CVE-2024-50236", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50236" }, { "name": "CVE-2024-50237", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50237" }, { "name": "CVE-2024-50242", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50242" }, { "name": "CVE-2024-50243", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50243" }, { "name": "CVE-2024-50244", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50244" }, { "name": "CVE-2024-50245", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50245" }, { "name": "CVE-2024-50247", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50247" }, { "name": "CVE-2024-50249", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50249" }, { "name": "CVE-2024-50250", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50250" }, { "name": "CVE-2024-50251", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50251" }, { "name": "CVE-2024-50252", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50252" }, { "name": "CVE-2024-50255", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50255" }, { "name": "CVE-2024-50256", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50256" }, { "name": "CVE-2024-50257", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50257" }, { "name": "CVE-2024-50259", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50259" }, { "name": "CVE-2024-50261", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50261" }, { "name": "CVE-2024-50262", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50262" }, { "name": "CVE-2024-50265", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50265" }, { "name": "CVE-2024-50267", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50267" }, { "name": "CVE-2024-50268", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50268" }, { "name": "CVE-2024-50269", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50269" }, { "name": "CVE-2024-50271", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50271" }, { "name": "CVE-2024-50272", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50272" }, { "name": "CVE-2024-50273", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50273" }, { "name": "CVE-2024-50276", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50276" }, { "name": "CVE-2024-50278", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50278" }, { "name": "CVE-2024-50279", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50279" }, { "name": "CVE-2024-50280", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50280" }, { "name": "CVE-2024-50282", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50282" }, { "name": "CVE-2024-50283", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50283" }, { "name": "CVE-2024-50284", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50284" }, { "name": "CVE-2024-50286", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50286" }, { "name": "CVE-2024-50287", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50287" }, { "name": "CVE-2024-50290", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50290" }, { "name": "CVE-2024-50292", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50292" }, { "name": "CVE-2024-50295", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50295" }, { "name": "CVE-2024-50296", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50296" }, { "name": "CVE-2024-50299", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50299" }, { "name": "CVE-2024-50301", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50301" }, { "name": "CVE-2024-50302", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50302" }, { "name": "CVE-2024-53042", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53042" }, { "name": "CVE-2024-53043", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53043" }, { "name": "CVE-2024-53052", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53052" }, { "name": "CVE-2024-53055", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53055" }, { "name": "CVE-2024-53058", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53058" }, { "name": "CVE-2024-53059", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53059" }, { "name": "CVE-2024-53061", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53061" }, { "name": "CVE-2024-53063", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53063" }, { "name": "CVE-2024-53066", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53066" }, { "name": "CVE-2024-53072", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53072" }, { "name": "CVE-2024-53081", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53081" }, { "name": "CVE-2024-53082", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53082" }, { "name": "CVE-2024-53088", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53088" }, { "name": "CVE-2024-53093", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53093" }, { "name": "CVE-2024-50226", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50226" }, { "name": "CVE-2024-49925", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49925" }, { "name": "CVE-2024-49945", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49945" }, { "name": "CVE-2024-50208", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50208" }, { "name": "CVE-2024-50082", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50082" }, { "name": "CVE-2024-50099", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50099" }, { "name": "CVE-2024-50110", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50110" }, { "name": "CVE-2024-50142", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50142" }, { "name": "CVE-2024-50192", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50192" }, { "name": "CVE-2024-47679", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47679" }, { "name": "CVE-2024-47690", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47690" }, { "name": "CVE-2024-47701", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47701" }, { "name": "CVE-2024-47734", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47734" }, { "name": "CVE-2024-47740", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47740" }, { "name": "CVE-2024-49856", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49856" }, { "name": "CVE-2024-49868", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49868" }, { "name": "CVE-2024-49884", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49884" }, { "name": "CVE-2024-49889", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49889" }, { "name": "CVE-2024-49905", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49905" }, { "name": "CVE-2024-49915", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49915" }, { "name": "CVE-2024-49924", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49924" }, { "name": "CVE-2024-49927", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49927" }, { "name": "CVE-2024-49944", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49944" }, { "name": "CVE-2024-49948", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49948" }, { "name": "CVE-2024-49952", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49952" }, { "name": "CVE-2024-49977", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49977" }, { "name": "CVE-2024-49983", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49983" }, { "name": "CVE-2024-49997", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49997" }, { "name": "CVE-2024-50003", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50003" }, { "name": "CVE-2024-50038", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50038" }, { "name": "CVE-2024-50039", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50039" }, { "name": "CVE-2024-50093", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50093" }, { "name": "CVE-2024-50095", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50095" }, { "name": "CVE-2024-50096", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50096" }, { "name": "CVE-2024-50179", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50179" }, { "name": "CVE-2024-50180", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50180" }, { "name": "CVE-2024-50181", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50181" }, { "name": "CVE-2024-50184", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50184" }, { "name": "CVE-2024-50186", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50186" }, { "name": "CVE-2024-50188", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50188" }, { "name": "CVE-2024-50189", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50189" }, { "name": "CVE-2024-50191", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50191" }, { "name": "CVE-2024-47703", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47703" }, { "name": "CVE-2024-49934", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49934" }, { "name": "CVE-2024-49968", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49968" }, { "name": "CVE-2024-49976", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49976" }, { "name": "CVE-2024-49987", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49987" }, { "name": "CVE-2024-49989", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49989" }, { "name": "CVE-2024-50009", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50009" }, { "name": "CVE-2024-50026", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50026" }, { "name": "CVE-2024-50084", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50084" }, { "name": "CVE-2024-50087", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50087" }, { "name": "CVE-2024-50088", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50088" }, { "name": "CVE-2024-50098", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50098" }, { "name": "CVE-2024-50100", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50100" }, { "name": "CVE-2024-50101", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50101" }, { "name": "CVE-2024-50102", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50102" }, { "name": "CVE-2024-50103", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50103" }, { "name": "CVE-2024-50108", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50108" }, { "name": "CVE-2024-50115", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50115" }, { "name": "CVE-2024-50116", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50116" }, { "name": "CVE-2024-50117", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50117" }, { "name": "CVE-2024-50121", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50121" }, { "name": "CVE-2024-50124", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50124" }, { "name": "CVE-2024-50125", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50125" }, { "name": "CVE-2024-50127", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50127" }, { "name": "CVE-2024-50128", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50128" }, { "name": "CVE-2024-50130", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50130" }, { "name": "CVE-2024-50131", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50131" }, { "name": "CVE-2024-50134", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50134" }, { "name": "CVE-2024-50135", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50135" }, { "name": "CVE-2024-50136", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50136" }, { "name": "CVE-2024-50138", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50138" }, { "name": "CVE-2024-50139", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50139" }, { "name": "CVE-2024-50141", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50141" }, { "name": "CVE-2024-50145", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50145" }, { "name": "CVE-2024-50146", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50146" }, { "name": "CVE-2024-50147", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50147" }, { "name": "CVE-2024-50148", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50148" }, { "name": "CVE-2024-50150", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50150" }, { "name": "CVE-2024-50153", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50153" }, { "name": "CVE-2024-50154", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50154" }, { "name": "CVE-2024-50155", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50155" }, { "name": "CVE-2024-50156", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50156" }, { "name": "CVE-2024-50157", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50157" }, { "name": "CVE-2024-50158", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50158" }, { "name": "CVE-2024-50159", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50159" }, { "name": "CVE-2024-50160", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50160" }, { "name": "CVE-2024-50166", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50166" }, { "name": "CVE-2024-50167", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50167" }, { "name": "CVE-2024-50169", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50169" }, { "name": "CVE-2024-50171", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50171" }, { "name": "CVE-2024-50172", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50172" }, { "name": "CVE-2024-50175", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50175" }, { "name": "CVE-2024-50176", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50176" }, { "name": "CVE-2024-50177", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50177" }, { "name": "CVE-2024-50182", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50182" }, { "name": "CVE-2024-50183", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50183" }, { "name": "CVE-2024-50187", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50187" }, { "name": "CVE-2024-50194", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50194" }, { "name": "CVE-2024-50195", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50195" }, { "name": "CVE-2024-50196", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50196" }, { "name": "CVE-2024-50198", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50198" }, { "name": "CVE-2024-50200", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50200" }, { "name": "CVE-2024-50201", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50201" }, { "name": "CVE-2024-50205", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50205" }, { "name": "CVE-2024-50209", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50209" }, { "name": "CVE-2024-50216", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50216" }, { "name": "CVE-2024-50221", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50221" }, { "name": "CVE-2024-50224", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50224" }, { "name": "CVE-2024-50225", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50225" }, { "name": "CVE-2024-50231", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50231" }, { "name": "CVE-2024-50240", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50240" }, { "name": "CVE-2024-50246", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50246" }, { "name": "CVE-2024-50248", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50248" }, { "name": "CVE-2024-50274", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50274" }, { "name": "CVE-2024-50275", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50275" }, { "name": "CVE-2024-50289", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50289" }, { "name": "CVE-2024-50298", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50298" }, { "name": "CVE-2024-53045", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53045" }, { "name": "CVE-2024-53048", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53048" }, { "name": "CVE-2024-53056", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53056" }, { "name": "CVE-2024-53068", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53068" }, { "name": "CVE-2024-53074", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53074" }, { "name": "CVE-2024-53076", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53076" }, { "name": "CVE-2024-53079", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53079" }, { "name": "CVE-2024-53085", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53085" }, { "name": "CVE-2024-53094", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53094" }, { "name": "CVE-2024-53095", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53095" }, { "name": "CVE-2024-53100", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53100" }, { "name": "CVE-2024-53101", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53101" }, { "name": "CVE-2024-53104", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53104" }, { "name": "CVE-2024-53106", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53106" }, { "name": "CVE-2024-53108", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53108" }, { "name": "CVE-2024-53110", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53110" }, { "name": "CVE-2024-53112", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53112" }, { "name": "CVE-2024-53114", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53114" }, { "name": "CVE-2024-53121", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53121" }, { "name": "CVE-2024-53138", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53138" }, { "name": "CVE-2024-53142", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53142" }, { "name": "CVE-2024-47678", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47678" }, { "name": "CVE-2024-49859", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49859" }, { "name": "CVE-2024-49978", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49978" }, { "name": "CVE-2024-49992", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49992" }, { "name": "CVE-2024-50010", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50010" }, { "name": "CVE-2024-50083", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50083" }, { "name": "CVE-2024-50085", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50085" }, { "name": "CVE-2024-50086", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50086" }, { "name": "CVE-2024-50133", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50133" }, { "name": "CVE-2024-50143", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50143" }, { "name": "CVE-2024-50151", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50151" }, { "name": "CVE-2024-50162", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50162" }, { "name": "CVE-2024-50163", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50163" }, { "name": "CVE-2024-50168", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50168" }, { "name": "CVE-2024-50185", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50185" }, { "name": "CVE-2024-50193", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50193" }, { "name": "CVE-2024-50199", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50199" }, { "name": "CVE-2024-50202", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50202" }, { "name": "CVE-2024-53097", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53097" }, { "name": "CVE-2024-53103", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53103" }, { "name": "CVE-2024-53113", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53113" }, { "name": "CVE-2024-53119", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53119" }, { "name": "CVE-2024-53120", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53120" }, { "name": "CVE-2024-53122", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53122" }, { "name": "CVE-2024-53123", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53123" }, { "name": "CVE-2024-53127", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53127" }, { "name": "CVE-2024-53129", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53129" }, { "name": "CVE-2024-53130", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53130" }, { "name": "CVE-2024-53131", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53131" }, { "name": "CVE-2024-53135", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53135" }, { "name": "CVE-2024-53140", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53140" }, { "name": "CVE-2024-53144", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53144" }, { "name": "CVE-2024-50016", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50016" }, { "name": "CVE-2024-50203", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50203" }, { "name": "CVE-2024-50211", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50211" }, { "name": "CVE-2024-53064", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53064" }, { "name": "CVE-2024-53090", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53090" }, { "name": "CVE-2024-53099", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53099" }, { "name": "CVE-2024-53105", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53105" }, { "name": "CVE-2024-53111", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53111" }, { "name": "CVE-2024-53117", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53117" }, { "name": "CVE-2024-53118", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53118" }, { "name": "CVE-2024-53125", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53125" }, { "name": "CVE-2024-53126", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53126" }, { "name": "CVE-2024-53133", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53133" }, { "name": "CVE-2024-53134", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53134" }, { "name": "CVE-2024-53141", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53141" }, { "name": "CVE-2024-53146", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53146" }, { "name": "CVE-2024-53148", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53148" }, { "name": "CVE-2024-53150", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53150" }, { "name": "CVE-2024-53151", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53151" }, { "name": "CVE-2024-53154", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53154" }, { "name": "CVE-2024-53155", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53155" }, { "name": "CVE-2024-53156", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53156" }, { "name": "CVE-2024-53157", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53157" }, { "name": "CVE-2024-53158", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53158" }, { "name": "CVE-2024-53160", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53160" }, { "name": "CVE-2024-53161", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53161" }, { "name": "CVE-2024-53162", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53162" }, { "name": "CVE-2024-53166", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53166" }, { "name": "CVE-2024-53169", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53169" }, { "name": "CVE-2024-53171", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53171" }, { "name": "CVE-2024-53173", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53173" }, { "name": "CVE-2024-53174", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53174" }, { "name": "CVE-2024-53180", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53180" }, { "name": "CVE-2024-53188", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53188" }, { "name": "CVE-2024-53190", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53190" }, { "name": "CVE-2024-53191", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53191" }, { "name": "CVE-2024-53200", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53200" }, { "name": "CVE-2024-53201", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53201" }, { "name": "CVE-2024-53202", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53202" }, { "name": "CVE-2024-53208", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53208" }, { "name": "CVE-2024-53209", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53209" }, { "name": "CVE-2024-53210", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53210" }, { "name": "CVE-2024-53213", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53213" }, { "name": "CVE-2024-53214", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53214" }, { "name": "CVE-2024-53215", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53215" }, { "name": "CVE-2024-53216", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53216" }, { "name": "CVE-2024-53217", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53217" }, { "name": "CVE-2024-53224", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53224" }, { "name": "CVE-2024-53229", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53229" }, { "name": "CVE-2024-53234", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53234" }, { "name": "CVE-2024-53237", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53237" }, { "name": "CVE-2024-56536", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56536" }, { "name": "CVE-2024-56539", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56539" }, { "name": "CVE-2024-56549", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56549" }, { "name": "CVE-2024-56752", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56752" }, { "name": "CVE-2024-56754", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56754" }, { "name": "CVE-2024-56755", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56755" }, { "name": "CVE-2024-56756", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56756" }, { "name": "CVE-2024-53239", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53239" }, { "name": "CVE-2024-56548", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56548" }, { "name": "CVE-2024-56704", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56704" }, { "name": "CVE-2024-49951", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49951" }, { "name": "CVE-2024-49998", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49998" }, { "name": "CVE-2024-50106", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50106" }, { "name": "CVE-2024-53091", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53091" }, { "name": "CVE-2024-53168", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53168" }, { "name": "CVE-2024-53170", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53170" }, { "name": "CVE-2024-53172", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53172" }, { "name": "CVE-2024-53175", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53175" }, { "name": "CVE-2024-53194", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53194" }, { "name": "CVE-2024-53195", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53195" }, { "name": "CVE-2024-53196", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53196" }, { "name": "CVE-2024-53197", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53197" }, { "name": "CVE-2024-53198", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53198" }, { "name": "CVE-2024-53227", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53227" }, { "name": "CVE-2024-53230", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53230" }, { "name": "CVE-2024-53231", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53231" }, { "name": "CVE-2024-53232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53232" }, { "name": "CVE-2024-53233", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53233" }, { "name": "CVE-2024-53236", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53236" }, { "name": "CVE-2024-56531", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56531" }, { "name": "CVE-2024-56532", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56532" }, { "name": "CVE-2024-56533", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56533" }, { "name": "CVE-2024-56538", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56538" }, { "name": "CVE-2024-56543", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56543" }, { "name": "CVE-2024-56546", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56546" }, { "name": "CVE-2024-53164", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53164" }, { "name": "CVE-2024-56672", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56672" }, { "name": "CVE-2024-56677", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56677" }, { "name": "CVE-2024-56678", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56678" }, { "name": "CVE-2024-56681", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56681" }, { "name": "CVE-2024-56683", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56683" }, { "name": "CVE-2024-56687", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56687" }, { "name": "CVE-2024-56688", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56688" }, { "name": "CVE-2024-56690", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56690" }, { "name": "CVE-2024-56691", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56691" }, { "name": "CVE-2024-56694", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56694" }, { "name": "CVE-2024-56698", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56698" }, { "name": "CVE-2024-56700", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56700" }, { "name": "CVE-2024-56701", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56701" }, { "name": "CVE-2024-56705", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56705" }, { "name": "CVE-2024-56708", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56708" }, { "name": "CVE-2024-56722", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56722" }, { "name": "CVE-2024-56723", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56723" }, { "name": "CVE-2024-56724", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56724" }, { "name": "CVE-2024-56729", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56729" }, { "name": "CVE-2024-56739", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56739" }, { "name": "CVE-2024-56741", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56741" }, { "name": "CVE-2024-56745", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56745" }, { "name": "CVE-2024-56746", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56746" }, { "name": "CVE-2024-56747", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56747" }, { "name": "CVE-2024-56748", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56748" }, { "name": "CVE-2024-53047", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53047" }, { "name": "CVE-2024-50258", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50258" }, { "name": "CVE-2024-50304", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50304" }, { "name": "CVE-2024-53187", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53187" }, { "name": "CVE-2024-53203", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53203" }, { "name": "CVE-2024-56658", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56658" }, { "name": "CVE-2024-56679", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56679" }, { "name": "CVE-2024-56693", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56693" }, { "name": "CVE-2024-56707", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56707" }, { "name": "CVE-2024-56725", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56725" }, { "name": "CVE-2024-56726", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56726" }, { "name": "CVE-2024-56727", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56727" }, { "name": "CVE-2024-56728", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56728" }, { "name": "CVE-2024-49994", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49994" }, { "name": "CVE-2024-50164", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50164" }, { "name": "CVE-2024-53124", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53124" }, { "name": "CVE-2024-53128", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53128" }, { "name": "CVE-2024-56703", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56703" }, { "name": "CVE-2024-53177", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53177" }, { "name": "CVE-2022-49034", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49034" }, { "name": "CVE-2024-46869", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46869" }, { "name": "CVE-2024-47676", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47676" }, { "name": "CVE-2024-47677", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47677" }, { "name": "CVE-2024-47680", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47680" }, { "name": "CVE-2024-47689", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47689" }, { "name": "CVE-2024-47691", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47691" }, { "name": "CVE-2024-47694", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47694" }, { "name": "CVE-2024-47700", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47700" }, { "name": "CVE-2024-47708", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47708" }, { "name": "CVE-2024-47711", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47711" }, { "name": "CVE-2024-47716", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47716" }, { "name": "CVE-2024-47717", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47717" }, { "name": "CVE-2024-47721", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47721" }, { "name": "CVE-2024-47724", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47724" }, { "name": "CVE-2024-47726", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47726" }, { "name": "CVE-2024-47733", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47733" }, { "name": "CVE-2024-47736", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47736" }, { "name": "CVE-2024-47746", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47746" }, { "name": "CVE-2024-49857", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49857" }, { "name": "CVE-2024-49865", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49865" }, { "name": "CVE-2024-49869", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49869" }, { "name": "CVE-2024-49872", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49872" }, { "name": "CVE-2024-49873", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49873" }, { "name": "CVE-2024-49876", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49876" }, { "name": "CVE-2024-49880", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49880" }, { "name": "CVE-2024-49885", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49885" }, { "name": "CVE-2024-49887", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49887" }, { "name": "CVE-2024-49926", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49926" }, { "name": "CVE-2024-49932", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49932" }, { "name": "CVE-2024-49940", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49940" }, { "name": "CVE-2024-49941", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49941" }, { "name": "CVE-2024-49942", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49942" }, { "name": "CVE-2024-49943", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49943" }, { "name": "CVE-2024-49956", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49956" }, { "name": "CVE-2024-49964", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49964" }, { "name": "CVE-2024-49970", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49970" }, { "name": "CVE-2024-49971", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49971" }, { "name": "CVE-2024-49979", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49979" }, { "name": "CVE-2024-49980", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49980" }, { "name": "CVE-2024-49988", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49988" }, { "name": "CVE-2024-49999", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49999" }, { "name": "CVE-2024-50005", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50005" }, { "name": "CVE-2024-50029", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50029" }, { "name": "CVE-2024-50030", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50030" }, { "name": "CVE-2024-50034", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50034" }, { "name": "CVE-2024-50037", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50037" }, { "name": "CVE-2024-50043", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50043" }, { "name": "CVE-2024-50056", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50056" }, { "name": "CVE-2024-50057", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50057" }, { "name": "CVE-2024-50065", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50065" }, { "name": "CVE-2024-50066", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50066" }, { "name": "CVE-2024-50068", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50068" }, { "name": "CVE-2024-50070", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50070" }, { "name": "CVE-2024-50071", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50071" }, { "name": "CVE-2024-50079", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50079" }, { "name": "CVE-2024-50090", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50090" }, { "name": "CVE-2024-50091", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50091" }, { "name": "CVE-2024-50092", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50092" }, { "name": "CVE-2024-50094", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50094" }, { "name": "CVE-2024-50104", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50104" }, { "name": "CVE-2024-50105", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50105" }, { "name": "CVE-2024-50107", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50107" }, { "name": "CVE-2024-50109", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50109" }, { "name": "CVE-2024-50111", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50111" }, { "name": "CVE-2024-50112", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50112" }, { "name": "CVE-2024-50113", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50113" }, { "name": "CVE-2024-50114", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50114" }, { "name": "CVE-2024-50118", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50118" }, { "name": "CVE-2024-50119", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50119" }, { "name": "CVE-2024-50120", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50120" }, { "name": "CVE-2024-50122", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50122" }, { "name": "CVE-2024-50123", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50123" }, { "name": "CVE-2024-50129", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50129" }, { "name": "CVE-2024-50132", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50132" }, { "name": "CVE-2024-50137", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50137" }, { "name": "CVE-2024-50140", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50140" }, { "name": "CVE-2024-50144", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50144" }, { "name": "CVE-2024-50149", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50149" }, { "name": "CVE-2024-50152", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50152" }, { "name": "CVE-2024-50161", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50161" }, { "name": "CVE-2024-50165", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50165" }, { "name": "CVE-2024-50170", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50170" }, { "name": "CVE-2024-50173", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50173" }, { "name": "CVE-2024-50174", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50174" }, { "name": "CVE-2024-50178", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50178" }, { "name": "CVE-2024-50190", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50190" }, { "name": "CVE-2024-50197", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50197" }, { "name": "CVE-2024-50204", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50204" }, { "name": "CVE-2024-50206", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50206" }, { "name": "CVE-2024-50207", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50207" }, { "name": "CVE-2024-50212", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50212" }, { "name": "CVE-2024-50213", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50213" }, { "name": "CVE-2024-50214", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50214" }, { "name": "CVE-2024-50217", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50217" }, { "name": "CVE-2024-50220", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50220" }, { "name": "CVE-2024-50222", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50222" }, { "name": "CVE-2024-50223", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50223" }, { "name": "CVE-2024-50227", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50227" }, { "name": "CVE-2024-50238", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50238" }, { "name": "CVE-2024-50239", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50239" }, { "name": "CVE-2024-50253", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50253" }, { "name": "CVE-2024-50254", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50254" }, { "name": "CVE-2024-50260", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50260" }, { "name": "CVE-2024-50263", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50263" }, { "name": "CVE-2024-50266", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50266" }, { "name": "CVE-2024-50270", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50270" }, { "name": "CVE-2024-50277", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50277" }, { "name": "CVE-2024-50281", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50281" }, { "name": "CVE-2024-50285", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50285" }, { "name": "CVE-2024-50288", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50288" }, { "name": "CVE-2024-50291", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50291" }, { "name": "CVE-2024-50293", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50293" }, { "name": "CVE-2024-50294", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50294" }, { "name": "CVE-2024-50297", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50297" }, { "name": "CVE-2024-50300", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50300" }, { "name": "CVE-2024-50303", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50303" }, { "name": "CVE-2024-53044", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53044" }, { "name": "CVE-2024-53046", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53046" }, { "name": "CVE-2024-53049", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53049" }, { "name": "CVE-2024-53053", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53053" }, { "name": "CVE-2024-53062", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53062" }, { "name": "CVE-2024-53065", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53065" }, { "name": "CVE-2024-53067", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53067" }, { "name": "CVE-2024-53069", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53069" }, { "name": "CVE-2024-53071", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53071" }, { "name": "CVE-2024-53075", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53075" }, { "name": "CVE-2024-53077", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53077" }, { "name": "CVE-2024-53078", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53078" }, { "name": "CVE-2024-53080", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53080" }, { "name": "CVE-2024-53083", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53083" }, { "name": "CVE-2024-53084", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53084" }, { "name": "CVE-2024-53086", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53086" }, { "name": "CVE-2024-53087", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53087" }, { "name": "CVE-2024-53089", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53089" }, { "name": "CVE-2024-53092", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53092" }, { "name": "CVE-2024-53098", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53098" }, { "name": "CVE-2024-53107", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53107" }, { "name": "CVE-2024-53109", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53109" }, { "name": "CVE-2024-53115", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53115" }, { "name": "CVE-2024-53116", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53116" }, { "name": "CVE-2024-53132", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53132" }, { "name": "CVE-2024-53137", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53137" }, { "name": "CVE-2024-53139", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53139" }, { "name": "CVE-2024-53143", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53143" }, { "name": "CVE-2024-53145", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53145" }, { "name": "CVE-2024-53147", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53147" }, { "name": "CVE-2024-53149", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53149" }, { "name": "CVE-2024-53152", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53152" }, { "name": "CVE-2024-53153", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53153" }, { "name": "CVE-2024-53163", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53163" }, { "name": "CVE-2024-53165", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53165" }, { "name": "CVE-2024-53167", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53167" }, { "name": "CVE-2024-53176", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53176" }, { "name": "CVE-2024-53178", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53178" }, { "name": "CVE-2024-53181", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53181" }, { "name": "CVE-2024-53183", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53183" }, { "name": "CVE-2024-53184", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53184" }, { "name": "CVE-2024-53189", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53189" }, { "name": "CVE-2024-53192", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53192" }, { "name": "CVE-2024-53193", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53193" }, { "name": "CVE-2024-53199", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53199" }, { "name": "CVE-2024-53212", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53212" }, { "name": "CVE-2024-53218", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53218" }, { "name": "CVE-2024-53219", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53219" }, { "name": "CVE-2024-53220", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53220" }, { "name": "CVE-2024-53221", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53221" }, { "name": "CVE-2024-53223", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53223" }, { "name": "CVE-2024-53226", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53226" }, { "name": "CVE-2024-53228", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53228" }, { "name": "CVE-2024-56534", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56534" }, { "name": "CVE-2024-56535", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56535" }, { "name": "CVE-2024-56537", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56537" }, { "name": "CVE-2024-56540", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56540" }, { "name": "CVE-2024-56541", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56541" }, { "name": "CVE-2024-56544", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56544" }, { "name": "CVE-2024-56545", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56545" }, { "name": "CVE-2024-56674", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56674" }, { "name": "CVE-2024-56680", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56680" }, { "name": "CVE-2024-56684", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56684" }, { "name": "CVE-2024-56685", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56685" }, { "name": "CVE-2024-56689", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56689" }, { "name": "CVE-2024-56692", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56692" }, { "name": "CVE-2024-56696", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56696" }, { "name": "CVE-2024-56697", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56697" }, { "name": "CVE-2024-56699", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56699" }, { "name": "CVE-2024-56702", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56702" }, { "name": "CVE-2024-56720", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56720" }, { "name": "CVE-2024-56721", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56721" }, { "name": "CVE-2024-56742", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56742" }, { "name": "CVE-2024-56744", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56744" }, { "name": "CVE-2024-56749", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56749" }, { "name": "CVE-2024-56751", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56751" }, { "name": "CVE-2025-0927", "url": "https://www.cve.org/CVERecord?id=CVE-2025-0927" }, { "name": "CVE-2024-56542", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56542" } ], "initial_release_date": "2025-03-07T00:00:00", "last_revision_date": "2025-03-07T00:00:00", "links": [], "reference": "CERTFR-2025-AVI-0185", "revisions": [ { "description": "Version initiale", "revision_date": "2025-03-07T00:00:00.000000" } ], "risks": [ { "description": "Ex\u00e9cution de code arbitraire" }, { "description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur" }, { "description": "D\u00e9ni de service" } ], "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux d\u0027Ubuntu. Elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire, un d\u00e9ni de service et un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.", "title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux d\u0027Ubuntu", "vendor_advisories": [ { "published_at": "2025-03-05", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7327-1", "url": "https://ubuntu.com/security/notices/USN-7327-1" }, { "published_at": "2025-03-05", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7325-1", "url": "https://ubuntu.com/security/notices/USN-7325-1" }, { "published_at": "2025-03-05", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7324-1", "url": "https://ubuntu.com/security/notices/USN-7324-1" }, { "published_at": "2025-03-05", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7328-1", "url": "https://ubuntu.com/security/notices/USN-7328-1" }, { "published_at": "2025-03-03", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7294-4", "url": "https://ubuntu.com/security/notices/USN-7294-4" }, { "published_at": "2025-03-05", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7323-1", "url": "https://ubuntu.com/security/notices/USN-7323-1" }, { "published_at": "2025-03-05", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7332-1", "url": "https://ubuntu.com/security/notices/USN-7332-1" }, { "published_at": "2025-03-03", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7303-3", "url": "https://ubuntu.com/security/notices/USN-7303-3" }, { "published_at": "2025-02-28", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7311-1", "url": "https://ubuntu.com/security/notices/USN-7311-1" }, { "published_at": "2025-03-05", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7322-1", "url": "https://ubuntu.com/security/notices/USN-7322-1" }, { "published_at": "2025-03-06", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7323-2", "url": "https://ubuntu.com/security/notices/USN-7323-2" }, { "published_at": "2025-03-05", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7333-1", "url": "https://ubuntu.com/security/notices/USN-7333-1" }, { "published_at": "2025-02-28", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7303-2", "url": "https://ubuntu.com/security/notices/USN-7303-2" }, { "published_at": "2025-03-05", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7329-1", "url": "https://ubuntu.com/security/notices/USN-7329-1" }, { "published_at": "2025-02-28", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7310-1", "url": "https://ubuntu.com/security/notices/USN-7310-1" }, { "published_at": "2025-03-05", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7331-1", "url": "https://ubuntu.com/security/notices/USN-7331-1" }, { "published_at": "2025-03-05", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7326-1", "url": "https://ubuntu.com/security/notices/USN-7326-1" }, { "published_at": "2025-02-28", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7294-3", "url": "https://ubuntu.com/security/notices/USN-7294-3" } ] }
CERTFR-2025-AVI-0152
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans le noyau Linux d'Ubuntu. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire, une élévation de privilèges et un déni de service.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
Title | Publication Time | Tags | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
{ "$ref": "https://www.cert.ssi.gouv.fr/openapi.json", "affected_systems": [ { "description": "Ubuntu 16.04 ESM", "product": { "name": "Ubuntu", "vendor": { "name": "Ubuntu", "scada": false } } }, { "description": "Ubuntu 24.04 LTS", "product": { "name": "Ubuntu", "vendor": { "name": "Ubuntu", "scada": false } } }, { "description": "Ubuntu 18.04 ESM", "product": { "name": "Ubuntu", "vendor": { "name": "Ubuntu", "scada": false } } }, { "description": "Ubuntu 20.04 LTS", "product": { "name": "Ubuntu", "vendor": { "name": "Ubuntu", "scada": false } } }, { "description": "Ubuntu 24.10", "product": { "name": "Ubuntu", "vendor": { "name": "Ubuntu", "scada": false } } }, { "description": "Ubuntu 22.04 LTS", "product": { "name": "Ubuntu", "vendor": { "name": "Ubuntu", "scada": false } } } ], "affected_systems_content": "", "content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).", "cves": [ { "name": "CVE-2024-26800", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26800" }, { "name": "CVE-2024-26921", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26921" }, { "name": "CVE-2024-38630", "url": "https://www.cve.org/CVERecord?id=CVE-2024-38630" }, { "name": "CVE-2024-43882", "url": "https://www.cve.org/CVERecord?id=CVE-2024-43882" }, { "name": "CVE-2023-52917", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52917" }, { "name": "CVE-2024-47671", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47671" }, { "name": "CVE-2024-47675", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47675" }, { "name": "CVE-2024-47681", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47681" }, { "name": "CVE-2024-47682", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47682" }, { "name": "CVE-2024-47684", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47684" }, { "name": "CVE-2024-47685", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47685" }, { "name": "CVE-2024-47686", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47686" }, { "name": "CVE-2024-47687", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47687" }, { "name": "CVE-2024-47688", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47688" }, { "name": "CVE-2024-47692", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47692" }, { "name": "CVE-2024-47693", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47693" }, { "name": "CVE-2024-47695", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47695" }, { "name": "CVE-2024-47696", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47696" }, { "name": "CVE-2024-47697", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47697" }, { "name": "CVE-2024-47698", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47698" }, { "name": "CVE-2024-47699", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47699" }, { "name": "CVE-2024-47702", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47702" }, { "name": "CVE-2024-47704", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47704" }, { "name": "CVE-2024-47705", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47705" }, { "name": "CVE-2024-47706", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47706" }, { "name": "CVE-2024-47707", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47707" }, { "name": "CVE-2024-47709", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47709" }, { "name": "CVE-2024-47710", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47710" }, { "name": "CVE-2024-47712", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47712" }, { "name": "CVE-2024-47713", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47713" }, { "name": "CVE-2024-47714", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47714" }, { "name": "CVE-2024-47715", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47715" }, { "name": "CVE-2024-47718", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47718" }, { "name": "CVE-2024-47719", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47719" }, { "name": "CVE-2024-47720", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47720" }, { "name": "CVE-2024-47723", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47723" }, { "name": "CVE-2024-47727", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47727" }, { "name": "CVE-2024-47728", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47728" }, { "name": "CVE-2024-47730", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47730" }, { "name": "CVE-2024-47731", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47731" }, { "name": "CVE-2024-47732", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47732" }, { "name": "CVE-2024-47735", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47735" }, { "name": "CVE-2024-47737", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47737" }, { "name": "CVE-2024-47738", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47738" }, { "name": "CVE-2024-47739", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47739" }, { "name": "CVE-2024-47741", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47741" }, { "name": "CVE-2024-47742", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47742" }, { "name": "CVE-2024-47743", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47743" }, { "name": "CVE-2024-47744", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47744" }, { "name": "CVE-2024-47745", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47745" }, { "name": "CVE-2024-47747", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47747" }, { "name": "CVE-2024-47748", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47748" }, { "name": "CVE-2024-47749", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47749" }, { "name": "CVE-2024-47750", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47750" }, { "name": "CVE-2024-47751", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47751" }, { "name": "CVE-2024-47752", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47752" }, { "name": "CVE-2024-47753", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47753" }, { "name": "CVE-2024-47754", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47754" }, { "name": "CVE-2024-47756", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47756" }, { "name": "CVE-2024-47757", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47757" }, { "name": "CVE-2024-49850", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49850" }, { "name": "CVE-2024-49851", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49851" }, { "name": "CVE-2024-49852", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49852" }, { "name": "CVE-2024-49853", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49853" }, { "name": "CVE-2024-49855", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49855" }, { "name": "CVE-2024-49858", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49858" }, { "name": "CVE-2024-49860", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49860" }, { "name": "CVE-2024-49861", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49861" }, { "name": "CVE-2024-49862", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49862" }, { "name": "CVE-2024-49863", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49863" }, { "name": "CVE-2024-49864", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49864" }, { "name": "CVE-2024-49866", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49866" }, { "name": "CVE-2024-49867", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49867" }, { "name": "CVE-2024-49870", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49870" }, { "name": "CVE-2024-49871", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49871" }, { "name": "CVE-2024-49874", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49874" }, { "name": "CVE-2024-49875", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49875" }, { "name": "CVE-2024-49877", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49877" }, { "name": "CVE-2024-49878", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49878" }, { "name": "CVE-2024-49879", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49879" }, { "name": "CVE-2024-49881", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49881" }, { "name": "CVE-2024-49882", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49882" }, { "name": "CVE-2024-49883", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49883" }, { "name": "CVE-2024-49886", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49886" }, { "name": "CVE-2024-49888", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49888" }, { "name": "CVE-2024-49890", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49890" }, { "name": "CVE-2024-49891", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49891" }, { "name": "CVE-2024-49892", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49892" }, { "name": "CVE-2024-49894", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49894" }, { "name": "CVE-2024-49895", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49895" }, { "name": "CVE-2024-49896", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49896" }, { "name": "CVE-2024-49897", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49897" }, { "name": "CVE-2024-49898", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49898" }, { "name": "CVE-2024-49899", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49899" }, { "name": "CVE-2024-49900", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49900" }, { "name": "CVE-2024-49901", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49901" }, { "name": "CVE-2024-49902", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49902" }, { "name": "CVE-2024-49903", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49903" }, { "name": "CVE-2024-49906", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49906" }, { "name": "CVE-2024-49907", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49907" }, { "name": "CVE-2024-49908", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49908" }, { "name": "CVE-2024-49909", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49909" }, { "name": "CVE-2024-49911", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49911" }, { "name": "CVE-2024-49912", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49912" }, { "name": "CVE-2024-49913", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49913" }, { "name": "CVE-2024-49914", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49914" }, { "name": "CVE-2024-49917", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49917" }, { "name": "CVE-2024-49918", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49918" }, { "name": "CVE-2024-49919", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49919" }, { "name": "CVE-2024-49920", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49920" }, { "name": "CVE-2024-49922", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49922" }, { "name": "CVE-2024-49923", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49923" }, { "name": "CVE-2024-49928", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49928" }, { "name": "CVE-2024-49929", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49929" }, { "name": "CVE-2024-49930", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49930" }, { "name": "CVE-2024-49931", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49931" }, { "name": "CVE-2024-49933", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49933" }, { "name": "CVE-2024-49935", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49935" }, { "name": "CVE-2024-49936", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49936" }, { "name": "CVE-2024-49937", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49937" }, { "name": "CVE-2024-49938", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49938" }, { "name": "CVE-2024-49939", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49939" }, { "name": "CVE-2024-49946", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49946" }, { "name": "CVE-2024-49947", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49947" }, { "name": "CVE-2024-49949", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49949" }, { "name": "CVE-2024-49950", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49950" }, { "name": "CVE-2024-49953", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49953" }, { "name": "CVE-2024-49954", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49954" }, { "name": "CVE-2024-49955", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49955" }, { "name": "CVE-2024-49957", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49957" }, { "name": "CVE-2024-49958", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49958" }, { "name": "CVE-2024-49959", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49959" }, { "name": "CVE-2024-49960", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49960" }, { "name": "CVE-2024-49961", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49961" }, { "name": "CVE-2024-49962", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49962" }, { "name": "CVE-2024-49963", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49963" }, { "name": "CVE-2024-49965", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49965" }, { "name": "CVE-2024-49966", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49966" }, { "name": "CVE-2024-49969", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49969" }, { "name": "CVE-2024-49972", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49972" }, { "name": "CVE-2024-49973", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49973" }, { "name": "CVE-2024-49974", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49974" }, { "name": "CVE-2024-49975", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49975" }, { "name": "CVE-2024-49981", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49981" }, { "name": "CVE-2024-49982", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49982" }, { "name": "CVE-2024-49985", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49985" }, { "name": "CVE-2024-49986", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49986" }, { "name": "CVE-2024-49991", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49991" }, { "name": "CVE-2024-49995", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49995" }, { "name": "CVE-2024-49996", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49996" }, { "name": "CVE-2024-50000", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50000" }, { "name": "CVE-2024-50001", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50001" }, { "name": "CVE-2024-50002", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50002" }, { "name": "CVE-2024-50006", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50006" }, { "name": "CVE-2024-50007", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50007" }, { "name": "CVE-2024-50008", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50008" }, { "name": "CVE-2024-50013", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50013" }, { "name": "CVE-2024-50014", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50014" }, { "name": "CVE-2024-50015", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50015" }, { "name": "CVE-2024-50017", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50017" }, { "name": "CVE-2024-50019", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50019" }, { "name": "CVE-2024-50020", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50020" }, { "name": "CVE-2024-50021", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50021" }, { "name": "CVE-2024-50022", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50022" }, { "name": "CVE-2024-50023", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50023" }, { "name": "CVE-2024-50024", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50024" }, { "name": "CVE-2024-50025", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50025" }, { "name": "CVE-2024-50027", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50027" }, { "name": "CVE-2024-50028", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50028" }, { "name": "CVE-2024-50031", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50031" }, { "name": "CVE-2024-50033", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50033" }, { "name": "CVE-2024-50035", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50035" }, { "name": "CVE-2024-50040", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50040" }, { "name": "CVE-2024-50041", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50041" }, { "name": "CVE-2024-50042", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50042" }, { "name": "CVE-2024-50044", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50044" }, { "name": "CVE-2024-50045", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50045" }, { "name": "CVE-2024-50046", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50046" }, { "name": "CVE-2024-50047", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50047" }, { "name": "CVE-2024-50048", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50048" }, { "name": "CVE-2024-50049", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50049" }, { "name": "CVE-2024-50055", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50055" }, { "name": "CVE-2024-50058", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50058" }, { "name": "CVE-2024-50059", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50059" }, { "name": "CVE-2024-50060", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50060" }, { "name": "CVE-2024-50061", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50061" }, { "name": "CVE-2024-50062", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50062" }, { "name": "CVE-2024-50063", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50063" }, { "name": "CVE-2024-50064", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50064" }, { "name": "CVE-2024-50069", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50069" }, { "name": "CVE-2024-50073", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50073" }, { "name": "CVE-2024-50074", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50074" }, { "name": "CVE-2024-50075", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50075" }, { "name": "CVE-2024-50076", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50076" }, { "name": "CVE-2024-50077", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50077" }, { "name": "CVE-2024-50078", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50078" }, { "name": "CVE-2024-50080", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50080" }, { "name": "CVE-2024-50081", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50081" }, { "name": "CVE-2024-50012", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50012" }, { "name": "CVE-2024-50036", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50036" }, { "name": "CVE-2024-50067", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50067" }, { "name": "CVE-2024-50072", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50072" }, { "name": "CVE-2024-50126", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50126" }, { "name": "CVE-2024-50215", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50215" }, { "name": "CVE-2024-50218", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50218" }, { "name": "CVE-2024-50229", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50229" }, { "name": "CVE-2024-50230", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50230" }, { "name": "CVE-2024-50232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50232" }, { "name": "CVE-2024-50233", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50233" }, { "name": "CVE-2024-50234", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50234" }, { "name": "CVE-2024-50235", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50235" }, { "name": "CVE-2024-50236", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50236" }, { "name": "CVE-2024-50237", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50237" }, { "name": "CVE-2024-50242", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50242" }, { "name": "CVE-2024-50243", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50243" }, { "name": "CVE-2024-50244", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50244" }, { "name": "CVE-2024-50245", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50245" }, { "name": "CVE-2024-50247", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50247" }, { "name": "CVE-2024-50249", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50249" }, { "name": "CVE-2024-50250", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50250" }, { "name": "CVE-2024-50251", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50251" }, { "name": "CVE-2024-50252", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50252" }, { "name": "CVE-2024-50255", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50255" }, { "name": "CVE-2024-50256", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50256" }, { "name": "CVE-2024-50257", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50257" }, { "name": "CVE-2024-50259", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50259" }, { "name": "CVE-2024-50261", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50261" }, { "name": "CVE-2024-50262", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50262" }, { "name": "CVE-2024-50264", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50264" }, { "name": "CVE-2024-50265", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50265" }, { "name": "CVE-2024-50267", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50267" }, { "name": "CVE-2024-50268", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50268" }, { "name": "CVE-2024-50269", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50269" }, { "name": "CVE-2024-50271", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50271" }, { "name": "CVE-2024-50272", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50272" }, { "name": "CVE-2024-50273", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50273" }, { "name": "CVE-2024-50276", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50276" }, { "name": "CVE-2024-50278", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50278" }, { "name": "CVE-2024-50279", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50279" }, { "name": "CVE-2024-50280", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50280" }, { "name": "CVE-2024-50282", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50282" }, { "name": "CVE-2024-50283", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50283" }, { "name": "CVE-2024-50284", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50284" }, { "name": "CVE-2024-50286", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50286" }, { "name": "CVE-2024-50287", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50287" }, { "name": "CVE-2024-50290", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50290" }, { "name": "CVE-2024-50292", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50292" }, { "name": "CVE-2024-50295", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50295" }, { "name": "CVE-2024-50296", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50296" }, { "name": "CVE-2024-50299", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50299" }, { "name": "CVE-2024-50301", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50301" }, { "name": "CVE-2024-50302", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50302" }, { "name": "CVE-2024-53042", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53042" }, { "name": "CVE-2024-53043", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53043" }, { "name": "CVE-2024-53052", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53052" }, { "name": "CVE-2024-53055", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53055" }, { "name": "CVE-2024-53058", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53058" }, { "name": "CVE-2024-53059", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53059" }, { "name": "CVE-2024-53061", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53061" }, { "name": "CVE-2024-53063", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53063" }, { "name": "CVE-2024-53066", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53066" }, { "name": "CVE-2024-53072", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53072" }, { "name": "CVE-2024-53081", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53081" }, { "name": "CVE-2024-53082", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53082" }, { "name": "CVE-2024-53088", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53088" }, { "name": "CVE-2024-53093", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53093" }, { "name": "CVE-2024-50226", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50226" }, { "name": "CVE-2024-49925", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49925" }, { "name": "CVE-2024-49945", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49945" }, { "name": "CVE-2024-50208", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50208" }, { "name": "CVE-2024-50082", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50082" }, { "name": "CVE-2024-50099", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50099" }, { "name": "CVE-2024-50110", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50110" }, { "name": "CVE-2024-50142", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50142" }, { "name": "CVE-2024-50192", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50192" }, { "name": "CVE-2024-47679", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47679" }, { "name": "CVE-2024-47690", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47690" }, { "name": "CVE-2024-47701", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47701" }, { "name": "CVE-2024-47734", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47734" }, { "name": "CVE-2024-47740", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47740" }, { "name": "CVE-2024-49856", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49856" }, { "name": "CVE-2024-49868", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49868" }, { "name": "CVE-2024-49884", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49884" }, { "name": "CVE-2024-49889", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49889" }, { "name": "CVE-2024-49893", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49893" }, { "name": "CVE-2024-49904", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49904" }, { "name": "CVE-2024-49905", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49905" }, { "name": "CVE-2024-49910", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49910" }, { "name": "CVE-2024-49915", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49915" }, { "name": "CVE-2024-49916", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49916" }, { "name": "CVE-2024-49921", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49921" }, { "name": "CVE-2024-49924", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49924" }, { "name": "CVE-2024-49927", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49927" }, { "name": "CVE-2024-49944", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49944" }, { "name": "CVE-2024-49948", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49948" }, { "name": "CVE-2024-49952", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49952" }, { "name": "CVE-2024-49977", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49977" }, { "name": "CVE-2024-49983", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49983" }, { "name": "CVE-2024-49997", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49997" }, { "name": "CVE-2024-50003", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50003" }, { "name": "CVE-2024-50038", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50038" }, { "name": "CVE-2024-50039", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50039" }, { "name": "CVE-2024-50093", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50093" }, { "name": "CVE-2024-50095", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50095" }, { "name": "CVE-2024-50096", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50096" }, { "name": "CVE-2024-50179", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50179" }, { "name": "CVE-2024-50180", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50180" }, { "name": "CVE-2024-50181", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50181" }, { "name": "CVE-2024-50184", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50184" }, { "name": "CVE-2024-50186", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50186" }, { "name": "CVE-2024-50188", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50188" }, { "name": "CVE-2024-50189", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50189" }, { "name": "CVE-2024-50191", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50191" }, { "name": "CVE-2024-47703", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47703" }, { "name": "CVE-2024-49934", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49934" }, { "name": "CVE-2024-49968", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49968" }, { "name": "CVE-2024-49976", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49976" }, { "name": "CVE-2024-49987", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49987" }, { "name": "CVE-2024-49989", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49989" }, { "name": "CVE-2024-50009", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50009" }, { "name": "CVE-2024-50026", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50026" }, { "name": "CVE-2024-50084", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50084" }, { "name": "CVE-2024-50087", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50087" }, { "name": "CVE-2024-50088", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50088" }, { "name": "CVE-2024-50098", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50098" }, { "name": "CVE-2024-50100", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50100" }, { "name": "CVE-2024-50101", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50101" }, { "name": "CVE-2024-50102", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50102" }, { "name": "CVE-2024-50103", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50103" }, { "name": "CVE-2024-50108", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50108" }, { "name": "CVE-2024-50115", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50115" }, { "name": "CVE-2024-50116", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50116" }, { "name": "CVE-2024-50117", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50117" }, { "name": "CVE-2024-50121", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50121" }, { "name": "CVE-2024-50124", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50124" }, { "name": "CVE-2024-50125", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50125" }, { "name": "CVE-2024-50127", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50127" }, { "name": "CVE-2024-50128", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50128" }, { "name": "CVE-2024-50130", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50130" }, { "name": "CVE-2024-50131", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50131" }, { "name": "CVE-2024-50134", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50134" }, { "name": "CVE-2024-50135", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50135" }, { "name": "CVE-2024-50136", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50136" }, { "name": "CVE-2024-50138", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50138" }, { "name": "CVE-2024-50139", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50139" }, { "name": "CVE-2024-50141", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50141" }, { "name": "CVE-2024-50145", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50145" }, { "name": "CVE-2024-50146", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50146" }, { "name": "CVE-2024-50147", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50147" }, { "name": "CVE-2024-50148", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50148" }, { "name": "CVE-2024-50150", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50150" }, { "name": "CVE-2024-50153", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50153" }, { "name": "CVE-2024-50154", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50154" }, { "name": "CVE-2024-50155", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50155" }, { "name": "CVE-2024-50156", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50156" }, { "name": "CVE-2024-50157", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50157" }, { "name": "CVE-2024-50158", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50158" }, { "name": "CVE-2024-50159", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50159" }, { "name": "CVE-2024-50160", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50160" }, { "name": "CVE-2024-50166", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50166" }, { "name": "CVE-2024-50167", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50167" }, { "name": "CVE-2024-50169", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50169" }, { "name": "CVE-2024-50171", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50171" }, { "name": "CVE-2024-50172", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50172" }, { "name": "CVE-2024-50176", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50176" }, { "name": "CVE-2024-50177", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50177" }, { "name": "CVE-2024-50182", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50182" }, { "name": "CVE-2024-50183", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50183" }, { "name": "CVE-2024-50187", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50187" }, { "name": "CVE-2024-50194", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50194" }, { "name": "CVE-2024-50195", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50195" }, { "name": "CVE-2024-50196", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50196" }, { "name": "CVE-2024-50198", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50198" }, { "name": "CVE-2024-50200", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50200" }, { "name": "CVE-2024-50201", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50201" }, { "name": "CVE-2024-50205", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50205" }, { "name": "CVE-2024-50209", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50209" }, { "name": "CVE-2024-50216", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50216" }, { "name": "CVE-2024-50221", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50221" }, { "name": "CVE-2024-50224", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50224" }, { "name": "CVE-2024-50225", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50225" }, { "name": "CVE-2024-50231", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50231" }, { "name": "CVE-2024-50240", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50240" }, { "name": "CVE-2024-50246", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50246" }, { "name": "CVE-2024-50248", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50248" }, { "name": "CVE-2024-50274", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50274" }, { "name": "CVE-2024-50275", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50275" }, { "name": "CVE-2024-50289", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50289" }, { "name": "CVE-2024-50298", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50298" }, { "name": "CVE-2024-53045", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53045" }, { "name": "CVE-2024-53048", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53048" }, { "name": "CVE-2024-53056", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53056" }, { "name": "CVE-2024-53068", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53068" }, { "name": "CVE-2024-53074", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53074" }, { "name": "CVE-2024-53076", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53076" }, { "name": "CVE-2024-53079", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53079" }, { "name": "CVE-2024-53085", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53085" }, { "name": "CVE-2024-53094", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53094" }, { "name": "CVE-2024-53095", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53095" }, { "name": "CVE-2024-53100", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53100" }, { "name": "CVE-2024-53101", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53101" }, { "name": "CVE-2024-53104", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53104" }, { "name": "CVE-2024-53106", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53106" }, { "name": "CVE-2024-53108", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53108" }, { "name": "CVE-2024-53110", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53110" }, { "name": "CVE-2024-53112", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53112" }, { "name": "CVE-2024-53114", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53114" }, { "name": "CVE-2024-53121", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53121" }, { "name": "CVE-2024-53138", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53138" }, { "name": "CVE-2024-53142", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53142" }, { "name": "CVE-2024-47678", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47678" }, { "name": "CVE-2024-49859", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49859" }, { "name": "CVE-2024-49978", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49978" }, { "name": "CVE-2024-49992", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49992" }, { "name": "CVE-2024-50010", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50010" }, { "name": "CVE-2024-50083", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50083" }, { "name": "CVE-2024-50085", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50085" }, { "name": "CVE-2024-50086", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50086" }, { "name": "CVE-2024-50133", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50133" }, { "name": "CVE-2024-50143", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50143" }, { "name": "CVE-2024-50151", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50151" }, { "name": "CVE-2024-50162", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50162" }, { "name": "CVE-2024-50163", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50163" }, { "name": "CVE-2024-50168", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50168" }, { "name": "CVE-2024-50185", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50185" }, { "name": "CVE-2024-50193", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50193" }, { "name": "CVE-2024-50199", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50199" }, { "name": "CVE-2024-50202", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50202" }, { "name": "CVE-2024-53103", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53103" }, { "name": "CVE-2024-53113", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53113" }, { "name": "CVE-2024-53119", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53119" }, { "name": "CVE-2024-53120", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53120" }, { "name": "CVE-2024-53122", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53122" }, { "name": "CVE-2024-53123", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53123" }, { "name": "CVE-2024-53127", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53127" }, { "name": "CVE-2024-53129", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53129" }, { "name": "CVE-2024-53130", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53130" }, { "name": "CVE-2024-53131", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53131" }, { "name": "CVE-2024-53135", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53135" }, { "name": "CVE-2024-53140", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53140" }, { "name": "CVE-2024-53144", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53144" }, { "name": "CVE-2024-50011", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50011" }, { "name": "CVE-2024-50016", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50016" }, { "name": "CVE-2024-50203", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50203" }, { "name": "CVE-2024-50211", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50211" }, { "name": "CVE-2024-53064", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53064" }, { "name": "CVE-2024-53090", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53090" }, { "name": "CVE-2024-53099", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53099" }, { "name": "CVE-2024-53105", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53105" }, { "name": "CVE-2024-53111", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53111" }, { "name": "CVE-2024-53117", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53117" }, { "name": "CVE-2024-53118", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53118" }, { "name": "CVE-2024-53125", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53125" }, { "name": "CVE-2024-53126", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53126" }, { "name": "CVE-2024-53133", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53133" }, { "name": "CVE-2024-53134", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53134" }, { "name": "CVE-2024-53141", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53141" }, { "name": "CVE-2024-53146", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53146" }, { "name": "CVE-2024-53148", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53148" }, { "name": "CVE-2024-53150", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53150" }, { "name": "CVE-2024-53151", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53151" }, { "name": "CVE-2024-53154", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53154" }, { "name": "CVE-2024-53155", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53155" }, { "name": "CVE-2024-53156", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53156" }, { "name": "CVE-2024-53157", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53157" }, { "name": "CVE-2024-53158", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53158" }, { "name": "CVE-2024-53160", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53160" }, { "name": "CVE-2024-53161", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53161" }, { "name": "CVE-2024-53162", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53162" }, { "name": "CVE-2024-53166", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53166" }, { "name": "CVE-2024-53169", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53169" }, { "name": "CVE-2024-53171", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53171" }, { "name": "CVE-2024-53173", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53173" }, { "name": "CVE-2024-53174", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53174" }, { "name": "CVE-2024-53180", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53180" }, { "name": "CVE-2024-53188", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53188" }, { "name": "CVE-2024-53190", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53190" }, { "name": "CVE-2024-53191", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53191" }, { "name": "CVE-2024-53200", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53200" }, { "name": "CVE-2024-53202", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53202" }, { "name": "CVE-2024-53208", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53208" }, { "name": "CVE-2024-53209", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53209" }, { "name": "CVE-2024-53210", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53210" }, { "name": "CVE-2024-53213", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53213" }, { "name": "CVE-2024-53214", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53214" }, { "name": "CVE-2024-53215", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53215" }, { "name": "CVE-2024-53216", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53216" }, { "name": "CVE-2024-53217", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53217" }, { "name": "CVE-2024-53224", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53224" }, { "name": "CVE-2024-53229", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53229" }, { "name": "CVE-2024-53234", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53234" }, { "name": "CVE-2024-53237", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53237" }, { "name": "CVE-2024-56536", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56536" }, { "name": "CVE-2024-56539", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56539" }, { "name": "CVE-2024-56549", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56549" }, { "name": "CVE-2024-56752", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56752" }, { "name": "CVE-2024-56754", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56754" }, { "name": "CVE-2024-56755", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56755" }, { "name": "CVE-2024-56756", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56756" }, { "name": "CVE-2024-53239", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53239" }, { "name": "CVE-2024-56548", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56548" }, { "name": "CVE-2024-56704", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56704" }, { "name": "CVE-2024-49951", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49951" }, { "name": "CVE-2024-49998", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49998" }, { "name": "CVE-2024-50106", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50106" }, { "name": "CVE-2024-53091", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53091" }, { "name": "CVE-2024-53168", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53168" }, { "name": "CVE-2024-53170", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53170" }, { "name": "CVE-2024-53172", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53172" }, { "name": "CVE-2024-53175", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53175" }, { "name": "CVE-2024-53194", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53194" }, { "name": "CVE-2024-53195", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53195" }, { "name": "CVE-2024-53196", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53196" }, { "name": "CVE-2024-53197", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53197" }, { "name": "CVE-2024-53198", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53198" }, { "name": "CVE-2024-53227", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53227" }, { "name": "CVE-2024-53230", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53230" }, { "name": "CVE-2024-53231", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53231" }, { "name": "CVE-2024-53232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53232" }, { "name": "CVE-2024-53233", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53233" }, { "name": "CVE-2024-53236", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53236" }, { "name": "CVE-2024-56531", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56531" }, { "name": "CVE-2024-56532", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56532" }, { "name": "CVE-2024-56533", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56533" }, { "name": "CVE-2024-56538", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56538" }, { "name": "CVE-2024-56543", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56543" }, { "name": "CVE-2024-56546", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56546" }, { "name": "CVE-2024-53238", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53238" }, { "name": "CVE-2024-56677", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56677" }, { "name": "CVE-2024-56678", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56678" }, { "name": "CVE-2024-56681", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56681" }, { "name": "CVE-2024-56683", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56683" }, { "name": "CVE-2024-56687", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56687" }, { "name": "CVE-2024-56688", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56688" }, { "name": "CVE-2024-56690", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56690" }, { "name": "CVE-2024-56691", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56691" }, { "name": "CVE-2024-56694", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56694" }, { "name": "CVE-2024-56698", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56698" }, { "name": "CVE-2024-56700", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56700" }, { "name": "CVE-2024-56701", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56701" }, { "name": "CVE-2024-56705", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56705" }, { "name": "CVE-2024-56708", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56708" }, { "name": "CVE-2024-56722", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56722" }, { "name": "CVE-2024-56723", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56723" }, { "name": "CVE-2024-56724", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56724" }, { "name": "CVE-2024-56729", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56729" }, { "name": "CVE-2024-56739", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56739" }, { "name": "CVE-2024-56741", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56741" }, { "name": "CVE-2024-56745", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56745" }, { "name": "CVE-2024-56746", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56746" }, { "name": "CVE-2024-56747", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56747" }, { "name": "CVE-2024-56748", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56748" }, { "name": "CVE-2024-53047", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53047" }, { "name": "CVE-2024-50258", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50258" }, { "name": "CVE-2024-50304", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50304" }, { "name": "CVE-2024-53187", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53187" }, { "name": "CVE-2024-53203", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53203" }, { "name": "CVE-2024-56679", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56679" }, { "name": "CVE-2024-56693", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56693" }, { "name": "CVE-2024-56707", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56707" }, { "name": "CVE-2024-56725", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56725" }, { "name": "CVE-2024-56726", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56726" }, { "name": "CVE-2024-56727", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56727" }, { "name": "CVE-2024-56728", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56728" }, { "name": "CVE-2024-49994", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49994" }, { "name": "CVE-2024-50164", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50164" }, { "name": "CVE-2024-53124", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53124" }, { "name": "CVE-2024-53128", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53128" }, { "name": "CVE-2024-56703", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56703" }, { "name": "CVE-2024-53177", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53177" }, { "name": "CVE-2022-49034", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49034" }, { "name": "CVE-2024-46869", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46869" }, { "name": "CVE-2024-47676", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47676" }, { "name": "CVE-2024-47677", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47677" }, { "name": "CVE-2024-47680", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47680" }, { "name": "CVE-2024-47689", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47689" }, { "name": "CVE-2024-47691", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47691" }, { "name": "CVE-2024-47694", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47694" }, { "name": "CVE-2024-47700", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47700" }, { "name": "CVE-2024-47708", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47708" }, { "name": "CVE-2024-47711", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47711" }, { "name": "CVE-2024-47716", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47716" }, { "name": "CVE-2024-47717", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47717" }, { "name": "CVE-2024-47721", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47721" }, { "name": "CVE-2024-47724", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47724" }, { "name": "CVE-2024-47726", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47726" }, { "name": "CVE-2024-47733", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47733" }, { "name": "CVE-2024-47736", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47736" }, { "name": "CVE-2024-47746", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47746" }, { "name": "CVE-2024-49857", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49857" }, { "name": "CVE-2024-49865", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49865" }, { "name": "CVE-2024-49869", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49869" }, { "name": "CVE-2024-49872", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49872" }, { "name": "CVE-2024-49873", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49873" }, { "name": "CVE-2024-49876", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49876" }, { "name": "CVE-2024-49880", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49880" }, { "name": "CVE-2024-49885", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49885" }, { "name": "CVE-2024-49887", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49887" }, { "name": "CVE-2024-49926", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49926" }, { "name": "CVE-2024-49932", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49932" }, { "name": "CVE-2024-49940", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49940" }, { "name": "CVE-2024-49941", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49941" }, { "name": "CVE-2024-49942", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49942" }, { "name": "CVE-2024-49943", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49943" }, { "name": "CVE-2024-49956", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49956" }, { "name": "CVE-2024-49964", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49964" }, { "name": "CVE-2024-49970", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49970" }, { "name": "CVE-2024-49971", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49971" }, { "name": "CVE-2024-49979", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49979" }, { "name": "CVE-2024-49980", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49980" }, { "name": "CVE-2024-49988", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49988" }, { "name": "CVE-2024-49999", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49999" }, { "name": "CVE-2024-50005", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50005" }, { "name": "CVE-2024-50029", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50029" }, { "name": "CVE-2024-50030", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50030" }, { "name": "CVE-2024-50034", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50034" }, { "name": "CVE-2024-50037", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50037" }, { "name": "CVE-2024-50043", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50043" }, { "name": "CVE-2024-50056", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50056" }, { "name": "CVE-2024-50057", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50057" }, { "name": "CVE-2024-50065", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50065" }, { "name": "CVE-2024-50066", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50066" }, { "name": "CVE-2024-50068", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50068" }, { "name": "CVE-2024-50070", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50070" }, { "name": "CVE-2024-50071", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50071" }, { "name": "CVE-2024-50079", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50079" }, { "name": "CVE-2024-50090", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50090" }, { "name": "CVE-2024-50091", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50091" }, { "name": "CVE-2024-50092", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50092" }, { "name": "CVE-2024-50094", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50094" }, { "name": "CVE-2024-50104", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50104" }, { "name": "CVE-2024-50105", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50105" }, { "name": "CVE-2024-50107", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50107" }, { "name": "CVE-2024-50109", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50109" }, { "name": "CVE-2024-50111", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50111" }, { "name": "CVE-2024-50112", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50112" }, { "name": "CVE-2024-50113", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50113" }, { "name": "CVE-2024-50114", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50114" }, { "name": "CVE-2024-50118", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50118" }, { "name": "CVE-2024-50119", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50119" }, { "name": "CVE-2024-50120", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50120" }, { "name": "CVE-2024-50122", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50122" }, { "name": "CVE-2024-50123", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50123" }, { "name": "CVE-2024-50129", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50129" }, { "name": "CVE-2024-50132", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50132" }, { "name": "CVE-2024-50137", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50137" }, { "name": "CVE-2024-50140", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50140" }, { "name": "CVE-2024-50144", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50144" }, { "name": "CVE-2024-50149", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50149" }, { "name": "CVE-2024-50152", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50152" }, { "name": "CVE-2024-50161", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50161" }, { "name": "CVE-2024-50165", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50165" }, { "name": "CVE-2024-50170", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50170" }, { "name": "CVE-2024-50173", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50173" }, { "name": "CVE-2024-50174", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50174" }, { "name": "CVE-2024-50178", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50178" }, { "name": "CVE-2024-50190", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50190" }, { "name": "CVE-2024-50197", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50197" }, { "name": "CVE-2024-50204", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50204" }, { "name": "CVE-2024-50206", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50206" }, { "name": "CVE-2024-50207", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50207" }, { "name": "CVE-2024-50212", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50212" }, { "name": "CVE-2024-50213", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50213" }, { "name": "CVE-2024-50214", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50214" }, { "name": "CVE-2024-50217", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50217" }, { "name": "CVE-2024-50220", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50220" }, { "name": "CVE-2024-50222", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50222" }, { "name": "CVE-2024-50223", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50223" }, { "name": "CVE-2024-50227", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50227" }, { "name": "CVE-2024-50238", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50238" }, { "name": "CVE-2024-50239", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50239" }, { "name": "CVE-2024-50253", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50253" }, { "name": "CVE-2024-50254", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50254" }, { "name": "CVE-2024-50260", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50260" }, { "name": "CVE-2024-50263", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50263" }, { "name": "CVE-2024-50266", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50266" }, { "name": "CVE-2024-50270", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50270" }, { "name": "CVE-2024-50277", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50277" }, { "name": "CVE-2024-50281", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50281" }, { "name": "CVE-2024-50285", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50285" }, { "name": "CVE-2024-50288", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50288" }, { "name": "CVE-2024-50291", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50291" }, { "name": "CVE-2024-50293", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50293" }, { "name": "CVE-2024-50294", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50294" }, { "name": "CVE-2024-50297", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50297" }, { "name": "CVE-2024-50300", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50300" }, { "name": "CVE-2024-50303", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50303" }, { "name": "CVE-2024-53044", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53044" }, { "name": "CVE-2024-53046", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53046" }, { "name": "CVE-2024-53049", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53049" }, { "name": "CVE-2024-53053", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53053" }, { "name": "CVE-2024-53062", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53062" }, { "name": "CVE-2024-53065", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53065" }, { "name": "CVE-2024-53067", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53067" }, { "name": "CVE-2024-53069", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53069" }, { "name": "CVE-2024-53071", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53071" }, { "name": "CVE-2024-53075", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53075" }, { "name": "CVE-2024-53077", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53077" }, { "name": "CVE-2024-53078", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53078" }, { "name": "CVE-2024-53080", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53080" }, { "name": "CVE-2024-53083", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53083" }, { "name": "CVE-2024-53084", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53084" }, { "name": "CVE-2024-53086", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53086" }, { "name": "CVE-2024-53087", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53087" }, { "name": "CVE-2024-53089", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53089" }, { "name": "CVE-2024-53092", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53092" }, { "name": "CVE-2024-53098", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53098" }, { "name": "CVE-2024-53107", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53107" }, { "name": "CVE-2024-53109", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53109" }, { "name": "CVE-2024-53115", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53115" }, { "name": "CVE-2024-53116", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53116" }, { "name": "CVE-2024-53132", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53132" }, { "name": "CVE-2024-53137", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53137" }, { "name": "CVE-2024-53139", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53139" }, { "name": "CVE-2024-53143", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53143" }, { "name": "CVE-2024-53145", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53145" }, { "name": "CVE-2024-53147", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53147" }, { "name": "CVE-2024-53149", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53149" }, { "name": "CVE-2024-53152", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53152" }, { "name": "CVE-2024-53153", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53153" }, { "name": "CVE-2024-53163", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53163" }, { "name": "CVE-2024-53165", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53165" }, { "name": "CVE-2024-53167", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53167" }, { "name": "CVE-2024-53176", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53176" }, { "name": "CVE-2024-53178", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53178" }, { "name": "CVE-2024-53181", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53181" }, { "name": "CVE-2024-53183", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53183" }, { "name": "CVE-2024-53184", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53184" }, { "name": "CVE-2024-53189", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53189" }, { "name": "CVE-2024-53192", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53192" }, { "name": "CVE-2024-53193", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53193" }, { "name": "CVE-2024-53199", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53199" }, { "name": "CVE-2024-53212", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53212" }, { "name": "CVE-2024-53218", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53218" }, { "name": "CVE-2024-53219", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53219" }, { "name": "CVE-2024-53220", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53220" }, { "name": "CVE-2024-53221", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53221" }, { "name": "CVE-2024-53223", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53223" }, { "name": "CVE-2024-53226", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53226" }, { "name": "CVE-2024-53228", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53228" }, { "name": "CVE-2024-56534", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56534" }, { "name": "CVE-2024-56535", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56535" }, { "name": "CVE-2024-56537", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56537" }, { "name": "CVE-2024-56540", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56540" }, { "name": "CVE-2024-56541", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56541" }, { "name": "CVE-2024-56544", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56544" }, { "name": "CVE-2024-56545", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56545" }, { "name": "CVE-2024-56674", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56674" }, { "name": "CVE-2024-56680", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56680" }, { "name": "CVE-2024-56684", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56684" }, { "name": "CVE-2024-56685", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56685" }, { "name": "CVE-2024-56689", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56689" }, { "name": "CVE-2024-56692", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56692" }, { "name": "CVE-2024-56696", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56696" }, { "name": "CVE-2024-56697", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56697" }, { "name": "CVE-2024-56699", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56699" }, { "name": "CVE-2024-56702", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56702" }, { "name": "CVE-2024-56720", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56720" }, { "name": "CVE-2024-56721", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56721" }, { "name": "CVE-2024-56742", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56742" }, { "name": "CVE-2024-56744", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56744" }, { "name": "CVE-2024-56749", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56749" }, { "name": "CVE-2024-56751", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56751" }, { "name": "CVE-2025-0927", "url": "https://www.cve.org/CVERecord?id=CVE-2025-0927" } ], "initial_release_date": "2025-02-21T00:00:00", "last_revision_date": "2025-02-21T00:00:00", "links": [], "reference": "CERTFR-2025-AVI-0152", "revisions": [ { "description": "Version initiale", "revision_date": "2025-02-21T00:00:00.000000" } ], "risks": [ { "description": "Ex\u00e9cution de code arbitraire" }, { "description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur" }, { "description": "D\u00e9ni de service" }, { "description": "\u00c9l\u00e9vation de privil\u00e8ges" } ], "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux d\u0027Ubuntu. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service.", "title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux d\u0027Ubuntu", "vendor_advisories": [ { "published_at": "2025-02-20", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu LSN-0109-1", "url": "https://ubuntu.com/security/notices/LSN-0109-1" }, { "published_at": "2025-02-19", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7277-1", "url": "https://ubuntu.com/security/notices/USN-7277-1" }, { "published_at": "2025-02-19", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7276-1", "url": "https://ubuntu.com/security/notices/USN-7276-1" } ] }
ghsa-vr58-5gj9-563m
Vulnerability from github
In the Linux kernel, the following vulnerability has been resolved:
drm/panthor: Fix handling of partial GPU mapping of BOs
This commit fixes the bug in the handling of partial mapping of the buffer objects to the GPU, which caused kernel warnings.
Panthor didn't correctly handle the case where the partial mapping spanned multiple scatterlists and the mapping offset didn't point to the 1st page of starting scatterlist. The offset variable was not cleared after reaching the starting scatterlist.
Following warning messages were seen. WARNING: CPU: 1 PID: 650 at drivers/iommu/io-pgtable-arm.c:659 __arm_lpae_unmap+0x254/0x5a0 pc : __arm_lpae_unmap+0x254/0x5a0 lr : __arm_lpae_unmap+0x2cc/0x5a0 Call trace: __arm_lpae_unmap+0x254/0x5a0 __arm_lpae_unmap+0x108/0x5a0 __arm_lpae_unmap+0x108/0x5a0 __arm_lpae_unmap+0x108/0x5a0 arm_lpae_unmap_pages+0x80/0xa0 panthor_vm_unmap_pages+0xac/0x1c8 [panthor] panthor_gpuva_sm_step_unmap+0x4c/0xc8 [panthor] op_unmap_cb.isra.23.constprop.30+0x54/0x80 __drm_gpuvm_sm_unmap+0x184/0x1c8 drm_gpuvm_sm_unmap+0x40/0x60 panthor_vm_exec_op+0xa8/0x120 [panthor] panthor_vm_bind_exec_sync_op+0xc4/0xe8 [panthor] panthor_ioctl_vm_bind+0x10c/0x170 [panthor] drm_ioctl_kernel+0xbc/0x138 drm_ioctl+0x210/0x4b0 __arm64_sys_ioctl+0xb0/0xf8 invoke_syscall+0x4c/0x110 el0_svc_common.constprop.1+0x98/0xf8 do_el0_svc+0x24/0x38 el0_svc+0x34/0xc8 el0t_64_sync_handler+0xa0/0xc8 el0t_64_sync+0x174/0x178 panthor : [drm] drm_WARN_ON(unmapped_sz != pgsize * pgcount) WARNING: CPU: 1 PID: 650 at drivers/gpu/drm/panthor/panthor_mmu.c:922 panthor_vm_unmap_pages+0x124/0x1c8 [panthor] pc : panthor_vm_unmap_pages+0x124/0x1c8 [panthor] lr : panthor_vm_unmap_pages+0x124/0x1c8 [panthor] panthor : [drm] ERROR failed to unmap range ffffa388f000-ffffa3890000 (requested range ffffa388c000-ffffa3890000)
{ "affected": [], "aliases": [ "CVE-2024-53116" ], "database_specific": { "cwe_ids": [], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2024-12-02T14:15:12Z", "severity": "MODERATE" }, "details": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/panthor: Fix handling of partial GPU mapping of BOs\n\nThis commit fixes the bug in the handling of partial mapping of the\nbuffer objects to the GPU, which caused kernel warnings.\n\nPanthor didn\u0027t correctly handle the case where the partial mapping\nspanned multiple scatterlists and the mapping offset didn\u0027t point\nto the 1st page of starting scatterlist. The offset variable was\nnot cleared after reaching the starting scatterlist.\n\nFollowing warning messages were seen.\nWARNING: CPU: 1 PID: 650 at drivers/iommu/io-pgtable-arm.c:659 __arm_lpae_unmap+0x254/0x5a0\n\u003csnip\u003e\npc : __arm_lpae_unmap+0x254/0x5a0\nlr : __arm_lpae_unmap+0x2cc/0x5a0\n\u003csnip\u003e\nCall trace:\n __arm_lpae_unmap+0x254/0x5a0\n __arm_lpae_unmap+0x108/0x5a0\n __arm_lpae_unmap+0x108/0x5a0\n __arm_lpae_unmap+0x108/0x5a0\n arm_lpae_unmap_pages+0x80/0xa0\n panthor_vm_unmap_pages+0xac/0x1c8 [panthor]\n panthor_gpuva_sm_step_unmap+0x4c/0xc8 [panthor]\n op_unmap_cb.isra.23.constprop.30+0x54/0x80\n __drm_gpuvm_sm_unmap+0x184/0x1c8\n drm_gpuvm_sm_unmap+0x40/0x60\n panthor_vm_exec_op+0xa8/0x120 [panthor]\n panthor_vm_bind_exec_sync_op+0xc4/0xe8 [panthor]\n panthor_ioctl_vm_bind+0x10c/0x170 [panthor]\n drm_ioctl_kernel+0xbc/0x138\n drm_ioctl+0x210/0x4b0\n __arm64_sys_ioctl+0xb0/0xf8\n invoke_syscall+0x4c/0x110\n el0_svc_common.constprop.1+0x98/0xf8\n do_el0_svc+0x24/0x38\n el0_svc+0x34/0xc8\n el0t_64_sync_handler+0xa0/0xc8\n el0t_64_sync+0x174/0x178\n\u003csnip\u003e\npanthor : [drm] drm_WARN_ON(unmapped_sz != pgsize * pgcount)\nWARNING: CPU: 1 PID: 650 at drivers/gpu/drm/panthor/panthor_mmu.c:922 panthor_vm_unmap_pages+0x124/0x1c8 [panthor]\n\u003csnip\u003e\npc : panthor_vm_unmap_pages+0x124/0x1c8 [panthor]\nlr : panthor_vm_unmap_pages+0x124/0x1c8 [panthor]\n\u003csnip\u003e\npanthor : [drm] *ERROR* failed to unmap range ffffa388f000-ffffa3890000 (requested range ffffa388c000-ffffa3890000)", "id": "GHSA-vr58-5gj9-563m", "modified": "2024-12-11T21:31:57Z", "published": "2024-12-02T15:31:39Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53116" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/3387e043918e154ca08d83954966a8b087fe2835" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/d3e61af64b770e0038470c81f42bd1d0598f6bcc" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ] }
fkie_cve-2024-53116
Vulnerability from fkie_nvd
5.5 (Medium) - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Vendor | Product | Version | |
---|---|---|---|
linux | linux_kernel | * | |
linux | linux_kernel | 6.12 | |
linux | linux_kernel | 6.12 | |
linux | linux_kernel | 6.12 | |
linux | linux_kernel | 6.12 | |
linux | linux_kernel | 6.12 | |
linux | linux_kernel | 6.12 | |
linux | linux_kernel | 6.12 |
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "matchCriteriaId": "CBF353B6-8FA6-4F52-AEA3-56FB3CD25A79", "versionEndExcluding": "6.11.10", "versionStartIncluding": "6.10", "vulnerable": true }, { "criteria": "cpe:2.3:o:linux:linux_kernel:6.12:rc1:*:*:*:*:*:*", "matchCriteriaId": "7F361E1D-580F-4A2D-A509-7615F73167A1", "vulnerable": true }, { "criteria": "cpe:2.3:o:linux:linux_kernel:6.12:rc2:*:*:*:*:*:*", "matchCriteriaId": "925478D0-3E3D-4E6F-ACD5-09F28D5DF82C", "vulnerable": true }, { "criteria": "cpe:2.3:o:linux:linux_kernel:6.12:rc3:*:*:*:*:*:*", "matchCriteriaId": "3C95E234-D335-4B6C-96BF-E2CEBD8654ED", "vulnerable": true }, { "criteria": "cpe:2.3:o:linux:linux_kernel:6.12:rc4:*:*:*:*:*:*", "matchCriteriaId": "E0F717D8-3014-4F84-8086-0124B2111379", "vulnerable": true }, { "criteria": "cpe:2.3:o:linux:linux_kernel:6.12:rc5:*:*:*:*:*:*", "matchCriteriaId": "24DBE6C7-2AAE-4818-AED2-E131F153D2FA", "vulnerable": true }, { "criteria": "cpe:2.3:o:linux:linux_kernel:6.12:rc6:*:*:*:*:*:*", "matchCriteriaId": "24B88717-53F5-42AA-9B72-14C707639E3F", "vulnerable": true }, { "criteria": "cpe:2.3:o:linux:linux_kernel:6.12:rc7:*:*:*:*:*:*", "matchCriteriaId": "1EF8CD82-1EAE-4254-9545-F85AB94CF90F", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/panthor: Fix handling of partial GPU mapping of BOs\n\nThis commit fixes the bug in the handling of partial mapping of the\nbuffer objects to the GPU, which caused kernel warnings.\n\nPanthor didn\u0027t correctly handle the case where the partial mapping\nspanned multiple scatterlists and the mapping offset didn\u0027t point\nto the 1st page of starting scatterlist. The offset variable was\nnot cleared after reaching the starting scatterlist.\n\nFollowing warning messages were seen.\nWARNING: CPU: 1 PID: 650 at drivers/iommu/io-pgtable-arm.c:659 __arm_lpae_unmap+0x254/0x5a0\n\u003csnip\u003e\npc : __arm_lpae_unmap+0x254/0x5a0\nlr : __arm_lpae_unmap+0x2cc/0x5a0\n\u003csnip\u003e\nCall trace:\n __arm_lpae_unmap+0x254/0x5a0\n __arm_lpae_unmap+0x108/0x5a0\n __arm_lpae_unmap+0x108/0x5a0\n __arm_lpae_unmap+0x108/0x5a0\n arm_lpae_unmap_pages+0x80/0xa0\n panthor_vm_unmap_pages+0xac/0x1c8 [panthor]\n panthor_gpuva_sm_step_unmap+0x4c/0xc8 [panthor]\n op_unmap_cb.isra.23.constprop.30+0x54/0x80\n __drm_gpuvm_sm_unmap+0x184/0x1c8\n drm_gpuvm_sm_unmap+0x40/0x60\n panthor_vm_exec_op+0xa8/0x120 [panthor]\n panthor_vm_bind_exec_sync_op+0xc4/0xe8 [panthor]\n panthor_ioctl_vm_bind+0x10c/0x170 [panthor]\n drm_ioctl_kernel+0xbc/0x138\n drm_ioctl+0x210/0x4b0\n __arm64_sys_ioctl+0xb0/0xf8\n invoke_syscall+0x4c/0x110\n el0_svc_common.constprop.1+0x98/0xf8\n do_el0_svc+0x24/0x38\n el0_svc+0x34/0xc8\n el0t_64_sync_handler+0xa0/0xc8\n el0t_64_sync+0x174/0x178\n\u003csnip\u003e\npanthor : [drm] drm_WARN_ON(unmapped_sz != pgsize * pgcount)\nWARNING: CPU: 1 PID: 650 at drivers/gpu/drm/panthor/panthor_mmu.c:922 panthor_vm_unmap_pages+0x124/0x1c8 [panthor]\n\u003csnip\u003e\npc : panthor_vm_unmap_pages+0x124/0x1c8 [panthor]\nlr : panthor_vm_unmap_pages+0x124/0x1c8 [panthor]\n\u003csnip\u003e\npanthor : [drm] *ERROR* failed to unmap range ffffa388f000-ffffa3890000 (requested range ffffa388c000-ffffa3890000)" }, { "lang": "es", "value": "En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: drm/panthor: Corregir el manejo del mapeo parcial de la GPU de los BO. Esta confirmaci\u00f3n corrige el error en el manejo del mapeo parcial de los objetos del b\u00fafer a la GPU, que causaba advertencias del kernel. Panthor no manejaba correctamente el caso en el que el mapeo parcial abarcaba m\u00faltiples listas de dispersi\u00f3n y el desplazamiento del mapeo no apuntaba a la primera p\u00e1gina de la lista de dispersi\u00f3n inicial. La variable de desplazamiento no se borraba despu\u00e9s de alcanzar la lista de dispersi\u00f3n inicial. Se vieron los siguientes mensajes de advertencia. ADVERTENCIA: CPU: 1 PID: 650 en drivers/iommu/io-pgtable-arm.c:659 __arm_lpae_unmap+0x254/0x5a0 pc : __arm_lpae_unmap+0x254/0x5a0 lr : __arm_lpae_unmap+0x2cc/0x5a0 Rastreo de llamadas: __arm_lpae_unmap+0x254/0x5a0 __arm_lpae_unmap+0x108/0x5a0 __arm_lpae_unmap+0x108/0x5a0 __arm_lpae_unmap+0x108/0x5a0 arm_lpae_unmap_pages+0x80/0xa0 panthor_vm_unmap_pages+0xac/0x1c8 [panthor] panthor_gpuva_sm_step_unmap+0x4c/0xc8 [panthor] op_unmap_cb.isra.23.constprop.30+0x54/0x80 __drm_gpuvm_sm_unmap+0x184/0x1c8 drm_gpuvm_sm_unmap+0x40/0x60 panthor_vm_exec_op+0xa8/0x120 [panthor] panthor_vm_bind_exec_sync_op+0xc4/0xe8 [panthor] panthor_ioctl_vm_bind+0x10c/0x170 [panthor] drm_ioctl_kernel+0xbc/0x138 drm_ioctl+0x210/0x4b0 __arm64_sys_ioctl+0xb0/0xf8 invocar_syscall+0x4c/0x110 el0_svc_common.constprop.1+0x98/0xf8 do_el0_svc+0x24/0x38 el0_svc+0x34/0xc8 el0t_64_sync_handler+0xa0/0xc8 el0t_64_sync+0x174/0x178 panthor : [drm] drm_WARN_ON(unmapped_sz != pgsize * pgcount) ADVERTENCIA: CPU: 1 PID: 650 en drivers/gpu/drm/panthor/panthor_mmu.c:922 panthor_vm_unmap_pages+0x124/0x1c8 [panthor] pc : panthor_vm_unmap_pages+0x124/0x1c8 [panthor] lr : panthor_vm_unmap_pages+0x124/0x1c8 [panthor] panthor : [drm] *ERROR* no se pudo desasignar el rango ffffa388f000-ffffa3890000 (rango solicitado ffffa388c000-ffffa3890000)" } ], "id": "CVE-2024-53116", "lastModified": "2025-10-01T21:16:33.403", "metrics": { "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" }, { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 3.6, "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary" } ] }, "published": "2024-12-02T14:15:12.373", "references": [ { "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "tags": [ "Patch" ], "url": "https://git.kernel.org/stable/c/3387e043918e154ca08d83954966a8b087fe2835" }, { "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "tags": [ "Patch" ], "url": "https://git.kernel.org/stable/c/d3e61af64b770e0038470c81f42bd1d0598f6bcc" } ], "sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "NVD-CWE-noinfo" } ], "source": "nvd@nist.gov", "type": "Primary" } ] }
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.