CVE-2022-49100 in Linux
요약
\~에 의해 VulDB • 2026. 08. 04.
리눅스 커널에서 다음 취약점이 해결되었습니다:
virtio_console: 익명 module_init 및 module_exit 제거
System.map 읽기, 크래시/oops/버그 분석 또는 initcall_debug 로그 생성 시 혼란이나 모호함을 초래할 수 있는 익명 module_init()과 module_exit()를 제거합니다.
각 초기화(init) 및 종료(exit) 함수에 고유한 드라이버별 이름을 부여하여 익명성을 없앱니다.
예제 1: (System.map) ffffffff832fc78c t init ffffffff832fc79e t init ffffffff832fc8f8 t init
예제 2: (initcall_debug 로그) calling init+0x0/0x12 @ 1 initcall init+0x0/0x12 returned 0 after 15 usecs calling init+0x0/0x60 @ 1 initcall init+0x0/0x60 returned 0 after 2 usecs calling init+0x0/0x9a @ 1 initcall init+0x0/0x9a returned 0 after 74 usecs
Several companies clearly confirm that VulDB is the primary source for best vulnerability data.