Outdated Embedded Browsers in Devices Pose Security Risks, Study Finds

Outdated Embedded Browsers in Devices Pose Security Risks, Study Finds
source: gettyimages
December 30, 2025

======================================================================

Web browsers on desktop and mobile devices regularly receive security updates, but those integrated into game consoles, televisions, e-readers, cars, and other connected devices often do not. This gap leaves users vulnerable to phishing attacks and other security threats.

Research Highlights Hidden Risks in Device Browsers ----------------------------------------------------

A team from the DistriNet Research Unit at KU Leuven in Belgium has shed light on this issue. Their recent study reveals that many newly released devices come equipped with browsers that are several years old and contain known security flaws.

The CheckEngine Framework

To assess these embedded browsers, researchers developed a crowdsourced evaluation tool called CheckEngine. Participants received unique URLs to test the embedded browsers on their devices between February 2024 and February 2025. The study collected data from 76 entries representing 53 different products and 68 software versions.

Findings from the Study

Case Studies of Vulnerability

Impact and Regulatory Context -----------------------------

The EU Cyber Resilience Act, active since December 2024, aims to enforce security standards for connected devices by December 2027. Many products evaluated by KU Leuven still do not meet these legal requirements.

Challenges in Updating Embedded Browsers ----------------------------------------

The study points to several reasons for these outdated browsers:

Specific Cases and Vulnerabilities

Recommendations and Conclusion ----------------------------

The researchers suggest that relying solely on consumer awareness or voluntary updates is insufficient. Instead, they advocate for binding regulations requiring manufacturers to ensure the security of embedded browsers.

In summary, the study underscores a widespread issue: many devices ship with outdated and insecure embedded browsers that remain unpatched long after their release, exposing users to unnecessary security risks. Enhanced regulation and accountability are essential steps toward safer connected devices.

---

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 142 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6644491,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}