CVE-2025-21694 (GCVE-0-2025-21694)

Vulnerability from cvelistv5 – Published: 2025-02-12 13:27 – Updated: 2025-11-03 20:59
VLAI?
Title
fs/proc: fix softlockup in __read_vmcore (part 2)
Summary
In the Linux kernel, the following vulnerability has been resolved: fs/proc: fix softlockup in __read_vmcore (part 2) Since commit 5cbcb62dddf5 ("fs/proc: fix softlockup in __read_vmcore") the number of softlockups in __read_vmcore at kdump time have gone down, but they still happen sometimes. In a memory constrained environment like the kdump image, a softlockup is not just a harmless message, but it can interfere with things like RCU freeing memory, causing the crashdump to get stuck. The second loop in __read_vmcore has a lot more opportunities for natural sleep points, like scheduling out while waiting for a data write to happen, but apparently that is not always enough. Add a cond_resched() to the second loop in __read_vmcore to (hopefully) get rid of the softlockups.
Assigner
Impacted products
Vendor Product Version
Linux Linux Affected: 803d5a33d5ffdc2d86dcc0cfa01655a330612cdb , < 84c4ed15626574c9ac6c1039ba9c137a77bcc7f2 (git)
Affected: 70c1835e776c8447c1aca87ddb38cfe764fe756a , < 80da29deb88a3a907441fc35bb7bac309f31e713 (git)
Affected: e1b160a50c756e0efbea290b9bf5117cb80e8c4b , < 649b266606bc413407ce315f710c8ce8a88ee30a (git)
Affected: a373ad833a6bfe4bc6cedcf7e56a99cc6fd9a193 , < 65c367bd9d4f43513c7f837df5753bea9561b836 (git)
Affected: 518fbd644dabb6aedbdd4939c6c9cc1bf651459f , < a5a2ee8144c3897d37403a69118c3e3dc5713958 (git)
Affected: 5cbcb62dddf5346077feb82b7b0c9254222d3445 , < 80828540dad0757b6337c6561d49c81038f38d87 (git)
Affected: 5cbcb62dddf5346077feb82b7b0c9254222d3445 , < cbc5dde0a461240046e8a41c43d7c3b76d5db952 (git)
Affected: 7bdf1d550ddfcd9ab797087421f77b7aceddc8a7 (git)
Affected: e8780e8a0e25dc4c3927f611ec8970d26c0c7369 (git)
Create a notification for this product.
    Linux Linux Affected: 6.10
