diff --git a/content/blog/2025/03/esp32-bluetooth-clearing-the-air/index.md b/content/blog/2025/03/esp32-bluetooth-clearing-the-air/index.md index 77d8e0358..3b31b37b3 100644 --- a/content/blog/2025/03/esp32-bluetooth-clearing-the-air/index.md +++ b/content/blog/2025/03/esp32-bluetooth-clearing-the-air/index.md @@ -93,3 +93,4 @@ We believe that the security of devices based on Espressif chips is of paramount ## Update - **March 20, 2025**: This issue has been assigned the identifier [CVE-2025-27840](https://nvd.nist.gov/vuln/detail/CVE-2025-27840) +- **May 26, 2025**: Precautionary measures promised above are part of software stack now, please see the advisory for more details [AR2025-004](https://www.espressif.com/sites/default/files/advisory_downloads/AR2025-004_Security_Advisory_Follow-Up_Updates_and_Fixes_Regarding_ESP32_Undocumented_Bluetooth_Commands_en.pdf) diff --git a/data/authors/mahavir-jain.json b/data/authors/mahavir-jain.json index dcd720b75..57dee1b69 100644 --- a/data/authors/mahavir-jain.json +++ b/data/authors/mahavir-jain.json @@ -1,10 +1,11 @@ { "name": "Mahavir Jain", - "bio": "Senior Manager @ Espressif Systems", + "bio": "Product Security @ Espressif Systems", "image": "img/authors/mahavir-jain.webp", "social": [ { "linkedin": "https://www.linkedin.com/in/mahavirjain/" }, { "twitter": "https://twitter.com/mahavirjain" }, - { "github": "https://github.com/mahavirj" } + { "github": "https://github.com/mahavirj" }, + { "medium": "https://medium.com/@mahavirj" } ] }