cve-2024-26625
Vulnerability from cvelistv5
Published
2024-03-06 06:45
Modified
2024-12-19 08:43
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: llc: call sock_orphan() at release time syzbot reported an interesting trace [1] caused by a stale sk->sk_wq pointer in a closed llc socket. In commit ff7b11aa481f ("net: socket: set sock->sk to NULL after calling proto_ops::release()") Eric Biggers hinted that some protocols are missing a sock_orphan(), we need to perform a full audit. In net-next, I plan to clear sock->sk from sock_orphan() and amend Eric patch to add a warning. [1] BUG: KASAN: slab-use-after-free in list_empty include/linux/list.h:373 [inline] BUG: KASAN: slab-use-after-free in waitqueue_active include/linux/wait.h:127 [inline] BUG: KASAN: slab-use-after-free in sock_def_write_space_wfree net/core/sock.c:3384 [inline] BUG: KASAN: slab-use-after-free in sock_wfree+0x9a8/0x9d0 net/core/sock.c:2468 Read of size 8 at addr ffff88802f4fc880 by task ksoftirqd/1/27 CPU: 1 PID: 27 Comm: ksoftirqd/1 Not tainted 6.8.0-rc1-syzkaller-00049-g6098d87eaf31 #0 Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.2-debian-1.16.2-1 04/01/2014 Call Trace: <TASK> __dump_stack lib/dump_stack.c:88 [inline] dump_stack_lvl+0xd9/0x1b0 lib/dump_stack.c:106 print_address_description mm/kasan/report.c:377 [inline] print_report+0xc4/0x620 mm/kasan/report.c:488 kasan_report+0xda/0x110 mm/kasan/report.c:601 list_empty include/linux/list.h:373 [inline] waitqueue_active include/linux/wait.h:127 [inline] sock_def_write_space_wfree net/core/sock.c:3384 [inline] sock_wfree+0x9a8/0x9d0 net/core/sock.c:2468 skb_release_head_state+0xa3/0x2b0 net/core/skbuff.c:1080 skb_release_all net/core/skbuff.c:1092 [inline] napi_consume_skb+0x119/0x2b0 net/core/skbuff.c:1404 e1000_unmap_and_free_tx_resource+0x144/0x200 drivers/net/ethernet/intel/e1000/e1000_main.c:1970 e1000_clean_tx_irq drivers/net/ethernet/intel/e1000/e1000_main.c:3860 [inline] e1000_clean+0x4a1/0x26e0 drivers/net/ethernet/intel/e1000/e1000_main.c:3801 __napi_poll.constprop.0+0xb4/0x540 net/core/dev.c:6576 napi_poll net/core/dev.c:6645 [inline] net_rx_action+0x956/0xe90 net/core/dev.c:6778 __do_softirq+0x21a/0x8de kernel/softirq.c:553 run_ksoftirqd kernel/softirq.c:921 [inline] run_ksoftirqd+0x31/0x60 kernel/softirq.c:913 smpboot_thread_fn+0x660/0xa10 kernel/smpboot.c:164 kthread+0x2c6/0x3a0 kernel/kthread.c:388 ret_from_fork+0x45/0x80 arch/x86/kernel/process.c:147 ret_from_fork_asm+0x11/0x20 arch/x86/entry/entry_64.S:242 </TASK> Allocated by task 5167: kasan_save_stack+0x33/0x50 mm/kasan/common.c:47 kasan_save_track+0x14/0x30 mm/kasan/common.c:68 unpoison_slab_object mm/kasan/common.c:314 [inline] __kasan_slab_alloc+0x81/0x90 mm/kasan/common.c:340 kasan_slab_alloc include/linux/kasan.h:201 [inline] slab_post_alloc_hook mm/slub.c:3813 [inline] slab_alloc_node mm/slub.c:3860 [inline] kmem_cache_alloc_lru+0x142/0x6f0 mm/slub.c:3879 alloc_inode_sb include/linux/fs.h:3019 [inline] sock_alloc_inode+0x25/0x1c0 net/socket.c:308 alloc_inode+0x5d/0x220 fs/inode.c:260 new_inode_pseudo+0x16/0x80 fs/inode.c:1005 sock_alloc+0x40/0x270 net/socket.c:634 __sock_create+0xbc/0x800 net/socket.c:1535 sock_create net/socket.c:1622 [inline] __sys_socket_create net/socket.c:1659 [inline] __sys_socket+0x14c/0x260 net/socket.c:1706 __do_sys_socket net/socket.c:1720 [inline] __se_sys_socket net/socket.c:1718 [inline] __x64_sys_socket+0x72/0xb0 net/socket.c:1718 do_syscall_x64 arch/x86/entry/common.c:52 [inline] do_syscall_64+0xd3/0x250 arch/x86/entry/common.c:83 entry_SYSCALL_64_after_hwframe+0x63/0x6b Freed by task 0: kasan_save_stack+0x33/0x50 mm/kasan/common.c:47 kasan_save_track+0x14/0x30 mm/kasan/common.c:68 kasan_save_free_info+0x3f/0x60 mm/kasan/generic.c:640 poison_slab_object mm/kasan/common.c:241 [inline] __kasan_slab_free+0x121/0x1b0 mm/kasan/common.c:257 kasan_slab_free include/linux/kasan.h:184 [inline] slab_free_hook mm/slub.c:2121 [inlin ---truncated---
References
416baaa9-dc9f-4396-8d5f-8c081fb06d67https://git.kernel.org/stable/c/3151051b787f7cd7e3329ea0016eb9113c248812Patch
416baaa9-dc9f-4396-8d5f-8c081fb06d67https://git.kernel.org/stable/c/64babb17e8150771c58575d8f93a35c5296b499fPatch
416baaa9-dc9f-4396-8d5f-8c081fb06d67https://git.kernel.org/stable/c/6b950c712a9a05cdda4aea7fcb2848766576c11bPatch
416baaa9-dc9f-4396-8d5f-8c081fb06d67https://git.kernel.org/stable/c/8e51f084b5716653f19e291ed5f026791d4b3ed4Patch
416baaa9-dc9f-4396-8d5f-8c081fb06d67https://git.kernel.org/stable/c/9c333d9891f34cea8af1b229dc754552304c8eeePatch
416baaa9-dc9f-4396-8d5f-8c081fb06d67https://git.kernel.org/stable/c/aa2b2eb3934859904c287bf5434647ba72e14c1cPatch
416baaa9-dc9f-4396-8d5f-8c081fb06d67https://git.kernel.org/stable/c/d0b5b1f12429df3cd9751ab8b2f53729b77733b7Patch
416baaa9-dc9f-4396-8d5f-8c081fb06d67https://git.kernel.org/stable/c/dbc1b89981f9c5360277071d33d7f04a43ffda4aPatch
af854a3a-2127-422b-91ae-364da2661108https://git.kernel.org/stable/c/3151051b787f7cd7e3329ea0016eb9113c248812Patch
af854a3a-2127-422b-91ae-364da2661108https://git.kernel.org/stable/c/64babb17e8150771c58575d8f93a35c5296b499fPatch
af854a3a-2127-422b-91ae-364da2661108https://git.kernel.org/stable/c/6b950c712a9a05cdda4aea7fcb2848766576c11bPatch
af854a3a-2127-422b-91ae-364da2661108https://git.kernel.org/stable/c/8e51f084b5716653f19e291ed5f026791d4b3ed4Patch
af854a3a-2127-422b-91ae-364da2661108https://git.kernel.org/stable/c/9c333d9891f34cea8af1b229dc754552304c8eeePatch
af854a3a-2127-422b-91ae-364da2661108https://git.kernel.org/stable/c/aa2b2eb3934859904c287bf5434647ba72e14c1cPatch
af854a3a-2127-422b-91ae-364da2661108https://git.kernel.org/stable/c/d0b5b1f12429df3cd9751ab8b2f53729b77733b7Patch
af854a3a-2127-422b-91ae-364da2661108https://git.kernel.org/stable/c/dbc1b89981f9c5360277071d33d7f04a43ffda4aPatch
af854a3a-2127-422b-91ae-364da2661108https://lists.debian.org/debian-lts-announce/2024/06/msg00017.htmlMailing List
af854a3a-2127-422b-91ae-364da2661108https://lists.debian.org/debian-lts-announce/2024/06/msg00020.htmlMailing List
Impacted products
Vendor Product Version
Linux Linux Version: 43815482370c510c569fd18edb57afcb0fa8cab6
Version: 43815482370c510c569fd18edb57afcb0fa8cab6
Version: 43815482370c510c569fd18edb57afcb0fa8cab6
Version: 43815482370c510c569fd18edb57afcb0fa8cab6
Version: 43815482370c510c569fd18edb57afcb0fa8cab6
Version: 43815482370c510c569fd18edb57afcb0fa8cab6
Version: 43815482370c510c569fd18edb57afcb0fa8cab6
Version: 43815482370c510c569fd18edb57afcb0fa8cab6
Create a notification for this product.
   Linux Linux Version: 2.6.35
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2024-26625",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-03-06T16:41:05.994976Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-06-04T17:48:16.391Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      },
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-02T00:07:19.761Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/6b950c712a9a05cdda4aea7fcb2848766576c11b"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/64babb17e8150771c58575d8f93a35c5296b499f"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/d0b5b1f12429df3cd9751ab8b2f53729b77733b7"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/dbc1b89981f9c5360277071d33d7f04a43ffda4a"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/9c333d9891f34cea8af1b229dc754552304c8eee"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/3151051b787f7cd7e3329ea0016eb9113c248812"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/8e51f084b5716653f19e291ed5f026791d4b3ed4"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/aa2b2eb3934859904c287bf5434647ba72e14c1c"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html"
          }
        ],
        "title": "CVE Program Container"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "net/llc/af_llc.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "6b950c712a9a05cdda4aea7fcb2848766576c11b",
              "status": "affected",
              "version": "43815482370c510c569fd18edb57afcb0fa8cab6",
              "versionType": "git"
            },
            {
              "lessThan": "64babb17e8150771c58575d8f93a35c5296b499f",
              "status": "affected",
              "version": "43815482370c510c569fd18edb57afcb0fa8cab6",
              "versionType": "git"
            },
            {
              "lessThan": "d0b5b1f12429df3cd9751ab8b2f53729b77733b7",
              "status": "affected",
              "version": "43815482370c510c569fd18edb57afcb0fa8cab6",
              "versionType": "git"
            },
            {
              "lessThan": "dbc1b89981f9c5360277071d33d7f04a43ffda4a",
              "status": "affected",
              "version": "43815482370c510c569fd18edb57afcb0fa8cab6",
              "versionType": "git"
            },
            {
              "lessThan": "9c333d9891f34cea8af1b229dc754552304c8eee",
              "status": "affected",
              "version": "43815482370c510c569fd18edb57afcb0fa8cab6",
              "versionType": "git"
            },
            {
              "lessThan": "3151051b787f7cd7e3329ea0016eb9113c248812",
              "status": "affected",
              "version": "43815482370c510c569fd18edb57afcb0fa8cab6",
              "versionType": "git"
            },
            {
              "lessThan": "8e51f084b5716653f19e291ed5f026791d4b3ed4",
              "status": "affected",
              "version": "43815482370c510c569fd18edb57afcb0fa8cab6",
              "versionType": "git"
            },
            {
              "lessThan": "aa2b2eb3934859904c287bf5434647ba72e14c1c",
              "status": "affected",
              "version": "43815482370c510c569fd18edb57afcb0fa8cab6",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "net/llc/af_llc.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "2.6.35"
            },
            {
              "lessThan": "2.6.35",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.19.*",
              "status": "unaffected",
              "version": "4.19.307",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.4.*",
              "status": "unaffected",
              "version": "5.4.269",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.210",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.149",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.77",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.16",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.7.*",
              "status": "unaffected",
              "version": "6.7.4",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.8",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nllc: call sock_orphan() at release time\n\nsyzbot reported an interesting trace [1] caused by a stale sk-\u003esk_wq\npointer in a closed llc socket.\n\nIn commit ff7b11aa481f (\"net: socket: set sock-\u003esk to NULL after\ncalling proto_ops::release()\") Eric Biggers hinted that some protocols\nare missing a sock_orphan(), we need to perform a full audit.\n\nIn net-next, I plan to clear sock-\u003esk from sock_orphan() and\namend Eric patch to add a warning.\n\n[1]\n BUG: KASAN: slab-use-after-free in list_empty include/linux/list.h:373 [inline]\n BUG: KASAN: slab-use-after-free in waitqueue_active include/linux/wait.h:127 [inline]\n BUG: KASAN: slab-use-after-free in sock_def_write_space_wfree net/core/sock.c:3384 [inline]\n BUG: KASAN: slab-use-after-free in sock_wfree+0x9a8/0x9d0 net/core/sock.c:2468\nRead of size 8 at addr ffff88802f4fc880 by task ksoftirqd/1/27\n\nCPU: 1 PID: 27 Comm: ksoftirqd/1 Not tainted 6.8.0-rc1-syzkaller-00049-g6098d87eaf31 #0\nHardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.2-debian-1.16.2-1 04/01/2014\nCall Trace:\n \u003cTASK\u003e\n  __dump_stack lib/dump_stack.c:88 [inline]\n  dump_stack_lvl+0xd9/0x1b0 lib/dump_stack.c:106\n  print_address_description mm/kasan/report.c:377 [inline]\n  print_report+0xc4/0x620 mm/kasan/report.c:488\n  kasan_report+0xda/0x110 mm/kasan/report.c:601\n  list_empty include/linux/list.h:373 [inline]\n  waitqueue_active include/linux/wait.h:127 [inline]\n  sock_def_write_space_wfree net/core/sock.c:3384 [inline]\n  sock_wfree+0x9a8/0x9d0 net/core/sock.c:2468\n  skb_release_head_state+0xa3/0x2b0 net/core/skbuff.c:1080\n  skb_release_all net/core/skbuff.c:1092 [inline]\n  napi_consume_skb+0x119/0x2b0 net/core/skbuff.c:1404\n  e1000_unmap_and_free_tx_resource+0x144/0x200 drivers/net/ethernet/intel/e1000/e1000_main.c:1970\n  e1000_clean_tx_irq drivers/net/ethernet/intel/e1000/e1000_main.c:3860 [inline]\n  e1000_clean+0x4a1/0x26e0 drivers/net/ethernet/intel/e1000/e1000_main.c:3801\n  __napi_poll.constprop.0+0xb4/0x540 net/core/dev.c:6576\n  napi_poll net/core/dev.c:6645 [inline]\n  net_rx_action+0x956/0xe90 net/core/dev.c:6778\n  __do_softirq+0x21a/0x8de kernel/softirq.c:553\n  run_ksoftirqd kernel/softirq.c:921 [inline]\n  run_ksoftirqd+0x31/0x60 kernel/softirq.c:913\n  smpboot_thread_fn+0x660/0xa10 kernel/smpboot.c:164\n  kthread+0x2c6/0x3a0 kernel/kthread.c:388\n  ret_from_fork+0x45/0x80 arch/x86/kernel/process.c:147\n  ret_from_fork_asm+0x11/0x20 arch/x86/entry/entry_64.S:242\n \u003c/TASK\u003e\n\nAllocated by task 5167:\n  kasan_save_stack+0x33/0x50 mm/kasan/common.c:47\n  kasan_save_track+0x14/0x30 mm/kasan/common.c:68\n  unpoison_slab_object mm/kasan/common.c:314 [inline]\n  __kasan_slab_alloc+0x81/0x90 mm/kasan/common.c:340\n  kasan_slab_alloc include/linux/kasan.h:201 [inline]\n  slab_post_alloc_hook mm/slub.c:3813 [inline]\n  slab_alloc_node mm/slub.c:3860 [inline]\n  kmem_cache_alloc_lru+0x142/0x6f0 mm/slub.c:3879\n  alloc_inode_sb include/linux/fs.h:3019 [inline]\n  sock_alloc_inode+0x25/0x1c0 net/socket.c:308\n  alloc_inode+0x5d/0x220 fs/inode.c:260\n  new_inode_pseudo+0x16/0x80 fs/inode.c:1005\n  sock_alloc+0x40/0x270 net/socket.c:634\n  __sock_create+0xbc/0x800 net/socket.c:1535\n  sock_create net/socket.c:1622 [inline]\n  __sys_socket_create net/socket.c:1659 [inline]\n  __sys_socket+0x14c/0x260 net/socket.c:1706\n  __do_sys_socket net/socket.c:1720 [inline]\n  __se_sys_socket net/socket.c:1718 [inline]\n  __x64_sys_socket+0x72/0xb0 net/socket.c:1718\n  do_syscall_x64 arch/x86/entry/common.c:52 [inline]\n  do_syscall_64+0xd3/0x250 arch/x86/entry/common.c:83\n entry_SYSCALL_64_after_hwframe+0x63/0x6b\n\nFreed by task 0:\n  kasan_save_stack+0x33/0x50 mm/kasan/common.c:47\n  kasan_save_track+0x14/0x30 mm/kasan/common.c:68\n  kasan_save_free_info+0x3f/0x60 mm/kasan/generic.c:640\n  poison_slab_object mm/kasan/common.c:241 [inline]\n  __kasan_slab_free+0x121/0x1b0 mm/kasan/common.c:257\n  kasan_slab_free include/linux/kasan.h:184 [inline]\n  slab_free_hook mm/slub.c:2121 [inlin\n---truncated---"
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2024-12-19T08:43:45.601Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/6b950c712a9a05cdda4aea7fcb2848766576c11b"
        },
        {
          "url": "https://git.kernel.org/stable/c/64babb17e8150771c58575d8f93a35c5296b499f"
        },
        {
          "url": "https://git.kernel.org/stable/c/d0b5b1f12429df3cd9751ab8b2f53729b77733b7"
        },
        {
          "url": "https://git.kernel.org/stable/c/dbc1b89981f9c5360277071d33d7f04a43ffda4a"
        },
        {
          "url": "https://git.kernel.org/stable/c/9c333d9891f34cea8af1b229dc754552304c8eee"
        },
        {
          "url": "https://git.kernel.org/stable/c/3151051b787f7cd7e3329ea0016eb9113c248812"
        },
        {
          "url": "https://git.kernel.org/stable/c/8e51f084b5716653f19e291ed5f026791d4b3ed4"
        },
        {
          "url": "https://git.kernel.org/stable/c/aa2b2eb3934859904c287bf5434647ba72e14c1c"
        }
      ],
      "title": "llc: call sock_orphan() at release time",
      "x_generator": {
        "engine": "bippy-5f407fcff5a0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2024-26625",
    "datePublished": "2024-03-06T06:45:33.311Z",
    "dateReserved": "2024-02-19T14:20:24.135Z",
    "dateUpdated": "2024-12-19T08:43:45.601Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "fkie_nvd": {
      "configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"2.6.35\", \"versionEndExcluding\": \"4.19.307\", \"matchCriteriaId\": \"129A2C1A-D165-4739-BA49-3F542758424A\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"4.20\", \"versionEndExcluding\": \"5.4.269\", \"matchCriteriaId\": \"319545F3-D56C-4751-BEBF-0505478BBAE8\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"5.5\", \"versionEndExcluding\": \"5.10.210\", \"matchCriteriaId\": \"F5CB4CA6-A9A0-4AFD-9102-8CF94D708170\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"5.11\", \"versionEndExcluding\": \"5.15.149\", \"matchCriteriaId\": \"0D0465BB-4053-4E15-9137-6696EBAE90FD\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"5.16\", \"versionEndExcluding\": \"6.1.77\", \"matchCriteriaId\": \"0FA28946-970D-4F4D-B759-4E77B28809B5\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"6.2\", \"versionEndExcluding\": \"6.6.16\", \"matchCriteriaId\": \"A5007D6A-4B58-423A-8A3A-A1A656A263C8\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"6.7\", \"versionEndExcluding\": \"6.7.4\", \"matchCriteriaId\": \"848BC44C-9D25-4557-A50A-4B8BF310FA78\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:6.8:rc1:*:*:*:*:*:*\", \"matchCriteriaId\": \"B9F4EA73-0894-400F-A490-3A397AB7A517\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:6.8:rc2:*:*:*:*:*:*\", \"matchCriteriaId\": \"056BD938-0A27-4569-B391-30578B309EE3\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"07B237A9-69A3-4A9C-9DA0-4E06BD37AE73\"}]}]}]",
      "descriptions": "[{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nllc: call sock_orphan() at release time\\n\\nsyzbot reported an interesting trace [1] caused by a stale sk-\u003esk_wq\\npointer in a closed llc socket.\\n\\nIn commit ff7b11aa481f (\\\"net: socket: set sock-\u003esk to NULL after\\ncalling proto_ops::release()\\\") Eric Biggers hinted that some protocols\\nare missing a sock_orphan(), we need to perform a full audit.\\n\\nIn net-next, I plan to clear sock-\u003esk from sock_orphan() and\\namend Eric patch to add a warning.\\n\\n[1]\\n BUG: KASAN: slab-use-after-free in list_empty include/linux/list.h:373 [inline]\\n BUG: KASAN: slab-use-after-free in waitqueue_active include/linux/wait.h:127 [inline]\\n BUG: KASAN: slab-use-after-free in sock_def_write_space_wfree net/core/sock.c:3384 [inline]\\n BUG: KASAN: slab-use-after-free in sock_wfree+0x9a8/0x9d0 net/core/sock.c:2468\\nRead of size 8 at addr ffff88802f4fc880 by task ksoftirqd/1/27\\n\\nCPU: 1 PID: 27 Comm: ksoftirqd/1 Not tainted 6.8.0-rc1-syzkaller-00049-g6098d87eaf31 #0\\nHardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.2-debian-1.16.2-1 04/01/2014\\nCall Trace:\\n \u003cTASK\u003e\\n  __dump_stack lib/dump_stack.c:88 [inline]\\n  dump_stack_lvl+0xd9/0x1b0 lib/dump_stack.c:106\\n  print_address_description mm/kasan/report.c:377 [inline]\\n  print_report+0xc4/0x620 mm/kasan/report.c:488\\n  kasan_report+0xda/0x110 mm/kasan/report.c:601\\n  list_empty include/linux/list.h:373 [inline]\\n  waitqueue_active include/linux/wait.h:127 [inline]\\n  sock_def_write_space_wfree net/core/sock.c:3384 [inline]\\n  sock_wfree+0x9a8/0x9d0 net/core/sock.c:2468\\n  skb_release_head_state+0xa3/0x2b0 net/core/skbuff.c:1080\\n  skb_release_all net/core/skbuff.c:1092 [inline]\\n  napi_consume_skb+0x119/0x2b0 net/core/skbuff.c:1404\\n  e1000_unmap_and_free_tx_resource+0x144/0x200 drivers/net/ethernet/intel/e1000/e1000_main.c:1970\\n  e1000_clean_tx_irq drivers/net/ethernet/intel/e1000/e1000_main.c:3860 [inline]\\n  e1000_clean+0x4a1/0x26e0 drivers/net/ethernet/intel/e1000/e1000_main.c:3801\\n  __napi_poll.constprop.0+0xb4/0x540 net/core/dev.c:6576\\n  napi_poll net/core/dev.c:6645 [inline]\\n  net_rx_action+0x956/0xe90 net/core/dev.c:6778\\n  __do_softirq+0x21a/0x8de kernel/softirq.c:553\\n  run_ksoftirqd kernel/softirq.c:921 [inline]\\n  run_ksoftirqd+0x31/0x60 kernel/softirq.c:913\\n  smpboot_thread_fn+0x660/0xa10 kernel/smpboot.c:164\\n  kthread+0x2c6/0x3a0 kernel/kthread.c:388\\n  ret_from_fork+0x45/0x80 arch/x86/kernel/process.c:147\\n  ret_from_fork_asm+0x11/0x20 arch/x86/entry/entry_64.S:242\\n \u003c/TASK\u003e\\n\\nAllocated by task 5167:\\n  kasan_save_stack+0x33/0x50 mm/kasan/common.c:47\\n  kasan_save_track+0x14/0x30 mm/kasan/common.c:68\\n  unpoison_slab_object mm/kasan/common.c:314 [inline]\\n  __kasan_slab_alloc+0x81/0x90 mm/kasan/common.c:340\\n  kasan_slab_alloc include/linux/kasan.h:201 [inline]\\n  slab_post_alloc_hook mm/slub.c:3813 [inline]\\n  slab_alloc_node mm/slub.c:3860 [inline]\\n  kmem_cache_alloc_lru+0x142/0x6f0 mm/slub.c:3879\\n  alloc_inode_sb include/linux/fs.h:3019 [inline]\\n  sock_alloc_inode+0x25/0x1c0 net/socket.c:308\\n  alloc_inode+0x5d/0x220 fs/inode.c:260\\n  new_inode_pseudo+0x16/0x80 fs/inode.c:1005\\n  sock_alloc+0x40/0x270 net/socket.c:634\\n  __sock_create+0xbc/0x800 net/socket.c:1535\\n  sock_create net/socket.c:1622 [inline]\\n  __sys_socket_create net/socket.c:1659 [inline]\\n  __sys_socket+0x14c/0x260 net/socket.c:1706\\n  __do_sys_socket net/socket.c:1720 [inline]\\n  __se_sys_socket net/socket.c:1718 [inline]\\n  __x64_sys_socket+0x72/0xb0 net/socket.c:1718\\n  do_syscall_x64 arch/x86/entry/common.c:52 [inline]\\n  do_syscall_64+0xd3/0x250 arch/x86/entry/common.c:83\\n entry_SYSCALL_64_after_hwframe+0x63/0x6b\\n\\nFreed by task 0:\\n  kasan_save_stack+0x33/0x50 mm/kasan/common.c:47\\n  kasan_save_track+0x14/0x30 mm/kasan/common.c:68\\n  kasan_save_free_info+0x3f/0x60 mm/kasan/generic.c:640\\n  poison_slab_object mm/kasan/common.c:241 [inline]\\n  __kasan_slab_free+0x121/0x1b0 mm/kasan/common.c:257\\n  kasan_slab_free include/linux/kasan.h:184 [inline]\\n  slab_free_hook mm/slub.c:2121 [inlin\\n---truncated---\"}, {\"lang\": \"es\", \"value\": \"En el kernel de Linux, se resolvi\\u00f3 la siguiente vulnerabilidad: llc: llame a sock_orphan() en el momento del lanzamiento syzbot inform\\u00f3 un rastro interesante [1] causado por un puntero sk-\u0026gt;sk_wq obsoleto en un socket llc cerrado. En El commit ff7b11aa481f (\\\"net: socket: set sock-\u0026gt;sk to NULL after call proto_ops::release()\\\") Eric Biggers insinu\\u00f3 que a algunos protocolos les falta un sock_orphan(), necesitamos realizar una auditor\\u00eda completa. En net-next, planeo borrar sock-\u0026gt;sk de sock_orphan() y modificar el parche de Eric para agregar una advertencia. [1] ERROR: KASAN: slab-use-after-free en list_empty include/linux/list.h:373 [en l\\u00ednea] ERROR: KASAN: slab-use-after-free en waitqueue_active include/linux/wait.h:127 [en l\\u00ednea] ERROR: KASAN: slab-use-after-free en sock_def_write_space_wfree net/core/sock.c:3384 [en l\\u00ednea] ERROR: KASAN: slab-use-after-free en sock_wfree+0x9a8/0x9d0 net/core/sock .c:2468 Lectura del tama\\u00f1o 8 en la direcci\\u00f3n ffff88802f4fc880 por tarea ksoftirqd/1/27 CPU: 1 PID: 27 Comm: ksoftirqd/1 Not tainted 6.8.0-rc1-syzkaller-00049-g6098d87eaf31 #0 Nombre de hardware: PC est\\u00e1ndar QEMU (Q35 + ICH9, 2009), BIOS 1.16.2-debian-1.16.2-1 01/04/2014 Seguimiento de llamadas:  __dump_stack lib/dump_stack.c:88 [en l\\u00ednea] dump_stack_lvl+0xd9/0x1b0 lib/dump_stack .c:106 print_address_description mm/kasan/report.c:377 [en l\\u00ednea] print_report+0xc4/0x620 mm/kasan/report.c:488 kasan_report+0xda/0x110 mm/kasan/report.c:601 list_empty include/linux/ list.h:373 [en l\\u00ednea] waitqueue_active include/linux/wait.h:127 [en l\\u00ednea] sock_def_write_space_wfree net/core/sock.c:3384 [en l\\u00ednea] sock_wfree+0x9a8/0x9d0 net/core/sock.c:2468 skb_release_head_state+ 0xa3/0x2b0 net/core/skbuff.c:1080 skb_release_all net/core/skbuff.c:1092 [en l\\u00ednea] napi_consume_skb+0x119/0x2b0 net/core/skbuff.c:1404 e1000_unmap_and_free_tx_resource+0x144/0x200 drivers/net/ethernet/ intel/e1000/e1000_main.c:1970 e1000_clean_tx_irq controladores/net/ethernet/intel/e1000/e1000_main.c:3860 [en l\\u00ednea] e1000_clean+0x4a1/0x26e0 controladores/net/ethernet/intel/e1000/e1000_main.c:3801 __ napi_poll. constprop.0+0xb4/0x540 net/core/dev.c:6576 napi_poll net/core/dev.c:6645 [en l\\u00ednea] net_rx_action+0x956/0xe90 net/core/dev.c:6778 __do_softirq+0x21a/0x8de kernel/ softirq.c:553 run_ksoftirqd kernel/softirq.c:921 [en l\\u00ednea] run_ksoftirqd+0x31/0x60 kernel/softirq.c:913 smpboot_thread_fn+0x660/0xa10 kernel/smpboot.c:164 kthread+0x2c6/0x3a0 kernel/kthread.c :388 ret_from_fork+0x45/0x80 arch/x86/kernel/process.c:147 ret_from_fork_asm+0x11/0x20 arch/x86/entry/entry_64.S:242  Asignado por tarea 5167: kasan_save_stack+0x33/0x50 mm/ kasan/common.c:47 kasan_save_track+0x14/0x30 mm/kasan/common.c:68 unpoison_slab_object mm/kasan/common.c:314 [en l\\u00ednea] __kasan_slab_alloc+0x81/0x90 mm/kasan/common.c:340 kasan_slab_alloc incluir /linux/kasan.h:201 [en l\\u00ednea] slab_post_alloc_hook mm/slub.c:3813 [en l\\u00ednea] slab_alloc_node mm/slub.c:3860 [en l\\u00ednea] kmem_cache_alloc_lru+0x142/0x6f0 mm/slub.c:3879 alloc_inode_sb include/linux/ fs.h:3019 [en l\\u00ednea] sock_alloc_inode+0x25/0x1c0 net/socket.c:308 alloc_inode+0x5d/0x220 fs/inode.c:260 new_inode_pseudo+0x16/0x80 fs/inode.c:1005 sock_alloc+0x40/0x270 net /socket.c:634 __sock_create+0xbc/0x800 net/socket.c:1535 sock_create net/socket.c:1622 [en l\\u00ednea] __sys_socket_create net/socket.c:1659 [en l\\u00ednea] __sys_socket+0x14c/0x260 net/socket.c :1706 __do_sys_socket net/socket.c:1720 [en l\\u00ednea] __se_sys_socket net/socket.c:1718 [en l\\u00ednea] __x64_sys_socket+0x72/0xb0 net/socket.c:1718 do_syscall_x64 arch/x86/entry/common.c:52 [en l\\u00ednea ] do_syscall_64+0xd3/0x250 arch/x86/entry/common.c:83 Entry_SYSCALL_64_after_hwframe+0x63/0x6b Liberado por la tarea 0: kasan_save_stack+0x33/0x50 mm/kasan/common.c:47 kasan_save_track+0x14/0x30 mm/kasan/ common.c:68 kasan_save_free_info+0x3f/0x60 mm/kasan/generic.c:640 veneno_slab_object mm/kasan/common.c:241 [en l\\u00ednea] __kasan_slab_free+0x121/0x1b0 mm/kasan/common.c:257 kasan_slab_free include/linux /kasan.h:184 [en l\\u00ednea] slab_free_hook mm/slub.c:2121 [en l\\u00ednea ---truncado---\"}]",
      "id": "CVE-2024-26625",
      "lastModified": "2025-01-07T20:17:40.503",
      "metrics": "{\"cvssMetricV31\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\", \"baseScore\": 7.8, \"baseSeverity\": \"HIGH\", \"attackVector\": \"LOCAL\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"LOW\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 1.8, \"impactScore\": 5.9}]}",
      "published": "2024-03-06T07:15:12.587",
      "references": "[{\"url\": \"https://git.kernel.org/stable/c/3151051b787f7cd7e3329ea0016eb9113c248812\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"tags\": [\"Patch\"]}, {\"url\": \"https://git.kernel.org/stable/c/64babb17e8150771c58575d8f93a35c5296b499f\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"tags\": [\"Patch\"]}, {\"url\": \"https://git.kernel.org/stable/c/6b950c712a9a05cdda4aea7fcb2848766576c11b\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"tags\": [\"Patch\"]}, {\"url\": \"https://git.kernel.org/stable/c/8e51f084b5716653f19e291ed5f026791d4b3ed4\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"tags\": [\"Patch\"]}, {\"url\": \"https://git.kernel.org/stable/c/9c333d9891f34cea8af1b229dc754552304c8eee\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"tags\": [\"Patch\"]}, {\"url\": \"https://git.kernel.org/stable/c/aa2b2eb3934859904c287bf5434647ba72e14c1c\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"tags\": [\"Patch\"]}, {\"url\": \"https://git.kernel.org/stable/c/d0b5b1f12429df3cd9751ab8b2f53729b77733b7\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"tags\": [\"Patch\"]}, {\"url\": \"https://git.kernel.org/stable/c/dbc1b89981f9c5360277071d33d7f04a43ffda4a\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"tags\": [\"Patch\"]}, {\"url\": \"https://git.kernel.org/stable/c/3151051b787f7cd7e3329ea0016eb9113c248812\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\"]}, {\"url\": \"https://git.kernel.org/stable/c/64babb17e8150771c58575d8f93a35c5296b499f\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\"]}, {\"url\": \"https://git.kernel.org/stable/c/6b950c712a9a05cdda4aea7fcb2848766576c11b\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\"]}, {\"url\": \"https://git.kernel.org/stable/c/8e51f084b5716653f19e291ed5f026791d4b3ed4\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\"]}, {\"url\": \"https://git.kernel.org/stable/c/9c333d9891f34cea8af1b229dc754552304c8eee\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\"]}, {\"url\": \"https://git.kernel.org/stable/c/aa2b2eb3934859904c287bf5434647ba72e14c1c\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\"]}, {\"url\": \"https://git.kernel.org/stable/c/d0b5b1f12429df3cd9751ab8b2f53729b77733b7\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\"]}, {\"url\": \"https://git.kernel.org/stable/c/dbc1b89981f9c5360277071d33d7f04a43ffda4a\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\"]}]",
      "sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
      "vulnStatus": "Analyzed",
      "weaknesses": "[{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-416\"}]}]"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2024-26625\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-03-06T07:15:12.587\",\"lastModified\":\"2025-01-07T20:17:40.503\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nllc: call sock_orphan() at release time\\n\\nsyzbot reported an interesting trace [1] caused by a stale sk-\u003esk_wq\\npointer in a closed llc socket.\\n\\nIn commit ff7b11aa481f (\\\"net: socket: set sock-\u003esk to NULL after\\ncalling proto_ops::release()\\\") Eric Biggers hinted that some protocols\\nare missing a sock_orphan(), we need to perform a full audit.\\n\\nIn net-next, I plan to clear sock-\u003esk from sock_orphan() and\\namend Eric patch to add a warning.\\n\\n[1]\\n BUG: KASAN: slab-use-after-free in list_empty include/linux/list.h:373 [inline]\\n BUG: KASAN: slab-use-after-free in waitqueue_active include/linux/wait.h:127 [inline]\\n BUG: KASAN: slab-use-after-free in sock_def_write_space_wfree net/core/sock.c:3384 [inline]\\n BUG: KASAN: slab-use-after-free in sock_wfree+0x9a8/0x9d0 net/core/sock.c:2468\\nRead of size 8 at addr ffff88802f4fc880 by task ksoftirqd/1/27\\n\\nCPU: 1 PID: 27 Comm: ksoftirqd/1 Not tainted 6.8.0-rc1-syzkaller-00049-g6098d87eaf31 #0\\nHardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.2-debian-1.16.2-1 04/01/2014\\nCall Trace:\\n \u003cTASK\u003e\\n  __dump_stack lib/dump_stack.c:88 [inline]\\n  dump_stack_lvl+0xd9/0x1b0 lib/dump_stack.c:106\\n  print_address_description mm/kasan/report.c:377 [inline]\\n  print_report+0xc4/0x620 mm/kasan/report.c:488\\n  kasan_report+0xda/0x110 mm/kasan/report.c:601\\n  list_empty include/linux/list.h:373 [inline]\\n  waitqueue_active include/linux/wait.h:127 [inline]\\n  sock_def_write_space_wfree net/core/sock.c:3384 [inline]\\n  sock_wfree+0x9a8/0x9d0 net/core/sock.c:2468\\n  skb_release_head_state+0xa3/0x2b0 net/core/skbuff.c:1080\\n  skb_release_all net/core/skbuff.c:1092 [inline]\\n  napi_consume_skb+0x119/0x2b0 net/core/skbuff.c:1404\\n  e1000_unmap_and_free_tx_resource+0x144/0x200 drivers/net/ethernet/intel/e1000/e1000_main.c:1970\\n  e1000_clean_tx_irq drivers/net/ethernet/intel/e1000/e1000_main.c:3860 [inline]\\n  e1000_clean+0x4a1/0x26e0 drivers/net/ethernet/intel/e1000/e1000_main.c:3801\\n  __napi_poll.constprop.0+0xb4/0x540 net/core/dev.c:6576\\n  napi_poll net/core/dev.c:6645 [inline]\\n  net_rx_action+0x956/0xe90 net/core/dev.c:6778\\n  __do_softirq+0x21a/0x8de kernel/softirq.c:553\\n  run_ksoftirqd kernel/softirq.c:921 [inline]\\n  run_ksoftirqd+0x31/0x60 kernel/softirq.c:913\\n  smpboot_thread_fn+0x660/0xa10 kernel/smpboot.c:164\\n  kthread+0x2c6/0x3a0 kernel/kthread.c:388\\n  ret_from_fork+0x45/0x80 arch/x86/kernel/process.c:147\\n  ret_from_fork_asm+0x11/0x20 arch/x86/entry/entry_64.S:242\\n \u003c/TASK\u003e\\n\\nAllocated by task 5167:\\n  kasan_save_stack+0x33/0x50 mm/kasan/common.c:47\\n  kasan_save_track+0x14/0x30 mm/kasan/common.c:68\\n  unpoison_slab_object mm/kasan/common.c:314 [inline]\\n  __kasan_slab_alloc+0x81/0x90 mm/kasan/common.c:340\\n  kasan_slab_alloc include/linux/kasan.h:201 [inline]\\n  slab_post_alloc_hook mm/slub.c:3813 [inline]\\n  slab_alloc_node mm/slub.c:3860 [inline]\\n  kmem_cache_alloc_lru+0x142/0x6f0 mm/slub.c:3879\\n  alloc_inode_sb include/linux/fs.h:3019 [inline]\\n  sock_alloc_inode+0x25/0x1c0 net/socket.c:308\\n  alloc_inode+0x5d/0x220 fs/inode.c:260\\n  new_inode_pseudo+0x16/0x80 fs/inode.c:1005\\n  sock_alloc+0x40/0x270 net/socket.c:634\\n  __sock_create+0xbc/0x800 net/socket.c:1535\\n  sock_create net/socket.c:1622 [inline]\\n  __sys_socket_create net/socket.c:1659 [inline]\\n  __sys_socket+0x14c/0x260 net/socket.c:1706\\n  __do_sys_socket net/socket.c:1720 [inline]\\n  __se_sys_socket net/socket.c:1718 [inline]\\n  __x64_sys_socket+0x72/0xb0 net/socket.c:1718\\n  do_syscall_x64 arch/x86/entry/common.c:52 [inline]\\n  do_syscall_64+0xd3/0x250 arch/x86/entry/common.c:83\\n entry_SYSCALL_64_after_hwframe+0x63/0x6b\\n\\nFreed by task 0:\\n  kasan_save_stack+0x33/0x50 mm/kasan/common.c:47\\n  kasan_save_track+0x14/0x30 mm/kasan/common.c:68\\n  kasan_save_free_info+0x3f/0x60 mm/kasan/generic.c:640\\n  poison_slab_object mm/kasan/common.c:241 [inline]\\n  __kasan_slab_free+0x121/0x1b0 mm/kasan/common.c:257\\n  kasan_slab_free include/linux/kasan.h:184 [inline]\\n  slab_free_hook mm/slub.c:2121 [inlin\\n---truncated---\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se resolvi\u00f3 la siguiente vulnerabilidad: llc: llame a sock_orphan() en el momento del lanzamiento syzbot inform\u00f3 un rastro interesante [1] causado por un puntero sk-\u0026gt;sk_wq obsoleto en un socket llc cerrado. En El commit ff7b11aa481f (\\\"net: socket: set sock-\u0026gt;sk to NULL after call proto_ops::release()\\\") Eric Biggers insinu\u00f3 que a algunos protocolos les falta un sock_orphan(), necesitamos realizar una auditor\u00eda completa. En net-next, planeo borrar sock-\u0026gt;sk de sock_orphan() y modificar el parche de Eric para agregar una advertencia. [1] ERROR: KASAN: slab-use-after-free en list_empty include/linux/list.h:373 [en l\u00ednea] ERROR: KASAN: slab-use-after-free en waitqueue_active include/linux/wait.h:127 [en l\u00ednea] ERROR: KASAN: slab-use-after-free en sock_def_write_space_wfree net/core/sock.c:3384 [en l\u00ednea] ERROR: KASAN: slab-use-after-free en sock_wfree+0x9a8/0x9d0 net/core/sock .c:2468 Lectura del tama\u00f1o 8 en la direcci\u00f3n ffff88802f4fc880 por tarea ksoftirqd/1/27 CPU: 1 PID: 27 Comm: ksoftirqd/1 Not tainted 6.8.0-rc1-syzkaller-00049-g6098d87eaf31 #0 Nombre de hardware: PC est\u00e1ndar QEMU (Q35 + ICH9, 2009), BIOS 1.16.2-debian-1.16.2-1 01/04/2014 Seguimiento de llamadas:  __dump_stack lib/dump_stack.c:88 [en l\u00ednea] dump_stack_lvl+0xd9/0x1b0 lib/dump_stack .c:106 print_address_description mm/kasan/report.c:377 [en l\u00ednea] print_report+0xc4/0x620 mm/kasan/report.c:488 kasan_report+0xda/0x110 mm/kasan/report.c:601 list_empty include/linux/ list.h:373 [en l\u00ednea] waitqueue_active include/linux/wait.h:127 [en l\u00ednea] sock_def_write_space_wfree net/core/sock.c:3384 [en l\u00ednea] sock_wfree+0x9a8/0x9d0 net/core/sock.c:2468 skb_release_head_state+ 0xa3/0x2b0 net/core/skbuff.c:1080 skb_release_all net/core/skbuff.c:1092 [en l\u00ednea] napi_consume_skb+0x119/0x2b0 net/core/skbuff.c:1404 e1000_unmap_and_free_tx_resource+0x144/0x200 drivers/net/ethernet/ intel/e1000/e1000_main.c:1970 e1000_clean_tx_irq controladores/net/ethernet/intel/e1000/e1000_main.c:3860 [en l\u00ednea] e1000_clean+0x4a1/0x26e0 controladores/net/ethernet/intel/e1000/e1000_main.c:3801 __ napi_poll. constprop.0+0xb4/0x540 net/core/dev.c:6576 napi_poll net/core/dev.c:6645 [en l\u00ednea] net_rx_action+0x956/0xe90 net/core/dev.c:6778 __do_softirq+0x21a/0x8de kernel/ softirq.c:553 run_ksoftirqd kernel/softirq.c:921 [en l\u00ednea] run_ksoftirqd+0x31/0x60 kernel/softirq.c:913 smpboot_thread_fn+0x660/0xa10 kernel/smpboot.c:164 kthread+0x2c6/0x3a0 kernel/kthread.c :388 ret_from_fork+0x45/0x80 arch/x86/kernel/process.c:147 ret_from_fork_asm+0x11/0x20 arch/x86/entry/entry_64.S:242  Asignado por tarea 5167: kasan_save_stack+0x33/0x50 mm/ kasan/common.c:47 kasan_save_track+0x14/0x30 mm/kasan/common.c:68 unpoison_slab_object mm/kasan/common.c:314 [en l\u00ednea] __kasan_slab_alloc+0x81/0x90 mm/kasan/common.c:340 kasan_slab_alloc incluir /linux/kasan.h:201 [en l\u00ednea] slab_post_alloc_hook mm/slub.c:3813 [en l\u00ednea] slab_alloc_node mm/slub.c:3860 [en l\u00ednea] kmem_cache_alloc_lru+0x142/0x6f0 mm/slub.c:3879 alloc_inode_sb include/linux/ fs.h:3019 [en l\u00ednea] sock_alloc_inode+0x25/0x1c0 net/socket.c:308 alloc_inode+0x5d/0x220 fs/inode.c:260 new_inode_pseudo+0x16/0x80 fs/inode.c:1005 sock_alloc+0x40/0x270 net /socket.c:634 __sock_create+0xbc/0x800 net/socket.c:1535 sock_create net/socket.c:1622 [en l\u00ednea] __sys_socket_create net/socket.c:1659 [en l\u00ednea] __sys_socket+0x14c/0x260 net/socket.c :1706 __do_sys_socket net/socket.c:1720 [en l\u00ednea] __se_sys_socket net/socket.c:1718 [en l\u00ednea] __x64_sys_socket+0x72/0xb0 net/socket.c:1718 do_syscall_x64 arch/x86/entry/common.c:52 [en l\u00ednea ] do_syscall_64+0xd3/0x250 arch/x86/entry/common.c:83 Entry_SYSCALL_64_after_hwframe+0x63/0x6b Liberado por la tarea 0: kasan_save_stack+0x33/0x50 mm/kasan/common.c:47 kasan_save_track+0x14/0x30 mm/kasan/ common.c:68 kasan_save_free_info+0x3f/0x60 mm/kasan/generic.c:640 veneno_slab_object mm/kasan/common.c:241 [en l\u00ednea] __kasan_slab_free+0x121/0x1b0 mm/kasan/common.c:257 kasan_slab_free include/linux /kasan.h:184 [en l\u00ednea] slab_free_hook mm/slub.c:2121 [en l\u00ednea ---truncado---\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-416\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.6.35\",\"versionEndExcluding\":\"4.19.307\",\"matchCriteriaId\":\"129A2C1A-D165-4739-BA49-3F542758424A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.20\",\"versionEndExcluding\":\"5.4.269\",\"matchCriteriaId\":\"319545F3-D56C-4751-BEBF-0505478BBAE8\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.5\",\"versionEndExcluding\":\"5.10.210\",\"matchCriteriaId\":\"F5CB4CA6-A9A0-4AFD-9102-8CF94D708170\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.11\",\"versionEndExcluding\":\"5.15.149\",\"matchCriteriaId\":\"0D0465BB-4053-4E15-9137-6696EBAE90FD\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.16\",\"versionEndExcluding\":\"6.1.77\",\"matchCriteriaId\":\"0FA28946-970D-4F4D-B759-4E77B28809B5\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.2\",\"versionEndExcluding\":\"6.6.16\",\"matchCriteriaId\":\"A5007D6A-4B58-423A-8A3A-A1A656A263C8\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.7\",\"versionEndExcluding\":\"6.7.4\",\"matchCriteriaId\":\"848BC44C-9D25-4557-A50A-4B8BF310FA78\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.8:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"B9F4EA73-0894-400F-A490-3A397AB7A517\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.8:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"056BD938-0A27-4569-B391-30578B309EE3\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"07B237A9-69A3-4A9C-9DA0-4E06BD37AE73\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/3151051b787f7cd7e3329ea0016eb9113c248812\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/64babb17e8150771c58575d8f93a35c5296b499f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/6b950c712a9a05cdda4aea7fcb2848766576c11b\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/8e51f084b5716653f19e291ed5f026791d4b3ed4\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/9c333d9891f34cea8af1b229dc754552304c8eee\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/aa2b2eb3934859904c287bf5434647ba72e14c1c\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/d0b5b1f12429df3cd9751ab8b2f53729b77733b7\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/dbc1b89981f9c5360277071d33d7f04a43ffda4a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/3151051b787f7cd7e3329ea0016eb9113c248812\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/64babb17e8150771c58575d8f93a35c5296b499f\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/6b950c712a9a05cdda4aea7fcb2848766576c11b\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/8e51f084b5716653f19e291ed5f026791d4b3ed4\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/9c333d9891f34cea8af1b229dc754552304c8eee\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/aa2b2eb3934859904c287bf5434647ba72e14c1c\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/d0b5b1f12429df3cd9751ab8b2f53729b77733b7\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/dbc1b89981f9c5360277071d33d7f04a43ffda4a\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\"]}]}}",
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://git.kernel.org/stable/c/6b950c712a9a05cdda4aea7fcb2848766576c11b\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/64babb17e8150771c58575d8f93a35c5296b499f\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/d0b5b1f12429df3cd9751ab8b2f53729b77733b7\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/dbc1b89981f9c5360277071d33d7f04a43ffda4a\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/9c333d9891f34cea8af1b229dc754552304c8eee\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/3151051b787f7cd7e3329ea0016eb9113c248812\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/8e51f084b5716653f19e291ed5f026791d4b3ed4\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/aa2b2eb3934859904c287bf5434647ba72e14c1c\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T00:07:19.761Z\"}}, {\"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-26625\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-03-06T16:41:05.994976Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-05-23T19:01:11.470Z\"}, \"title\": \"CISA ADP Vulnrichment\"}], \"cna\": {\"title\": \"llc: call sock_orphan() at release time\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"43815482370c510c569fd18edb57afcb0fa8cab6\", \"lessThan\": \"6b950c712a9a05cdda4aea7fcb2848766576c11b\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"43815482370c510c569fd18edb57afcb0fa8cab6\", \"lessThan\": \"64babb17e8150771c58575d8f93a35c5296b499f\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"43815482370c510c569fd18edb57afcb0fa8cab6\", \"lessThan\": \"d0b5b1f12429df3cd9751ab8b2f53729b77733b7\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"43815482370c510c569fd18edb57afcb0fa8cab6\", \"lessThan\": \"dbc1b89981f9c5360277071d33d7f04a43ffda4a\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"43815482370c510c569fd18edb57afcb0fa8cab6\", \"lessThan\": \"9c333d9891f34cea8af1b229dc754552304c8eee\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"43815482370c510c569fd18edb57afcb0fa8cab6\", \"lessThan\": \"3151051b787f7cd7e3329ea0016eb9113c248812\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"43815482370c510c569fd18edb57afcb0fa8cab6\", \"lessThan\": \"8e51f084b5716653f19e291ed5f026791d4b3ed4\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"43815482370c510c569fd18edb57afcb0fa8cab6\", \"lessThan\": \"aa2b2eb3934859904c287bf5434647ba72e14c1c\", \"versionType\": \"git\"}], \"programFiles\": [\"net/llc/af_llc.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"2.6.35\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"2.6.35\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"4.19.307\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"4.19.*\"}, {\"status\": \"unaffected\", \"version\": \"5.4.269\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.4.*\"}, {\"status\": \"unaffected\", \"version\": \"5.10.210\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.10.*\"}, {\"status\": \"unaffected\", \"version\": \"5.15.149\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.15.*\"}, {\"status\": \"unaffected\", \"version\": \"6.1.77\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.1.*\"}, {\"status\": \"unaffected\", \"version\": \"6.6.16\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.6.*\"}, {\"status\": \"unaffected\", \"version\": \"6.7.4\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.7.*\"}, {\"status\": \"unaffected\", \"version\": \"6.8\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"net/llc/af_llc.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/6b950c712a9a05cdda4aea7fcb2848766576c11b\"}, {\"url\": \"https://git.kernel.org/stable/c/64babb17e8150771c58575d8f93a35c5296b499f\"}, {\"url\": \"https://git.kernel.org/stable/c/d0b5b1f12429df3cd9751ab8b2f53729b77733b7\"}, {\"url\": \"https://git.kernel.org/stable/c/dbc1b89981f9c5360277071d33d7f04a43ffda4a\"}, {\"url\": \"https://git.kernel.org/stable/c/9c333d9891f34cea8af1b229dc754552304c8eee\"}, {\"url\": \"https://git.kernel.org/stable/c/3151051b787f7cd7e3329ea0016eb9113c248812\"}, {\"url\": \"https://git.kernel.org/stable/c/8e51f084b5716653f19e291ed5f026791d4b3ed4\"}, {\"url\": \"https://git.kernel.org/stable/c/aa2b2eb3934859904c287bf5434647ba72e14c1c\"}], \"x_generator\": {\"engine\": \"bippy-5f407fcff5a0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nllc: call sock_orphan() at release time\\n\\nsyzbot reported an interesting trace [1] caused by a stale sk-\u003esk_wq\\npointer in a closed llc socket.\\n\\nIn commit ff7b11aa481f (\\\"net: socket: set sock-\u003esk to NULL after\\ncalling proto_ops::release()\\\") Eric Biggers hinted that some protocols\\nare missing a sock_orphan(), we need to perform a full audit.\\n\\nIn net-next, I plan to clear sock-\u003esk from sock_orphan() and\\namend Eric patch to add a warning.\\n\\n[1]\\n BUG: KASAN: slab-use-after-free in list_empty include/linux/list.h:373 [inline]\\n BUG: KASAN: slab-use-after-free in waitqueue_active include/linux/wait.h:127 [inline]\\n BUG: KASAN: slab-use-after-free in sock_def_write_space_wfree net/core/sock.c:3384 [inline]\\n BUG: KASAN: slab-use-after-free in sock_wfree+0x9a8/0x9d0 net/core/sock.c:2468\\nRead of size 8 at addr ffff88802f4fc880 by task ksoftirqd/1/27\\n\\nCPU: 1 PID: 27 Comm: ksoftirqd/1 Not tainted 6.8.0-rc1-syzkaller-00049-g6098d87eaf31 #0\\nHardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.2-debian-1.16.2-1 04/01/2014\\nCall Trace:\\n \u003cTASK\u003e\\n  __dump_stack lib/dump_stack.c:88 [inline]\\n  dump_stack_lvl+0xd9/0x1b0 lib/dump_stack.c:106\\n  print_address_description mm/kasan/report.c:377 [inline]\\n  print_report+0xc4/0x620 mm/kasan/report.c:488\\n  kasan_report+0xda/0x110 mm/kasan/report.c:601\\n  list_empty include/linux/list.h:373 [inline]\\n  waitqueue_active include/linux/wait.h:127 [inline]\\n  sock_def_write_space_wfree net/core/sock.c:3384 [inline]\\n  sock_wfree+0x9a8/0x9d0 net/core/sock.c:2468\\n  skb_release_head_state+0xa3/0x2b0 net/core/skbuff.c:1080\\n  skb_release_all net/core/skbuff.c:1092 [inline]\\n  napi_consume_skb+0x119/0x2b0 net/core/skbuff.c:1404\\n  e1000_unmap_and_free_tx_resource+0x144/0x200 drivers/net/ethernet/intel/e1000/e1000_main.c:1970\\n  e1000_clean_tx_irq drivers/net/ethernet/intel/e1000/e1000_main.c:3860 [inline]\\n  e1000_clean+0x4a1/0x26e0 drivers/net/ethernet/intel/e1000/e1000_main.c:3801\\n  __napi_poll.constprop.0+0xb4/0x540 net/core/dev.c:6576\\n  napi_poll net/core/dev.c:6645 [inline]\\n  net_rx_action+0x956/0xe90 net/core/dev.c:6778\\n  __do_softirq+0x21a/0x8de kernel/softirq.c:553\\n  run_ksoftirqd kernel/softirq.c:921 [inline]\\n  run_ksoftirqd+0x31/0x60 kernel/softirq.c:913\\n  smpboot_thread_fn+0x660/0xa10 kernel/smpboot.c:164\\n  kthread+0x2c6/0x3a0 kernel/kthread.c:388\\n  ret_from_fork+0x45/0x80 arch/x86/kernel/process.c:147\\n  ret_from_fork_asm+0x11/0x20 arch/x86/entry/entry_64.S:242\\n \u003c/TASK\u003e\\n\\nAllocated by task 5167:\\n  kasan_save_stack+0x33/0x50 mm/kasan/common.c:47\\n  kasan_save_track+0x14/0x30 mm/kasan/common.c:68\\n  unpoison_slab_object mm/kasan/common.c:314 [inline]\\n  __kasan_slab_alloc+0x81/0x90 mm/kasan/common.c:340\\n  kasan_slab_alloc include/linux/kasan.h:201 [inline]\\n  slab_post_alloc_hook mm/slub.c:3813 [inline]\\n  slab_alloc_node mm/slub.c:3860 [inline]\\n  kmem_cache_alloc_lru+0x142/0x6f0 mm/slub.c:3879\\n  alloc_inode_sb include/linux/fs.h:3019 [inline]\\n  sock_alloc_inode+0x25/0x1c0 net/socket.c:308\\n  alloc_inode+0x5d/0x220 fs/inode.c:260\\n  new_inode_pseudo+0x16/0x80 fs/inode.c:1005\\n  sock_alloc+0x40/0x270 net/socket.c:634\\n  __sock_create+0xbc/0x800 net/socket.c:1535\\n  sock_create net/socket.c:1622 [inline]\\n  __sys_socket_create net/socket.c:1659 [inline]\\n  __sys_socket+0x14c/0x260 net/socket.c:1706\\n  __do_sys_socket net/socket.c:1720 [inline]\\n  __se_sys_socket net/socket.c:1718 [inline]\\n  __x64_sys_socket+0x72/0xb0 net/socket.c:1718\\n  do_syscall_x64 arch/x86/entry/common.c:52 [inline]\\n  do_syscall_64+0xd3/0x250 arch/x86/entry/common.c:83\\n entry_SYSCALL_64_after_hwframe+0x63/0x6b\\n\\nFreed by task 0:\\n  kasan_save_stack+0x33/0x50 mm/kasan/common.c:47\\n  kasan_save_track+0x14/0x30 mm/kasan/common.c:68\\n  kasan_save_free_info+0x3f/0x60 mm/kasan/generic.c:640\\n  poison_slab_object mm/kasan/common.c:241 [inline]\\n  __kasan_slab_free+0x121/0x1b0 mm/kasan/common.c:257\\n  kasan_slab_free include/linux/kasan.h:184 [inline]\\n  slab_free_hook mm/slub.c:2121 [inlin\\n---truncated---\"}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2024-12-19T08:43:45.601Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2024-26625\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-12-19T08:43:45.601Z\", \"dateReserved\": \"2024-02-19T14:20:24.135Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-03-06T06:45:33.311Z\", \"assignerShortName\": \"Linux\"}",
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }
  }
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.