CVE-2022-49707 (GCVE-0-2022-49707)

Vulnerability from cvelistv5 – Published: 2025-02-26 02:24 – Updated: 2025-12-23 13:25
VLAI?
Title
ext4: add reserved GDT blocks check
Summary
In the Linux kernel, the following vulnerability has been resolved: ext4: add reserved GDT blocks check We capture a NULL pointer issue when resizing a corrupt ext4 image which is freshly clear resize_inode feature (not run e2fsck). It could be simply reproduced by following steps. The problem is because of the resize_inode feature was cleared, and it will convert the filesystem to meta_bg mode in ext4_resize_fs(), but the es->s_reserved_gdt_blocks was not reduced to zero, so could we mistakenly call reserve_backup_gdb() and passing an uninitialized resize_inode to it when adding new group descriptors. mkfs.ext4 /dev/sda 3G tune2fs -O ^resize_inode /dev/sda #forget to run requested e2fsck mount /dev/sda /mnt resize2fs /dev/sda 8G ======== BUG: kernel NULL pointer dereference, address: 0000000000000028 CPU: 19 PID: 3243 Comm: resize2fs Not tainted 5.18.0-rc7-00001-gfde086c5ebfd #748 ... RIP: 0010:ext4_flex_group_add+0xe08/0x2570 ... Call Trace: <TASK> ext4_resize_fs+0xbec/0x1660 __ext4_ioctl+0x1749/0x24e0 ext4_ioctl+0x12/0x20 __x64_sys_ioctl+0xa6/0x110 do_syscall_64+0x3b/0x90 entry_SYSCALL_64_after_hwframe+0x44/0xae RIP: 0033:0x7f2dd739617b ======== The fix is simple, add a check in ext4_resize_begin() to make sure that the es->s_reserved_gdt_blocks is zero when the resize_inode feature is disabled.
CWE
  • CWE-476 - NULL Pointer Dereference
Assigner
Impacted products
Vendor Product Version
Linux Linux Affected: 1c6bd7173d66b3dfdefcedb38cabc1fb03997509 , < 0dc2fca8e4f9ac4a40e8424a10163369cca0cc06 (git)
Affected: 1c6bd7173d66b3dfdefcedb38cabc1fb03997509 , < 7c921328ac760bba780bdace41f4cd045f7f1405 (git)
Affected: 1c6bd7173d66b3dfdefcedb38cabc1fb03997509 , < b9747263b13e5290ac4d63bec47e38f701303cad (git)
Affected: 1c6bd7173d66b3dfdefcedb38cabc1fb03997509 , < fba54289176702a7caac0b64738406775817f451 (git)
Affected: 1c6bd7173d66b3dfdefcedb38cabc1fb03997509 , < bfd004a1d3a062aac300523d406ac1f3e5f1a82c (git)
Affected: 1c6bd7173d66b3dfdefcedb38cabc1fb03997509 , < 33b1bba31f4c784d33d2c2517964bdccdc9204cd (git)
Affected: 1c6bd7173d66b3dfdefcedb38cabc1fb03997509 , < af75c481a2e45e70f62f5942c93695e95bf7bd21 (git)
Affected: 1c6bd7173d66b3dfdefcedb38cabc1fb03997509 , < b55c3cd102a6f48b90e61c44f7f3dda8c290c694 (git)
Create a notification for this product.
    Linux Linux Affected: 3.7
