CVE-2022-49085 (GCVE-0-2022-49085)

Vulnerability from cvelistv5 – Published: 2025-02-26 01:54 – Updated: 2025-05-04 08:29
VLAI?
Title
drbd: Fix five use after free bugs in get_initial_state
Summary
In the Linux kernel, the following vulnerability has been resolved: drbd: Fix five use after free bugs in get_initial_state In get_initial_state, it calls notify_initial_state_done(skb,..) if cb->args[5]==1. If genlmsg_put() failed in notify_initial_state_done(), the skb will be freed by nlmsg_free(skb). Then get_initial_state will goto out and the freed skb will be used by return value skb->len, which is a uaf bug. What's worse, the same problem goes even further: skb can also be freed in the notify_*_state_change -> notify_*_state calls below. Thus 4 additional uaf bugs happened. My patch lets the problem callee functions: notify_initial_state_done and notify_*_state_change return an error code if errors happen. So that the error codes could be propagated and the uaf bugs can be avoid. v2 reports a compilation warning. This v3 fixed this warning and built successfully in my local environment with no additional warnings. v2: https://lore.kernel.org/patchwork/patch/1435218/
CWE
Assigner
Impacted products
Vendor Product Version
Linux Linux Affected: a29728463b254ce81ecefdf20c1a02e01d9361da , < 0489700bfeb1e53eb2039c2291c67e71b0b40103 (git)
Affected: a29728463b254ce81ecefdf20c1a02e01d9361da , < dcf6be17b5c53b741898d2223b23e66d682de300 (git)
Affected: a29728463b254ce81ecefdf20c1a02e01d9361da , < 188fe6b26765edbad4055611c0f788b6870f4024 (git)
Affected: a29728463b254ce81ecefdf20c1a02e01d9361da , < b6a4055036eed1f5e239ce3d8b0db1ce38bba447 (git)
Affected: a29728463b254ce81ecefdf20c1a02e01d9361da , < 594205b4936771a250f9d141e7e0fff21c3dd2d9 (git)
Affected: a29728463b254ce81ecefdf20c1a02e01d9361da , < a972c768723359ec995579902473028fe3cd64b1 (git)
Affected: a29728463b254ce81ecefdf20c1a02e01d9361da , < de63e74da2333b4068bb79983e632db730fea97e (git)
Affected: a29728463b254ce81ecefdf20c1a02e01d9361da , < 226e993c39405292781bfcf4b039a8db56aab362 (git)
Affected: a29728463b254ce81ecefdf20c1a02e01d9361da , < aadb22ba2f656581b2f733deb3a467c48cc618f6 (git)
Create a notification for this product.
    Linux Linux Affected: 4.5
