google / security-research

This project hosts security advisories and their accompanying proof-of-concepts related to research conducted at Google which impact non-Google owned code.
https://www.google.com/about/appsecurity/
Apache License 2.0
3.36k stars 412 forks source link

Unable to Test the "kvm_vma" | Linux: KVM VM_IO|VM_PFNMAP vma mishandling;-CVE-2021-22543 #98

Open Github-By-G opened 6 months ago

Github-By-G commented 6 months ago

Since there's no direct context or Readme.md about the repo testing environment;

Based on the limited information on git and the internet findings;

I set my testing environment to;

host machine( ubuntu20 with kernel 5.8.0-41-generic) >> Installed VMM >> created Centos 8.58

The 5.8.041-generic was found from https://github.com/google/security-research/blob/master/pocs/linux/kvm_vma/kernel_code.asm

Why centOS 8.5 is found on https://cve.tuxcare.com/els/cve/CVE-2021-22543

image

kernel version:

image

how ever getting error: attempt to define a local label before any non-local labels

image


Don't understand where am wrong!!! especially about my testing environment