CVE-2023-53824 (GCVE-0-2023-53824)

Vulnerability from cvelistv5 – Published: 2025-12-09 01:29 – Updated: 2025-12-09 01:29
VLAI?
Title
netlink: annotate lockless accesses to nlk->max_recvmsg_len
Summary
In the Linux kernel, the following vulnerability has been resolved: netlink: annotate lockless accesses to nlk->max_recvmsg_len syzbot reported a data-race in data-race in netlink_recvmsg() [1] Indeed, netlink_recvmsg() can be run concurrently, and netlink_dump() also needs protection. [1] BUG: KCSAN: data-race in netlink_recvmsg / netlink_recvmsg read to 0xffff888141840b38 of 8 bytes by task 23057 on cpu 0: netlink_recvmsg+0xea/0x730 net/netlink/af_netlink.c:1988 sock_recvmsg_nosec net/socket.c:1017 [inline] sock_recvmsg net/socket.c:1038 [inline] __sys_recvfrom+0x1ee/0x2e0 net/socket.c:2194 __do_sys_recvfrom net/socket.c:2212 [inline] __se_sys_recvfrom net/socket.c:2208 [inline] __x64_sys_recvfrom+0x78/0x90 net/socket.c:2208 do_syscall_x64 arch/x86/entry/common.c:50 [inline] do_syscall_64+0x41/0xc0 arch/x86/entry/common.c:80 entry_SYSCALL_64_after_hwframe+0x63/0xcd write to 0xffff888141840b38 of 8 bytes by task 23037 on cpu 1: netlink_recvmsg+0x114/0x730 net/netlink/af_netlink.c:1989 sock_recvmsg_nosec net/socket.c:1017 [inline] sock_recvmsg net/socket.c:1038 [inline] ____sys_recvmsg+0x156/0x310 net/socket.c:2720 ___sys_recvmsg net/socket.c:2762 [inline] do_recvmmsg+0x2e5/0x710 net/socket.c:2856 __sys_recvmmsg net/socket.c:2935 [inline] __do_sys_recvmmsg net/socket.c:2958 [inline] __se_sys_recvmmsg net/socket.c:2951 [inline] __x64_sys_recvmmsg+0xe2/0x160 net/socket.c:2951 do_syscall_x64 arch/x86/entry/common.c:50 [inline] do_syscall_64+0x41/0xc0 arch/x86/entry/common.c:80 entry_SYSCALL_64_after_hwframe+0x63/0xcd value changed: 0x0000000000000000 -> 0x0000000000001000 Reported by Kernel Concurrency Sanitizer on: CPU: 1 PID: 23037 Comm: syz-executor.2 Not tainted 6.3.0-rc4-syzkaller-00195-g5a57b48fdfcb #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 03/02/2023
Severity ?
No CVSS data available.
Assigner
Impacted products
Vendor Product Version
Linux Linux Affected: 9063e21fb026c4966fc93261c18322214f9835eb , < 05c9e3fc93b02d18c3ab258d43350a6d44b40bbd (git)
Affected: 9063e21fb026c4966fc93261c18322214f9835eb , < 7cff4103be7c402ecc3e7bf8f95a64089e3c91b8 (git)
Affected: 9063e21fb026c4966fc93261c18322214f9835eb , < e3bcf2a77060bea4d8d09cb09d92c7056f07df5a (git)
Affected: 9063e21fb026c4966fc93261c18322214f9835eb , < fc4ba13013ddaea8b11b88fd52b35449e2d9cf85 (git)
Affected: 9063e21fb026c4966fc93261c18322214f9835eb , < a1865f2e7d10dde00d35a2122b38d2e469ae67ed (git)
Create a notification for this product.
    Linux Linux Affected: 3.15
