{"id":14225,"date":"2026-04-01T17:27:10","date_gmt":"2026-04-01T16:27:10","guid":{"rendered":"https:\/\/yabune-home.hu\/?p=14225"},"modified":"2026-04-11T07:44:49","modified_gmt":"2026-04-11T06:44:49","slug":"smart-tablet-hidden-connections-what-we-found-during-a-security-audit-of-a-chinese-made-iot-tablet","status":"publish","type":"post","link":"https:\/\/yabune-home.hu\/en\/smart-tablet-hidden-connections-what-we-found-during-a-security-audit-of-a-chinese-made-iot-tablet\/","title":{"rendered":"Smart tablet, hidden connections \u2013 What we found during a security audit of a Chinese-made IoT tablet"},"content":{"rendered":"<p>In the smart home world, affordable Rockchip-based Android tablets are becoming increasingly popular as wall-mounted control panels or digital signage displays. We recently took a closer look at one such device \u2013 a tablet sold under the Apolosign brand, built on the RK3576 chipset, running Android 14, and equipped with a Zigbee chip, RGB LEDs, relay switches, and temperature\/humidity sensors. The findings are worth sharing with anyone building a smart home.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1068\" height=\"750\" src=\"https:\/\/yabune-home.hu\/wp-content\/uploads\/2026\/04\/smart-home-tablet-wall-panel.jpeg\" alt=\"Smart home wall-mounted tablet control panel\" class=\"wp-image-14221\" srcset=\"https:\/\/yabune-home.hu\/wp-content\/uploads\/2026\/04\/smart-home-tablet-wall-panel.jpeg 1068w, https:\/\/yabune-home.hu\/wp-content\/uploads\/2026\/04\/smart-home-tablet-wall-panel-300x211.jpeg 300w, https:\/\/yabune-home.hu\/wp-content\/uploads\/2026\/04\/smart-home-tablet-wall-panel-1024x719.jpeg 1024w, https:\/\/yabune-home.hu\/wp-content\/uploads\/2026\/04\/smart-home-tablet-wall-panel-768x539.jpeg 768w, https:\/\/yabune-home.hu\/wp-content\/uploads\/2026\/04\/smart-home-tablet-wall-panel-18x12.jpeg 18w\" sizes=\"(max-width: 1068px) 100vw, 1068px\" \/><figcaption class=\"wp-element-caption\">Wall-mounted control panels like these are becoming increasingly popular in smart homes (Photo: Pexels \/ Jakub Zerdzicki)<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-are-we-looking-at-white-label-tablets-in-the-smart-home-market\">What are we looking at? White-label tablets in the smart home market<\/h2>\n\n\n\n<p>These tablets typically come from Chinese OEM manufacturers and are sold under various brand names worldwide \u2013 in our case, we found the same hardware carrying both Apolosign and iiyama labels. Originally designed for commercial use as conference room control panels or digital signage, the smart home community has discovered they make excellent wall-mounted Zigbee coordinators or Home Assistant dashboards.<\/p>\n\n\n\n<p>The built-in Zigbee chip (Silicon Labs EFR32) and the MQTT-controllable RGB LEDs, relay switches, and sensors make these devices extremely appealing. But can they be trusted from a security perspective?<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-network-traffic-analysis-clean-at-first-glance\">Network traffic analysis \u2013 clean at first glance<\/h2>\n\n\n\n<p>During our investigation, we mapped all active network connections from the device. The initial results were reassuring: every outbound connection pointed exclusively to Google infrastructure \u2013 Play Store, Google Mobile Services, Firebase Cloud Messaging (push notifications), and calendar sync. DNS queries used only the local router, with no suspicious DNS servers configured.<\/p>\n\n\n\n<p>So at first glance, the device appeared &#8222;clean.&#8221; However, a deeper investigation painted a different picture.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-we-found-beneath-the-surface\">What we found beneath the surface<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-built-in-remote-management-system\">Built-in remote management system<\/h3>\n\n\n\n<p>Embedded in the tablet&#8217;s firmware, we found a complete Mobile Device Management (MDM) system running with system-level privileges. This application is capable of:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Silently installing and removing applications without user knowledge<\/li>\n\n\n\n<li>Executing arbitrary system commands<\/li>\n\n\n\n<li>Rebooting the device or performing a full factory reset<\/li>\n\n\n\n<li>Taking screenshots<\/li>\n\n\n\n<li>Reading device identifiers (MAC address, unique IDs)<\/li>\n\n\n\n<li>Modifying WiFi and network settings<\/li>\n<\/ul>\n\n\n\n<p>This system belongs to a Chinese commercial display management platform, and while we did not observe it actively communicating during our testing, it has all the technical capabilities to exercise full remote control over the device.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-hardcoded-chinese-server-in-the-mqtt-client\">Hardcoded Chinese server in the MQTT client<\/h3>\n\n\n\n<p>Inside the MQTT client binary responsible for controlling the tablet&#8217;s hardware (LEDs, relays, sensors), we discovered a hardcoded server address pointing to a major Chinese cloud provider. This means that if the user does not configure their own MQTT broker, the device will automatically attempt to connect to this Chinese server \u2013 over an unencrypted connection, no less.<\/p>\n\n\n\n<p>The MQTT client doesn&#8217;t just send data (sensor values, switch states) \u2013 it also receives commands, meaning the device can be controlled from the server side as well.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-the-potential-risk\">The potential risk<\/h3>\n\n\n\n<p>Together, these two components form a chain where a remote server could send commands via MQTT, which could activate the management system, which in turn could perform arbitrary operations on the device. It&#8217;s important to emphasize: we are not claiming this is being actively exploited, but the technical capability exists.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1124\" height=\"750\" src=\"https:\/\/yabune-home.hu\/wp-content\/uploads\/2026\/04\/smart-home-tablet-security.jpeg\" alt=\"Wall-mounted tablet for smart home control\" class=\"wp-image-14222\" srcset=\"https:\/\/yabune-home.hu\/wp-content\/uploads\/2026\/04\/smart-home-tablet-security.jpeg 1124w, https:\/\/yabune-home.hu\/wp-content\/uploads\/2026\/04\/smart-home-tablet-security-300x200.jpeg 300w, https:\/\/yabune-home.hu\/wp-content\/uploads\/2026\/04\/smart-home-tablet-security-1024x683.jpeg 1024w, https:\/\/yabune-home.hu\/wp-content\/uploads\/2026\/04\/smart-home-tablet-security-768x512.jpeg 768w, https:\/\/yabune-home.hu\/wp-content\/uploads\/2026\/04\/smart-home-tablet-security-18x12.jpeg 18w\" sizes=\"(max-width: 1124px) 100vw, 1124px\" \/><figcaption class=\"wp-element-caption\">Smart home tablets offer convenient solutions \u2013 but it&#8217;s worth paying attention to their security too (Photo: Pexels \/ Jakub Zerdzicki)<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-zigbee-chip-a-positive-surprise-with-a-catch\">The Zigbee chip \u2013 a positive surprise, with a catch<\/h2>\n\n\n\n<p>Security concerns aside, the built-in Silicon Labs EFR32 Zigbee chip is excellent hardware. However, in the stock firmware, the Zigbee chip was tied to a gateway application that communicated exclusively through the problematic MQTT system described above \u2013 meaning Zigbee device control would also have been routed through the Chinese server.<\/p>\n\n\n\n<p>The <strong>Yabune<\/strong> team resolved this dependency: we replaced the stock gateway application with a custom-developed TCP-to-serial bridge that exposes the Zigbee chip directly on the local network. This way, the chip can be connected to <strong>zigbee2mqtt<\/strong>, completely bypassing the manufacturer&#8217;s cloud service. The result: a fully functional, wall-mounted Zigbee coordinator that communicates exclusively within the local network and integrates perfectly with Home Assistant.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-lessons-learned-and-recommendations\">Lessons learned and recommendations<\/h2>\n\n\n\n<p>This case illustrates well that cheap IoT devices \u2013 even when they work perfectly fine on the surface \u2013 can harbor hidden security risks. Here are some general tips:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Monitor your device&#8217;s network traffic!<\/strong> Using simple tools (such as router logs or network monitoring software), you can check where your smart devices are communicating.<\/li>\n\n\n\n<li><strong>Use your own MQTT broker!<\/strong> If your device supports MQTT, always configure it to connect to your own local broker. This prevents your data from being sent to unknown servers.<\/li>\n\n\n\n<li><strong>Review pre-installed applications!<\/strong> White-label devices often come with factory-installed apps that have excessive permissions. It&#8217;s worth reviewing and disabling these where possible.<\/li>\n\n\n\n<li><strong>Segment your IoT devices!<\/strong> Smart devices should be placed in a separate VLAN or network segment, so even if one is compromised, it cannot access your personal devices.<\/li>\n\n\n\n<li><strong>Updates and security patches:<\/strong> Unfortunately, cheaper devices rarely receive updates. Consider this when making your purchase decision.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-summary\">Summary<\/h2>\n\n\n\n<p>The tablet we examined is fundamentally a useful and versatile device for the smart home \u2013 the Zigbee chip, MQTT-controllable hardware components, and Android system together provide a very flexible platform. However, the security audit of its stock firmware revealed that it&#8217;s worth being cautious and not blindly trusting such devices.<\/p>\n\n\n\n<p>The good news is that with proper network-level protection and some configuration, these risks can be significantly reduced while retaining all of the device&#8217;s useful features.<\/p>\n\n\n\n<p><em>If you have a similar device or questions about smart home security, don&#8217;t hesitate to reach out!<\/em><\/p>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>In the smart home world, affordable Rockchip-based Android tablets are becoming increasingly popular as wall-mounted control panels or digital signage displays. We recently took a closer look at one such device \u2013 a tablet sold under the Apolosign brand, built on the RK3576 chipset, running Android 14, and equipped with a Zigbee chip, RGB LEDs, [&hellip;]<\/p>\n","protected":false},"author":16,"featured_media":14221,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[77,72,1815],"tags":[1819,1793,1798,1795],"class_list":["post-14225","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-biztonsag","category-okos-otthon","category-smart-home","tag-english","tag-home-assistant","tag-wifi","tag-zigbee"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Smart tablet, hidden connections \u2013 What we found during a security audit of a Chinese-made IoT tablet | Yabune<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/yabune-home.hu\/en\/smart-tablet-hidden-connections-what-we-found-during-a-security-audit-of-a-chinese-made-iot-tablet\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Smart tablet, hidden connections \u2013 What we found during a security audit of a Chinese-made IoT tablet\" \/>\n<meta property=\"og:description\" content=\"In the smart home world, affordable Rockchip-based Android tablets are becoming increasingly popular as wall-mounted control panels or digital signage displays. We recently took a closer look at one such device \u2013 a tablet sold under the Apolosign brand, built on the RK3576 chipset, running Android 14, and equipped with a Zigbee chip, RGB LEDs, [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/yabune-home.hu\/en\/smart-tablet-hidden-connections-what-we-found-during-a-security-audit-of-a-chinese-made-iot-tablet\/\" \/>\n<meta property=\"og:site_name\" content=\"Yabune\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/yabunehome\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-01T16:27:10+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-11T06:44:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/yabune-home.hu\/wp-content\/uploads\/2026\/04\/smart-home-tablet-wall-panel.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1068\" \/>\n\t<meta property=\"og:image:height\" content=\"750\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Tam\u00e1s L\u00e1ngh\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Tam\u00e1s L\u00e1ngh\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/yabune-home.hu\\\/smart-tablet-hidden-connections-what-we-found-during-a-security-audit-of-a-chinese-made-iot-tablet\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/yabune-home.hu\\\/smart-tablet-hidden-connections-what-we-found-during-a-security-audit-of-a-chinese-made-iot-tablet\\\/\"},\"author\":{\"name\":\"Tam\u00e1s L\u00e1ngh\",\"@id\":\"https:\\\/\\\/yabune-home.hu\\\/#\\\/schema\\\/person\\\/127ec82be21257766a1b8b99dcac9b3a\"},\"headline\":\"Smart tablet, hidden connections \u2013 What we found during a security audit of a Chinese-made IoT tablet\",\"datePublished\":\"2026-04-01T16:27:10+00:00\",\"dateModified\":\"2026-04-11T06:44:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/yabune-home.hu\\\/smart-tablet-hidden-connections-what-we-found-during-a-security-audit-of-a-chinese-made-iot-tablet\\\/\"},\"wordCount\":914,\"publisher\":{\"@id\":\"https:\\\/\\\/yabune-home.hu\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/yabune-home.hu\\\/smart-tablet-hidden-connections-what-we-found-during-a-security-audit-of-a-chinese-made-iot-tablet\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/yabune-home.hu\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/smart-home-tablet-wall-panel.jpeg\",\"keywords\":[\"English\",\"Home Assistant\",\"Wifi\",\"Zigbee\"],\"articleSection\":[\"Biztons\u00e1g\",\"Okos Otthon\",\"Smart Home\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/yabune-home.hu\\\/smart-tablet-hidden-connections-what-we-found-during-a-security-audit-of-a-chinese-made-iot-tablet\\\/\",\"url\":\"https:\\\/\\\/yabune-home.hu\\\/smart-tablet-hidden-connections-what-we-found-during-a-security-audit-of-a-chinese-made-iot-tablet\\\/\",\"name\":\"Smart tablet, hidden connections \u2013 What we found during a security audit of a Chinese-made IoT tablet | Yabune\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/yabune-home.hu\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/yabune-home.hu\\\/smart-tablet-hidden-connections-what-we-found-during-a-security-audit-of-a-chinese-made-iot-tablet\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/yabune-home.hu\\\/smart-tablet-hidden-connections-what-we-found-during-a-security-audit-of-a-chinese-made-iot-tablet\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/yabune-home.hu\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/smart-home-tablet-wall-panel.jpeg\",\"datePublished\":\"2026-04-01T16:27:10+00:00\",\"dateModified\":\"2026-04-11T06:44:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/yabune-home.hu\\\/smart-tablet-hidden-connections-what-we-found-during-a-security-audit-of-a-chinese-made-iot-tablet\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/yabune-home.hu\\\/smart-tablet-hidden-connections-what-we-found-during-a-security-audit-of-a-chinese-made-iot-tablet\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/yabune-home.hu\\\/smart-tablet-hidden-connections-what-we-found-during-a-security-audit-of-a-chinese-made-iot-tablet\\\/#primaryimage\",\"url\":\"https:\\\/\\\/yabune-home.hu\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/smart-home-tablet-wall-panel.jpeg\",\"contentUrl\":\"https:\\\/\\\/yabune-home.hu\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/smart-home-tablet-wall-panel.jpeg\",\"width\":1068,\"height\":750},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/yabune-home.hu\\\/smart-tablet-hidden-connections-what-we-found-during-a-security-audit-of-a-chinese-made-iot-tablet\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/yabune-home.hu\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Smart tablet, hidden connections \u2013 What we found during a security audit of a Chinese-made IoT tablet\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/yabune-home.hu\\\/#website\",\"url\":\"https:\\\/\\\/yabune-home.hu\\\/\",\"name\":\"Yabune\",\"description\":\"Okos rendszerek\",\"publisher\":{\"@id\":\"https:\\\/\\\/yabune-home.hu\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/yabune-home.hu\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/yabune-home.hu\\\/#organization\",\"name\":\"Yabune Home\",\"url\":\"https:\\\/\\\/yabune-home.hu\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/yabune-home.hu\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/yabune-home.hu\\\/wp-content\\\/uploads\\\/2019\\\/09\\\/magaslogo_szines_128.png\",\"contentUrl\":\"https:\\\/\\\/yabune-home.hu\\\/wp-content\\\/uploads\\\/2019\\\/09\\\/magaslogo_szines_128.png\",\"width\":128,\"height\":72,\"caption\":\"Yabune Home\"},\"image\":{\"@id\":\"https:\\\/\\\/yabune-home.hu\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/yabunehome\",\"https:\\\/\\\/www.instagram.com\\\/yabune_home\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/yabune-home.hu\\\/#\\\/schema\\\/person\\\/127ec82be21257766a1b8b99dcac9b3a\",\"name\":\"Tam\u00e1s L\u00e1ngh\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fd2346fdb8435995619853291e0d8dd20051d8777b368a3a40d44bdd8be11e94?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fd2346fdb8435995619853291e0d8dd20051d8777b368a3a40d44bdd8be11e94?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fd2346fdb8435995619853291e0d8dd20051d8777b368a3a40d44bdd8be11e94?s=96&d=mm&r=g\",\"caption\":\"Tam\u00e1s L\u00e1ngh\"},\"url\":\"https:\\\/\\\/yabune-home.hu\\\/en\\\/author\\\/bocsitomcsi\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Smart tablet, hidden connections \u2013 What we found during a security audit of a Chinese-made IoT tablet | Yabune","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/yabune-home.hu\/en\/smart-tablet-hidden-connections-what-we-found-during-a-security-audit-of-a-chinese-made-iot-tablet\/","og_locale":"en_US","og_type":"article","og_title":"Smart tablet, hidden connections \u2013 What we found during a security audit of a Chinese-made IoT tablet","og_description":"In the smart home world, affordable Rockchip-based Android tablets are becoming increasingly popular as wall-mounted control panels or digital signage displays. We recently took a closer look at one such device \u2013 a tablet sold under the Apolosign brand, built on the RK3576 chipset, running Android 14, and equipped with a Zigbee chip, RGB LEDs, [&hellip;]","og_url":"https:\/\/yabune-home.hu\/en\/smart-tablet-hidden-connections-what-we-found-during-a-security-audit-of-a-chinese-made-iot-tablet\/","og_site_name":"Yabune","article_publisher":"https:\/\/www.facebook.com\/yabunehome","article_published_time":"2026-04-01T16:27:10+00:00","article_modified_time":"2026-04-11T06:44:49+00:00","og_image":[{"width":1068,"height":750,"url":"https:\/\/yabune-home.hu\/wp-content\/uploads\/2026\/04\/smart-home-tablet-wall-panel.jpeg","type":"image\/jpeg"}],"author":"Tam\u00e1s L\u00e1ngh","twitter_misc":{"Written by":"Tam\u00e1s L\u00e1ngh","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/yabune-home.hu\/smart-tablet-hidden-connections-what-we-found-during-a-security-audit-of-a-chinese-made-iot-tablet\/#article","isPartOf":{"@id":"https:\/\/yabune-home.hu\/smart-tablet-hidden-connections-what-we-found-during-a-security-audit-of-a-chinese-made-iot-tablet\/"},"author":{"name":"Tam\u00e1s L\u00e1ngh","@id":"https:\/\/yabune-home.hu\/#\/schema\/person\/127ec82be21257766a1b8b99dcac9b3a"},"headline":"Smart tablet, hidden connections \u2013 What we found during a security audit of a Chinese-made IoT tablet","datePublished":"2026-04-01T16:27:10+00:00","dateModified":"2026-04-11T06:44:49+00:00","mainEntityOfPage":{"@id":"https:\/\/yabune-home.hu\/smart-tablet-hidden-connections-what-we-found-during-a-security-audit-of-a-chinese-made-iot-tablet\/"},"wordCount":914,"publisher":{"@id":"https:\/\/yabune-home.hu\/#organization"},"image":{"@id":"https:\/\/yabune-home.hu\/smart-tablet-hidden-connections-what-we-found-during-a-security-audit-of-a-chinese-made-iot-tablet\/#primaryimage"},"thumbnailUrl":"https:\/\/yabune-home.hu\/wp-content\/uploads\/2026\/04\/smart-home-tablet-wall-panel.jpeg","keywords":["English","Home Assistant","Wifi","Zigbee"],"articleSection":["Biztons\u00e1g","Okos Otthon","Smart Home"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/yabune-home.hu\/smart-tablet-hidden-connections-what-we-found-during-a-security-audit-of-a-chinese-made-iot-tablet\/","url":"https:\/\/yabune-home.hu\/smart-tablet-hidden-connections-what-we-found-during-a-security-audit-of-a-chinese-made-iot-tablet\/","name":"Smart tablet, hidden connections \u2013 What we found during a security audit of a Chinese-made IoT tablet | Yabune","isPartOf":{"@id":"https:\/\/yabune-home.hu\/#website"},"primaryImageOfPage":{"@id":"https:\/\/yabune-home.hu\/smart-tablet-hidden-connections-what-we-found-during-a-security-audit-of-a-chinese-made-iot-tablet\/#primaryimage"},"image":{"@id":"https:\/\/yabune-home.hu\/smart-tablet-hidden-connections-what-we-found-during-a-security-audit-of-a-chinese-made-iot-tablet\/#primaryimage"},"thumbnailUrl":"https:\/\/yabune-home.hu\/wp-content\/uploads\/2026\/04\/smart-home-tablet-wall-panel.jpeg","datePublished":"2026-04-01T16:27:10+00:00","dateModified":"2026-04-11T06:44:49+00:00","breadcrumb":{"@id":"https:\/\/yabune-home.hu\/smart-tablet-hidden-connections-what-we-found-during-a-security-audit-of-a-chinese-made-iot-tablet\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/yabune-home.hu\/smart-tablet-hidden-connections-what-we-found-during-a-security-audit-of-a-chinese-made-iot-tablet\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/yabune-home.hu\/smart-tablet-hidden-connections-what-we-found-during-a-security-audit-of-a-chinese-made-iot-tablet\/#primaryimage","url":"https:\/\/yabune-home.hu\/wp-content\/uploads\/2026\/04\/smart-home-tablet-wall-panel.jpeg","contentUrl":"https:\/\/yabune-home.hu\/wp-content\/uploads\/2026\/04\/smart-home-tablet-wall-panel.jpeg","width":1068,"height":750},{"@type":"BreadcrumbList","@id":"https:\/\/yabune-home.hu\/smart-tablet-hidden-connections-what-we-found-during-a-security-audit-of-a-chinese-made-iot-tablet\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/yabune-home.hu\/"},{"@type":"ListItem","position":2,"name":"Smart tablet, hidden connections \u2013 What we found during a security audit of a Chinese-made IoT tablet"}]},{"@type":"WebSite","@id":"https:\/\/yabune-home.hu\/#website","url":"https:\/\/yabune-home.hu\/","name":"Yabune","description":"Okos rendszerek","publisher":{"@id":"https:\/\/yabune-home.hu\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/yabune-home.hu\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/yabune-home.hu\/#organization","name":"Yabune Home","url":"https:\/\/yabune-home.hu\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/yabune-home.hu\/#\/schema\/logo\/image\/","url":"https:\/\/yabune-home.hu\/wp-content\/uploads\/2019\/09\/magaslogo_szines_128.png","contentUrl":"https:\/\/yabune-home.hu\/wp-content\/uploads\/2019\/09\/magaslogo_szines_128.png","width":128,"height":72,"caption":"Yabune Home"},"image":{"@id":"https:\/\/yabune-home.hu\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/yabunehome","https:\/\/www.instagram.com\/yabune_home\/"]},{"@type":"Person","@id":"https:\/\/yabune-home.hu\/#\/schema\/person\/127ec82be21257766a1b8b99dcac9b3a","name":"Tam\u00e1s L\u00e1ngh","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/fd2346fdb8435995619853291e0d8dd20051d8777b368a3a40d44bdd8be11e94?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/fd2346fdb8435995619853291e0d8dd20051d8777b368a3a40d44bdd8be11e94?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/fd2346fdb8435995619853291e0d8dd20051d8777b368a3a40d44bdd8be11e94?s=96&d=mm&r=g","caption":"Tam\u00e1s L\u00e1ngh"},"url":"https:\/\/yabune-home.hu\/en\/author\/bocsitomcsi\/"}]}},"_links":{"self":[{"href":"https:\/\/yabune-home.hu\/en\/wp-json\/wp\/v2\/posts\/14225","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yabune-home.hu\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/yabune-home.hu\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/yabune-home.hu\/en\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/yabune-home.hu\/en\/wp-json\/wp\/v2\/comments?post=14225"}],"version-history":[{"count":3,"href":"https:\/\/yabune-home.hu\/en\/wp-json\/wp\/v2\/posts\/14225\/revisions"}],"predecessor-version":[{"id":14341,"href":"https:\/\/yabune-home.hu\/en\/wp-json\/wp\/v2\/posts\/14225\/revisions\/14341"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/yabune-home.hu\/en\/wp-json\/wp\/v2\/media\/14221"}],"wp:attachment":[{"href":"https:\/\/yabune-home.hu\/en\/wp-json\/wp\/v2\/media?parent=14225"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/yabune-home.hu\/en\/wp-json\/wp\/v2\/categories?post=14225"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/yabune-home.hu\/en\/wp-json\/wp\/v2\/tags?post=14225"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}