CVE-2023-54286는 Linux에서 확인된 높음 등급 보안 취약점입니다. 공개 데이터에 표시된 영향 버전은 >= 5a3d9882b84edf5fa8e8ca33a5d6df25e2e727a5 < 76b5ea43ad2fb4f726ddfaff839430a706e7d7c2, >= 5a3d9882b84edf5fa8e8ca33a5d6df25e2e727a5 < 3ed3c1c2fc3482b72e755820261779cd2e2c5a3e, >= 5a3d9882b84edf5fa8e8ca33a5d6df25e2e727a5 < fa57021262e998e2229d6383b1081638df2fe238, >= 5a3d9882b84edf5fa8e8ca33a5d6df25e2e727a5 < 91ad1ab3cc7e981cb6d6ee100686baed64e1277e, >= 5a3d9882b84edf5fa8e8ca33a5d6df25e2e727a5 < 87940e4030e4705e1f3fd2bbb1854eae8308314b, >= 5a3d9882b84edf5fa8e8ca33a5d6df25e2e727a5 < 57189c885149825be8eb8c3524b5af017fdeb941, >= 5a3d9882b84edf5fa8e8ca33a5d6df25e2e727a5 < 6cd644f66b43709816561d63e0173cb0c7aab159, >= 5a3d9882b84edf5fa8e8ca33a5d6df25e2e727a5 < ef16799640865f937719f0771c93be5dca18adc6, >= 3.1입니다. CVSS 기본 점수는 7.6점입니다. 현재 CISA KEV 등록은 확인되지 않았습니다.
NVD 영문 원문의 세부 내용은 한국어 설명으로 순차 보강 중입니다. 보강 전에는 제품·위험도·실제 악용 여부처럼 공개 데이터로 확인된 정보만 표시합니다.
영문 원문 보기
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: dvm: Fix memcpy: detected field-spanning write backtrace A received TKIP key may be up to 32 bytes because it may contain MIC rx/tx keys too. These are not used by iwl and copying these over overflows the iwl_keyinfo.key field. Add a check to not copy more data to iwl_keyinfo.key then will fit. This fixes backtraces like this one: memcpy: detected field-spanning write (size 32) of single field "sta_cmd.key.key" at drivers/net/wireless/intel/iwlwifi/dvm/sta.c:1103 (size 16) WARNING: CPU: 1 PID: 946 at drivers/...