Security Advisory

CVE-2022-49095

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-02-26 01:54:48
Last updated 2026-05-11 18:53:00
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: scsi: zorro7xx: Fix a resource leak in zorro7xx_remove_one() The error handling path of the probe releases a resource that is not freed in the remove function. In some cases, a ioremap() must be undone. Add the missing iounmap() call in the remove function.