Unaffected: 0 , < 3.15 (semver)
Unaffected: 5.10.218 , ≤ 5.10.* (semver)
Unaffected: 5.15.160 , ≤ 5.15.* (semver)
Unaffected: 6.1.24 , ≤ 6.1.* (semver)
Unaffected: 6.2.11 , ≤ 6.2.* (semver)
Unaffected: 6.3 , ≤ * (original_commit_for_fix)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "net/netlink/af_netlink.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "05c9e3fc93b02d18c3ab258d43350a6d44b40bbd",
              "status": "affected",
              "version": "9063e21fb026c4966fc93261c18322214f9835eb",
              "versionType": "git"
            },
            {
              "lessThan": "7cff4103be7c402ecc3e7bf8f95a64089e3c91b8",
              "status": "affected",
              "version": "9063e21fb026c4966fc93261c18322214f9835eb",
              "versionType": "git"
            },
            {
              "lessThan": "e3bcf2a77060bea4d8d09cb09d92c7056f07df5a",
              "status": "affected",
              "version": "9063e21fb026c4966fc93261c18322214f9835eb",
              "versionType": "git"
            },
            {
              "lessThan": "fc4ba13013ddaea8b11b88fd52b35449e2d9cf85",
              "status": "affected",
              "version": "9063e21fb026c4966fc93261c18322214f9835eb",
              "versionType": "git"
            },
            {
              "lessThan": "a1865f2e7d10dde00d35a2122b38d2e469ae67ed",
              "status": "affected",
              "version": "9063e21fb026c4966fc93261c18322214f9835eb",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "net/netlink/af_netlink.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "3.15"
            },
            {
              "lessThan": "3.15",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.218",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.160",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.24",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.2.*",
              "status": "unaffected",
              "version": "6.2.11",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.3",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.218",
                  "versionStartIncluding": "3.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.160",
                  "versionStartIncluding": "3.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.24",
                  "versionStartIncluding": "3.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.2.11",
                  "versionStartIncluding": "3.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.3",
                  "versionStartIncluding": "3.15",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetlink: annotate lockless accesses to nlk-\u003emax_recvmsg_len\n\nsyzbot reported a data-race in data-race in netlink_recvmsg() [1]\n\nIndeed, netlink_recvmsg() can be run concurrently,\nand netlink_dump() also needs protection.\n\n[1]\nBUG: KCSAN: data-race in netlink_recvmsg / netlink_recvmsg\n\nread to 0xffff888141840b38 of 8 bytes by task 23057 on cpu 0:\nnetlink_recvmsg+0xea/0x730 net/netlink/af_netlink.c:1988\nsock_recvmsg_nosec net/socket.c:1017 [inline]\nsock_recvmsg net/socket.c:1038 [inline]\n__sys_recvfrom+0x1ee/0x2e0 net/socket.c:2194\n__do_sys_recvfrom net/socket.c:2212 [inline]\n__se_sys_recvfrom net/socket.c:2208 [inline]\n__x64_sys_recvfrom+0x78/0x90 net/socket.c:2208\ndo_syscall_x64 arch/x86/entry/common.c:50 [inline]\ndo_syscall_64+0x41/0xc0 arch/x86/entry/common.c:80\nentry_SYSCALL_64_after_hwframe+0x63/0xcd\n\nwrite to 0xffff888141840b38 of 8 bytes by task 23037 on cpu 1:\nnetlink_recvmsg+0x114/0x730 net/netlink/af_netlink.c:1989\nsock_recvmsg_nosec net/socket.c:1017 [inline]\nsock_recvmsg net/socket.c:1038 [inline]\n____sys_recvmsg+0x156/0x310 net/socket.c:2720\n___sys_recvmsg net/socket.c:2762 [inline]\ndo_recvmmsg+0x2e5/0x710 net/socket.c:2856\n__sys_recvmmsg net/socket.c:2935 [inline]\n__do_sys_recvmmsg net/socket.c:2958 [inline]\n__se_sys_recvmmsg net/socket.c:2951 [inline]\n__x64_sys_recvmmsg+0xe2/0x160 net/socket.c:2951\ndo_syscall_x64 arch/x86/entry/common.c:50 [inline]\ndo_syscall_64+0x41/0xc0 arch/x86/entry/common.c:80\nentry_SYSCALL_64_after_hwframe+0x63/0xcd\n\nvalue changed: 0x0000000000000000 -\u003e 0x0000000000001000\n\nReported by Kernel Concurrency Sanitizer on:\nCPU: 1 PID: 23037 Comm: syz-executor.2 Not tainted 6.3.0-rc4-syzkaller-00195-g5a57b48fdfcb #0\nHardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 03/02/2023"
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2025-12-09T01:29:37.432Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/05c9e3fc93b02d18c3ab258d43350a6d44b40bbd"
        },
        {
          "url": "https://git.kernel.org/stable/c/7cff4103be7c402ecc3e7bf8f95a64089e3c91b8"
        },
        {
          "url": "https://git.kernel.org/stable/c/e3bcf2a77060bea4d8d09cb09d92c7056f07df5a"
        },
        {
          "url": "https://git.kernel.org/stable/c/fc4ba13013ddaea8b11b88fd52b35449e2d9cf85"
        },
        {
          "url": "https://git.kernel.org/stable/c/a1865f2e7d10dde00d35a2122b38d2e469ae67ed"
        }
      ],
      "title": "netlink: annotate lockless accesses to nlk-\u003emax_recvmsg_len",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2023-53824",
    "datePublished": "2025-12-09T01:29:37.432Z",
    "dateReserved": "2025-12-09T01:27:17.824Z",
    "dateUpdated": "2025-12-09T01:29:37.432Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2023-53824\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-12-09T16:17:21.227\",\"lastModified\":\"2025-12-09T18:37:13.640\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nnetlink: annotate lockless accesses to nlk-\u003emax_recvmsg_len\\n\\nsyzbot reported a data-race in data-race in netlink_recvmsg() [1]\\n\\nIndeed, netlink_recvmsg() can be run concurrently,\\nand netlink_dump() also needs protection.\\n\\n[1]\\nBUG: KCSAN: data-race in netlink_recvmsg / netlink_recvmsg\\n\\nread to 0xffff888141840b38 of 8 bytes by task 23057 on cpu 0:\\nnetlink_recvmsg+0xea/0x730 net/netlink/af_netlink.c:1988\\nsock_recvmsg_nosec net/socket.c:1017 [inline]\\nsock_recvmsg net/socket.c:1038 [inline]\\n__sys_recvfrom+0x1ee/0x2e0 net/socket.c:2194\\n__do_sys_recvfrom net/socket.c:2212 [inline]\\n__se_sys_recvfrom net/socket.c:2208 [inline]\\n__x64_sys_recvfrom+0x78/0x90 net/socket.c:2208\\ndo_syscall_x64 arch/x86/entry/common.c:50 [inline]\\ndo_syscall_64+0x41/0xc0 arch/x86/entry/common.c:80\\nentry_SYSCALL_64_after_hwframe+0x63/0xcd\\n\\nwrite to 0xffff888141840b38 of 8 bytes by task 23037 on cpu 1:\\nnetlink_recvmsg+0x114/0x730 net/netlink/af_netlink.c:1989\\nsock_recvmsg_nosec net/socket.c:1017 [inline]\\nsock_recvmsg net/socket.c:1038 [inline]\\n____sys_recvmsg+0x156/0x310 net/socket.c:2720\\n___sys_recvmsg net/socket.c:2762 [inline]\\ndo_recvmmsg+0x2e5/0x710 net/socket.c:2856\\n__sys_recvmmsg net/socket.c:2935 [inline]\\n__do_sys_recvmmsg net/socket.c:2958 [inline]\\n__se_sys_recvmmsg net/socket.c:2951 [inline]\\n__x64_sys_recvmmsg+0xe2/0x160 net/socket.c:2951\\ndo_syscall_x64 arch/x86/entry/common.c:50 [inline]\\ndo_syscall_64+0x41/0xc0 arch/x86/entry/common.c:80\\nentry_SYSCALL_64_after_hwframe+0x63/0xcd\\n\\nvalue changed: 0x0000000000000000 -\u003e 0x0000000000001000\\n\\nReported by Kernel Concurrency Sanitizer on:\\nCPU: 1 PID: 23037 Comm: syz-executor.2 Not tainted 6.3.0-rc4-syzkaller-00195-g5a57b48fdfcb #0\\nHardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 03/02/2023\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/05c9e3fc93b02d18c3ab258d43350a6d44b40bbd\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/7cff4103be7c402ecc3e7bf8f95a64089e3c91b8\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/a1865f2e7d10dde00d35a2122b38d2e469ae67ed\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/e3bcf2a77060bea4d8d09cb09d92c7056f07df5a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/fc4ba13013ddaea8b11b88fd52b35449e2d9cf85\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}"
  }
}


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 observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.


Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…