Unaffected: 0 , < 3.7 (semver)
Unaffected: 4.9.320 , ≤ 4.9.* (semver)
Unaffected: 4.14.285 , ≤ 4.14.* (semver)
Unaffected: 4.19.249 , ≤ 4.19.* (semver)
Unaffected: 5.4.200 , ≤ 5.4.* (semver)
Unaffected: 5.10.124 , ≤ 5.10.* (semver)
Unaffected: 5.15.49 , ≤ 5.15.* (semver)
Unaffected: 5.18.6 , ≤ 5.18.* (semver)
Unaffected: 5.19 , ≤ * (original_commit_for_fix)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "cvssV3_1": {
              "attackComplexity": "LOW",
              "attackVector": "LOCAL",
              "availabilityImpact": "HIGH",
              "baseScore": 5.5,
              "baseSeverity": "MEDIUM",
              "confidentialityImpact": "NONE",
              "integrityImpact": "NONE",
              "privilegesRequired": "LOW",
              "scope": "UNCHANGED",
              "userInteraction": "NONE",
              "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
              "version": "3.1"
            }
          },
          {
            "other": {
              "content": {
                "id": "CVE-2022-49707",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2025-10-01T19:32:29.329505Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "problemTypes": [
          {
            "descriptions": [
              {
                "cweId": "CWE-476",
                "description": "CWE-476 NULL Pointer Dereference",
                "lang": "en",
                "type": "CWE"
              }
            ]
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2025-10-01T19:36:45.352Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "fs/ext4/resize.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "0dc2fca8e4f9ac4a40e8424a10163369cca0cc06",
              "status": "affected",
              "version": "1c6bd7173d66b3dfdefcedb38cabc1fb03997509",
              "versionType": "git"
            },
            {
              "lessThan": "7c921328ac760bba780bdace41f4cd045f7f1405",
              "status": "affected",
              "version": "1c6bd7173d66b3dfdefcedb38cabc1fb03997509",
              "versionType": "git"
            },
            {
              "lessThan": "b9747263b13e5290ac4d63bec47e38f701303cad",
              "status": "affected",
              "version": "1c6bd7173d66b3dfdefcedb38cabc1fb03997509",
              "versionType": "git"
            },
            {
              "lessThan": "fba54289176702a7caac0b64738406775817f451",
              "status": "affected",
              "version": "1c6bd7173d66b3dfdefcedb38cabc1fb03997509",
              "versionType": "git"
            },
            {
              "lessThan": "bfd004a1d3a062aac300523d406ac1f3e5f1a82c",
              "status": "affected",
              "version": "1c6bd7173d66b3dfdefcedb38cabc1fb03997509",
              "versionType": "git"
            },
            {
              "lessThan": "33b1bba31f4c784d33d2c2517964bdccdc9204cd",
              "status": "affected",
              "version": "1c6bd7173d66b3dfdefcedb38cabc1fb03997509",
              "versionType": "git"
            },
            {
              "lessThan": "af75c481a2e45e70f62f5942c93695e95bf7bd21",
              "status": "affected",
              "version": "1c6bd7173d66b3dfdefcedb38cabc1fb03997509",
              "versionType": "git"
            },
            {
              "lessThan": "b55c3cd102a6f48b90e61c44f7f3dda8c290c694",
              "status": "affected",
              "version": "1c6bd7173d66b3dfdefcedb38cabc1fb03997509",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "fs/ext4/resize.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "3.7"
            },
            {
              "lessThan": "3.7",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.9.*",
              "status": "unaffected",
              "version": "4.9.320",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.14.*",
              "status": "unaffected",
              "version": "4.14.285",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.19.*",
              "status": "unaffected",
              "version": "4.19.249",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.4.*",
              "status": "unaffected",
              "version": "5.4.200",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.124",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.49",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.18.*",
              "status": "unaffected",
              "version": "5.18.6",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "5.19",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.9.320",
                  "versionStartIncluding": "3.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.14.285",
                  "versionStartIncluding": "3.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.19.249",
                  "versionStartIncluding": "3.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.4.200",
                  "versionStartIncluding": "3.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.124",
                  "versionStartIncluding": "3.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.49",
                  "versionStartIncluding": "3.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.18.6",
                  "versionStartIncluding": "3.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.19",
                  "versionStartIncluding": "3.7",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: add reserved GDT blocks check\n\nWe capture a NULL pointer issue when resizing a corrupt ext4 image which\nis freshly clear resize_inode feature (not run e2fsck). It could be\nsimply reproduced by following steps. The problem is because of the\nresize_inode feature was cleared, and it will convert the filesystem to\nmeta_bg mode in ext4_resize_fs(), but the es-\u003es_reserved_gdt_blocks was\nnot reduced to zero, so could we mistakenly call reserve_backup_gdb()\nand passing an uninitialized resize_inode to it when adding new group\ndescriptors.\n\n mkfs.ext4 /dev/sda 3G\n tune2fs -O ^resize_inode /dev/sda #forget to run requested e2fsck\n mount /dev/sda /mnt\n resize2fs /dev/sda 8G\n\n ========\n BUG: kernel NULL pointer dereference, address: 0000000000000028\n CPU: 19 PID: 3243 Comm: resize2fs Not tainted 5.18.0-rc7-00001-gfde086c5ebfd #748\n ...\n RIP: 0010:ext4_flex_group_add+0xe08/0x2570\n ...\n Call Trace:\n  \u003cTASK\u003e\n  ext4_resize_fs+0xbec/0x1660\n  __ext4_ioctl+0x1749/0x24e0\n  ext4_ioctl+0x12/0x20\n  __x64_sys_ioctl+0xa6/0x110\n  do_syscall_64+0x3b/0x90\n  entry_SYSCALL_64_after_hwframe+0x44/0xae\n RIP: 0033:0x7f2dd739617b\n ========\n\nThe fix is simple, add a check in ext4_resize_begin() to make sure that\nthe es-\u003es_reserved_gdt_blocks is zero when the resize_inode feature is\ndisabled."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2025-12-23T13:25:08.007Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/0dc2fca8e4f9ac4a40e8424a10163369cca0cc06"
        },
        {
          "url": "https://git.kernel.org/stable/c/7c921328ac760bba780bdace41f4cd045f7f1405"
        },
        {
          "url": "https://git.kernel.org/stable/c/b9747263b13e5290ac4d63bec47e38f701303cad"
        },
        {
          "url": "https://git.kernel.org/stable/c/fba54289176702a7caac0b64738406775817f451"
        },
        {
          "url": "https://git.kernel.org/stable/c/bfd004a1d3a062aac300523d406ac1f3e5f1a82c"
        },
        {
          "url": "https://git.kernel.org/stable/c/33b1bba31f4c784d33d2c2517964bdccdc9204cd"
        },
        {
          "url": "https://git.kernel.org/stable/c/af75c481a2e45e70f62f5942c93695e95bf7bd21"
        },
        {
          "url": "https://git.kernel.org/stable/c/b55c3cd102a6f48b90e61c44f7f3dda8c290c694"
        }
      ],
      "title": "ext4: add reserved GDT blocks check",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2022-49707",
    "datePublished": "2025-02-26T02:24:25.441Z",
    "dateReserved": "2025-02-26T02:21:30.444Z",
    "dateUpdated": "2025-12-23T13:25:08.007Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.5, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2022-49707\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-10-01T19:32:29.329505Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-476\", \"description\": \"CWE-476 NULL Pointer Dereference\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-10-01T16:53:47.604Z\"}}], \"cna\": {\"title\": \"ext4: add reserved GDT blocks check\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"1c6bd7173d66b3dfdefcedb38cabc1fb03997509\", \"lessThan\": \"0dc2fca8e4f9ac4a40e8424a10163369cca0cc06\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"1c6bd7173d66b3dfdefcedb38cabc1fb03997509\", \"lessThan\": \"7c921328ac760bba780bdace41f4cd045f7f1405\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"1c6bd7173d66b3dfdefcedb38cabc1fb03997509\", \"lessThan\": \"b9747263b13e5290ac4d63bec47e38f701303cad\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"1c6bd7173d66b3dfdefcedb38cabc1fb03997509\", \"lessThan\": \"fba54289176702a7caac0b64738406775817f451\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"1c6bd7173d66b3dfdefcedb38cabc1fb03997509\", \"lessThan\": \"bfd004a1d3a062aac300523d406ac1f3e5f1a82c\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"1c6bd7173d66b3dfdefcedb38cabc1fb03997509\", \"lessThan\": \"33b1bba31f4c784d33d2c2517964bdccdc9204cd\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"1c6bd7173d66b3dfdefcedb38cabc1fb03997509\", \"lessThan\": \"af75c481a2e45e70f62f5942c93695e95bf7bd21\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"1c6bd7173d66b3dfdefcedb38cabc1fb03997509\", \"lessThan\": \"b55c3cd102a6f48b90e61c44f7f3dda8c290c694\", \"versionType\": \"git\"}], \"programFiles\": [\"fs/ext4/resize.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"3.7\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"3.7\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"4.9.320\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"4.9.*\"}, {\"status\": \"unaffected\", \"version\": \"4.14.285\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"4.14.*\"}, {\"status\": \"unaffected\", \"version\": \"4.19.249\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"4.19.*\"}, {\"status\": \"unaffected\", \"version\": \"5.4.200\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.4.*\"}, {\"status\": \"unaffected\", \"version\": \"5.10.124\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.10.*\"}, {\"status\": \"unaffected\", \"version\": \"5.15.49\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.15.*\"}, {\"status\": \"unaffected\", \"version\": \"5.18.6\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.18.*\"}, {\"status\": \"unaffected\", \"version\": \"5.19\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"fs/ext4/resize.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/0dc2fca8e4f9ac4a40e8424a10163369cca0cc06\"}, {\"url\": \"https://git.kernel.org/stable/c/7c921328ac760bba780bdace41f4cd045f7f1405\"}, {\"url\": \"https://git.kernel.org/stable/c/b9747263b13e5290ac4d63bec47e38f701303cad\"}, {\"url\": \"https://git.kernel.org/stable/c/fba54289176702a7caac0b64738406775817f451\"}, {\"url\": \"https://git.kernel.org/stable/c/bfd004a1d3a062aac300523d406ac1f3e5f1a82c\"}, {\"url\": \"https://git.kernel.org/stable/c/33b1bba31f4c784d33d2c2517964bdccdc9204cd\"}, {\"url\": \"https://git.kernel.org/stable/c/af75c481a2e45e70f62f5942c93695e95bf7bd21\"}, {\"url\": \"https://git.kernel.org/stable/c/b55c3cd102a6f48b90e61c44f7f3dda8c290c694\"}], \"x_generator\": {\"engine\": \"bippy-1.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\next4: add reserved GDT blocks check\\n\\nWe capture a NULL pointer issue when resizing a corrupt ext4 image which\\nis freshly clear resize_inode feature (not run e2fsck). It could be\\nsimply reproduced by following steps. The problem is because of the\\nresize_inode feature was cleared, and it will convert the filesystem to\\nmeta_bg mode in ext4_resize_fs(), but the es-\u003es_reserved_gdt_blocks was\\nnot reduced to zero, so could we mistakenly call reserve_backup_gdb()\\nand passing an uninitialized resize_inode to it when adding new group\\ndescriptors.\\n\\n mkfs.ext4 /dev/sda 3G\\n tune2fs -O ^resize_inode /dev/sda #forget to run requested e2fsck\\n mount /dev/sda /mnt\\n resize2fs /dev/sda 8G\\n\\n ========\\n BUG: kernel NULL pointer dereference, address: 0000000000000028\\n CPU: 19 PID: 3243 Comm: resize2fs Not tainted 5.18.0-rc7-00001-gfde086c5ebfd #748\\n ...\\n RIP: 0010:ext4_flex_group_add+0xe08/0x2570\\n ...\\n Call Trace:\\n  \u003cTASK\u003e\\n  ext4_resize_fs+0xbec/0x1660\\n  __ext4_ioctl+0x1749/0x24e0\\n  ext4_ioctl+0x12/0x20\\n  __x64_sys_ioctl+0xa6/0x110\\n  do_syscall_64+0x3b/0x90\\n  entry_SYSCALL_64_after_hwframe+0x44/0xae\\n RIP: 0033:0x7f2dd739617b\\n ========\\n\\nThe fix is simple, add a check in ext4_resize_begin() to make sure that\\nthe es-\u003es_reserved_gdt_blocks is zero when the resize_inode feature is\\ndisabled.\"}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"4.9.320\", \"versionStartIncluding\": \"3.7\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"4.14.285\", \"versionStartIncluding\": \"3.7\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"4.19.249\", \"versionStartIncluding\": \"3.7\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.4.200\", \"versionStartIncluding\": \"3.7\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.10.124\", \"versionStartIncluding\": \"3.7\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.15.49\", \"versionStartIncluding\": \"3.7\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.18.6\", \"versionStartIncluding\": \"3.7\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.19\", \"versionStartIncluding\": \"3.7\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2025-12-23T13:25:08.007Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2022-49707\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-12-23T13:25:08.007Z\", \"dateReserved\": \"2025-02-26T02:21:30.444Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2025-02-26T02:24:25.441Z\", \"assignerShortName\": \"Linux\"}",
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }
  }
}


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…