CVE-2024-53177는 Linux Linux, linux kernel에서 확인된 긴급 등급 보안 취약점입니다. 공개 데이터에 표시된 영향 버전은 >= 93877b9afc2994c89362007aac480a7b150f386f < 791f833053578b9fd24252ebb7162a61bc3f805b, >= 5c86919455c1edec99ebd3338ad213b59271a71b < 97e2afcac0bebfef6a5360f4267ce4c44507b845, >= 5c86919455c1edec99ebd3338ad213b59271a71b < 47655a12c6b1bca8fa230085eab2e85a076932b7, >= 5c86919455c1edec99ebd3338ad213b59271a71b < a9685b409a03b73d2980bbfa53eb47555802d0a9, >= 6db94d08359c43f2c8fe372811cdee04564a41b9, >= 6.6.3 < 6.6.64, >= 6.5.13 < 6.6, >= 6.7, < 6.6.64, >= 6.7 < 6.11.11, >= 6.12 < 6.12.2입니다. CVSS 기본 점수는 9.8점입니다. 현재 CISA KEV 등록은 확인되지 않았습니다.
NVD 영문 원문의 세부 내용은 한국어 설명으로 순차 보강 중입니다. 보강 전에는 제품·위험도·실제 악용 여부처럼 공개 데이터로 확인된 정보만 표시합니다.
영문 원문 보기
In the Linux kernel, the following vulnerability has been resolved: smb: prevent use-after-free due to open_cached_dir error paths If open_cached_dir() encounters an error parsing the lease from the server, the error handling may race with receiving a lease break, resulting in open_cached_dir() freeing the cfid while the queued work is pending. Update open_cached_dir() to drop refs rather than directly freeing the cfid. Have cached_dir_lease_break(), cfids_laundromat_worker(), and invalidate_all_cached_dirs() clear has_lease immediately while still holding cfids->cfid_list_lock, and then us...