Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-53107
Vulnerability from cvelistv5
Published
2024-12-02 13:44
Modified
2024-12-19 09:39
Severity ?
EPSS score ?
Summary
In the Linux kernel, the following vulnerability has been resolved:
fs/proc/task_mmu: prevent integer overflow in pagemap_scan_get_args()
The "arg->vec_len" variable is a u64 that comes from the user at the start
of the function. The "arg->vec_len * sizeof(struct page_region))"
multiplication can lead to integer wrapping. Use size_mul() to avoid
that.
Also the size_add/mul() functions work on unsigned long so for 32bit
systems we need to ensure that "arg->vec_len" fits in an unsigned long.
References
Impacted products
{ "containers": { "cna": { "affected": [ { "defaultStatus": "unaffected", "product": "Linux", "programFiles": [ "fs/proc/task_mmu.c" ], "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", "vendor": "Linux", "versions": [ { "lessThan": "adee03f8903c58a6a559f21388a430211fac8ce9", "status": "affected", "version": "52526ca7fdb905a768a93f8faa418e9b988fc34b", "versionType": "git" }, { "lessThan": "669b0cb81e4e4e78cff77a5b367c7f70c0c6c05e", "status": "affected", "version": "52526ca7fdb905a768a93f8faa418e9b988fc34b", "versionType": "git" } ] }, { "defaultStatus": "affected", "product": "Linux", "programFiles": [ "fs/proc/task_mmu.c" ], "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", "vendor": "Linux", "versions": [ { "status": "affected", "version": "6.7" }, { "lessThan": "6.7", "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" } ] } ], "descriptions": [ { "lang": "en", "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nfs/proc/task_mmu: prevent integer overflow in pagemap_scan_get_args()\n\nThe \"arg-\u003evec_len\" variable is a u64 that comes from the user at the start\nof the function. The \"arg-\u003evec_len * sizeof(struct page_region))\"\nmultiplication can lead to integer wrapping. Use size_mul() to avoid\nthat.\n\nAlso the size_add/mul() functions work on unsigned long so for 32bit\nsystems we need to ensure that \"arg-\u003evec_len\" fits in an unsigned long." } ], "providerMetadata": { "dateUpdated": "2024-12-19T09:39:22.230Z", "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "shortName": "Linux" }, "references": [ { "url": "https://git.kernel.org/stable/c/adee03f8903c58a6a559f21388a430211fac8ce9" }, { "url": "https://git.kernel.org/stable/c/669b0cb81e4e4e78cff77a5b367c7f70c0c6c05e" } ], "title": "fs/proc/task_mmu: prevent integer overflow in pagemap_scan_get_args()", "x_generator": { "engine": "bippy-5f407fcff5a0" } } }, "cveMetadata": { "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "assignerShortName": "Linux", "cveId": "CVE-2024-53107", "datePublished": "2024-12-02T13:44:39.811Z", "dateReserved": "2024-11-19T17:17:24.992Z", "dateUpdated": "2024-12-19T09:39:22.230Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2024-53107\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-12-02T14:15:11.523\",\"lastModified\":\"2024-12-12T15:51:35.503\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nfs/proc/task_mmu: prevent integer overflow in pagemap_scan_get_args()\\n\\nThe \\\"arg-\u003evec_len\\\" variable is a u64 that comes from the user at the start\\nof the function. The \\\"arg-\u003evec_len * sizeof(struct page_region))\\\"\\nmultiplication can lead to integer wrapping. Use size_mul() to avoid\\nthat.\\n\\nAlso the size_add/mul() functions work on unsigned long so for 32bit\\nsystems we need to ensure that \\\"arg-\u003evec_len\\\" fits in an unsigned long.\"},{\"lang\":\"es\",\"value\":\" En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: fs/proc/task_mmu: evitar el desbordamiento de enteros en pagemap_scan_get_args() La variable \\\"arg-\u0026gt;vec_len\\\" es una u64 que proviene del usuario al inicio de la funci\u00f3n. La multiplicaci\u00f3n \\\"arg-\u0026gt;vec_len * sizeof(struct page_region))\\\" puede provocar un ajuste de enteros. Utilice size_mul() para evitarlo. Adem\u00e1s, las funciones size_add/mul() funcionan en unsigned long, por lo que para los sistemas de 32 bits debemos asegurarnos de que \\\"arg-\u0026gt;vec_len\\\" quepa en un unsigned long.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-190\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.7\",\"versionEndExcluding\":\"6.11.10\",\"matchCriteriaId\":\"C256F46A-AFDD-4B99-AA4F-67D9D9D2C55A\"},{\"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/669b0cb81e4e4e78cff77a5b367c7f70c0c6c05e\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/adee03f8903c58a6a559f21388a430211fac8ce9\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}" } }
WID-SEC-W-2024-3575
Vulnerability from csaf_certbund
Published
2024-12-02 23:00
Modified
2025-01-19 23:00
Summary
Linux Kernel: Mehrere Schwachstellen ermöglichen Denial of Service
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Der Kernel stellt den Kern des Linux Betriebssystems dar.
Angriff
Ein lokaler Angreifer kann mehrere Schwachstellen im Linux Kernel ausnutzen, um einen Denial of Service Angriff durchzuführen.
Betroffene Betriebssysteme
- Linux
{ "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
Published
2024-12-02 23:00
Modified
2025-01-19 23:00
Summary
Linux Kernel: Mehrere Schwachstellen ermöglichen Denial of Service
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Der Kernel stellt den Kern des Linux Betriebssystems dar.
Angriff
Ein lokaler Angreifer kann mehrere Schwachstellen im Linux Kernel ausnutzen, um einen Denial of Service Angriff durchzuführen.
Betroffene Betriebssysteme
- Linux
{ "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" } ] }
ghsa-c6g8-rch8-xjjv
Vulnerability from github
Published
2024-12-02 15:31
Modified
2024-12-12 18:30
Severity ?
Details
In the Linux kernel, the following vulnerability has been resolved:
fs/proc/task_mmu: prevent integer overflow in pagemap_scan_get_args()
The "arg->vec_len" variable is a u64 that comes from the user at the start of the function. The "arg->vec_len * sizeof(struct page_region))" multiplication can lead to integer wrapping. Use size_mul() to avoid that.
Also the size_add/mul() functions work on unsigned long so for 32bit systems we need to ensure that "arg->vec_len" fits in an unsigned long.
{ "affected": [], "aliases": [ "CVE-2024-53107" ], "database_specific": { "cwe_ids": [ "CWE-190" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2024-12-02T14:15:11Z", "severity": "MODERATE" }, "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nfs/proc/task_mmu: prevent integer overflow in pagemap_scan_get_args()\n\nThe \"arg-\u003evec_len\" variable is a u64 that comes from the user at the start\nof the function. The \"arg-\u003evec_len * sizeof(struct page_region))\"\nmultiplication can lead to integer wrapping. Use size_mul() to avoid\nthat.\n\nAlso the size_add/mul() functions work on unsigned long so for 32bit\nsystems we need to ensure that \"arg-\u003evec_len\" fits in an unsigned long.", "id": "GHSA-c6g8-rch8-xjjv", "modified": "2024-12-12T18:30:54Z", "published": "2024-12-02T15:31:39Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53107" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/669b0cb81e4e4e78cff77a5b367c7f70c0c6c05e" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/adee03f8903c58a6a559f21388a430211fac8ce9" } ], "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-53107
Vulnerability from fkie_nvd
Published
2024-12-02 14:15
Modified
2024-12-12 15:51
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved:
fs/proc/task_mmu: prevent integer overflow in pagemap_scan_get_args()
The "arg->vec_len" variable is a u64 that comes from the user at the start
of the function. The "arg->vec_len * sizeof(struct page_region))"
multiplication can lead to integer wrapping. Use size_mul() to avoid
that.
Also the size_add/mul() functions work on unsigned long so for 32bit
systems we need to ensure that "arg->vec_len" fits in an unsigned long.
References
Impacted products
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": "C256F46A-AFDD-4B99-AA4F-67D9D9D2C55A", "versionEndExcluding": "6.11.10", "versionStartIncluding": "6.7", "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\nfs/proc/task_mmu: prevent integer overflow in pagemap_scan_get_args()\n\nThe \"arg-\u003evec_len\" variable is a u64 that comes from the user at the start\nof the function. The \"arg-\u003evec_len * sizeof(struct page_region))\"\nmultiplication can lead to integer wrapping. Use size_mul() to avoid\nthat.\n\nAlso the size_add/mul() functions work on unsigned long so for 32bit\nsystems we need to ensure that \"arg-\u003evec_len\" fits in an unsigned long." }, { "lang": "es", "value": " En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: fs/proc/task_mmu: evitar el desbordamiento de enteros en pagemap_scan_get_args() La variable \"arg-\u0026gt;vec_len\" es una u64 que proviene del usuario al inicio de la funci\u00f3n. La multiplicaci\u00f3n \"arg-\u0026gt;vec_len * sizeof(struct page_region))\" puede provocar un ajuste de enteros. Utilice size_mul() para evitarlo. Adem\u00e1s, las funciones size_add/mul() funcionan en unsigned long, por lo que para los sistemas de 32 bits debemos asegurarnos de que \"arg-\u0026gt;vec_len\" quepa en un unsigned long." } ], "id": "CVE-2024-53107", "lastModified": "2024-12-12T15:51:35.503", "metrics": { "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2024-12-02T14:15:11.523", "references": [ { "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "tags": [ "Patch" ], "url": "https://git.kernel.org/stable/c/669b0cb81e4e4e78cff77a5b367c7f70c0c6c05e" }, { "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "tags": [ "Patch" ], "url": "https://git.kernel.org/stable/c/adee03f8903c58a6a559f21388a430211fac8ce9" } ], "sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "vulnStatus": "Analyzed", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-190" } ], "source": "nvd@nist.gov", "type": "Primary" } ] }
Loading…
Loading…
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.
- 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.