CVE-2026-90126 (GCVE-0-2026-90126)

Vulnerability from cvelistv5 – Published: 2026-09-17 16:06 – Updated: 2026-09-17 16:06
VLAI
Title
rtc: pcf8563: fix clock provider leak on unbind
Summary
In the Linux kernel, the following vulnerability has been resolved: rtc: pcf8563: fix clock provider leak on unbind pcf8563_clkout_register_clk() registers the CLKOUT clock provider with of_clk_add_provider(), but nothing ever unwinds it: there is no of_clk_del_provider() call and the driver has no remove callback. Each of_clk_add_provider() allocates a struct of_clk_provider, takes a reference on the OF node and adds an entry to the global of_clk_providers list, none of which is released when the device is unbound. Every bind/unbind (or module reload) therefore leaks a provider structure and an of_node reference. The clock itself is already device-managed (devm_clk_register()); only the provider registration was not. Use devm_of_clk_add_hw_provider() so the provider is removed automatically on unbind. Tie it to the parent i2c device, whose OF node carries the #clock-cells and clock-output-names properties (the RTC class device has no OF node of its own).
Severity
No CVSS data available.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: a39a6405d5f949bc651694028a55d74c514ef1f9 , < 2b5622cf4ee218b6f98d31dbf3fbd44b9b6bd675 (git)
Affected: a39a6405d5f949bc651694028a55d74c514ef1f9 , < 36cb00c33bd83e7ce31b5a9f1f7c70db0cb7776c (git)
Affected: a39a6405d5f949bc651694028a55d74c514ef1f9 , < 30b7c63af50fe1464e7582a37de1ca4bd030ecc1 (git)
Affected: a39a6405d5f949bc651694028a55d74c514ef1f9 , < 7afb8db47c4f107bce89cfe5115fb31ba7c94665 (git)
Affected: a39a6405d5f949bc651694028a55d74c514ef1f9 , < 97edf3fd9a46ea89a167966991c0449cfa07b36f (git)
Affected: a39a6405d5f949bc651694028a55d74c514ef1f9 , < 08a59c28c2bdbcd655e99526c86a41dc83834283 (git)
Affected: a39a6405d5f949bc651694028a55d74c514ef1f9 , < 6218c0533a72235ec9c5f41b812c63d963bd4a3e (git)
Affected: a39a6405d5f949bc651694028a55d74c514ef1f9 , < 9c48a53685040bb0de45a640b34055cbbfc69d4f (git)
guessed Create a notification for this product.
Linux Linux Affected: 4.4
Unaffected: 0 , < 4.4 (semver)
Unaffected: 5.10.270 , ≤ 5.10.* (semver)
Unaffected: 5.15.221 , ≤ 5.15.* (semver)
Unaffected: 6.1.188 , ≤ 6.1.* (semver)
Unaffected: 6.6.157 , ≤ 6.6.* (semver)
Unaffected: 6.12.110 , ≤ 6.12.* (semver)
Unaffected: 6.18.52 , ≤ 6.18.* (semver)
Unaffected: 7.2.6 , ≤ 7.2.* (semver)
Unaffected: 7.3-rc1 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/rtc/rtc-pcf8563.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "2b5622cf4ee218b6f98d31dbf3fbd44b9b6bd675",
              "status": "affected",
              "version": "a39a6405d5f949bc651694028a55d74c514ef1f9",
              "versionType": "git"
            },
            {
              "lessThan": "36cb00c33bd83e7ce31b5a9f1f7c70db0cb7776c",
              "status": "affected",
              "version": "a39a6405d5f949bc651694028a55d74c514ef1f9",
              "versionType": "git"
            },
            {
              "lessThan": "30b7c63af50fe1464e7582a37de1ca4bd030ecc1",
              "status": "affected",
              "version": "a39a6405d5f949bc651694028a55d74c514ef1f9",
              "versionType": "git"
            },
            {
              "lessThan": "7afb8db47c4f107bce89cfe5115fb31ba7c94665",
              "status": "affected",
              "version": "a39a6405d5f949bc651694028a55d74c514ef1f9",
              "versionType": "git"
            },
            {
              "lessThan": "97edf3fd9a46ea89a167966991c0449cfa07b36f",
              "status": "affected",
              "version": "a39a6405d5f949bc651694028a55d74c514ef1f9",
              "versionType": "git"
            },
            {
              "lessThan": "08a59c28c2bdbcd655e99526c86a41dc83834283",
              "status": "affected",
              "version": "a39a6405d5f949bc651694028a55d74c514ef1f9",
              "versionType": "git"
            },
            {
              "lessThan": "6218c0533a72235ec9c5f41b812c63d963bd4a3e",
              "status": "affected",
              "version": "a39a6405d5f949bc651694028a55d74c514ef1f9",
              "versionType": "git"
            },
            {
              "lessThan": "9c48a53685040bb0de45a640b34055cbbfc69d4f",
              "status": "affected",
              "version": "a39a6405d5f949bc651694028a55d74c514ef1f9",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/rtc/rtc-pcf8563.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "4.4"
            },
            {
              "lessThan": "4.4",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.270",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.221",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.188",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.157",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.110",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.52",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.2.*",
              "status": "unaffected",
              "version": "7.2.6",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.3-rc1",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.270",
                  "versionStartIncluding": "4.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.221",
                  "versionStartIncluding": "4.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.188",
                  "versionStartIncluding": "4.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.157",
                  "versionStartIncluding": "4.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.110",
                  "versionStartIncluding": "4.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.52",
                  "versionStartIncluding": "4.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2.6",
                  "versionStartIncluding": "4.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.3-rc1",
                  "versionStartIncluding": "4.4",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nrtc: pcf8563: fix clock provider leak on unbind\n\npcf8563_clkout_register_clk() registers the CLKOUT clock provider with\nof_clk_add_provider(), but nothing ever unwinds it: there is no\nof_clk_del_provider() call and the driver has no remove callback. Each\nof_clk_add_provider() allocates a struct of_clk_provider, takes a\nreference on the OF node and adds an entry to the global of_clk_providers\nlist, none of which is released when the device is unbound. Every\nbind/unbind (or module reload) therefore leaks a provider structure and\nan of_node reference.\n\nThe clock itself is already device-managed (devm_clk_register()); only\nthe provider registration was not. Use devm_of_clk_add_hw_provider() so\nthe provider is removed automatically on unbind. Tie it to the parent\ni2c device, whose OF node carries the #clock-cells and clock-output-names\nproperties (the RTC class device has no OF node of its own)."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-09-17T16:06:28.568Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/2b5622cf4ee218b6f98d31dbf3fbd44b9b6bd675"
        },
        {
          "url": "https://git.kernel.org/stable/c/36cb00c33bd83e7ce31b5a9f1f7c70db0cb7776c"
        },
        {
          "url": "https://git.kernel.org/stable/c/30b7c63af50fe1464e7582a37de1ca4bd030ecc1"
        },
        {
          "url": "https://git.kernel.org/stable/c/7afb8db47c4f107bce89cfe5115fb31ba7c94665"
        },
        {
          "url": "https://git.kernel.org/stable/c/97edf3fd9a46ea89a167966991c0449cfa07b36f"
        },
        {
          "url": "https://git.kernel.org/stable/c/08a59c28c2bdbcd655e99526c86a41dc83834283"
        },
        {
          "url": "https://git.kernel.org/stable/c/6218c0533a72235ec9c5f41b812c63d963bd4a3e"
        },
        {
          "url": "https://git.kernel.org/stable/c/9c48a53685040bb0de45a640b34055cbbfc69d4f"
        }
      ],
      "title": "rtc: pcf8563: fix clock provider leak on unbind",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-90126",
    "datePublished": "2026-09-17T16:06:28.568Z",
    "dateReserved": "2026-09-11T19:38:34.788Z",
    "dateUpdated": "2026-09-17T16:06:28.568Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-90126",
      "date": "2026-09-25",
      "epss": "0.00211",
      "percentile": "0.101"
    },
    "microsoft_vex": {
      "current_release_date": "2026-09-24T01:19:32.000Z",
      "cve": "CVE-2026-90126",
      "id": "msrc_CVE-2026-90126",
      "initial_release_date": "2026-09-19T01:06:45.000Z",
      "product_status:fixed": "1",
      "product_status:known_affected": "2",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "rtc: pcf8563: fix clock provider leak on unbind",
      "url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-90126.json",
      "version": "4"
    },
    "nvd": {
      "cve": {
        "affected": [
          {
            "affectedData": [
              {
                "defaultStatus": "unaffected",
                "product": "Linux",
                "programFiles": [
                  "drivers/rtc/rtc-pcf8563.c"
                ],
                "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                "vendor": "Linux",
                "versions": [
                  {
                    "lessThan": "2b5622cf4ee218b6f98d31dbf3fbd44b9b6bd675",
                    "status": "affected",
                    "version": "a39a6405d5f949bc651694028a55d74c514ef1f9",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "36cb00c33bd83e7ce31b5a9f1f7c70db0cb7776c",
                    "status": "affected",
                    "version": "a39a6405d5f949bc651694028a55d74c514ef1f9",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "30b7c63af50fe1464e7582a37de1ca4bd030ecc1",
                    "status": "affected",
                    "version": "a39a6405d5f949bc651694028a55d74c514ef1f9",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "7afb8db47c4f107bce89cfe5115fb31ba7c94665",
                    "status": "affected",
                    "version": "a39a6405d5f949bc651694028a55d74c514ef1f9",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "97edf3fd9a46ea89a167966991c0449cfa07b36f",
                    "status": "affected",
                    "version": "a39a6405d5f949bc651694028a55d74c514ef1f9",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "08a59c28c2bdbcd655e99526c86a41dc83834283",
                    "status": "affected",
                    "version": "a39a6405d5f949bc651694028a55d74c514ef1f9",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "6218c0533a72235ec9c5f41b812c63d963bd4a3e",
                    "status": "affected",
                    "version": "a39a6405d5f949bc651694028a55d74c514ef1f9",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "9c48a53685040bb0de45a640b34055cbbfc69d4f",
                    "status": "affected",
                    "version": "a39a6405d5f949bc651694028a55d74c514ef1f9",
                    "versionType": "git"
                  }
                ]
              },
              {
                "defaultStatus": "affected",
                "product": "Linux",
                "programFiles": [
                  "drivers/rtc/rtc-pcf8563.c"
                ],
                "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                "vendor": "Linux",
                "versions": [
                  {
                    "status": "affected",
                    "version": "4.4"
                  },
                  {
                    "lessThan": "4.4",
                    "status": "unaffected",
                    "version": "0",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "5.10.*",
                    "status": "unaffected",
                    "version": "5.10.270",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "5.15.*",
                    "status": "unaffected",
                    "version": "5.15.221",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "6.1.*",
                    "status": "unaffected",
                    "version": "6.1.188",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "6.6.*",
                    "status": "unaffected",
                    "version": "6.6.157",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "6.12.*",
                    "status": "unaffected",
                    "version": "6.12.110",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "6.18.*",
                    "status": "unaffected",
                    "version": "6.18.52",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "7.2.*",
                    "status": "unaffected",
                    "version": "7.2.6",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "*",
                    "status": "unaffected",
                    "version": "7.3-rc1",
                    "versionType": "original_commit_for_fix"
                  }
                ]
              }
            ],
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
          }
        ],
        "cveTags": [],
        "descriptions": [
          {
            "lang": "en",
            "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nrtc: pcf8563: fix clock provider leak on unbind\n\npcf8563_clkout_register_clk() registers the CLKOUT clock provider with\nof_clk_add_provider(), but nothing ever unwinds it: there is no\nof_clk_del_provider() call and the driver has no remove callback. Each\nof_clk_add_provider() allocates a struct of_clk_provider, takes a\nreference on the OF node and adds an entry to the global of_clk_providers\nlist, none of which is released when the device is unbound. Every\nbind/unbind (or module reload) therefore leaks a provider structure and\nan of_node reference.\n\nThe clock itself is already device-managed (devm_clk_register()); only\nthe provider registration was not. Use devm_of_clk_add_hw_provider() so\nthe provider is removed automatically on unbind. Tie it to the parent\ni2c device, whose OF node carries the #clock-cells and clock-output-names\nproperties (the RTC class device has no OF node of its own)."
          }
        ],
        "id": "CVE-2026-90126",
        "lastModified": "2026-09-17T17:17:04.937",
        "metrics": {},
        "published": "2026-09-17T17:17:04.937",
        "references": [
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/08a59c28c2bdbcd655e99526c86a41dc83834283"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/2b5622cf4ee218b6f98d31dbf3fbd44b9b6bd675"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/30b7c63af50fe1464e7582a37de1ca4bd030ecc1"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/36cb00c33bd83e7ce31b5a9f1f7c70db0cb7776c"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/6218c0533a72235ec9c5f41b812c63d963bd4a3e"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/7afb8db47c4f107bce89cfe5115fb31ba7c94665"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/97edf3fd9a46ea89a167966991c0449cfa07b36f"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/9c48a53685040bb0de45a640b34055cbbfc69d4f"
          }
        ],
        "sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "vulnStatus": "Received"
      }
    }
  }
}



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…

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…