We use these services and cookies to improve your user experience. You may opt out if you wish, however, this may limit some features on this site.

Please see our statement on Data Privacy.

Crisp.chat (Helpdesk and Chat)

Ok

THREATINT
PUBLISHED

CVE-2024-53198

xen: Fix the issue of resource not being properly released in xenbus_dev_probe()



Description

In the Linux kernel, the following vulnerability has been resolved: xen: Fix the issue of resource not being properly released in xenbus_dev_probe() This patch fixes an issue in the function xenbus_dev_probe(). In the xenbus_dev_probe() function, within the if (err) branch at line 313, the program incorrectly returns err directly without releasing the resources allocated by err = drv->probe(dev, id). As the return value is non-zero, the upper layers assume the processing logic has failed. However, the probe operation was performed earlier without a corresponding remove operation. Since the probe actually allocates resources, failing to perform the remove operation could lead to problems. To fix this issue, we followed the resource release logic of the xenbus_dev_remove() function by adding a new block fail_remove before the fail_put block. After entering the branch if (err) at line 313, the function will use a goto statement to jump to the fail_remove block, ensuring that the previously acquired resources are correctly released, thus preventing the reference count leak. This bug was identified by an experimental static analysis tool developed by our team. The tool specializes in analyzing reference count operations and detecting potential issues where resources are not properly managed. In this case, the tool flagged the missing release operation as a potential problem, which led to the development of this patch.

Reserved 2024-11-19 | Published 2024-12-27 | Updated 2024-12-27 | Assigner Linux

Product status

Default status
unaffected

4bac07c993d03434ea902d3d4290d9e45944b66c before 87106169b4ce26f85561f953d13d1fd86d99b612
affected

4bac07c993d03434ea902d3d4290d9e45944b66c before 0aa9e30b5b4af5dd504801689d6d84c584290a45
affected

4bac07c993d03434ea902d3d4290d9e45944b66c before e8823e6ff313465910edea07581627d85e68d9fd
affected

4bac07c993d03434ea902d3d4290d9e45944b66c before 3fc0996d2fefe61219375fd650601724b8cf2d30
affected

4bac07c993d03434ea902d3d4290d9e45944b66c before 804b96f8d0a02fa10b92f28b2e042f9128ed3ffc
affected

4bac07c993d03434ea902d3d4290d9e45944b66c before 217bdce88b104269b73603b84d0ab4dd04f481bc
affected

4bac07c993d03434ea902d3d4290d9e45944b66c before 2f977a4c82d35d063f5fe198bbc501c4b1c5ea0e
affected

4bac07c993d03434ea902d3d4290d9e45944b66c before afc545da381ba0c651b2658966ac737032676f01
affected

Default status
affected

2.6.23
affected

Any version before 2.6.23
unaffected

5.4.287
unaffected

5.10.231
unaffected

5.15.174
unaffected

6.1.120
unaffected

6.6.64
unaffected

6.11.11
unaffected

6.12.2
unaffected

6.13-rc1
unaffected

References

git.kernel.org/...c/87106169b4ce26f85561f953d13d1fd86d99b612

git.kernel.org/...c/0aa9e30b5b4af5dd504801689d6d84c584290a45

git.kernel.org/...c/e8823e6ff313465910edea07581627d85e68d9fd

git.kernel.org/...c/3fc0996d2fefe61219375fd650601724b8cf2d30

git.kernel.org/...c/804b96f8d0a02fa10b92f28b2e042f9128ed3ffc

git.kernel.org/...c/217bdce88b104269b73603b84d0ab4dd04f481bc

git.kernel.org/...c/2f977a4c82d35d063f5fe198bbc501c4b1c5ea0e

git.kernel.org/...c/afc545da381ba0c651b2658966ac737032676f01

cve.org (CVE-2024-53198)

nvd.nist.gov (CVE-2024-53198)

Download JSON

Share this page
https://cve.threatint.com/CVE/CVE-2024-53198

Support options

Helpdesk Chat, Email, Knowledgebase
Subscribe to our newsletter to learn more about our work.