cve-2022-49863
Vulnerability from cvelistv5
Published
2025-05-01 14:10
Modified
2025-05-01 14:10
Severity ?
Summary
can: af_can: fix NULL pointer dereference in can_rx_register()
Impacted products
LinuxLinux
LinuxLinux
Show details on NVD website


{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "net/can/af_can.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "afab4655750fcb3fca359bc7d7214e3d634cdf9c",
              "status": "affected",
              "version": "4ac1feff6ea6495cbfd336f4438a6c6d140544a6",
              "versionType": "git"
            },
            {
              "lessThan": "d68fa77ee3d03bad6fe84e89759ddf7005f9e9c6",
              "status": "affected",
              "version": "1a5751d58b14195f763b8c1d9ef33fb8a93e95e7",
              "versionType": "git"
            },
            {
              "lessThan": "261178a1c2623077d62e374a75c195e6c99a6f05",
              "status": "affected",
              "version": "4e096a18867a5a989b510f6999d9c6b6622e8f7b",
              "versionType": "git"
            },
            {
              "lessThan": "a8055677b054bc2bb78beb1080fdc2dc5158c2fe",
              "status": "affected",
              "version": "4e096a18867a5a989b510f6999d9c6b6622e8f7b",
              "versionType": "git"
            },
            {
              "lessThan": "8aa59e355949442c408408c2d836e561794c40a1",
              "status": "affected",
              "version": "4e096a18867a5a989b510f6999d9c6b6622e8f7b",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "net/can/af_can.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.12"
            },
            {
              "lessThan": "5.12",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.4.*",
              "status": "unaffected",
              "version": "5.4.225",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.155",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.79",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.0.*",
              "status": "unaffected",
              "version": "6.0.9",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.1",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ncan: af_can: fix NULL pointer dereference in can_rx_register()\n\nIt causes NULL pointer dereference when testing as following:\n(a) use syscall(__NR_socket, 0x10ul, 3ul, 0) to create netlink socket.\n(b) use syscall(__NR_sendmsg, ...) to create bond link device and vxcan\n    link device, and bind vxcan device to bond device (can also use\n    ifenslave command to bind vxcan device to bond device).\n(c) use syscall(__NR_socket, 0x1dul, 3ul, 1) to create CAN socket.\n(d) use syscall(__NR_bind, ...) to bind the bond device to CAN socket.\n\nThe bond device invokes the can-raw protocol registration interface to\nreceive CAN packets. However, ml_priv is not allocated to the dev,\ndev_rcv_lists is assigned to NULL in can_rx_register(). In this case,\nit will occur the NULL pointer dereference issue.\n\nThe following is the stack information:\nBUG: kernel NULL pointer dereference, address: 0000000000000008\nPGD 122a4067 P4D 122a4067 PUD 1223c067 PMD 0\nOops: 0000 [#1] PREEMPT SMP\nRIP: 0010:can_rx_register+0x12d/0x1e0\nCall Trace:\n\u003cTASK\u003e\nraw_enable_filters+0x8d/0x120\nraw_enable_allfilters+0x3b/0x130\nraw_bind+0x118/0x4f0\n__sys_bind+0x163/0x1a0\n__x64_sys_bind+0x1e/0x30\ndo_syscall_64+0x35/0x80\nentry_SYSCALL_64_after_hwframe+0x63/0xcd\n\u003c/TASK\u003e"
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2025-05-01T14:10:16.403Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/afab4655750fcb3fca359bc7d7214e3d634cdf9c"
        },
        {
          "url": "https://git.kernel.org/stable/c/d68fa77ee3d03bad6fe84e89759ddf7005f9e9c6"
        },
        {
          "url": "https://git.kernel.org/stable/c/261178a1c2623077d62e374a75c195e6c99a6f05"
        },
        {
          "url": "https://git.kernel.org/stable/c/a8055677b054bc2bb78beb1080fdc2dc5158c2fe"
        },
        {
          "url": "https://git.kernel.org/stable/c/8aa59e355949442c408408c2d836e561794c40a1"
        }
      ],
      "title": "can: af_can: fix NULL pointer dereference in can_rx_register()",
      "x_generator": {
        "engine": "bippy-1.1.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2022-49863",
    "datePublished": "2025-05-01T14:10:16.403Z",
    "dateReserved": "2025-05-01T14:05:17.236Z",
    "dateUpdated": "2025-05-01T14:10:16.403Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2022-49863\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-05-01T15:16:11.203\",\"lastModified\":\"2025-05-01T15:16:11.203\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\ncan: af_can: fix NULL pointer dereference in can_rx_register()\\n\\nIt causes NULL pointer dereference when testing as following:\\n(a) use syscall(__NR_socket, 0x10ul, 3ul, 0) to create netlink socket.\\n(b) use syscall(__NR_sendmsg, ...) to create bond link device and vxcan\\n    link device, and bind vxcan device to bond device (can also use\\n    ifenslave command to bind vxcan device to bond device).\\n(c) use syscall(__NR_socket, 0x1dul, 3ul, 1) to create CAN socket.\\n(d) use syscall(__NR_bind, ...) to bind the bond device to CAN socket.\\n\\nThe bond device invokes the can-raw protocol registration interface to\\nreceive CAN packets. However, ml_priv is not allocated to the dev,\\ndev_rcv_lists is assigned to NULL in can_rx_register(). In this case,\\nit will occur the NULL pointer dereference issue.\\n\\nThe following is the stack information:\\nBUG: kernel NULL pointer dereference, address: 0000000000000008\\nPGD 122a4067 P4D 122a4067 PUD 1223c067 PMD 0\\nOops: 0000 [#1] PREEMPT SMP\\nRIP: 0010:can_rx_register+0x12d/0x1e0\\nCall Trace:\\n\u003cTASK\u003e\\nraw_enable_filters+0x8d/0x120\\nraw_enable_allfilters+0x3b/0x130\\nraw_bind+0x118/0x4f0\\n__sys_bind+0x163/0x1a0\\n__x64_sys_bind+0x1e/0x30\\ndo_syscall_64+0x35/0x80\\nentry_SYSCALL_64_after_hwframe+0x63/0xcd\\n\u003c/TASK\u003e\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/261178a1c2623077d62e374a75c195e6c99a6f05\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/8aa59e355949442c408408c2d836e561794c40a1\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/a8055677b054bc2bb78beb1080fdc2dc5158c2fe\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/afab4655750fcb3fca359bc7d7214e3d634cdf9c\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/d68fa77ee3d03bad6fe84e89759ddf7005f9e9c6\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}"
  }
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading...

Loading...

Loading...
  • 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.