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

CVE-2021-47450 (GCVE-0-2021-47450)

Vulnerability from cvelistv5 – Published: 2024-05-22 06:19 – Updated: 2026-08-05 08:47
VLAI
Title
KVM: arm64: Fix host stage-2 PGD refcount
Summary
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix host stage-2 PGD refcount The KVM page-table library refcounts the pages of concatenated stage-2 PGDs individually. However, when running KVM in protected mode, the host's stage-2 PGD is currently managed by EL2 as a single high-order compound page, which can cause the refcount of the tail pages to reach 0 when they shouldn't, hence corrupting the page-table. Fix this by introducing a new hyp_split_page() helper in the EL2 page allocator (matching the kernel's split_page() function), and make use of it from host_s2_zalloc_pages_exact().
SSVC
Exploitation: none Automatable: no Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2024-05-22 18:46 UTC
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 1025c8c0c6accfcbdc8f52ca1940160f65cd87d6 , < b372264c66ef78f2cab44e877fbd765ad6d24c39 (git)
Affected: 1025c8c0c6accfcbdc8f52ca1940160f65cd87d6 , < 1d58a17ef54599506d44c45ac95be27273a4d2b1 (git)
guessed Create a notification for this product.
Linux Linux Affected: 5.13
Unaffected: 0 , < 5.13 (semver)
Unaffected: 5.14.15 , ≤ 5.14.* (semver)
Unaffected: 5.15 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2021-47450",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-05-22T18:46:22.813390Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-06-04T17:14:28.577Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      },
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-04T05:39:59.495Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/b372264c66ef78f2cab44e877fbd765ad6d24c39"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/1d58a17ef54599506d44c45ac95be27273a4d2b1"
          }
        ],
        "title": "CVE Program Container"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "arch/arm64/kvm/hyp/include/nvhe/gfp.h",
            "arch/arm64/kvm/hyp/nvhe/mem_protect.c",
            "arch/arm64/kvm/hyp/nvhe/page_alloc.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "b372264c66ef78f2cab44e877fbd765ad6d24c39",
              "status": "affected",
              "version": "1025c8c0c6accfcbdc8f52ca1940160f65cd87d6",
              "versionType": "git"
            },
            {
              "lessThan": "1d58a17ef54599506d44c45ac95be27273a4d2b1",
              "status": "affected",
              "version": "1025c8c0c6accfcbdc8f52ca1940160f65cd87d6",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "arch/arm64/kvm/hyp/include/nvhe/gfp.h",
            "arch/arm64/kvm/hyp/nvhe/mem_protect.c",
            "arch/arm64/kvm/hyp/nvhe/page_alloc.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.13"
            },
            {
              "lessThan": "5.13",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.14.*",
              "status": "unaffected",
              "version": "5.14.15",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "5.15",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.14.15",
                  "versionStartIncluding": "5.13",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15",
                  "versionStartIncluding": "5.13",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nKVM: arm64: Fix host stage-2 PGD refcount\n\nThe KVM page-table library refcounts the pages of concatenated stage-2\nPGDs individually. However, when running KVM in protected mode, the\nhost\u0027s stage-2 PGD is currently managed by EL2 as a single high-order\ncompound page, which can cause the refcount of the tail pages to reach 0\nwhen they shouldn\u0027t, hence corrupting the page-table.\n\nFix this by introducing a new hyp_split_page() helper in the EL2 page\nallocator (matching the kernel\u0027s split_page() function), and make use of\nit from host_s2_zalloc_pages_exact()."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 8.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:L - The bug is in pKVM EL2 host stage-2 PGD refcounting and is reached via local host activity (host stage-2 faults, KVM/hyp share/donate paths), not via remote packet processing.\nAC:L - Once pKVM protected mode is enabled, emptying the last counted PTE in a concatenated PGD tail page deterministically drives that page\u0027s refcount to zero and frees it while it remains part of the live PGD; an attacker who can cause host stage-2 map/unmap churn can reliably provoke this.\nPR:L - On the primary pKVM deployment (e.g. Android), a normal local user who can drive host MMIO/KVM-related stage-2 updates can reach the vulnerable get/put_page path without needing real root in the init namespace.\nUI:N - No separate victim action is required; the attacker triggers the map/unmap sequence themselves.\nS:C - Corruption is of the EL2 host stage-2 page tables that enforce the pKVM isolation boundary between the host and the hypervisor/protected VMs, so impact crosses that security authority.\nC:H - Incorrectly freeing an in-use PGD page is a page-table UAF; reuse of that page can yield attacker-controlled stage-2 entries and arbitrary host/hyp memory disclosure across the pKVM boundary.\nI:H - The same PGD UAF enables installation of malicious stage-2 mappings and control-flow/memory integrity breaks in the hypervisor-managed host view of physical memory.\nA:H - Freeing or corrupting live host stage-2 PGD pages can panic EL2, oops the host, or otherwise crash the system."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T08:47:53.018Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/b372264c66ef78f2cab44e877fbd765ad6d24c39"
        },
        {
          "url": "https://git.kernel.org/stable/c/1d58a17ef54599506d44c45ac95be27273a4d2b1"
        }
      ],
      "title": "KVM: arm64: Fix host stage-2 PGD refcount",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2021-47450",
    "datePublished": "2024-05-22T06:19:41.443Z",
    "dateReserved": "2024-05-21T14:58:30.832Z",
    "dateUpdated": "2026-08-05T08:47:53.018Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2021-47450",
      "date": "2026-09-15",
      "epss": "0.00206",
      "percentile": "0.10893"
    },
    "fkie_nvd": {
      "descriptions": "[{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nKVM: arm64: Fix host stage-2 PGD refcount\\n\\nThe KVM page-table library refcounts the pages of concatenated stage-2\\nPGDs individually. However, when running KVM in protected mode, the\\nhost\u0027s stage-2 PGD is currently managed by EL2 as a single high-order\\ncompound page, which can cause the refcount of the tail pages to reach 0\\nwhen they shouldn\u0027t, hence corrupting the page-table.\\n\\nFix this by introducing a new hyp_split_page() helper in the EL2 page\\nallocator (matching the kernel\u0027s split_page() function), and make use of\\nit from host_s2_zalloc_pages_exact().\"}, {\"lang\": \"es\", \"value\": \"En el kernel de Linux, se resolvi\\u00f3 la siguiente vulnerabilidad: KVM: arm64: corrige el recuento de PGD de etapa 2 del host La librer\\u00eda de tablas de p\\u00e1ginas de KVM vuelve a contar las p\\u00e1ginas de los PGD de etapa 2 concatenados individualmente. Sin embargo, cuando se ejecuta KVM en modo protegido, EL2 administra actualmente el PGD de etapa 2 del host como una \\u00fanica p\\u00e1gina compuesta de alto orden, lo que puede causar que el recuento de las p\\u00e1ginas finales llegue a 0 cuando no deber\\u00eda, corrompiendo as\\u00ed el tabla de p\\u00e1ginas. Solucione este problema introduciendo un nuevo asistente hyp_split_page() en el asignador de p\\u00e1ginas EL2 (que coincida con la funci\\u00f3n split_page() del kernel) y util\\u00edcelo desde host_s2_zalloc_pages_exact().\"}]",
      "id": "CVE-2021-47450",
      "lastModified": "2024-11-21T06:36:10.327",
      "published": "2024-05-22T07:15:10.143",
      "references": "[{\"url\": \"https://git.kernel.org/stable/c/1d58a17ef54599506d44c45ac95be27273a4d2b1\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}, {\"url\": \"https://git.kernel.org/stable/c/b372264c66ef78f2cab44e877fbd765ad6d24c39\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}, {\"url\": \"https://git.kernel.org/stable/c/1d58a17ef54599506d44c45ac95be27273a4d2b1\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://git.kernel.org/stable/c/b372264c66ef78f2cab44e877fbd765ad6d24c39\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}]",
      "sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
      "vulnStatus": "Awaiting Analysis"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2021-47450\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-05-22T07:15:10.143\",\"lastModified\":\"2026-08-04T10:17:03.943\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nKVM: arm64: Fix host stage-2 PGD refcount\\n\\nThe KVM page-table library refcounts the pages of concatenated stage-2\\nPGDs individually. However, when running KVM in protected mode, the\\nhost\u0027s stage-2 PGD is currently managed by EL2 as a single high-order\\ncompound page, which can cause the refcount of the tail pages to reach 0\\nwhen they shouldn\u0027t, hence corrupting the page-table.\\n\\nFix this by introducing a new hyp_split_page() helper in the EL2 page\\nallocator (matching the kernel\u0027s split_page() function), and make use of\\nit from host_s2_zalloc_pages_exact().\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se resolvi\u00f3 la siguiente vulnerabilidad: KVM: arm64: corrige el recuento de PGD de etapa 2 del host La librer\u00eda de tablas de p\u00e1ginas de KVM vuelve a contar las p\u00e1ginas de los PGD de etapa 2 concatenados individualmente. Sin embargo, cuando se ejecuta KVM en modo protegido, EL2 administra actualmente el PGD de etapa 2 del host como una \u00fanica p\u00e1gina compuesta de alto orden, lo que puede causar que el recuento de las p\u00e1ginas finales llegue a 0 cuando no deber\u00eda, corrompiendo as\u00ed el tabla de p\u00e1ginas. Solucione este problema introduciendo un nuevo asistente hyp_split_page() en el asignador de p\u00e1ginas EL2 (que coincida con la funci\u00f3n split_page() del kernel) y util\u00edcelo desde host_s2_zalloc_pages_exact().\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"arch/arm64/kvm/hyp/include/nvhe/gfp.h\",\"arch/arm64/kvm/hyp/nvhe/mem_protect.c\",\"arch/arm64/kvm/hyp/nvhe/page_alloc.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"1025c8c0c6accfcbdc8f52ca1940160f65cd87d6\",\"lessThan\":\"b372264c66ef78f2cab44e877fbd765ad6d24c39\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"1025c8c0c6accfcbdc8f52ca1940160f65cd87d6\",\"lessThan\":\"1d58a17ef54599506d44c45ac95be27273a4d2b1\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"arch/arm64/kvm/hyp/include/nvhe/gfp.h\",\"arch/arm64/kvm/hyp/nvhe/mem_protect.c\",\"arch/arm64/kvm/hyp/nvhe/page_alloc.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"5.13\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"5.13\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.14.15\",\"lessThanOrEqual\":\"5.14.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.15\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H\",\"baseScore\":8.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.0,\"impactScore\":6.0},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2024-05-22T18:46:22.813390Z\",\"id\":\"CVE-2021-47450\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-Other\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.13\",\"versionEndExcluding\":\"5.14.15\",\"matchCriteriaId\":\"5B5C2D1A-B435-4D41-8BF1-CC189296494D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:5.15:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"E46C74C6-B76B-4C94-A6A4-FD2FFF62D644\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:5.15:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"60134C3A-06E4-48C1-B04F-2903732A4E56\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:5.15:rc3:*:*:*:*:*:*\",\"matchCriteriaId\":\"0460DA88-8FE1-46A2-9DDA-1F1ABA552E71\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:5.15:rc4:*:*:*:*:*:*\",\"matchCriteriaId\":\"AF55383D-4DF2-45DC-93F7-571F4F978EAB\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:5.15:rc5:*:*:*:*:*:*\",\"matchCriteriaId\":\"9E9481B2-8AA6-4CBD-B5D3-C10F51FF6D01\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:5.15:rc6:*:*:*:*:*:*\",\"matchCriteriaId\":\"EBD45831-4B79-42BC-ABC0-86870F0DEA89\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/1d58a17ef54599506d44c45ac95be27273a4d2b1\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/b372264c66ef78f2cab44e877fbd765ad6d24c39\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/1d58a17ef54599506d44c45ac95be27273a4d2b1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/b372264c66ef78f2cab44e877fbd765ad6d24c39\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]}]}}",
    "redhat_vex": {
      "aggregate_severity": "Low",
      "current_release_date": "2026-08-04T23:02:50+00:00",
      "cve": "CVE-2021-47450",
      "id": "CVE-2021-47450",
      "initial_release_date": "2021-01-01T00:00:00+00:00",
      "product_status:known_not_affected": "198",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: KVM: arm64: Fix host stage-2 PGD refcount",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2021/cve-2021-47450.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-11T16:58:26Z",
      "cve": "CVE-2021-47450",
      "id": "CVE-2021-47450",
      "initial_release_date": "2024-05-25T03:34:07Z",
      "product_status:known_affected": "275",
      "product_status:known_not_affected": "266",
      "product_status:recommended": "452",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2021-47450",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2021-47450.json",
      "version": "54"
    },
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://git.kernel.org/stable/c/b372264c66ef78f2cab44e877fbd765ad6d24c39\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/1d58a17ef54599506d44c45ac95be27273a4d2b1\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-04T05:39:59.495Z\"}}, {\"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2021-47450\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-05-22T18:46:22.813390Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-05-22T18:46:50.839Z\"}, \"title\": \"CISA ADP Vulnrichment\"}], \"cna\": {\"title\": \"KVM: arm64: Fix host stage-2 PGD refcount\", \"metrics\": [{\"cvssV3_1\": {\"version\": \"3.1\", \"baseScore\": 8.8, \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"AV:L - The bug is in pKVM EL2 host stage-2 PGD refcounting and is reached via local host activity (host stage-2 faults, KVM/hyp share/donate paths), not via remote packet processing.\\nAC:L - Once pKVM protected mode is enabled, emptying the last counted PTE in a concatenated PGD tail page deterministically drives that page\u0027s refcount to zero and frees it while it remains part of the live PGD; an attacker who can cause host stage-2 map/unmap churn can reliably provoke this.\\nPR:L - On the primary pKVM deployment (e.g. Android), a normal local user who can drive host MMIO/KVM-related stage-2 updates can reach the vulnerable get/put_page path without needing real root in the init namespace.\\nUI:N - No separate victim action is required; the attacker triggers the map/unmap sequence themselves.\\nS:C - Corruption is of the EL2 host stage-2 page tables that enforce the pKVM isolation boundary between the host and the hypervisor/protected VMs, so impact crosses that security authority.\\nC:H - Incorrectly freeing an in-use PGD page is a page-table UAF; reuse of that page can yield attacker-controlled stage-2 entries and arbitrary host/hyp memory disclosure across the pKVM boundary.\\nI:H - The same PGD UAF enables installation of malicious stage-2 mappings and control-flow/memory integrity breaks in the hypervisor-managed host view of physical memory.\\nA:H - Freeing or corrupting live host stage-2 PGD pages can panic EL2, oops the host, or otherwise crash the system.\"}]}], \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"1025c8c0c6accfcbdc8f52ca1940160f65cd87d6\", \"lessThan\": \"b372264c66ef78f2cab44e877fbd765ad6d24c39\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"1025c8c0c6accfcbdc8f52ca1940160f65cd87d6\", \"lessThan\": \"1d58a17ef54599506d44c45ac95be27273a4d2b1\", \"versionType\": \"git\"}], \"programFiles\": [\"arch/arm64/kvm/hyp/include/nvhe/gfp.h\", \"arch/arm64/kvm/hyp/nvhe/mem_protect.c\", \"arch/arm64/kvm/hyp/nvhe/page_alloc.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.13\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"5.13\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"5.14.15\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.14.*\"}, {\"status\": \"unaffected\", \"version\": \"5.15\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"arch/arm64/kvm/hyp/include/nvhe/gfp.h\", \"arch/arm64/kvm/hyp/nvhe/mem_protect.c\", \"arch/arm64/kvm/hyp/nvhe/page_alloc.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/b372264c66ef78f2cab44e877fbd765ad6d24c39\"}, {\"url\": \"https://git.kernel.org/stable/c/1d58a17ef54599506d44c45ac95be27273a4d2b1\"}], \"x_generator\": {\"engine\": \"bippy-1.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nKVM: arm64: Fix host stage-2 PGD refcount\\n\\nThe KVM page-table library refcounts the pages of concatenated stage-2\\nPGDs individually. However, when running KVM in protected mode, the\\nhost\u0027s stage-2 PGD is currently managed by EL2 as a single high-order\\ncompound page, which can cause the refcount of the tail pages to reach 0\\nwhen they shouldn\u0027t, hence corrupting the page-table.\\n\\nFix this by introducing a new hyp_split_page() helper in the EL2 page\\nallocator (matching the kernel\u0027s split_page() function), and make use of\\nit from host_s2_zalloc_pages_exact().\"}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.14.15\", \"versionStartIncluding\": \"5.13\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.15\", \"versionStartIncluding\": \"5.13\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2026-08-05T08:47:53.018Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2021-47450\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-08-05T08:47:53.018Z\", \"dateReserved\": \"2024-05-21T14:58:30.832Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-05-22T06:19:41.443Z\", \"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…

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…

Loading…