GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2024-56553 (GCVE-0-2024-56553)

Vulnerability from cvelistv5 – Published: 2024-12-27 14:22 – Updated: 2026-05-11 20:54
VLAI
Title
binder: fix memleak of proc->delivered_freeze
Summary
In the Linux kernel, the following vulnerability has been resolved: binder: fix memleak of proc->delivered_freeze If a freeze notification is cleared with BC_CLEAR_FREEZE_NOTIFICATION before calling binder_freeze_notification_done(), then it is detached from its reference (e.g. ref->freeze) but the work remains queued in proc->delivered_freeze. This leads to a memory leak when the process exits as any pending entries in proc->delivered_freeze are not freed: unreferenced object 0xffff38e8cfa36180 (size 64): comm "binder-util", pid 655, jiffies 4294936641 hex dump (first 32 bytes): b8 e9 9e c8 e8 38 ff ff b8 e9 9e c8 e8 38 ff ff .....8.......8.. 0b 00 00 00 00 00 00 00 3c 1f 4b 00 00 00 00 00 ........<.K..... backtrace (crc 95983b32): [<000000000d0582cf>] kmemleak_alloc+0x34/0x40 [<000000009c99a513>] __kmalloc_cache_noprof+0x208/0x280 [<00000000313b1704>] binder_thread_write+0xdec/0x439c [<000000000cbd33bb>] binder_ioctl+0x1b68/0x22cc [<000000002bbedeeb>] __arm64_sys_ioctl+0x124/0x190 [<00000000b439adee>] invoke_syscall+0x6c/0x254 [<00000000173558fc>] el0_svc_common.constprop.0+0xac/0x230 [<0000000084f72311>] do_el0_svc+0x40/0x58 [<000000008b872457>] el0_svc+0x38/0x78 [<00000000ee778653>] el0t_64_sync_handler+0x120/0x12c [<00000000a8ec61bf>] el0t_64_sync+0x190/0x194 This patch fixes the leak by ensuring that any pending entries in proc->delivered_freeze are freed during binder_deferred_release().
SSVC
Exploitation: none Automatable: no Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2025-04-17 20:10 UTC
CWE
  • CWE-401 - Missing Release of Memory after Effective Lifetime
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: d579b04a52a183db47dfcb7a44304d7747d551e1 , < b8b77712142fb146fe18d2253bc8a798d522e427 (git)
Affected: d579b04a52a183db47dfcb7a44304d7747d551e1 , < 1db76ec2b4b206ff943e292a0b55e68ff3443598 (git)
guessed Create a notification for this product.
Linux Linux Affected: 6.12
Unaffected: 0 , < 6.12 (semver)
Unaffected: 6.12.4 , ≤ 6.12.* (semver)
Unaffected: 6.13 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "cvssV3_1": {
              "attackComplexity": "LOW",
              "attackVector": "LOCAL",
              "availabilityImpact": "LOW",
              "baseScore": 3.3,
              "baseSeverity": "LOW",
              "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:L",
              "version": "3.1"
            }
          },
          {
            "other": {
              "content": {
                "id": "CVE-2024-56553",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2025-04-17T20:10:48.416039Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "problemTypes": [
          {
            "descriptions": [
              {
                "cweId": "CWE-401",
                "description": "CWE-401 Missing Release of Memory after Effective Lifetime",
                "lang": "en",
                "type": "CWE"
              }
            ]
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2025-04-17T20:15:53.198Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/android/binder.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "b8b77712142fb146fe18d2253bc8a798d522e427",
              "status": "affected",
              "version": "d579b04a52a183db47dfcb7a44304d7747d551e1",
              "versionType": "git"
            },
            {
              "lessThan": "1db76ec2b4b206ff943e292a0b55e68ff3443598",
              "status": "affected",
              "version": "d579b04a52a183db47dfcb7a44304d7747d551e1",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/android/binder.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.12"
            },
            {
              "lessThan": "6.12",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.4",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.13",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.4",
                  "versionStartIncluding": "6.12",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.13",
                  "versionStartIncluding": "6.12",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nbinder: fix memleak of proc-\u003edelivered_freeze\n\nIf a freeze notification is cleared with BC_CLEAR_FREEZE_NOTIFICATION\nbefore calling binder_freeze_notification_done(), then it is detached\nfrom its reference (e.g. ref-\u003efreeze) but the work remains queued in\nproc-\u003edelivered_freeze. This leads to a memory leak when the process\nexits as any pending entries in proc-\u003edelivered_freeze are not freed:\n\n  unreferenced object 0xffff38e8cfa36180 (size 64):\n    comm \"binder-util\", pid 655, jiffies 4294936641\n    hex dump (first 32 bytes):\n      b8 e9 9e c8 e8 38 ff ff b8 e9 9e c8 e8 38 ff ff  .....8.......8..\n      0b 00 00 00 00 00 00 00 3c 1f 4b 00 00 00 00 00  ........\u003c.K.....\n    backtrace (crc 95983b32):\n      [\u003c000000000d0582cf\u003e] kmemleak_alloc+0x34/0x40\n      [\u003c000000009c99a513\u003e] __kmalloc_cache_noprof+0x208/0x280\n      [\u003c00000000313b1704\u003e] binder_thread_write+0xdec/0x439c\n      [\u003c000000000cbd33bb\u003e] binder_ioctl+0x1b68/0x22cc\n      [\u003c000000002bbedeeb\u003e] __arm64_sys_ioctl+0x124/0x190\n      [\u003c00000000b439adee\u003e] invoke_syscall+0x6c/0x254\n      [\u003c00000000173558fc\u003e] el0_svc_common.constprop.0+0xac/0x230\n      [\u003c0000000084f72311\u003e] do_el0_svc+0x40/0x58\n      [\u003c000000008b872457\u003e] el0_svc+0x38/0x78\n      [\u003c00000000ee778653\u003e] el0t_64_sync_handler+0x120/0x12c\n      [\u003c00000000a8ec61bf\u003e] el0t_64_sync+0x190/0x194\n\nThis patch fixes the leak by ensuring that any pending entries in\nproc-\u003edelivered_freeze are freed during binder_deferred_release()."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-05-11T20:54:34.799Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/b8b77712142fb146fe18d2253bc8a798d522e427"
        },
        {
          "url": "https://git.kernel.org/stable/c/1db76ec2b4b206ff943e292a0b55e68ff3443598"
        }
      ],
      "title": "binder: fix memleak of proc-\u003edelivered_freeze",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2024-56553",
    "datePublished": "2024-12-27T14:22:54.859Z",
    "dateReserved": "2024-12-27T14:03:05.990Z",
    "dateUpdated": "2026-05-11T20:54:34.799Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2024-56553",
      "date": "2026-09-16",
      "epss": "0.00186",
      "percentile": "0.08402"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2024-56553\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-12-27T15:15:14.073\",\"lastModified\":\"2026-06-17T08:12:22.540\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nbinder: fix memleak of proc-\u003edelivered_freeze\\n\\nIf a freeze notification is cleared with BC_CLEAR_FREEZE_NOTIFICATION\\nbefore calling binder_freeze_notification_done(), then it is detached\\nfrom its reference (e.g. ref-\u003efreeze) but the work remains queued in\\nproc-\u003edelivered_freeze. This leads to a memory leak when the process\\nexits as any pending entries in proc-\u003edelivered_freeze are not freed:\\n\\n  unreferenced object 0xffff38e8cfa36180 (size 64):\\n    comm \\\"binder-util\\\", pid 655, jiffies 4294936641\\n    hex dump (first 32 bytes):\\n      b8 e9 9e c8 e8 38 ff ff b8 e9 9e c8 e8 38 ff ff  .....8.......8..\\n      0b 00 00 00 00 00 00 00 3c 1f 4b 00 00 00 00 00  ........\u003c.K.....\\n    backtrace (crc 95983b32):\\n      [\u003c000000000d0582cf\u003e] kmemleak_alloc+0x34/0x40\\n      [\u003c000000009c99a513\u003e] __kmalloc_cache_noprof+0x208/0x280\\n      [\u003c00000000313b1704\u003e] binder_thread_write+0xdec/0x439c\\n      [\u003c000000000cbd33bb\u003e] binder_ioctl+0x1b68/0x22cc\\n      [\u003c000000002bbedeeb\u003e] __arm64_sys_ioctl+0x124/0x190\\n      [\u003c00000000b439adee\u003e] invoke_syscall+0x6c/0x254\\n      [\u003c00000000173558fc\u003e] el0_svc_common.constprop.0+0xac/0x230\\n      [\u003c0000000084f72311\u003e] do_el0_svc+0x40/0x58\\n      [\u003c000000008b872457\u003e] el0_svc+0x38/0x78\\n      [\u003c00000000ee778653\u003e] el0t_64_sync_handler+0x120/0x12c\\n      [\u003c00000000a8ec61bf\u003e] el0t_64_sync+0x190/0x194\\n\\nThis patch fixes the leak by ensuring that any pending entries in\\nproc-\u003edelivered_freeze are freed during binder_deferred_release().\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: binder: corrige p\u00e9rdida de memoria de proc-\u0026gt;delivered_freeze Si se borra una notificaci\u00f3n de congelamiento con BC_CLEAR_FREEZE_NOTIFICATION antes de llamar a binder_freeze_notification_done(), entonces se separa de su referencia (por ejemplo, ref-\u0026gt;freeze) pero el trabajo permanece en cola en proc-\u0026gt;delivered_freeze. Esto genera una p\u00e9rdida de memoria cuando el proceso finaliza, ya que no se liberan las entradas pendientes en proc-\u0026gt;delivered_freeze: objeto sin referencia 0xffff38e8cfa36180 (tama\u00f1o 64): comm \\\"binder-util\\\", pid 655, jiffies 4294936641 volcado hexadecimal (primeros 32 bytes): b8 e9 9e c8 e8 38 ff ff b8 e9 9e c8 e8 38 ff ff .....8.......8.. 0b 00 00 00 00 00 00 00 3c 1f 4b 00 00 00 00 00 ........\u0026lt;.K..... backtrace (crc 95983b32): [\u0026lt;000000000d0582cf\u0026gt;] kmemleak_alloc+0x34/0x40 [\u0026lt;000000009c99a513\u0026gt;] __kmalloc_cache_noprof+0x208/0x280 [\u0026lt;00000000313b1704\u0026gt;] binder_thread_write+0xdec/0x439c [\u0026lt;000000000cbd33bb\u0026gt;] binder_ioctl+0x1b68/0x22cc [\u0026lt;000000002bbedeeb\u0026gt;] __arm64_sys_ioctl+0x124/0x190 [\u0026lt;00000000b439adee\u0026gt;] invocar_syscall+0x6c/0x254 [\u0026lt;00000000173558fc\u0026gt;] Este parche corrige la fuga al garantizar que todas las entradas pendientes en proc-\u0026gt;delivered_freeze se liberen durante binder_deferred_release().\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/android/binder.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"d579b04a52a183db47dfcb7a44304d7747d551e1\",\"lessThan\":\"b8b77712142fb146fe18d2253bc8a798d522e427\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d579b04a52a183db47dfcb7a44304d7747d551e1\",\"lessThan\":\"1db76ec2b4b206ff943e292a0b55e68ff3443598\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/android/binder.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.12\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.12\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.4\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.13\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L\",\"baseScore\":3.3,\"baseSeverity\":\"LOW\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":1.8,\"impactScore\":1.4}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2025-04-17T20:10:48.416039Z\",\"id\":\"CVE-2024-56553\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-401\"}]},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-401\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.12\",\"versionEndExcluding\":\"6.12.4\",\"matchCriteriaId\":\"938626A1-5477-4679-A5E2-2AADE66DEDCA\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/1db76ec2b4b206ff943e292a0b55e68ff3443598\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/b8b77712142fb146fe18d2253bc8a798d522e427\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2025-11-21T13:58:25+00:00",
      "cve": "CVE-2024-56553",
      "id": "CVE-2024-56553",
      "initial_release_date": "2024-12-27T00:00:00+00:00",
      "product_status:known_not_affected": "198",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: binder: fix memleak of proc-\u003edelivered_freeze",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2024/cve-2024-56553.json",
      "version": "3"
    },
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 3.3, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"LOW\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-56553\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-04-17T20:10:48.416039Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-401\", \"description\": \"CWE-401 Missing Release of Memory after Effective Lifetime\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-04-17T20:10:49.968Z\"}}], \"cna\": {\"title\": \"binder: fix memleak of proc-\u003edelivered_freeze\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"d579b04a52a183db47dfcb7a44304d7747d551e1\", \"lessThan\": \"b8b77712142fb146fe18d2253bc8a798d522e427\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"d579b04a52a183db47dfcb7a44304d7747d551e1\", \"lessThan\": \"1db76ec2b4b206ff943e292a0b55e68ff3443598\", \"versionType\": \"git\"}], \"programFiles\": [\"drivers/android/binder.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"6.12\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"6.12\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"6.12.4\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.12.*\"}, {\"status\": \"unaffected\", \"version\": \"6.13\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"drivers/android/binder.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/b8b77712142fb146fe18d2253bc8a798d522e427\"}, {\"url\": \"https://git.kernel.org/stable/c/1db76ec2b4b206ff943e292a0b55e68ff3443598\"}], \"x_generator\": {\"engine\": \"bippy-1.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nbinder: fix memleak of proc-\u003edelivered_freeze\\n\\nIf a freeze notification is cleared with BC_CLEAR_FREEZE_NOTIFICATION\\nbefore calling binder_freeze_notification_done(), then it is detached\\nfrom its reference (e.g. ref-\u003efreeze) but the work remains queued in\\nproc-\u003edelivered_freeze. This leads to a memory leak when the process\\nexits as any pending entries in proc-\u003edelivered_freeze are not freed:\\n\\n  unreferenced object 0xffff38e8cfa36180 (size 64):\\n    comm \\\"binder-util\\\", pid 655, jiffies 4294936641\\n    hex dump (first 32 bytes):\\n      b8 e9 9e c8 e8 38 ff ff b8 e9 9e c8 e8 38 ff ff  .....8.......8..\\n      0b 00 00 00 00 00 00 00 3c 1f 4b 00 00 00 00 00  ........\u003c.K.....\\n    backtrace (crc 95983b32):\\n      [\u003c000000000d0582cf\u003e] kmemleak_alloc+0x34/0x40\\n      [\u003c000000009c99a513\u003e] __kmalloc_cache_noprof+0x208/0x280\\n      [\u003c00000000313b1704\u003e] binder_thread_write+0xdec/0x439c\\n      [\u003c000000000cbd33bb\u003e] binder_ioctl+0x1b68/0x22cc\\n      [\u003c000000002bbedeeb\u003e] __arm64_sys_ioctl+0x124/0x190\\n      [\u003c00000000b439adee\u003e] invoke_syscall+0x6c/0x254\\n      [\u003c00000000173558fc\u003e] el0_svc_common.constprop.0+0xac/0x230\\n      [\u003c0000000084f72311\u003e] do_el0_svc+0x40/0x58\\n      [\u003c000000008b872457\u003e] el0_svc+0x38/0x78\\n      [\u003c00000000ee778653\u003e] el0t_64_sync_handler+0x120/0x12c\\n      [\u003c00000000a8ec61bf\u003e] el0t_64_sync+0x190/0x194\\n\\nThis patch fixes the leak by ensuring that any pending entries in\\nproc-\u003edelivered_freeze are freed during binder_deferred_release().\"}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.12.4\", \"versionStartIncluding\": \"6.12\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.13\", \"versionStartIncluding\": \"6.12\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2026-05-11T20:54:34.799Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2024-56553\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-05-11T20:54:34.799Z\", \"dateReserved\": \"2024-12-27T14:03:05.990Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-12-27T14:22:54.859Z\", \"assignerShortName\": \"Linux\"}",
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…