View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002047 | Rocky-Linux-9 | kernel | public | 2023-02-01 11:58 | 2023-02-01 11:58 |
Reporter | Tony Che | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | new | Resolution | open | ||
Summary | 0002047: Reproduced vulnerability cve-2022-4378 | ||||
Description | Hello guys! I Reproduce vulnerability cve-2022-4378 on latest version on Rocky 9 | ||||
Steps To Reproduce | yum update -y yum install git epel-release unzip tar dnf config-manager --set-enabled crb yum install autoconf automake m4 pkg-config yum install kernel-devel reboot git clone https://github.com/linux-test-project/ltp cd ltp make autotools ./configure make make install mv /opt/ltp/testcases/bin/cve-2022-4378 /root/ /root/cve-2022-4378 #server will reboot after that step useradd test cp /root/cve-2022-4378 /home/test/cve-2022-4378 chown -R test:test /home/test/cve-2022-4378 su test cd /home/test ./cve-2022-4378 #server will reboot after that step | ||||
Tags | cve, kernel | ||||