CVE-2024-38576는 Linux Linux, linux kernel에서 확인된 높음 등급 보안 취약점입니다. 공개 데이터에 표시된 영향 버전은 >= 245a62982502255314b63dd2c4daaedd1cd595a6 < e2228ed3fe7aa838fba87c79a76fb1ad9ea47138, >= 245a62982502255314b63dd2c4daaedd1cd595a6 < afb39909bfb5c08111f99e21bf5be7505f59ff1c, >= 245a62982502255314b63dd2c4daaedd1cd595a6 < 9351e1338539cb7f319ffc1210fa9b2aa27384b5, >= 245a62982502255314b63dd2c4daaedd1cd595a6 < 4c3e2ef4d8ddd313c8ce3ac30505940bea8d6257, >= 245a62982502255314b63dd2c4daaedd1cd595a6 < 3758f7d9917bd7ef0482c4184c0ad673b4c4e069, >= 6.0, >= 6.0 < 6.1.93, >= 6.2 < 6.6.33, >= 6.7 < 6.8.12, >= 6.9 < 6.9.3입니다. CVSS 기본 점수는 7점입니다. 현재 CISA KEV 등록은 확인되지 않았습니다.
NVD 영문 원문의 세부 내용은 한국어 설명으로 순차 보강 중입니다. 보강 전에는 제품·위험도·실제 악용 여부처럼 공개 데이터로 확인된 정보만 표시합니다.
영문 원문 보기
In the Linux kernel, the following vulnerability has been resolved: rcu: Fix buffer overflow in print_cpu_stall_info() The rcuc-starvation output from print_cpu_stall_info() might overflow the buffer if there is a huge difference in jiffies difference. The situation might seem improbable, but computers sometimes get very confused about time, which can result in full-sized integers, and, in this case, buffer overflow. Also, the unsigned jiffies difference is printed using %ld, which is normally for signed integers. This is intentional for debugging purposes, but it is not obvious from the co...