CVE-2026-72245
Last modified
CVE-2026-72245 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix device reference leak in host1x_device_parse_dt() error path After device_initialize(), the embedded struct device in struct host1x_device should be released through the device core with put_device(). In host1x_device_add(), if host1x_device_parse_dt() fails, the current error path frees the object directly with kfree(device). That bypasses the normal device lifetime handling and leaks the reference held on the embedded struct device. The issue was identified by a static analysis tool I developed and confirmed by manual review. Fix this by using put_device() in the host1x_device_parse_dt() failure path.. EPSS estimates a 0.22% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix device reference leak in host1x_device_parse_dt() error path After device_initialize(), the embedded struct device in struct host1x_device should be released through the device core with put_device(). In host1x_device_add(), if host1x_device_parse_dt() fails, the current error path frees the object directly with kfree(device). That bypasses the normal device lifetime handling and leaks the reference held on the embedded struct device. The issue was identified by a static analysis tool I developed and confirmed by manual review. Fix this by using put_device() in the host1x_device_parse_dt() failure path.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= f4c5cf88fbd50e4779042268947b2e2f90c20484, < a408d89e20d38d78f540e1951dc4c6056ad662e1; >= f4c5cf88fbd50e4779042268947b2e2f90c20484, < 4ee41361c637eafa80f5d88b46d0016e6cdb24db; >= f4c5cf88fbd50e4779042268947b2e2f90c20484, < 3642d0a45214e3b4cf61bf5e75b04b490d0b3519; >= f4c5cf88fbd50e4779042268947b2e2f90c20484, < edc7267b59a465c6ae7c5ffac2171c30962bd325; >= f4c5cf88fbd50e4779042268947b2e2f90c20484, < 4454caa204a2edb19c62754ddb96e5dbca0d2f49; >= f4c5cf88fbd50e4779042268947b2e2f90c20484, < c4d6442ac3ed00041fe4e1df715717ed78a7d37f; >= f4c5cf88fbd50e4779042268947b2e2f90c20484, < 8559b1501f77a5b5d003790bec170ca449e0c674; >= f4c5cf88fbd50e4779042268947b2e2f90c20484, < e75717f9aec04355777be41070890c6a815c76df |
| Linux | Linux | 4.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72245?
How severe is CVE-2026-72245?
How do I fix CVE-2026-72245?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-7224A security flaw has been discovered in SourceCodester Pizzaf…7.3
- CVE-2026-72240In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72241In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72242In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-72243In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-72244In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72246Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-72247In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-72248In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72249In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-7225A weakness has been identified in SourceCodester Pizzafy Eco…7.3
- CVE-2026-72250In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-72245?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
