CVE-2024-26925
Vulnerability Summary
Timeline
Description
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: release mutex after nft_gc_seq_end from abort path The commit mutex should not be released during the critical section between nft_gc_seq_begin() and nft_gc_seq_end(), otherwise, async GC worker could collect expired objects and get the released commit lock within the same GC sequence. nf_tables_module_autoload() temporarily releases the mutex to load module dependencies, then it goes back to replay the transaction again. Move it at the end of the abort phase after nft_gc_seq_end() is called.
CVSS Metrics
- v3.1•MEDIUM•Score: 5.5CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
- v3.1•HIGH•Score: 7.8CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Trends
Current EPSS score: 0.27%• Percentile: 19%
Techniques & Countermeasures
- CWE-667•Improper Locking
The product does not properly acquire or release a lock on a resource, leading to unexpected resource state changes and behaviors.
Affected Systems
- debian•linux
< 5.10.216-1 | < 6.1.90-1 | < 6.8.9-1 | < 6.8.9-1
- ubuntu•linux
< 5.4.0-187.207 | < 5.15.0-116.126 | < 6.8.0-38.38
- ubuntu•linux-allwinner-5.19
all
- ubuntu•linux-aws
< 5.4.0-1127.137 | < 5.15.0-1065.71 | < 6.8.0-1011.12
- ubuntu•linux-aws-5.0
all
- ubuntu•linux-aws-5.11
all
- ubuntu•linux-aws-5.13
all
- ubuntu•linux-aws-5.15
< 5.15.0-1065.71~20.04.1
- ubuntu•linux-aws-5.19
all
- ubuntu•linux-aws-5.3
all
- ubuntu•linux-aws-5.4
< 5.4.0-1127.137~18.04.2
- ubuntu•linux-aws-5.8
all
- ubuntu•linux-aws-6.2
all
- ubuntu•linux-aws-6.5
< 6.5.0-1022.22~22.04.1
- ubuntu•linux-aws-6.8
< 6.8.0-1011.12~22.04.1
- ubuntu•linux-aws-fips
< 5.4.0-1127.137+fips1 | all | < 5.15.0-1065.71+fips1
- ubuntu•linux-azure
all | < 5.4.0-1132.139 | < 5.15.0-1068.77 | < 6.8.0-1010.10
- ubuntu•linux-azure-5.11
all
- ubuntu•linux-azure-5.13
all
- ubuntu•linux-azure-5.15
< 5.15.0-1068.77~20.04.1
- ubuntu•linux-azure-5.19
all
- ubuntu•linux-azure-5.3
all
- ubuntu•linux-azure-5.4
< 5.4.0-1132.139~18.04.1
- ubuntu•linux-azure-5.8
all
- ubuntu•linux-azure-6.2
all
- ubuntu•linux-azure-6.5
< 6.5.0-1023.24~22.04.1
- ubuntu•linux-azure-6.8
< 6.8.0-1010.10~22.04.1
- ubuntu•linux-azure-edge
all
- ubuntu•linux-azure-fde
all | < 5.15.0-1068.77.1
- ubuntu•linux-azure-fde-5.19
all
- ubuntu•linux-azure-fde-6.2
all
- ubuntu•linux-azure-fips
< 5.4.0-1132.139+fips1 | all | < 5.15.0-1068.77+fips1
- ubuntu•linux-bluefield
all | < 5.4.0-1087.94 | < 5.15.0-1047.49
- ubuntu•linux-fips
< 5.4.0-1101.111 | < 5.15.0-115.125+fips1
- ubuntu•linux-gcp
all | < 5.4.0-1131.140 | < 5.15.0-1064.72 | < 6.8.0-1010.11
- ubuntu•linux-gcp-5.11
all
- ubuntu•linux-gcp-5.13
all
- ubuntu•linux-gcp-5.15
< 5.15.0-1065.73~20.04.1
- ubuntu•linux-gcp-5.19
all
- ubuntu•linux-gcp-5.3
all
- ubuntu•linux-gcp-5.4
< 5.4.0-1132.141~18.04.1
- ubuntu•linux-gcp-5.8
all
- ubuntu•linux-gcp-6.2
all
- ubuntu•linux-gcp-6.5
< 6.5.0-1023.25~22.04.1
- ubuntu•linux-gcp-fips
< 5.4.0-1131.140+fips1 | all | < 5.15.0-1064.72+fips1
- ubuntu•linux-gke
all | < 5.15.0-1062.68 | < 6.8.0-1006.9
- ubuntu•linux-gke-4.15
all
- ubuntu•linux-gke-5.15
all
- ubuntu•linux-gke-5.4
all
- ubuntu•linux-gkeop
< 5.4.0-1094.98 | < 5.15.0-1048.55
Showing first 50 affected entries in server-rendered view.
References (35)
- https://git.kernel.org/stable/c/61ac7284346c32f9a8c8ceac56102f7914060428
- https://git.kernel.org/stable/c/2cee2ff7f8cce12a63a0a23ffe27f08d99541494
- https://git.kernel.org/stable/c/eb769ff4e281f751adcaf4f4445cbf30817be139
- https://git.kernel.org/stable/c/8d3a58af50e46167b6f1db47adadad03c0045dae
- https://git.kernel.org/stable/c/8038ee3c3e5b59bcd78467686db5270c68544e30
- https://git.kernel.org/stable/c/a34ba4bdeec0c3b629160497594908dc820110f1
- https://git.kernel.org/stable/c/0d459e2ffb541841714839e8228b845458ed3b27
- https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html
- https://cert-portal.siemens.com/productcert/html/ssa-265688.html
- https://cert-portal.siemens.com/productcert/html/ssa-354112.html
- https://ubuntu.com/security/CVE-2024-26925
- https://www.cve.org/CVERecord?id=CVE-2024-26925
- https://git.kernel.org/linus/0d459e2ffb541841714839e8228b845458ed3b27
- https://ubuntu.com/security/notices/USN-6868-1
- https://ubuntu.com/security/notices/USN-6872-1
- https://ubuntu.com/security/notices/USN-6873-1
- https://ubuntu.com/security/notices/USN-6874-1
- https://ubuntu.com/security/notices/USN-6872-2
- https://ubuntu.com/security/notices/USN-6873-2
- https://ubuntu.com/security/notices/USN-6868-2
- https://ubuntu.com/security/notices/USN-6893-1
- https://ubuntu.com/security/notices/USN-6896-1
- https://ubuntu.com/security/notices/USN-6898-1
- https://ubuntu.com/security/notices/USN-6893-2
- https://ubuntu.com/security/notices/USN-6898-2
- https://ubuntu.com/security/notices/USN-6900-1
- https://ubuntu.com/security/notices/USN-6898-3
- https://ubuntu.com/security/notices/USN-6893-3
- https://ubuntu.com/security/notices/USN-6898-4
- https://ubuntu.com/security/notices/USN-6917-1
- https://ubuntu.com/security/notices/USN-6919-1
- https://ubuntu.com/security/notices/USN-6918-1
- https://ubuntu.com/security/notices/USN-6927-1
- https://ubuntu.com/security/notices/USN-7019-1
- https://security-tracker.debian.org/tracker/CVE-2024-26925