CVE-2021-46990 (GCVE-0-2021-46990)
Vulnerability from cvelistv5
Published
2024-02-28 08:13
Modified
2025-05-04 12:40
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: powerpc/64s: Fix crashes when toggling entry flush barrier The entry flush mitigation can be enabled/disabled at runtime via a debugfs file (entry_flush), which causes the kernel to patch itself to enable/disable the relevant mitigations. However depending on which mitigation we're using, it may not be safe to do that patching while other CPUs are active. For example the following crash: sleeper[15639]: segfault (11) at c000000000004c20 nip c000000000004c20 lr c000000000004c20 Shows that we returned to userspace with a corrupted LR that points into the kernel, due to executing the partially patched call to the fallback entry flush (ie. we missed the LR restore). Fix it by doing the patching under stop machine. The CPUs that aren't doing the patching will be spinning in the core of the stop machine logic. That is currently sufficient for our purposes, because none of the patching we do is to that code or anywhere in the vicinity.
Impacted products
Vendor Product Version
Linux Linux Version: 4a1e90af718d1489ffcecc8f52486c4f5dc0f7a6
Version: fa4bf9f38184ed7ca4916eb64f8c767d1e279c1f
Version: db01cad9efe3c3838a6b3a3f68affd295c4b92d6
Version: f69bb4e51f41973fb7594be1479fa689831efe1a
Version: b65458b6be8032c5179d4f562038575d7b3a6be3
Version: f79643787e0a0762d2409b7b8334e83f22d85695
Version: f79643787e0a0762d2409b7b8334e83f22d85695
Version: f79643787e0a0762d2409b7b8334e83f22d85695
Version: f79643787e0a0762d2409b7b8334e83f22d85695
Version: e590b36718d6e740b7b19514f710402a6499164c
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2021-46990",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-03-05T16:54:10.144023Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-06-04T17:13:13.952Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      },
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-04T05:24:37.912Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/8382b15864e5014261b4f36c2aa89723612ee058"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/0c25a7bb697f2e6ee65b6d63782f675bf129511a"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/ee4b7aab93c2631c3bb0753023c5dda592bb666b"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/2db22ba4e0e103f00e0512e0ecce36ac78c644f8"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/0b4eb172cc12dc102cd0ad013e53ee4463db9508"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/d2e3590ca39ccfd8a5a46d8c7f095cb6c7b9ae92"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/dd0d6117052faace5440db20fc37175efe921c7d"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/5bc00fdda1e934c557351a9c751a205293e68cbf"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/aec86b052df6541cc97c5fca44e5934cbea4963b"
          }
        ],
        "title": "CVE Program Container"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "arch/powerpc/lib/feature-fixups.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "8382b15864e5014261b4f36c2aa89723612ee058",
              "status": "affected",
              "version": "4a1e90af718d1489ffcecc8f52486c4f5dc0f7a6",
              "versionType": "git"
            },
            {
              "lessThan": "0c25a7bb697f2e6ee65b6d63782f675bf129511a",
              "status": "affected",
              "version": "fa4bf9f38184ed7ca4916eb64f8c767d1e279c1f",
              "versionType": "git"
            },
            {
              "lessThan": "ee4b7aab93c2631c3bb0753023c5dda592bb666b",
              "status": "affected",
              "version": "db01cad9efe3c3838a6b3a3f68affd295c4b92d6",
              "versionType": "git"
            },
            {
              "lessThan": "2db22ba4e0e103f00e0512e0ecce36ac78c644f8",
              "status": "affected",
              "version": "f69bb4e51f41973fb7594be1479fa689831efe1a",
              "versionType": "git"
            },
            {
              "lessThan": "0b4eb172cc12dc102cd0ad013e53ee4463db9508",
              "status": "affected",
              "version": "b65458b6be8032c5179d4f562038575d7b3a6be3",
              "versionType": "git"
            },
            {
              "lessThan": "d2e3590ca39ccfd8a5a46d8c7f095cb6c7b9ae92",
              "status": "affected",
              "version": "f79643787e0a0762d2409b7b8334e83f22d85695",
              "versionType": "git"
            },
            {
              "lessThan": "dd0d6117052faace5440db20fc37175efe921c7d",
              "status": "affected",
              "version": "f79643787e0a0762d2409b7b8334e83f22d85695",
              "versionType": "git"
            },
            {
              "lessThan": "5bc00fdda1e934c557351a9c751a205293e68cbf",
              "status": "affected",
              "version": "f79643787e0a0762d2409b7b8334e83f22d85695",
              "versionType": "git"
            },
            {
              "lessThan": "aec86b052df6541cc97c5fca44e5934cbea4963b",
              "status": "affected",
              "version": "f79643787e0a0762d2409b7b8334e83f22d85695",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "e590b36718d6e740b7b19514f710402a6499164c",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "arch/powerpc/lib/feature-fixups.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.10"
            },
            {
              "lessThan": "5.10",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.4.*",
              "status": "unaffected",
              "version": "4.4.269",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.9.*",
              "status": "unaffected",
              "version": "4.9.269",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.14.*",
              "status": "unaffected",
              "version": "4.14.233",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.19.*",
              "status": "unaffected",
              "version": "4.19.191",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.4.*",
              "status": "unaffected",
              "version": "5.4.120",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.38",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.11.*",
              "status": "unaffected",
              "version": "5.11.22",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.12.*",
              "status": "unaffected",
              "version": "5.12.5",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "5.13",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.4.269",
                  "versionStartIncluding": "4.4.245",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.9.269",
                  "versionStartIncluding": "4.9.245",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.14.233",
                  "versionStartIncluding": "4.14.208",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.19.191",
                  "versionStartIncluding": "4.19.159",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.4.120",
                  "versionStartIncluding": "5.4.79",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.38",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.11.22",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.12.5",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.13",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "5.9.10",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\npowerpc/64s: Fix crashes when toggling entry flush barrier\n\nThe entry flush mitigation can be enabled/disabled at runtime via a\ndebugfs file (entry_flush), which causes the kernel to patch itself to\nenable/disable the relevant mitigations.\n\nHowever depending on which mitigation we\u0027re using, it may not be safe to\ndo that patching while other CPUs are active. For example the following\ncrash:\n\n  sleeper[15639]: segfault (11) at c000000000004c20 nip c000000000004c20 lr c000000000004c20\n\nShows that we returned to userspace with a corrupted LR that points into\nthe kernel, due to executing the partially patched call to the fallback\nentry flush (ie. we missed the LR restore).\n\nFix it by doing the patching under stop machine. The CPUs that aren\u0027t\ndoing the patching will be spinning in the core of the stop machine\nlogic. That is currently sufficient for our purposes, because none of\nthe patching we do is to that code or anywhere in the vicinity."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2025-05-04T12:40:44.599Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/8382b15864e5014261b4f36c2aa89723612ee058"
        },
        {
          "url": "https://git.kernel.org/stable/c/0c25a7bb697f2e6ee65b6d63782f675bf129511a"
        },
        {
          "url": "https://git.kernel.org/stable/c/ee4b7aab93c2631c3bb0753023c5dda592bb666b"
        },
        {
          "url": "https://git.kernel.org/stable/c/2db22ba4e0e103f00e0512e0ecce36ac78c644f8"
        },
        {
          "url": "https://git.kernel.org/stable/c/0b4eb172cc12dc102cd0ad013e53ee4463db9508"
        },
        {
          "url": "https://git.kernel.org/stable/c/d2e3590ca39ccfd8a5a46d8c7f095cb6c7b9ae92"
        },
        {
          "url": "https://git.kernel.org/stable/c/dd0d6117052faace5440db20fc37175efe921c7d"
        },
        {
          "url": "https://git.kernel.org/stable/c/5bc00fdda1e934c557351a9c751a205293e68cbf"
        },
        {
          "url": "https://git.kernel.org/stable/c/aec86b052df6541cc97c5fca44e5934cbea4963b"
        }
      ],
      "title": "powerpc/64s: Fix crashes when toggling entry flush barrier",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2021-46990",
    "datePublished": "2024-02-28T08:13:16.569Z",
    "dateReserved": "2024-02-27T18:42:55.948Z",
    "dateUpdated": "2025-05-04T12:40:44.599Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://git.kernel.org/stable/c/8382b15864e5014261b4f36c2aa89723612ee058\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/0c25a7bb697f2e6ee65b6d63782f675bf129511a\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/ee4b7aab93c2631c3bb0753023c5dda592bb666b\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/2db22ba4e0e103f00e0512e0ecce36ac78c644f8\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/0b4eb172cc12dc102cd0ad013e53ee4463db9508\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/d2e3590ca39ccfd8a5a46d8c7f095cb6c7b9ae92\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/dd0d6117052faace5440db20fc37175efe921c7d\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/5bc00fdda1e934c557351a9c751a205293e68cbf\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/aec86b052df6541cc97c5fca44e5934cbea4963b\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-04T05:24:37.912Z\"}}, {\"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2021-46990\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-03-05T16:54:10.144023Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-05-23T19:01:15.431Z\"}, \"title\": \"CISA ADP Vulnrichment\"}], \"cna\": {\"title\": \"powerpc/64s: Fix crashes when toggling entry flush barrier\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"4a1e90af718d1489ffcecc8f52486c4f5dc0f7a6\", \"lessThan\": \"8382b15864e5014261b4f36c2aa89723612ee058\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"fa4bf9f38184ed7ca4916eb64f8c767d1e279c1f\", \"lessThan\": \"0c25a7bb697f2e6ee65b6d63782f675bf129511a\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"db01cad9efe3c3838a6b3a3f68affd295c4b92d6\", \"lessThan\": \"ee4b7aab93c2631c3bb0753023c5dda592bb666b\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"f69bb4e51f41973fb7594be1479fa689831efe1a\", \"lessThan\": \"2db22ba4e0e103f00e0512e0ecce36ac78c644f8\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"b65458b6be8032c5179d4f562038575d7b3a6be3\", \"lessThan\": \"0b4eb172cc12dc102cd0ad013e53ee4463db9508\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"f79643787e0a0762d2409b7b8334e83f22d85695\", \"lessThan\": \"d2e3590ca39ccfd8a5a46d8c7f095cb6c7b9ae92\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"f79643787e0a0762d2409b7b8334e83f22d85695\", \"lessThan\": \"dd0d6117052faace5440db20fc37175efe921c7d\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"f79643787e0a0762d2409b7b8334e83f22d85695\", \"lessThan\": \"5bc00fdda1e934c557351a9c751a205293e68cbf\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"f79643787e0a0762d2409b7b8334e83f22d85695\", \"lessThan\": \"aec86b052df6541cc97c5fca44e5934cbea4963b\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"e590b36718d6e740b7b19514f710402a6499164c\", \"versionType\": \"git\"}], \"programFiles\": [\"arch/powerpc/lib/feature-fixups.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"5.10\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"5.10\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"4.4.269\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"4.4.*\"}, {\"status\": \"unaffected\", \"version\": \"4.9.269\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"4.9.*\"}, {\"status\": \"unaffected\", \"version\": \"4.14.233\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"4.14.*\"}, {\"status\": \"unaffected\", \"version\": \"4.19.191\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"4.19.*\"}, {\"status\": \"unaffected\", \"version\": \"5.4.120\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.4.*\"}, {\"status\": \"unaffected\", \"version\": \"5.10.38\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.10.*\"}, {\"status\": \"unaffected\", \"version\": \"5.11.22\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.11.*\"}, {\"status\": \"unaffected\", \"version\": \"5.12.5\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.12.*\"}, {\"status\": \"unaffected\", \"version\": \"5.13\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"arch/powerpc/lib/feature-fixups.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/8382b15864e5014261b4f36c2aa89723612ee058\"}, {\"url\": \"https://git.kernel.org/stable/c/0c25a7bb697f2e6ee65b6d63782f675bf129511a\"}, {\"url\": \"https://git.kernel.org/stable/c/ee4b7aab93c2631c3bb0753023c5dda592bb666b\"}, {\"url\": \"https://git.kernel.org/stable/c/2db22ba4e0e103f00e0512e0ecce36ac78c644f8\"}, {\"url\": \"https://git.kernel.org/stable/c/0b4eb172cc12dc102cd0ad013e53ee4463db9508\"}, {\"url\": \"https://git.kernel.org/stable/c/d2e3590ca39ccfd8a5a46d8c7f095cb6c7b9ae92\"}, {\"url\": \"https://git.kernel.org/stable/c/dd0d6117052faace5440db20fc37175efe921c7d\"}, {\"url\": \"https://git.kernel.org/stable/c/5bc00fdda1e934c557351a9c751a205293e68cbf\"}, {\"url\": \"https://git.kernel.org/stable/c/aec86b052df6541cc97c5fca44e5934cbea4963b\"}], \"x_generator\": {\"engine\": \"bippy-1.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\npowerpc/64s: Fix crashes when toggling entry flush barrier\\n\\nThe entry flush mitigation can be enabled/disabled at runtime via a\\ndebugfs file (entry_flush), which causes the kernel to patch itself to\\nenable/disable the relevant mitigations.\\n\\nHowever depending on which mitigation we\u0027re using, it may not be safe to\\ndo that patching while other CPUs are active. For example the following\\ncrash:\\n\\n  sleeper[15639]: segfault (11) at c000000000004c20 nip c000000000004c20 lr c000000000004c20\\n\\nShows that we returned to userspace with a corrupted LR that points into\\nthe kernel, due to executing the partially patched call to the fallback\\nentry flush (ie. we missed the LR restore).\\n\\nFix it by doing the patching under stop machine. The CPUs that aren\u0027t\\ndoing the patching will be spinning in the core of the stop machine\\nlogic. That is currently sufficient for our purposes, because none of\\nthe patching we do is to that code or anywhere in the vicinity.\"}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"4.4.269\", \"versionStartIncluding\": \"4.4.245\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"4.9.269\", \"versionStartIncluding\": \"4.9.245\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"4.14.233\", \"versionStartIncluding\": \"4.14.208\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"4.19.191\", \"versionStartIncluding\": \"4.19.159\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.4.120\", \"versionStartIncluding\": \"5.4.79\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.10.38\", \"versionStartIncluding\": \"5.10\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.11.22\", \"versionStartIncluding\": \"5.10\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.12.5\", \"versionStartIncluding\": \"5.10\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.13\", \"versionStartIncluding\": \"5.10\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionStartIncluding\": \"5.9.10\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2025-05-04T12:40:44.599Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2021-46990\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-05-04T12:40:44.599Z\", \"dateReserved\": \"2024-02-27T18:42:55.948Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-02-28T08:13:16.569Z\", \"assignerShortName\": \"Linux\"}",
      "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 seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.


Loading…

Loading…