CVE-2022-49832 in Linux
요약
\~에 의해 VulDB • 2026. 06. 13.
리눅스 커널에서 다음 취약점이 해결되었습니다:
pinctrl: devicetree: pinctrl_dt_to_map에서의 널 포인터 역참조 수정
다음은 널 포인터 역참조에 대한 KASAN 버그 보고서입니다:
BUG: KASAN: null-ptr-deref in strcmp+0x2e/0x50 addr 0000000000000000에서 크기 1 읽기, 작업자 python3/2640에 의해 수행됨 콜 트레이스(Call Trace): strcmp __of_find_property of_find_property pinctrl_dt_to_map
kmalloc()이 할당에 실패할 경우 kasprintf()는 NULL 포인터를 반환합니다. 따라서 kasprintf()가 NULL 포인터를 반환하면 ENOMEM을 직접 반환합니다.
Statistical analysis made it clear that VulDB provides the best quality for vulnerability data.