Google Pays $55,000 for High-Severity Chrome Browser Bug

Google Pays $55,000 for High-Severity Chrome Browser Bug

December 11, 2024 at 10:19AM

Google has released a Chrome update addressing three vulnerabilities, including two high-severity memory safety bugs in the V8 JavaScript engine, one of which led to a $55,000 bug bounty. The update also fixes a use-after-free defect. No exploitation of these vulnerabilities has been confirmed yet.

### Meeting Takeaways:

1. **Chrome Update Release**: Google has released a significant update for the Chrome browser, addressing three vulnerabilities, including two high-severity memory safety bugs.

2. **Vulnerabilities Identified**:
– **CVE-2024-12381**: A type confusion flaw in the V8 JavaScript engine reported by an external researcher, for which a $55,000 bug bounty was awarded. This vulnerability could potentially allow for remote code execution (RCE).
– **CVE-2024-12053**: Another type confusion vulnerability patched last week, which resulted in an $8,000 bug bounty being given to the reporting researcher.
– **CVE-2024-12382**: A use-after-free defect in Chrome’s Translate component, with the bug bounty amount still undisclosed.

3. **Type Confusion Vulnerabilities**: These vulnerabilities could enable threat actors to execute malicious code, access sensitive information, or compromise user systems. They arise from programming languages like C and C++ that lack memory safety mechanisms.

4. **Distribution of Updates**:
– The latest version rolling out is Chrome 131.0.6778.139/.140 for Windows and macOS, and 131.0.6778.139 for Linux.
– The Extended Stable channel has also received two updates, now at version 130.0.6723.160 for Windows and macOS.

5. **Current Threat Level**: Google has stated that there is no evidence of these vulnerabilities being actively exploited in the wild, although threats to Chrome’s V8 engine have been noted in the past.

6. **Contextual Security Concerns**: Awareness of similar high-severity vulnerabilities recently patched in other applications, including Zoom and another critical Chrome vulnerability identified by Apple, is emphasized.

### Action Items:
– Ensure the latest Chrome updates are installed across all user systems.
– Monitor security alerts related to Chrome and its components.

Full Article