Unaffected: 0 , < 6.10 (semver)
Unaffected: 5.4.290 , ≤ 5.4.* (semver)
Unaffected: 5.10.234 , ≤ 5.10.* (semver)
Unaffected: 5.15.177 , ≤ 5.15.* (semver)
Unaffected: 6.1.127 , ≤ 6.1.* (semver)
Unaffected: 6.6.74 , ≤ 6.6.* (semver)
Unaffected: 6.12.11 , ≤ 6.12.* (semver)
Unaffected: 6.13 , ≤ * (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-2025-21694",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2025-10-01T20:08:56.110006Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "problemTypes": [
          {
            "descriptions": [
              {
                "description": "CWE-noinfo Not enough information",
                "lang": "en",
                "type": "CWE"
              }
            ]
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2025-10-01T20:17:06.985Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      },
      {
        "providerMetadata": {
          "dateUpdated": "2025-11-03T20:59:17.714Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "url": "https://lists.debian.org/debian-lts-announce/2025/03/msg00001.html"
          },
          {
            "url": "https://lists.debian.org/debian-lts-announce/2025/03/msg00002.html"
          }
        ],
        "title": "CVE Program Container"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "fs/proc/vmcore.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "84c4ed15626574c9ac6c1039ba9c137a77bcc7f2",
              "status": "affected",
              "version": "803d5a33d5ffdc2d86dcc0cfa01655a330612cdb",
              "versionType": "git"
            },
            {
              "lessThan": "80da29deb88a3a907441fc35bb7bac309f31e713",
              "status": "affected",
              "version": "70c1835e776c8447c1aca87ddb38cfe764fe756a",
              "versionType": "git"
            },
            {
              "lessThan": "649b266606bc413407ce315f710c8ce8a88ee30a",
              "status": "affected",
              "version": "e1b160a50c756e0efbea290b9bf5117cb80e8c4b",
              "versionType": "git"
            },
            {
              "lessThan": "65c367bd9d4f43513c7f837df5753bea9561b836",
              "status": "affected",
              "version": "a373ad833a6bfe4bc6cedcf7e56a99cc6fd9a193",
              "versionType": "git"
            },
            {
              "lessThan": "a5a2ee8144c3897d37403a69118c3e3dc5713958",
              "status": "affected",
              "version": "518fbd644dabb6aedbdd4939c6c9cc1bf651459f",
              "versionType": "git"
            },
            {
              "lessThan": "80828540dad0757b6337c6561d49c81038f38d87",
              "status": "affected",
              "version": "5cbcb62dddf5346077feb82b7b0c9254222d3445",
              "versionType": "git"
            },
            {
              "lessThan": "cbc5dde0a461240046e8a41c43d7c3b76d5db952",
              "status": "affected",
              "version": "5cbcb62dddf5346077feb82b7b0c9254222d3445",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "7bdf1d550ddfcd9ab797087421f77b7aceddc8a7",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "e8780e8a0e25dc4c3927f611ec8970d26c0c7369",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "fs/proc/vmcore.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.10"
            },
            {
              "lessThan": "6.10",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.4.*",
              "status": "unaffected",
              "version": "5.4.290",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.234",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.177",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.127",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.74",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.11",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.13",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.4.290",
                  "versionStartIncluding": "5.4.279",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.234",
                  "versionStartIncluding": "5.10.221",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.177",
                  "versionStartIncluding": "5.15.162",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.127",
                  "versionStartIncluding": "6.1.95",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.74",
                  "versionStartIncluding": "6.6.35",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.11",
                  "versionStartIncluding": "6.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.13",
                  "versionStartIncluding": "6.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "4.19.317",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "6.9.6",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nfs/proc: fix softlockup in __read_vmcore (part 2)\n\nSince commit 5cbcb62dddf5 (\"fs/proc: fix softlockup in __read_vmcore\") the\nnumber of softlockups in __read_vmcore at kdump time have gone down, but\nthey still happen sometimes.\n\nIn a memory constrained environment like the kdump image, a softlockup is\nnot just a harmless message, but it can interfere with things like RCU\nfreeing memory, causing the crashdump to get stuck.\n\nThe second loop in __read_vmcore has a lot more opportunities for natural\nsleep points, like scheduling out while waiting for a data write to\nhappen, but apparently that is not always enough.\n\nAdd a cond_resched() to the second loop in __read_vmcore to (hopefully)\nget rid of the softlockups."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2025-05-04T13:06:17.218Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/84c4ed15626574c9ac6c1039ba9c137a77bcc7f2"
        },
        {
          "url": "https://git.kernel.org/stable/c/80da29deb88a3a907441fc35bb7bac309f31e713"
        },
        {
          "url": "https://git.kernel.org/stable/c/649b266606bc413407ce315f710c8ce8a88ee30a"
        },
        {
          "url": "https://git.kernel.org/stable/c/65c367bd9d4f43513c7f837df5753bea9561b836"
        },
        {
          "url": "https://git.kernel.org/stable/c/a5a2ee8144c3897d37403a69118c3e3dc5713958"
        },
        {
          "url": "https://git.kernel.org/stable/c/80828540dad0757b6337c6561d49c81038f38d87"
        },
        {
          "url": "https://git.kernel.org/stable/c/cbc5dde0a461240046e8a41c43d7c3b76d5db952"
        }
      ],
      "title": "fs/proc: fix softlockup in __read_vmcore (part 2)",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2025-21694",
    "datePublished": "2025-02-12T13:27:53.763Z",
    "dateReserved": "2024-12-29T08:45:45.743Z",
    "dateUpdated": "2025-11-03T20:59:17.714Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://lists.debian.org/debian-lts-announce/2025/03/msg00001.html\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2025/03/msg00002.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-03T20:59:17.714Z\"}}, {\"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-2025-21694\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-10-01T20:08:56.110006Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"description\": \"CWE-noinfo Not enough information\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-10-01T16:00:17.019Z\"}}], \"cna\": {\"title\": \"fs/proc: fix softlockup in __read_vmcore (part 2)\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"803d5a33d5ffdc2d86dcc0cfa01655a330612cdb\", \"lessThan\": \"84c4ed15626574c9ac6c1039ba9c137a77bcc7f2\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"70c1835e776c8447c1aca87ddb38cfe764fe756a\", \"lessThan\": \"80da29deb88a3a907441fc35bb7bac309f31e713\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"e1b160a50c756e0efbea290b9bf5117cb80e8c4b\", \"lessThan\": \"649b266606bc413407ce315f710c8ce8a88ee30a\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"a373ad833a6bfe4bc6cedcf7e56a99cc6fd9a193\", \"lessThan\": \"65c367bd9d4f43513c7f837df5753bea9561b836\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"518fbd644dabb6aedbdd4939c6c9cc1bf651459f\", \"lessThan\": \"a5a2ee8144c3897d37403a69118c3e3dc5713958\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"5cbcb62dddf5346077feb82b7b0c9254222d3445\", \"lessThan\": \"80828540dad0757b6337c6561d49c81038f38d87\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"5cbcb62dddf5346077feb82b7b0c9254222d3445\", \"lessThan\": \"cbc5dde0a461240046e8a41c43d7c3b76d5db952\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"7bdf1d550ddfcd9ab797087421f77b7aceddc8a7\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"e8780e8a0e25dc4c3927f611ec8970d26c0c7369\", \"versionType\": \"git\"}], \"programFiles\": [\"fs/proc/vmcore.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"6.10\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"6.10\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"5.4.290\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.4.*\"}, {\"status\": \"unaffected\", \"version\": \"5.10.234\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.10.*\"}, {\"status\": \"unaffected\", \"version\": \"5.15.177\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.15.*\"}, {\"status\": \"unaffected\", \"version\": \"6.1.127\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.1.*\"}, {\"status\": \"unaffected\", \"version\": \"6.6.74\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.6.*\"}, {\"status\": \"unaffected\", \"version\": \"6.12.11\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.12.*\"}, {\"status\": \"unaffected\", \"version\": \"6.13\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"fs/proc/vmcore.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/84c4ed15626574c9ac6c1039ba9c137a77bcc7f2\"}, {\"url\": \"https://git.kernel.org/stable/c/80da29deb88a3a907441fc35bb7bac309f31e713\"}, {\"url\": \"https://git.kernel.org/stable/c/649b266606bc413407ce315f710c8ce8a88ee30a\"}, {\"url\": \"https://git.kernel.org/stable/c/65c367bd9d4f43513c7f837df5753bea9561b836\"}, {\"url\": \"https://git.kernel.org/stable/c/a5a2ee8144c3897d37403a69118c3e3dc5713958\"}, {\"url\": \"https://git.kernel.org/stable/c/80828540dad0757b6337c6561d49c81038f38d87\"}, {\"url\": \"https://git.kernel.org/stable/c/cbc5dde0a461240046e8a41c43d7c3b76d5db952\"}], \"x_generator\": {\"engine\": \"bippy-1.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nfs/proc: fix softlockup in __read_vmcore (part 2)\\n\\nSince commit 5cbcb62dddf5 (\\\"fs/proc: fix softlockup in __read_vmcore\\\") the\\nnumber of softlockups in __read_vmcore at kdump time have gone down, but\\nthey still happen sometimes.\\n\\nIn a memory constrained environment like the kdump image, a softlockup is\\nnot just a harmless message, but it can interfere with things like RCU\\nfreeing memory, causing the crashdump to get stuck.\\n\\nThe second loop in __read_vmcore has a lot more opportunities for natural\\nsleep points, like scheduling out while waiting for a data write to\\nhappen, but apparently that is not always enough.\\n\\nAdd a cond_resched() to the second loop in __read_vmcore to (hopefully)\\nget rid of the softlockups.\"}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.4.290\", \"versionStartIncluding\": \"5.4.279\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.10.234\", \"versionStartIncluding\": \"5.10.221\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.15.177\", \"versionStartIncluding\": \"5.15.162\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.1.127\", \"versionStartIncluding\": \"6.1.95\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.6.74\", \"versionStartIncluding\": \"6.6.35\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.12.11\", \"versionStartIncluding\": \"6.10\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.13\", \"versionStartIncluding\": \"6.10\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionStartIncluding\": \"4.19.317\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionStartIncluding\": \"6.9.6\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2025-05-04T13:06:17.218Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2025-21694\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-11-03T20:59:17.714Z\", \"dateReserved\": \"2024-12-29T08:45:45.743Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2025-02-12T13:27:53.763Z\", \"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…