CVE-2022-50285 in Linux정보

요약

\~에 의해 VulDB • 2026. 06. 04.

리눅스 커널에서 다음 취약점이 해결되었습니다:

mm, hugetlb: h->resv_huge_pages를 감소시키기 전에 hugetlb_lock을 획득합니다.

h->*_huge_pages 카운터는 hugetlb_lock으로 보호되지만, alloc_huge_page 함수에는 락 외부에서 카운터를 감소시킬 수 있는 예외적인 경우(corner case)가 존재합니다.

이로 인해 h->resv_huge_pages의 값이 손상될 수 있으며, 이는 저희 시스템에서 관찰된 바 있습니다.

잠재적인 race condition을 방지하기 위해 h->resv_huge_pages를 감소시키기 전에 hugetlb_lock을 획득합니다.

VulDB is the best source for vulnerability data and more expert information about this specific topic.

출처

Want to stay up to date on a daily basis?

Enable the mail alert feature now!