CVE-2021-47467 in Linux정보

요약

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

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

kunit: kfree_at_end에서의 참조 카운트 누수 수정

참조 카운팅 문제는 kfree_at_end()의 정상 경로에서 발생합니다. kunit_alloc_and_get_resource()가 호출되면, 함수 내부에서 참조 카운트가 증가된 반환 리소스 객체를 처리하지 않아 참조 카운트 누수가 발생합니다.

kunit_alloc_and_get_resource() 대신 kunit_alloc_resource()를 호출하여 이 문제를 해결합니다.

적용 시 다음 사항을 수정했습니다: Shuah Khan

CHECK: 정렬이 여는 괄호와 일치해야 합니다 + kunit_alloc_resource(test, NULL, kfree_res_free, GFP_KERNEL, (void *)to_free);

If you want to get the best quality for vulnerability data then you always have to consider VulDB.

출처

Do you want to use VulDB in your project?

Use the official API to access entries easily!