Unaffected: 0 , < 4.5 (semver)
Unaffected: 4.9.311 , ≤ 4.9.* (semver)
Unaffected: 4.14.276 , ≤ 4.14.* (semver)
Unaffected: 4.19.238 , ≤ 4.19.* (semver)
Unaffected: 5.4.189 , ≤ 5.4.* (semver)
Unaffected: 5.10.111 , ≤ 5.10.* (semver)
Unaffected: 5.15.34 , ≤ 5.15.* (semver)
Unaffected: 5.16.20 , ≤ 5.16.* (semver)
Unaffected: 5.17.3 , ≤ 5.17.* (semver)
Unaffected: 5.18 , ≤ * (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": 7.8,
              "baseSeverity": "HIGH",
              "confidentialityImpact": "HIGH",
              "integrityImpact": "HIGH",
              "privilegesRequired": "LOW",
              "scope": "UNCHANGED",
              "userInteraction": "NONE",
              "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
              "version": "3.1"
            }
          },
          {
            "other": {
              "content": {
                "id": "CVE-2022-49085",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "total"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2025-02-27T17:59:12.644580Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "problemTypes": [
          {
            "descriptions": [
              {
                "cweId": "CWE-416",
                "description": "CWE-416 Use After Free",
                "lang": "en",
                "type": "CWE"
              }
            ]
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2025-02-27T18:02:29.848Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/block/drbd/drbd_int.h",
            "drivers/block/drbd/drbd_nl.c",
            "drivers/block/drbd/drbd_state.c",
            "drivers/block/drbd/drbd_state_change.h"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "0489700bfeb1e53eb2039c2291c67e71b0b40103",
              "status": "affected",
              "version": "a29728463b254ce81ecefdf20c1a02e01d9361da",
              "versionType": "git"
            },
            {
              "lessThan": "dcf6be17b5c53b741898d2223b23e66d682de300",
              "status": "affected",
              "version": "a29728463b254ce81ecefdf20c1a02e01d9361da",
              "versionType": "git"
            },
            {
              "lessThan": "188fe6b26765edbad4055611c0f788b6870f4024",
              "status": "affected",
              "version": "a29728463b254ce81ecefdf20c1a02e01d9361da",
              "versionType": "git"
            },
            {
              "lessThan": "b6a4055036eed1f5e239ce3d8b0db1ce38bba447",
              "status": "affected",
              "version": "a29728463b254ce81ecefdf20c1a02e01d9361da",
              "versionType": "git"
            },
            {
              "lessThan": "594205b4936771a250f9d141e7e0fff21c3dd2d9",
              "status": "affected",
              "version": "a29728463b254ce81ecefdf20c1a02e01d9361da",
              "versionType": "git"
            },
            {
              "lessThan": "a972c768723359ec995579902473028fe3cd64b1",
              "status": "affected",
              "version": "a29728463b254ce81ecefdf20c1a02e01d9361da",
              "versionType": "git"
            },
            {
              "lessThan": "de63e74da2333b4068bb79983e632db730fea97e",
              "status": "affected",
              "version": "a29728463b254ce81ecefdf20c1a02e01d9361da",
              "versionType": "git"
            },
            {
              "lessThan": "226e993c39405292781bfcf4b039a8db56aab362",
              "status": "affected",
              "version": "a29728463b254ce81ecefdf20c1a02e01d9361da",
              "versionType": "git"
            },
            {
              "lessThan": "aadb22ba2f656581b2f733deb3a467c48cc618f6",
              "status": "affected",
              "version": "a29728463b254ce81ecefdf20c1a02e01d9361da",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/block/drbd/drbd_int.h",
            "drivers/block/drbd/drbd_nl.c",
            "drivers/block/drbd/drbd_state.c",
            "drivers/block/drbd/drbd_state_change.h"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "4.5"
            },
            {
              "lessThan": "4.5",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.9.*",
              "status": "unaffected",
              "version": "4.9.311",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.14.*",
              "status": "unaffected",
              "version": "4.14.276",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.19.*",
              "status": "unaffected",
              "version": "4.19.238",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.4.*",
              "status": "unaffected",
              "version": "5.4.189",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.111",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.34",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.16.*",
              "status": "unaffected",
              "version": "5.16.20",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.17.*",
              "status": "unaffected",
              "version": "5.17.3",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "5.18",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.9.311",
                  "versionStartIncluding": "4.5",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.14.276",
                  "versionStartIncluding": "4.5",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.19.238",
                  "versionStartIncluding": "4.5",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.4.189",
                  "versionStartIncluding": "4.5",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.111",
                  "versionStartIncluding": "4.5",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.34",
                  "versionStartIncluding": "4.5",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.16.20",
                  "versionStartIncluding": "4.5",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.17.3",
                  "versionStartIncluding": "4.5",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.18",
                  "versionStartIncluding": "4.5",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrbd: Fix five use after free bugs in get_initial_state\n\nIn get_initial_state, it calls notify_initial_state_done(skb,..) if\ncb-\u003eargs[5]==1. If genlmsg_put() failed in notify_initial_state_done(),\nthe skb will be freed by nlmsg_free(skb).\nThen get_initial_state will goto out and the freed skb will be used by\nreturn value skb-\u003elen, which is a uaf bug.\n\nWhat\u0027s worse, the same problem goes even further: skb can also be\nfreed in the notify_*_state_change -\u003e notify_*_state calls below.\nThus 4 additional uaf bugs happened.\n\nMy patch lets the problem callee functions: notify_initial_state_done\nand notify_*_state_change return an error code if errors happen.\nSo that the error codes could be propagated and the uaf bugs can be avoid.\n\nv2 reports a compilation warning. This v3 fixed this warning and built\nsuccessfully in my local environment with no additional warnings.\nv2: https://lore.kernel.org/patchwork/patch/1435218/"
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2025-05-04T08:29:24.372Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/0489700bfeb1e53eb2039c2291c67e71b0b40103"
        },
        {
          "url": "https://git.kernel.org/stable/c/dcf6be17b5c53b741898d2223b23e66d682de300"
        },
        {
          "url": "https://git.kernel.org/stable/c/188fe6b26765edbad4055611c0f788b6870f4024"
        },
        {
          "url": "https://git.kernel.org/stable/c/b6a4055036eed1f5e239ce3d8b0db1ce38bba447"
        },
        {
          "url": "https://git.kernel.org/stable/c/594205b4936771a250f9d141e7e0fff21c3dd2d9"
        },
        {
          "url": "https://git.kernel.org/stable/c/a972c768723359ec995579902473028fe3cd64b1"
        },
        {
          "url": "https://git.kernel.org/stable/c/de63e74da2333b4068bb79983e632db730fea97e"
        },
        {
          "url": "https://git.kernel.org/stable/c/226e993c39405292781bfcf4b039a8db56aab362"
        },
        {
          "url": "https://git.kernel.org/stable/c/aadb22ba2f656581b2f733deb3a467c48cc618f6"
        }
      ],
      "title": "drbd: Fix five use after free bugs in get_initial_state",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2022-49085",
    "datePublished": "2025-02-26T01:54:43.579Z",
    "dateReserved": "2025-02-26T01:49:39.248Z",
    "dateUpdated": "2025-05-04T08:29:24.372Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "vulnrichment": {
      "containers": "{\"cna\": {\"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2025-02-26T01:54:43.579Z\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\ndrbd: Fix five use after free bugs in get_initial_state\\n\\nIn get_initial_state, it calls notify_initial_state_done(skb,..) if\\ncb-\u003eargs[5]==1. If genlmsg_put() failed in notify_initial_state_done(),\\nthe skb will be freed by nlmsg_free(skb).\\nThen get_initial_state will goto out and the freed skb will be used by\\nreturn value skb-\u003elen, which is a uaf bug.\\n\\nWhat\u0027s worse, the same problem goes even further: skb can also be\\nfreed in the notify_*_state_change -\u003e notify_*_state calls below.\\nThus 4 additional uaf bugs happened.\\n\\nMy patch lets the problem callee functions: notify_initial_state_done\\nand notify_*_state_change return an error code if errors happen.\\nSo that the error codes could be propagated and the uaf bugs can be avoid.\\n\\nv2 reports a compilation warning. This v3 fixed this warning and built\\nsuccessfully in my local environment with no additional warnings.\\nv2: https://lore.kernel.org/patchwork/patch/1435218/\"}], \"affected\": [{\"product\": \"Linux\", \"vendor\": \"Linux\", \"defaultStatus\": \"unaffected\", \"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"programFiles\": [\"drivers/block/drbd/drbd_int.h\", \"drivers/block/drbd/drbd_nl.c\", \"drivers/block/drbd/drbd_state.c\", \"drivers/block/drbd/drbd_state_change.h\"], \"versions\": [{\"version\": \"a29728463b254ce81ecefdf20c1a02e01d9361da\", \"lessThan\": \"0489700bfeb1e53eb2039c2291c67e71b0b40103\", \"status\": \"affected\", \"versionType\": \"git\"}, {\"version\": \"a29728463b254ce81ecefdf20c1a02e01d9361da\", \"lessThan\": \"dcf6be17b5c53b741898d2223b23e66d682de300\", \"status\": \"affected\", \"versionType\": \"git\"}, {\"version\": \"a29728463b254ce81ecefdf20c1a02e01d9361da\", \"lessThan\": \"188fe6b26765edbad4055611c0f788b6870f4024\", \"status\": \"affected\", \"versionType\": \"git\"}, {\"version\": \"a29728463b254ce81ecefdf20c1a02e01d9361da\", \"lessThan\": \"b6a4055036eed1f5e239ce3d8b0db1ce38bba447\", \"status\": \"affected\", \"versionType\": \"git\"}, {\"version\": \"a29728463b254ce81ecefdf20c1a02e01d9361da\", \"lessThan\": \"594205b4936771a250f9d141e7e0fff21c3dd2d9\", \"status\": \"affected\", \"versionType\": \"git\"}, {\"version\": \"a29728463b254ce81ecefdf20c1a02e01d9361da\", \"lessThan\": \"a972c768723359ec995579902473028fe3cd64b1\", \"status\": \"affected\", \"versionType\": \"git\"}, {\"version\": \"a29728463b254ce81ecefdf20c1a02e01d9361da\", \"lessThan\": \"de63e74da2333b4068bb79983e632db730fea97e\", \"status\": \"affected\", \"versionType\": \"git\"}, {\"version\": \"a29728463b254ce81ecefdf20c1a02e01d9361da\", \"lessThan\": \"226e993c39405292781bfcf4b039a8db56aab362\", \"status\": \"affected\", \"versionType\": \"git\"}, {\"version\": \"a29728463b254ce81ecefdf20c1a02e01d9361da\", \"lessThan\": \"aadb22ba2f656581b2f733deb3a467c48cc618f6\", \"status\": \"affected\", \"versionType\": \"git\"}]}, {\"product\": \"Linux\", \"vendor\": \"Linux\", \"defaultStatus\": \"affected\", \"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"programFiles\": [\"drivers/block/drbd/drbd_int.h\", \"drivers/block/drbd/drbd_nl.c\", \"drivers/block/drbd/drbd_state.c\", \"drivers/block/drbd/drbd_state_change.h\"], \"versions\": [{\"version\": \"4.5\", \"status\": \"affected\"}, {\"version\": \"0\", \"lessThan\": \"4.5\", \"status\": \"unaffected\", \"versionType\": \"semver\"}, {\"version\": \"4.9.311\", \"lessThanOrEqual\": \"4.9.*\", \"status\": \"unaffected\", \"versionType\": \"semver\"}, {\"version\": \"4.14.276\", \"lessThanOrEqual\": \"4.14.*\", \"status\": \"unaffected\", \"versionType\": \"semver\"}, {\"version\": \"4.19.238\", \"lessThanOrEqual\": \"4.19.*\", \"status\": \"unaffected\", \"versionType\": \"semver\"}, {\"version\": \"5.4.189\", \"lessThanOrEqual\": \"5.4.*\", \"status\": \"unaffected\", \"versionType\": \"semver\"}, {\"version\": \"5.10.111\", \"lessThanOrEqual\": \"5.10.*\", \"status\": \"unaffected\", \"versionType\": \"semver\"}, {\"version\": \"5.15.34\", \"lessThanOrEqual\": \"5.15.*\", \"status\": \"unaffected\", \"versionType\": \"semver\"}, {\"version\": \"5.16.20\", \"lessThanOrEqual\": \"5.16.*\", \"status\": \"unaffected\", \"versionType\": \"semver\"}, {\"version\": \"5.17.3\", \"lessThanOrEqual\": \"5.17.*\", \"status\": \"unaffected\", \"versionType\": \"semver\"}, {\"version\": \"5.18\", \"lessThanOrEqual\": \"*\", \"status\": \"unaffected\", \"versionType\": \"original_commit_for_fix\"}]}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/0489700bfeb1e53eb2039c2291c67e71b0b40103\"}, {\"url\": \"https://git.kernel.org/stable/c/dcf6be17b5c53b741898d2223b23e66d682de300\"}, {\"url\": \"https://git.kernel.org/stable/c/188fe6b26765edbad4055611c0f788b6870f4024\"}, {\"url\": \"https://git.kernel.org/stable/c/b6a4055036eed1f5e239ce3d8b0db1ce38bba447\"}, {\"url\": \"https://git.kernel.org/stable/c/594205b4936771a250f9d141e7e0fff21c3dd2d9\"}, {\"url\": \"https://git.kernel.org/stable/c/a972c768723359ec995579902473028fe3cd64b1\"}, {\"url\": \"https://git.kernel.org/stable/c/de63e74da2333b4068bb79983e632db730fea97e\"}, {\"url\": \"https://git.kernel.org/stable/c/226e993c39405292781bfcf4b039a8db56aab362\"}, {\"url\": \"https://git.kernel.org/stable/c/aadb22ba2f656581b2f733deb3a467c48cc618f6\"}], \"title\": \"drbd: Fix five use after free bugs in get_initial_state\", \"x_generator\": {\"engine\": \"bippy-5f407fcff5a0\"}}, \"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.8, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2022-49085\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-02-27T17:59:12.644580Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-416\", \"description\": \"CWE-416 Use After Free\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-02-27T17:59:14.040Z\"}}]}",
      "cveMetadata": "{\"cveId\": \"CVE-2022-49085\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"state\": \"PUBLISHED\", \"assignerShortName\": \"Linux\", \"dateReserved\": \"2025-02-26T01:49:39.248Z\", \"datePublished\": \"2025-02-26T01:54:43.579Z\", \"dateUpdated\": \"2025-02-27T18:02:29.848Z\"}",
      "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 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…