A use-after-free flaw was found in the netfilter subsystem of the Linux kernel. If the catchall element is garbage-collected when the pipapo set is removed, the element can be deactivated twice. This can cause a use-after-free issue on an NFT_CHAIN object or NFT_OBJECT object, allowing a local unprivileged user with CAP_NET_ADMIN capability to escalate their privileges on the system.
Workaround:
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
Link | Tags |
---|---|
https://access.redhat.com/errata/RHSA-2024:1018 | vendor advisory |
https://access.redhat.com/errata/RHSA-2024:1019 | vendor advisory |
https://access.redhat.com/errata/RHSA-2024:1248 | vendor advisory |
https://access.redhat.com/errata/RHSA-2024:2094 | vendor advisory |
https://access.redhat.com/errata/RHSA-2024:4412 | vendor advisory |
https://access.redhat.com/errata/RHSA-2024:4415 | vendor advisory |
https://access.redhat.com/security/cve/CVE-2024-0193 | vdb entry third party advisory mitigation |
https://bugzilla.redhat.com/show_bug.cgi?id=2255653 | third party advisory patch issue tracking |