View Issue Details

IDProjectCategoryView StatusLast Update
0002047Rocky-Linux-9kernelpublic2023-02-01 11:58
ReporterTony Che Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status newResolutionopen 
Summary0002047: Reproduced vulnerability cve-2022-4378
DescriptionHello guys!
I Reproduce vulnerability cve-2022-4378 on latest version on Rocky 9
Steps To Reproduceyum 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
Tagscve, kernel

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-02-01 11:58 Tony Che New Issue
2023-02-01 11:58 Tony Che Tag Attached: cve
2023-02-01 11:58 Tony Che Tag Attached: kernel