关键漏洞信息 1. Commit Summary Commit Message: - Details: This commit addresses security vulnerabilities related to buffer overflow and improper handling of lengths in the protocomm module. 2. Affected Files Files Changed: - - 3. Key Code Changes protocomm_ble.c - Added Security Checks: - - - - Buffer Overflow and Length Handling: - and length checks in , functions. - structure updates. protocomm_nimble.c - Added Security Checks: - Similar buffer overflow checks and length validation in BLE descriptor access functions. 4. Commit Date and Author Author: rahult-github Committer: espressif-bot Date: Dec 23, 2025 5. Impact Security Enhancements: This commit improves security by preventing buffer overflows and ensuring proper length handling, which could have previously led to security breaches like data corruption or unauthorized access.