{"id":"CVE-2026-23441","summary":"net/mlx5e: Prevent concurrent access to IPSec ASO context","details":"In the Linux kernel, the following vulnerability has been resolved:\n\nnet/mlx5e: Prevent concurrent access to IPSec ASO context\n\nThe query or updating IPSec offload object is through Access ASO WQE.\nThe driver uses a single mlx5e_ipsec_aso struct for each PF, which\ncontains a shared DMA-mapped context for all ASO operations.\n\nA race condition exists because the ASO spinlock is released before\nthe hardware has finished processing WQE. If a second operation is\ninitiated immediately after, it overwrites the shared context in the\nDMA area.\n\nWhen the first operation's completion is processed later, it reads\nthis corrupted context, leading to unexpected behavior and incorrect\nresults.\n\nThis commit fixes the race by introducing a private context within\neach IPSec offload object. The shared ASO context is now copied to\nthis private context while the ASO spinlock is held. Subsequent\nprocessing uses this saved, per-object context, ensuring its integrity\nis maintained.","modified":"2026-04-14T03:47:44.828319Z","published":"2026-04-03T15:15:25.380Z","database_specific":{"cna_assigner":"Linux","osv_generated_from":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/23xxx/CVE-2026-23441.json"},"references":[{"type":"PACKAGE","url":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"},{"type":"WEB","url":"https://git.kernel.org/stable/c/2c6a5be0aee5a44066f68a332c30650900e32ad4"},{"type":"WEB","url":"https://git.kernel.org/stable/c/6834d196107d5267dcad31b44211da7698e8f618"},{"type":"WEB","url":"https://git.kernel.org/stable/c/99aaee927800ea00b441b607737f9f67b1899755"},{"type":"WEB","url":"https://git.kernel.org/stable/c/99b36850d881e2d65912b2520a1c80d0fcc9429a"},{"type":"WEB","url":"https://git.kernel.org/stable/c/c3db55dc0f3344b62da25b025a8396d78763b5fa"},{"type":"ADVISORY","url":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/23xxx/CVE-2026-23441.json"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2026-23441"}],"affected":[{"ranges":[{"type":"GIT","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","events":[{"introduced":"1ed78fc033074c55221a80498204c539a3696877"},{"fixed":"99aaee927800ea00b441b607737f9f67b1899755"},{"fixed":"c3db55dc0f3344b62da25b025a8396d78763b5fa"},{"fixed":"2c6a5be0aee5a44066f68a332c30650900e32ad4"},{"fixed":"6834d196107d5267dcad31b44211da7698e8f618"},{"fixed":"99b36850d881e2d65912b2520a1c80d0fcc9429a"}]}],"database_specific":{"source":"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-23441.json"}},{"package":{"name":"Kernel","ecosystem":"Linux"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"6.2.0"},{"fixed":"6.6.130"}]},{"type":"ECOSYSTEM","events":[{"introduced":"6.7.0"},{"fixed":"6.12.78"}]},{"type":"ECOSYSTEM","events":[{"introduced":"6.13.0"},{"fixed":"6.18.20"}]},{"type":"ECOSYSTEM","events":[{"introduced":"6.19.0"},{"fixed":"6.19.10"}]}],"database_specific":{"source":"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-23441.json"}}],"schema_version":"1.7.5"}