CVE-2024-26865는 Linux Linux, linux kernel에서 확인된 높음 등급 보안 취약점입니다. 공개 데이터에 표시된 영향 버전은 >= 467fa15356acfb7b2efa38839c3e76caa4e6e0ea < 9905a157048f441f1412e7bd13372f4a971d75c6, >= 467fa15356acfb7b2efa38839c3e76caa4e6e0ea < f901ee07853ce97e9f1104c7c898fbbe447f0279, >= 467fa15356acfb7b2efa38839c3e76caa4e6e0ea < 9ceac040506a05a30b104b2aa2e9146810704500, >= 467fa15356acfb7b2efa38839c3e76caa4e6e0ea < 1e9fd5cf8d7f487332560f7bb312fc7d416817f3, >= 467fa15356acfb7b2efa38839c3e76caa4e6e0ea < 2a750d6a5b365265dbda33330a6188547ddb5c24, >= 4.3, >= 4.3 < 6.1.83, >= 6.2 < 6.6.23, >= 6.7 < 6.7.11, >= 6.8 < 6.8.2입니다. CVSS 기본 점수는 7.8점입니다. 현재 CISA KEV 등록은 확인되지 않았습니다.
NVD 영문 원문의 세부 내용은 한국어 설명으로 순차 보강 중입니다. 보강 전에는 제품·위험도·실제 악용 여부처럼 공개 데이터로 확인된 정보만 표시합니다.
영문 원문 보기
In the Linux kernel, the following vulnerability has been resolved: rds: tcp: Fix use-after-free of net in reqsk_timer_handler(). syzkaller reported a warning of netns tracker [0] followed by KASAN splat [1] and another ref tracker warning [1]. syzkaller could not find a repro, but in the log, the only suspicious sequence was as follows: 18:26:22 executing program 1: r0 = socket$inet6_mptcp(0xa, 0x1, 0x106) ... connect$inet6(r0, &(0x7f0000000080)={0xa, 0x4001, 0x0, @loopback}, 0x1c) (async) The notable thing here is 0x4001 in connect(), which is RDS_TCP_PORT. So, the scenario would be: 1. u...