{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2024-26655",
        "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "state": "PUBLISHED",
        "assignerShortName": "Linux",
        "dateReserved": "2024-02-19T14:20:24.144Z",
        "datePublished": "2024-04-01T14:58:20.433Z",
        "dateUpdated": "2026-05-11T20:01:36.353Z"
    },
    "containers": {
        "cna": {
            "providerMetadata": {
                "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
                "shortName": "Linux",
                "dateUpdated": "2026-05-11T20:01:36.353Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nFix memory leak in posix_clock_open()\n\nIf the clk ops.open() function returns an error, we don't release the\npccontext we allocated for this clock.\n\nRe-organize the code slightly to make it all more obvious."
                }
            ],
            "affected": [
                {
                    "product": "Linux",
                    "vendor": "Linux",
                    "defaultStatus": "unaffected",
                    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                    "programFiles": [
                        "kernel/time/posix-clock.c"
                    ],
                    "versions": [
                        {
                            "version": "63cb05f600940a3b4824509e7e0e909f040c82ee",
                            "lessThan": "f845cfa1a5ae697782bfcb843c9d06d3bc0cbbb6",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "a006fc4485159dc9bc3c4156f433f62b9c2b709c",
                            "lessThan": "62a5adf57b56ee94075c889abea518b9dc66895d",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "72ba2204a2a71b6f25873f20eb9329e1e7a01d03",
                            "lessThan": "375abf52353ca5e1a2e5f763629a870f91d0c38a",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "221e4d1e29bb442ac4c47bc8ee095abf009ee8f3",
                            "lessThan": "ea2d9bfd422e92fd197f6a0b1fe7d81413b871e0",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "60c6946675fc06dd2fd2b7a4b6fd1c1f046f1056",
                            "lessThan": "a88649b49523e8cbe95254440d803e38c19d2341",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "60c6946675fc06dd2fd2b7a4b6fd1c1f046f1056",
                            "lessThan": "0200dd7ed2335469955d7e69cc1a6fa7df1f3847",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "60c6946675fc06dd2fd2b7a4b6fd1c1f046f1056",
                            "lessThan": "5b4cdd9c5676559b8a7c944ac5269b914b8c0bb8",
                            "status": "affected",
                            "versionType": "git"
                        }
                    ]
                },
                {
                    "product": "Linux",
                    "vendor": "Linux",
                    "defaultStatus": "affected",
                    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                    "programFiles": [
                        "kernel/time/posix-clock.c"
                    ],
                    "versions": [
                        {
                            "version": "6.7",
                            "status": "affected"
                        },
                        {
                            "version": "0",
                            "lessThan": "6.7",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "6.7.12",
                            "lessThanOrEqual": "6.7.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "6.8.3",
                            "lessThanOrEqual": "6.8.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "6.9",
                            "lessThanOrEqual": "*",
                            "status": "unaffected",
                            "versionType": "original_commit_for_fix"
                        }
                    ]
                }
            ],
            "cpeApplicability": [
                {
                    "nodes": [
                        {
                            "operator": "OR",
                            "negate": false,
                            "cpeMatch": [
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "6.7",
                                    "versionEndExcluding": "6.7.12"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "6.7",
                                    "versionEndExcluding": "6.8.3"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "6.7",
                                    "versionEndExcluding": "6.9"
                                }
                            ]
                        }
                    ]
                }
            ],
            "references": [
                {
                    "url": "https://git.kernel.org/stable/c/f845cfa1a5ae697782bfcb843c9d06d3bc0cbbb6"
                },
                {
                    "url": "https://git.kernel.org/stable/c/62a5adf57b56ee94075c889abea518b9dc66895d"
                },
                {
                    "url": "https://git.kernel.org/stable/c/375abf52353ca5e1a2e5f763629a870f91d0c38a"
                },
                {
                    "url": "https://git.kernel.org/stable/c/ea2d9bfd422e92fd197f6a0b1fe7d81413b871e0"
                },
                {
                    "url": "https://git.kernel.org/stable/c/a88649b49523e8cbe95254440d803e38c19d2341"
                },
                {
                    "url": "https://git.kernel.org/stable/c/0200dd7ed2335469955d7e69cc1a6fa7df1f3847"
                },
                {
                    "url": "https://git.kernel.org/stable/c/5b4cdd9c5676559b8a7c944ac5269b914b8c0bb8"
                }
            ],
            "title": "Fix memory leak in posix_clock_open()",
            "x_generator": {
                "engine": "bippy-1.2.0"
            }
        },
        "adp": [
            {
                "providerMetadata": {
                    "orgId": "af854a3a-2127-422b-91ae-364da2661108",
                    "shortName": "CVE",
                    "dateUpdated": "2024-08-02T00:07:19.745Z"
                },
                "title": "CVE Program Container",
                "references": [
                    {
                        "url": "https://git.kernel.org/stable/c/a88649b49523e8cbe95254440d803e38c19d2341",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://git.kernel.org/stable/c/0200dd7ed2335469955d7e69cc1a6fa7df1f3847",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://git.kernel.org/stable/c/5b4cdd9c5676559b8a7c944ac5269b914b8c0bb8",
                        "tags": [
                            "x_transferred"
                        ]
                    }
                ]
            },
            {
                "metrics": [
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "id": "CVE-2024-26655",
                                "role": "CISA Coordinator",
                                "options": [
                                    {
                                        "Exploitation": "none"
                                    },
                                    {
                                        "Automatable": "no"
                                    },
                                    {
                                        "Technical Impact": "partial"
                                    }
                                ],
                                "version": "2.0.3",
                                "timestamp": "2024-09-10T15:53:56.313860Z"
                            }
                        }
                    }
                ],
                "title": "CISA ADP Vulnrichment",
                "providerMetadata": {
                    "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
                    "shortName": "CISA-ADP",
                    "dateUpdated": "2024-09-11T17:33:41.776Z"
                }
            }
        ]
    }
}