CVE-2023-54258는 Linux에서 확인된 긴급 등급 보안 취약점입니다. 공개 데이터에 표시된 영향 버전은 >= 63fb45ddc491895c4b36664e0c2c3b548545ae93 < b99f490ea87ebcca3a429fd8837067feb56a4c7c, >= 1bf709b9625001eefdd41048c5f4c7544ee33394 < 5ee28bcfbaacf289eb25c662a2862542ea6ce6a7, >= 3b4c15171c3ce9120c81f5564b9367d8d0f4219c < 6b67a6d2e50634fe127e656147c81915955e9f5e, >= da787d5b74983f7525d1eb4b9c0b4aff2821511a < e8f5f849ffce24490eb9449e98312b66c0dba76f, >= cff7fb969edaeff2bc80c8a8f7cf7b0c8df32da7, >= 6.3.13 < 6.4, >= 5.15.121 < 5.15.128, >= 6.1.39 < 6.1.47, >= 6.4.4 < 6.4.12입니다. CVSS 기본 점수는 9.8점입니다. 현재 CISA KEV 등록은 확인되지 않았습니다.
NVD 영문 원문의 세부 내용은 한국어 설명으로 순차 보강 중입니다. 보강 전에는 제품·위험도·실제 악용 여부처럼 공개 데이터로 확인된 정보만 표시합니다.
영문 원문 보기
In the Linux kernel, the following vulnerability has been resolved: cifs: fix potential oops in cifs_oplock_break With deferred close we can have closes that race with lease breaks, and so with the current checks for whether to send the lease response, oplock_response(), this can mean that an unmount (kill_sb) can occur just before we were checking if the tcon->ses is valid. See below: [Fri Aug 4 04:12:50 2023] RIP: 0010:cifs_oplock_break+0x1f7/0x5b0 [cifs] [Fri Aug 4 04:12:50 2023] Code: 7d a8 48 8b 7d c0 c0 e9 02 48 89 45 b8 41 89 cf e8 3e f5 ff ff 4c 89 f7 41 83 e7 01 e8 82 b3 03 f2 49 8...