CVE-2026-74511는 Linux에서 확인된 높음 등급 보안 취약점입니다. 공개 데이터에 표시된 영향 버전은 >= bdd56875c6926d8009914f427df71797693e90d4 < a9e7c2609b0cb3fb4b4ba9f66dd8727d33205967, >= 4e83f2dbb2bf677e614109df24426c4dded472d4 < eacfcb6b735d0e16b4d2ecfde4b9141225ee934e, >= 6fe26f694c824b8a4dbf50c635bee1302e3f099c < 814f82f432dc6ee4d15f94756554ff94e6e3ef05, >= 6fe26f694c824b8a4dbf50c635bee1302e3f099c < 35464ff818165131464bd524c259db1ac8044ae3, >= 6fe26f694c824b8a4dbf50c635bee1302e3f099c < 8f2f62855a41d1730fb9e8122912bd2c8d6bed5d, >= d7882db79135c829a922daf3571f33ea1e056ae3, >= 6.6.94 < 6.6.151, >= 6.12.34 < 6.12.103, >= 6.15.3 < 6.16, >= 6.16입니다. CVSS 기본 점수는 7.8점입니다. 현재 CISA KEV 등록은 확인되지 않았습니다.
NVD 영문 원문의 세부 내용은 한국어 설명으로 순차 보강 중입니다. 보강 전에는 제품·위험도·실제 악용 여부처럼 공개 데이터로 확인된 정보만 표시합니다.
영문 원문 보기
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: mgmt: fix pending command UAF in EIR updates MGMT_OP_SET_LOCAL_NAME is handled asynchronously on powered controllers and can run set_name_sync(). When the controller is BR/EDR capable, set_name_sync() updates the local name and then rebuilds EIR data through eir_create(). The EIR builder walks hdev->uuids, but the UUID list can be changed and entries can be freed by MGMT_OP_ADD_UUID and MGMT_OP_REMOVE_UUID. pending_eir_or_class() is meant to serialize management commands that can change EIR or the class of device...