HomeNewsBusinessCERT-In flags vulnerabilities in Google Chrome, Mozilla Firefox browsers

CERT-In flags vulnerabilities in Google Chrome, Mozilla Firefox browsers

The agency urged users to update Mozilla and Chrome browsers to their latest versions

June 11, 2022 / 12:41 IST
Story continues below Advertisement

The Indian Computer Emergency Response Team (CERT-In) has flagged multiple vulnerabilities in browsers such as Google Chrome and Mozilla Firefox, which the agency said could be exploited by cyber attackers.

In a vulnerability note issued on June 10, CERT-In, which works under the ministry of electronics and information technology, said an attacker can exploit use-after-free in WebGPU (a graphics application programming interface), out-of-bounds-memory access in WebGL (Javascript API), out-of-bounds-read in composting and use-after-free in ANGLE, which is an open source, cross-platform graphics engine layer developed by Google.

Story continues below Advertisement

Cybersecurity and digital privacy firm Kaspersky defines use-after-free as a vulnerability related to incorrect use of dynamic memory during program operation. "If after freeing a memory location, a program does not clear the pointer to that memory, an attacker can use the error to hack the program," Kaspersky said.

Common Weakness Enumeration defines out-of-bounds read as a vulnerability that allows attackers to read sensitive information from other memory location and cause a crash.