GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2022-50444 (GCVE-0-2022-50444)

Vulnerability from cvelistv5 – Published: 2025-10-01 11:42 – Updated: 2026-05-11 19:19
VLAI
Title
clk: tegra20: Fix refcount leak in tegra20_clock_init
Summary
In the Linux kernel, the following vulnerability has been resolved: clk: tegra20: Fix refcount leak in tegra20_clock_init of_find_matching_node() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anymore. Add missing of_node_put() to avoid refcount leak.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 37c26a906527b8a6a252614ca83d21ad318c4e84 , < f9bdef9bb60814514a787b84184ecaa269a7c951 (git)
Affected: 37c26a906527b8a6a252614ca83d21ad318c4e84 , < 6f76ef65899fcd93ca747ef38d7a41931e61e4fa (git)
Affected: 37c26a906527b8a6a252614ca83d21ad318c4e84 , < 0172d14f50098f5736b4b272a1529a3e05419bd6 (git)
Affected: 37c26a906527b8a6a252614ca83d21ad318c4e84 , < 5d9fb09612defe7b1d5627db7b3833b46eb21e7b (git)
Affected: 37c26a906527b8a6a252614ca83d21ad318c4e84 , < 70f0a0a27d79f689defc5f5f0bd47d07813e6dea (git)
Affected: 37c26a906527b8a6a252614ca83d21ad318c4e84 , < d6e750535b46e12cdde185b416c415e49e4e6e22 (git)
Affected: 37c26a906527b8a6a252614ca83d21ad318c4e84 , < 8cd228892759d37f36a46616025f4fa0d0a63b5d (git)
Affected: 37c26a906527b8a6a252614ca83d21ad318c4e84 , < 53531d00e2a8a28a3bf56ea58b18ff3611824f37 (git)
Affected: 37c26a906527b8a6a252614ca83d21ad318c4e84 , < 4e343bafe03ff68a62f48f8235cf98f2c685468b (git)
guessed Create a notification for this product.
Linux Linux Affected: 3.9
Unaffected: 0 , < 3.9 (semver)
Unaffected: 4.9.331 , ≤ 4.9.* (semver)
Unaffected: 4.14.296 , ≤ 4.14.* (semver)
Unaffected: 4.19.262 , ≤ 4.19.* (semver)
Unaffected: 5.4.220 , ≤ 5.4.* (semver)
Unaffected: 5.10.150 , ≤ 5.10.* (semver)
Unaffected: 5.15.75 , ≤ 5.15.* (semver)
Unaffected: 5.19.17 , ≤ 5.19.* (semver)
Unaffected: 6.0.3 , ≤ 6.0.* (semver)
Unaffected: 6.1 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/clk/tegra/clk-tegra20.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "f9bdef9bb60814514a787b84184ecaa269a7c951",
              "status": "affected",
              "version": "37c26a906527b8a6a252614ca83d21ad318c4e84",
              "versionType": "git"
            },
            {
              "lessThan": "6f76ef65899fcd93ca747ef38d7a41931e61e4fa",
              "status": "affected",
              "version": "37c26a906527b8a6a252614ca83d21ad318c4e84",
              "versionType": "git"
            },
            {
              "lessThan": "0172d14f50098f5736b4b272a1529a3e05419bd6",
              "status": "affected",
              "version": "37c26a906527b8a6a252614ca83d21ad318c4e84",
              "versionType": "git"
            },
            {
              "lessThan": "5d9fb09612defe7b1d5627db7b3833b46eb21e7b",
              "status": "affected",
              "version": "37c26a906527b8a6a252614ca83d21ad318c4e84",
              "versionType": "git"
            },
            {
              "lessThan": "70f0a0a27d79f689defc5f5f0bd47d07813e6dea",
              "status": "affected",
              "version": "37c26a906527b8a6a252614ca83d21ad318c4e84",
              "versionType": "git"
            },
            {
              "lessThan": "d6e750535b46e12cdde185b416c415e49e4e6e22",
              "status": "affected",
              "version": "37c26a906527b8a6a252614ca83d21ad318c4e84",
              "versionType": "git"
            },
            {
              "lessThan": "8cd228892759d37f36a46616025f4fa0d0a63b5d",
              "status": "affected",
              "version": "37c26a906527b8a6a252614ca83d21ad318c4e84",
              "versionType": "git"
            },
            {
              "lessThan": "53531d00e2a8a28a3bf56ea58b18ff3611824f37",
              "status": "affected",
              "version": "37c26a906527b8a6a252614ca83d21ad318c4e84",
              "versionType": "git"
            },
            {
              "lessThan": "4e343bafe03ff68a62f48f8235cf98f2c685468b",
              "status": "affected",
              "version": "37c26a906527b8a6a252614ca83d21ad318c4e84",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/clk/tegra/clk-tegra20.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "3.9"
            },
            {
              "lessThan": "3.9",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.9.*",
              "status": "unaffected",
              "version": "4.9.331",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.14.*",
              "status": "unaffected",
              "version": "4.14.296",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.19.*",
              "status": "unaffected",
              "version": "4.19.262",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.4.*",
              "status": "unaffected",
              "version": "5.4.220",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.150",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.75",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.19.*",
              "status": "unaffected",
              "version": "5.19.17",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.0.*",
              "status": "unaffected",
              "version": "6.0.3",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.1",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.9.331",
                  "versionStartIncluding": "3.9",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.14.296",
                  "versionStartIncluding": "3.9",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.19.262",
                  "versionStartIncluding": "3.9",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.4.220",
                  "versionStartIncluding": "3.9",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.150",
                  "versionStartIncluding": "3.9",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.75",
                  "versionStartIncluding": "3.9",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.19.17",
                  "versionStartIncluding": "3.9",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.0.3",
                  "versionStartIncluding": "3.9",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1",
                  "versionStartIncluding": "3.9",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nclk: tegra20: Fix refcount leak in tegra20_clock_init\n\nof_find_matching_node() returns a node pointer with refcount\nincremented, we should use of_node_put() on it when not need anymore.\nAdd missing of_node_put() to avoid refcount leak."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-05-11T19:19:36.851Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/f9bdef9bb60814514a787b84184ecaa269a7c951"
        },
        {
          "url": "https://git.kernel.org/stable/c/6f76ef65899fcd93ca747ef38d7a41931e61e4fa"
        },
        {
          "url": "https://git.kernel.org/stable/c/0172d14f50098f5736b4b272a1529a3e05419bd6"
        },
        {
          "url": "https://git.kernel.org/stable/c/5d9fb09612defe7b1d5627db7b3833b46eb21e7b"
        },
        {
          "url": "https://git.kernel.org/stable/c/70f0a0a27d79f689defc5f5f0bd47d07813e6dea"
        },
        {
          "url": "https://git.kernel.org/stable/c/d6e750535b46e12cdde185b416c415e49e4e6e22"
        },
        {
          "url": "https://git.kernel.org/stable/c/8cd228892759d37f36a46616025f4fa0d0a63b5d"
        },
        {
          "url": "https://git.kernel.org/stable/c/53531d00e2a8a28a3bf56ea58b18ff3611824f37"
        },
        {
          "url": "https://git.kernel.org/stable/c/4e343bafe03ff68a62f48f8235cf98f2c685468b"
        }
      ],
      "title": "clk: tegra20: Fix refcount leak in tegra20_clock_init",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2022-50444",
    "datePublished": "2025-10-01T11:42:19.730Z",
    "dateReserved": "2025-09-17T14:53:07.010Z",
    "dateUpdated": "2026-05-11T19:19:36.851Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2022-50444",
      "date": "2026-09-18",
      "epss": "0.0016",
      "percentile": "0.05557"
    },
    "nvd": {
      "cve": {
        "affected": [
          {
            "affectedData": [
              {
                "defaultStatus": "unaffected",
                "product": "Linux",
                "programFiles": [
                  "drivers/clk/tegra/clk-tegra20.c"
                ],
                "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                "vendor": "Linux",
                "versions": [
                  {
                    "lessThan": "f9bdef9bb60814514a787b84184ecaa269a7c951",
                    "status": "affected",
                    "version": "37c26a906527b8a6a252614ca83d21ad318c4e84",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "6f76ef65899fcd93ca747ef38d7a41931e61e4fa",
                    "status": "affected",
                    "version": "37c26a906527b8a6a252614ca83d21ad318c4e84",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "0172d14f50098f5736b4b272a1529a3e05419bd6",
                    "status": "affected",
                    "version": "37c26a906527b8a6a252614ca83d21ad318c4e84",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "5d9fb09612defe7b1d5627db7b3833b46eb21e7b",
                    "status": "affected",
                    "version": "37c26a906527b8a6a252614ca83d21ad318c4e84",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "70f0a0a27d79f689defc5f5f0bd47d07813e6dea",
                    "status": "affected",
                    "version": "37c26a906527b8a6a252614ca83d21ad318c4e84",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "d6e750535b46e12cdde185b416c415e49e4e6e22",
                    "status": "affected",
                    "version": "37c26a906527b8a6a252614ca83d21ad318c4e84",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "8cd228892759d37f36a46616025f4fa0d0a63b5d",
                    "status": "affected",
                    "version": "37c26a906527b8a6a252614ca83d21ad318c4e84",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "53531d00e2a8a28a3bf56ea58b18ff3611824f37",
                    "status": "affected",
                    "version": "37c26a906527b8a6a252614ca83d21ad318c4e84",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "4e343bafe03ff68a62f48f8235cf98f2c685468b",
                    "status": "affected",
                    "version": "37c26a906527b8a6a252614ca83d21ad318c4e84",
                    "versionType": "git"
                  }
                ]
              },
              {
                "defaultStatus": "affected",
                "product": "Linux",
                "programFiles": [
                  "drivers/clk/tegra/clk-tegra20.c"
                ],
                "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                "vendor": "Linux",
                "versions": [
                  {
                    "status": "affected",
                    "version": "3.9"
                  },
                  {
                    "lessThan": "3.9",
                    "status": "unaffected",
                    "version": "0",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "4.9.*",
                    "status": "unaffected",
                    "version": "4.9.331",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "4.14.*",
                    "status": "unaffected",
                    "version": "4.14.296",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "4.19.*",
                    "status": "unaffected",
                    "version": "4.19.262",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "5.4.*",
                    "status": "unaffected",
                    "version": "5.4.220",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "5.10.*",
                    "status": "unaffected",
                    "version": "5.10.150",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "5.15.*",
                    "status": "unaffected",
                    "version": "5.15.75",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "5.19.*",
                    "status": "unaffected",
                    "version": "5.19.17",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "6.0.*",
                    "status": "unaffected",
                    "version": "6.0.3",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "*",
                    "status": "unaffected",
                    "version": "6.1",
                    "versionType": "original_commit_for_fix"
                  }
                ]
              }
            ],
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
          }
        ],
        "configurations": [
          {
            "nodes": [
              {
                "cpeMatch": [
                  {
                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "matchCriteriaId": "644A50D3-EF85-43DD-B8E2-5958017348DA",
                    "versionEndExcluding": "4.9.331",
                    "versionStartIncluding": "3.9",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "matchCriteriaId": "1927ABC6-E0D2-478F-B103-B982A42D1158",
                    "versionEndExcluding": "4.14.296",
                    "versionStartIncluding": "4.10",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "matchCriteriaId": "D6B62970-1FAD-4ED6-930A-23E26A8D2E08",
                    "versionEndExcluding": "4.19.262",
                    "versionStartIncluding": "4.15",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "matchCriteriaId": "125F7133-B3B7-4175-8CF3-FF0845483254",
                    "versionEndExcluding": "5.4.220",
                    "versionStartIncluding": "4.20",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "matchCriteriaId": "C495821C-2A71-4F09-BED8-6A6EB4C9BA27",
                    "versionEndExcluding": "5.10.150",
                    "versionStartIncluding": "5.5",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "matchCriteriaId": "6D945F46-F32F-4C09-8400-C3477E22A9FB",
                    "versionEndExcluding": "5.15.75",
                    "versionStartIncluding": "5.11",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "matchCriteriaId": "19B4C3A4-E5C3-41DC-BB14-BE72858E7D35",
                    "versionEndExcluding": "5.19.17",
                    "versionStartIncluding": "5.16",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "matchCriteriaId": "5BCD8201-B847-4442-B894-70D430128DEF",
                    "versionEndExcluding": "6.0.3",
                    "versionStartIncluding": "6.0",
                    "vulnerable": true
                  }
                ],
                "negate": false,
                "operator": "OR"
              }
            ]
          }
        ],
        "cveTags": [],
        "descriptions": [
          {
            "lang": "en",
            "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nclk: tegra20: Fix refcount leak in tegra20_clock_init\n\nof_find_matching_node() returns a node pointer with refcount\nincremented, we should use of_node_put() on it when not need anymore.\nAdd missing of_node_put() to avoid refcount leak."
          }
        ],
        "id": "CVE-2022-50444",
        "lastModified": "2026-06-17T05:23:34.217",
        "metrics": {
          "cvssMetricV31": [
            {
              "cvssData": {
                "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"
              },
              "exploitabilityScore": 1.8,
              "impactScore": 3.6,
              "source": "nvd@nist.gov",
              "type": "Primary"
            }
          ]
        },
        "published": "2025-10-01T12:15:36.740",
        "references": [
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "tags": [
              "Patch"
            ],
            "url": "https://git.kernel.org/stable/c/0172d14f50098f5736b4b272a1529a3e05419bd6"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "tags": [
              "Patch"
            ],
            "url": "https://git.kernel.org/stable/c/4e343bafe03ff68a62f48f8235cf98f2c685468b"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "tags": [
              "Patch"
            ],
            "url": "https://git.kernel.org/stable/c/53531d00e2a8a28a3bf56ea58b18ff3611824f37"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "tags": [
              "Patch"
            ],
            "url": "https://git.kernel.org/stable/c/5d9fb09612defe7b1d5627db7b3833b46eb21e7b"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "tags": [
              "Patch"
            ],
            "url": "https://git.kernel.org/stable/c/6f76ef65899fcd93ca747ef38d7a41931e61e4fa"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "tags": [
              "Patch"
            ],
            "url": "https://git.kernel.org/stable/c/70f0a0a27d79f689defc5f5f0bd47d07813e6dea"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "tags": [
              "Patch"
            ],
            "url": "https://git.kernel.org/stable/c/8cd228892759d37f36a46616025f4fa0d0a63b5d"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "tags": [
              "Patch"
            ],
            "url": "https://git.kernel.org/stable/c/d6e750535b46e12cdde185b416c415e49e4e6e22"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "tags": [
              "Patch"
            ],
            "url": "https://git.kernel.org/stable/c/f9bdef9bb60814514a787b84184ecaa269a7c951"
          }
        ],
        "sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "vulnStatus": "Analyzed",
        "weaknesses": [
          {
            "description": [
              {
                "lang": "en",
                "value": "NVD-CWE-Other"
              }
            ],
            "source": "nvd@nist.gov",
            "type": "Primary"
          }
        ]
      }
    },
    "redhat_vex": {
      "aggregate_severity": "Low",
      "current_release_date": "2026-07-21T19:07:38+00:00",
      "cve": "CVE-2022-50444",
      "id": "CVE-2022-50444",
      "initial_release_date": "2022-01-01T00:00:00+00:00",
      "product_status:known_affected": "108",
      "product_status:known_not_affected": "166",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: clk: tegra20: Fix refcount leak in tegra20_clock_init",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2022/cve-2022-50444.json",
      "version": "3"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

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…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…