Bug 2320659 (CVE-2022-49012) - CVE-2022-49012 kernel: afs: Fix server->active leak in afs_put_server
Summary: CVE-2022-49012 kernel: afs: Fix server->active leak in afs_put_server
Keywords:
Status: NEW
Alias: CVE-2022-49012
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-10-21 21:01 UTC by OSIDB Bzimport
Modified: 2024-10-22 20:07 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-10-21 21:01:13 UTC
In the Linux kernel, the following vulnerability has been resolved:

afs: Fix server->active leak in afs_put_server

The atomic_read was accidentally replaced with atomic_inc_return,
which prevents the server from getting cleaned up and causes rmmod
to hang with a warning:

    Can't purge s=00000001


Note You need to log in before you can comment on or make changes to this bug.