{"id":95,"date":"2026-05-27T19:31:07","date_gmt":"2026-05-27T09:31:07","guid":{"rendered":"https:\/\/mallen.com.au\/blog\/?p=95"},"modified":"2026-05-27T19:31:08","modified_gmt":"2026-05-27T09:31:08","slug":"smile-youre-being-hacked-nozomi-networks-labs-finds-five-new-flaws-in-hanwha-wisenet-cameras-cve-2025-52598-52601-cve-2025-8075","status":"publish","type":"post","link":"https:\/\/mallen.com.au\/blog\/smile-youre-being-hacked-nozomi-networks-labs-finds-five-new-flaws-in-hanwha-wisenet-cameras-cve-2025-52598-52601-cve-2025-8075\/","title":{"rendered":"Smile, You&#8217;re Being Hacked: Nozomi Networks Labs Finds Five New Flaws in Hanwha Wisenet Cameras (CVE-2025-52598\u201352601, CVE-2025-8075)"},"content":{"rendered":"<h2 class=\"wp-block-heading\">Five Vulnerabilities Found in Hanwha Vision QNV-C8012 and Wisenet Device Manager<\/h2>\n\n<p class=\"wp-block-paragraph\">Nozomi Networks Labs has published research disclosing five medium-severity vulnerabilities in the Hanwha Vision QNV-C8012 network camera (firmware v2.22.00_20240909_R188) and the Wisenet Device Manager (WDM) Windows application (v2.9.2.0). The CVEs \u2014 assigned CVE-2025-52598, CVE-2025-52599, CVE-2025-52600, CVE-2025-52601, and CVE-2025-8075 \u2014 were discovered under responsible disclosure and have been confirmed and published by Hanwha Vision through its S-CERT security response programme. While no single flaw here is individually critical, the research demonstrates a realistic multi-step attack chain that can pivot from a single operator workstation to an entire fleet of Hanwha cameras and recorders.<\/p>\n\n<p class=\"wp-block-paragraph\">The QNV-C8012 is a compact 5-megapixel dome camera widely used in office, retail, and education deployments. Wisenet Device Manager is the companion Windows utility used to discover, configure, and manage large groups of Hanwha IP cameras, NVRs, and DVRs from a single console \u2014 making it a high-value target if compromised.<\/p>\n\n<h2 class=\"wp-block-heading\">The Vulnerability Chain: How a Report Becomes a Network Takeover<\/h2>\n\n<p class=\"wp-block-paragraph\">The Nozomi research team outlines a two-step attack scenario that is worth understanding in operational terms.<\/p>\n\n<p class=\"wp-block-paragraph\"><strong>Step 1 \u2014 Poisoned report on the operator&#8217;s PC.<\/strong> The QNV-C8012 supports a People Counting feature that allows users to define named rules and generate Excel-format occupancy reports. An attacker with access to the camera&#8217;s web interface (or who can intercept traffic to it) can exploit a cross-site scripting flaw (CVE-2025-8075) to inject malicious content into rule names. Because client-side input validation is enforced only in the browser, a second weakness (CVE-2025-52600 \u2014 client-side enforcement of server-side security) means those injected names pass through unchecked server-side. The result is a booby-trapped Excel report: when the operator downloads and opens it, embedded spreadsheet formula logic can execute arbitrary commands on the workstation. This particular chain requires the optional CloudConnector add-on to be installed on the camera, and the FTP Event Send function to be enabled.<\/p>\n\n<p class=\"wp-block-paragraph\"><strong>Step 2 \u2014 Lateral movement to the camera fleet.<\/strong> With code execution on the operator&#8217;s workstation, the attacker targets Wisenet Device Manager. A hard-coded password vulnerability (CVE-2025-52601, CWE-259) means WDM stores a shared default username and password in a recoverable form. An attacker who can access the WDM installation on the compromised workstation can extract these credentials and replay them against every Hanwha device on the network that still uses default settings \u2014 potentially gaining administrative control over the entire surveillance fleet.<\/p>\n\n<p class=\"wp-block-paragraph\">Two additional vulnerabilities round out the picture: CVE-2025-52598 (improper TLS certificate validation, CVSS v4.0 6.3) enables man-in-the-middle interception of HTTPS and SMTP traffic to and from the camera, and CVE-2025-52599 (incorrect permission assignment for a critical resource, CVSS v4.0 6.3) creates further conditions for availability impact.<\/p>\n\n<h2 class=\"wp-block-heading\">CVE Summary Table<\/h2>\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>CVE ID<\/th><th>Weakness (CWE)<\/th><th>CVSS v4.0 Score<\/th><th>Component<\/th><\/tr><\/thead><tbody><tr><td>CVE-2025-52598<\/td><td>CWE-295: Improper Certificate Validation<\/td><td>6.3<\/td><td>QNV-C8012 firmware<\/td><\/tr><tr><td>CVE-2025-52599<\/td><td>CWE-732: Incorrect Permission Assignment<\/td><td>6.3<\/td><td>QNV-C8012 firmware<\/td><\/tr><tr><td>CVE-2025-52600<\/td><td>CWE-602: Client-Side Enforcement of Server-Side Security<\/td><td>5.2<\/td><td>QNV-C8012 web interface<\/td><\/tr><tr><td>CVE-2025-52601<\/td><td>CWE-259: Use of Hard-coded Password<\/td><td>6.3<\/td><td>Wisenet Device Manager v2.9.2.0<\/td><\/tr><tr><td>CVE-2025-8075<\/td><td>CWE-79: Cross-Site Scripting (XSS)<\/td><td>5.8<\/td><td>QNV-C8012 web interface (CloudConnector)<\/td><\/tr><\/tbody><\/table><\/figure>\n\n<p class=\"wp-block-paragraph\">All five vulnerabilities carry CVSS v4.0 base scores in the medium range (5.2\u20136.3). No active exploitation in the wild has been reported at time of publication. Hanwha Vision has been engaged through responsible disclosure and has confirmed and published the findings via its S-CERT programme.<\/p>\n\n<h2 class=\"wp-block-heading\">Operational Implications and Recommended Actions<\/h2>\n\n<p class=\"wp-block-paragraph\">For facilities managers and IT managers running Hanwha Wisenet cameras \u2014 particularly in multi-site or high-density deployments managed through WDM \u2014 the following steps are recommended:<\/p>\n\n<ul class=\"wp-block-list\"><li><strong>Apply firmware and software updates as soon as Hanwha Vision releases patched versions.<\/strong> Monitor Hanwha Vision&#8217;s S-CERT advisories and the CVE entries directly. At the time of the Nozomi publication, affected versions are firmware v2.22.00_20240909_R188 and WDM v2.9.2.0.<\/li><li><strong>Audit and change default credentials on all Hanwha devices and within WDM.<\/strong> The hard-coded password issue (CVE-2025-52601) is most dangerous where default settings remain in place. Every Hanwha device managed by WDM should have unique, strong administrator credentials set.<\/li><li><strong>Restrict the CloudConnector add-on and FTP Event Send to deployments where they are genuinely required.<\/strong> The most severe attack chain in the Nozomi research depends on both being active. If neither is operationally necessary, disable them.<\/li><li><strong>Apply network segmentation to camera VLANs.<\/strong> Surveillance cameras and management workstations running WDM should sit on isolated network segments with firewall rules limiting inbound and outbound access. This limits the blast radius of a compromised device or workstation.<\/li><li><strong>Treat Excel exports from camera systems with caution.<\/strong> Until patched firmware is available, operators should open camera-generated reports in a protected or sandboxed environment, or disable automatic macro and formula execution in Microsoft Office settings.<\/li><li><strong>Validate TLS certificate chains on devices where HTTPS or SMTP integration is configured.<\/strong> CVE-2025-52598 indicates the camera does not reliably verify server certificates; where possible, route camera traffic through an inspecting proxy or network monitoring platform that can flag anomalous connections.<\/li><\/ul>\n\n<p class=\"wp-block-paragraph\">For organisations running mixed Hanwha and other-brand CCTV estates, this research is a useful reminder that the management plane \u2014 the software and workstations used to administer cameras \u2014 carries as much risk as the devices themselves. Compromising a fleet management tool like WDM is often more efficient for an attacker than targeting cameras one by one. Our <a href=\"https:\/\/mallen.com.au\/services.html#cctv\">CCTV and video analytics<\/a> service practice includes regular review of VMS and camera management configurations as part of ongoing support engagements.<\/p>\n\n<p class=\"wp-block-paragraph\">If you are unsure which Hanwha firmware versions are running across your site, a structured device audit is the fastest way to establish a baseline. Mallen&#8217;s <a href=\"https:\/\/mallen.com.au\/services.html#audit\">site audit service<\/a> captures device firmware versions, configuration states, and network topology as part of a documented asset register \u2014 giving you the visibility needed to prioritise patching when advisories like this one are published.<\/p>\n\n<p class=\"wp-block-paragraph\">Original source: <a href=\"https:\/\/www.nozominetworks.com\/blog\/smile-youre-being-hacked-nozomi-networks-labs-finds-five-new-flaws-in-hanwha-wisenet-cameras\">https:\/\/www.nozominetworks.com\/blog\/smile-youre-being-hacked-nozomi-networks-labs-finds-five-new-flaws-in-hanwha-wisenet-cameras<\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>Five Vulnerabilities Found in Hanwha Vision QNV-C8012 and Wisenet Device Manager Nozomi Networks Labs has published research disclosing five medium-severity vulnerabilities in the Hanwha Vision QNV-C8012 network camera (firmware v2.22.00_20240909_R188) and the Wisenet Device Manager (WDM) Windows application (v2.9.2.0). The&hellip;<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[9,10,24,16,12],"class_list":["post-95","post","type-post","status-publish","format-standard","hentry","category-security-bulletin","tag-cve","tag-firmware","tag-hanwha","tag-ip-cameras","tag-video-management"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Smile, You&#039;re Being Hacked: Nozomi Networks Labs Finds Five New Flaws in Hanwha Wisenet Cameras (CVE-2025-52598\u201352601, CVE-2025-8075) - Mallen Services Blog<\/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:\/\/mallen.com.au\/blog\/smile-youre-being-hacked-nozomi-networks-labs-finds-five-new-flaws-in-hanwha-wisenet-cameras-cve-2025-52598-52601-cve-2025-8075\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Smile, You&#039;re Being Hacked: Nozomi Networks Labs Finds Five New Flaws in Hanwha Wisenet Cameras (CVE-2025-52598\u201352601, CVE-2025-8075) - Mallen Services Blog\" \/>\n<meta property=\"og:description\" content=\"Five Vulnerabilities Found in Hanwha Vision QNV-C8012 and Wisenet Device Manager Nozomi Networks Labs has published research disclosing five medium-severity vulnerabilities in the Hanwha Vision QNV-C8012 network camera (firmware v2.22.00_20240909_R188) and the Wisenet Device Manager (WDM) Windows application (v2.9.2.0). The&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mallen.com.au\/blog\/smile-youre-being-hacked-nozomi-networks-labs-finds-five-new-flaws-in-hanwha-wisenet-cameras-cve-2025-52598-52601-cve-2025-8075\/\" \/>\n<meta property=\"og:site_name\" content=\"Mallen Services Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-27T09:31:07+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-27T09:31:08+00:00\" \/>\n<meta name=\"author\" content=\"Mallen Newsroom\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mallen Newsroom\" \/>\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:\\\/\\\/mallen.com.au\\\/blog\\\/smile-youre-being-hacked-nozomi-networks-labs-finds-five-new-flaws-in-hanwha-wisenet-cameras-cve-2025-52598-52601-cve-2025-8075\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mallen.com.au\\\/blog\\\/smile-youre-being-hacked-nozomi-networks-labs-finds-five-new-flaws-in-hanwha-wisenet-cameras-cve-2025-52598-52601-cve-2025-8075\\\/\"},\"author\":{\"name\":\"Mallen Newsroom\",\"@id\":\"https:\\\/\\\/mallen.com.au\\\/blog\\\/#\\\/schema\\\/person\\\/4d777684cddb8303a581c08d2309f223\"},\"headline\":\"Smile, You&#8217;re Being Hacked: Nozomi Networks Labs Finds Five New Flaws in Hanwha Wisenet Cameras (CVE-2025-52598\u201352601, CVE-2025-8075)\",\"datePublished\":\"2026-05-27T09:31:07+00:00\",\"dateModified\":\"2026-05-27T09:31:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/mallen.com.au\\\/blog\\\/smile-youre-being-hacked-nozomi-networks-labs-finds-five-new-flaws-in-hanwha-wisenet-cameras-cve-2025-52598-52601-cve-2025-8075\\\/\"},\"wordCount\":974,\"publisher\":{\"@id\":\"https:\\\/\\\/mallen.com.au\\\/blog\\\/#organization\"},\"keywords\":[\"cve\",\"firmware\",\"hanwha\",\"ip-cameras\",\"video-management\"],\"articleSection\":[\"Security Bulletin\"],\"inLanguage\":\"en-AU\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/mallen.com.au\\\/blog\\\/smile-youre-being-hacked-nozomi-networks-labs-finds-five-new-flaws-in-hanwha-wisenet-cameras-cve-2025-52598-52601-cve-2025-8075\\\/\",\"url\":\"https:\\\/\\\/mallen.com.au\\\/blog\\\/smile-youre-being-hacked-nozomi-networks-labs-finds-five-new-flaws-in-hanwha-wisenet-cameras-cve-2025-52598-52601-cve-2025-8075\\\/\",\"name\":\"Smile, You're Being Hacked: Nozomi Networks Labs Finds Five New Flaws in Hanwha Wisenet Cameras (CVE-2025-52598\u201352601, CVE-2025-8075) - Mallen Services Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mallen.com.au\\\/blog\\\/#website\"},\"datePublished\":\"2026-05-27T09:31:07+00:00\",\"dateModified\":\"2026-05-27T09:31:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/mallen.com.au\\\/blog\\\/smile-youre-being-hacked-nozomi-networks-labs-finds-five-new-flaws-in-hanwha-wisenet-cameras-cve-2025-52598-52601-cve-2025-8075\\\/#breadcrumb\"},\"inLanguage\":\"en-AU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/mallen.com.au\\\/blog\\\/smile-youre-being-hacked-nozomi-networks-labs-finds-five-new-flaws-in-hanwha-wisenet-cameras-cve-2025-52598-52601-cve-2025-8075\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/mallen.com.au\\\/blog\\\/smile-youre-being-hacked-nozomi-networks-labs-finds-five-new-flaws-in-hanwha-wisenet-cameras-cve-2025-52598-52601-cve-2025-8075\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/mallen.com.au\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Smile, You&#8217;re Being Hacked: Nozomi Networks Labs Finds Five New Flaws in Hanwha Wisenet Cameras (CVE-2025-52598\u201352601, CVE-2025-8075)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/mallen.com.au\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/mallen.com.au\\\/blog\\\/\",\"name\":\"Mallen Services Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/mallen.com.au\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/mallen.com.au\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-AU\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/mallen.com.au\\\/blog\\\/#organization\",\"name\":\"Mallen Services Blog\",\"url\":\"https:\\\/\\\/mallen.com.au\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-AU\",\"@id\":\"https:\\\/\\\/mallen.com.au\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/mallen.com.au\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/mallen_logo.png\",\"contentUrl\":\"https:\\\/\\\/mallen.com.au\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/mallen_logo.png\",\"width\":300,\"height\":99,\"caption\":\"Mallen Services Blog\"},\"image\":{\"@id\":\"https:\\\/\\\/mallen.com.au\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/company\\\/20317354\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/mallen.com.au\\\/blog\\\/#\\\/schema\\\/person\\\/4d777684cddb8303a581c08d2309f223\",\"name\":\"Mallen Newsroom\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-AU\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/897ec101e702c9c928945a9febd0c8386517fd1f7722ad5b7460e46e49be291f?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/897ec101e702c9c928945a9febd0c8386517fd1f7722ad5b7460e46e49be291f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/897ec101e702c9c928945a9febd0c8386517fd1f7722ad5b7460e46e49be291f?s=96&d=mm&r=g\",\"caption\":\"Mallen Newsroom\"},\"url\":\"https:\\\/\\\/mallen.com.au\\\/blog\\\/author\\\/mallen-newsroom\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Smile, You're Being Hacked: Nozomi Networks Labs Finds Five New Flaws in Hanwha Wisenet Cameras (CVE-2025-52598\u201352601, CVE-2025-8075) - Mallen Services Blog","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:\/\/mallen.com.au\/blog\/smile-youre-being-hacked-nozomi-networks-labs-finds-five-new-flaws-in-hanwha-wisenet-cameras-cve-2025-52598-52601-cve-2025-8075\/","og_locale":"en_US","og_type":"article","og_title":"Smile, You're Being Hacked: Nozomi Networks Labs Finds Five New Flaws in Hanwha Wisenet Cameras (CVE-2025-52598\u201352601, CVE-2025-8075) - Mallen Services Blog","og_description":"Five Vulnerabilities Found in Hanwha Vision QNV-C8012 and Wisenet Device Manager Nozomi Networks Labs has published research disclosing five medium-severity vulnerabilities in the Hanwha Vision QNV-C8012 network camera (firmware v2.22.00_20240909_R188) and the Wisenet Device Manager (WDM) Windows application (v2.9.2.0). The&hellip;","og_url":"https:\/\/mallen.com.au\/blog\/smile-youre-being-hacked-nozomi-networks-labs-finds-five-new-flaws-in-hanwha-wisenet-cameras-cve-2025-52598-52601-cve-2025-8075\/","og_site_name":"Mallen Services Blog","article_published_time":"2026-05-27T09:31:07+00:00","article_modified_time":"2026-05-27T09:31:08+00:00","author":"Mallen Newsroom","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Mallen Newsroom","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/mallen.com.au\/blog\/smile-youre-being-hacked-nozomi-networks-labs-finds-five-new-flaws-in-hanwha-wisenet-cameras-cve-2025-52598-52601-cve-2025-8075\/#article","isPartOf":{"@id":"https:\/\/mallen.com.au\/blog\/smile-youre-being-hacked-nozomi-networks-labs-finds-five-new-flaws-in-hanwha-wisenet-cameras-cve-2025-52598-52601-cve-2025-8075\/"},"author":{"name":"Mallen Newsroom","@id":"https:\/\/mallen.com.au\/blog\/#\/schema\/person\/4d777684cddb8303a581c08d2309f223"},"headline":"Smile, You&#8217;re Being Hacked: Nozomi Networks Labs Finds Five New Flaws in Hanwha Wisenet Cameras (CVE-2025-52598\u201352601, CVE-2025-8075)","datePublished":"2026-05-27T09:31:07+00:00","dateModified":"2026-05-27T09:31:08+00:00","mainEntityOfPage":{"@id":"https:\/\/mallen.com.au\/blog\/smile-youre-being-hacked-nozomi-networks-labs-finds-five-new-flaws-in-hanwha-wisenet-cameras-cve-2025-52598-52601-cve-2025-8075\/"},"wordCount":974,"publisher":{"@id":"https:\/\/mallen.com.au\/blog\/#organization"},"keywords":["cve","firmware","hanwha","ip-cameras","video-management"],"articleSection":["Security Bulletin"],"inLanguage":"en-AU"},{"@type":"WebPage","@id":"https:\/\/mallen.com.au\/blog\/smile-youre-being-hacked-nozomi-networks-labs-finds-five-new-flaws-in-hanwha-wisenet-cameras-cve-2025-52598-52601-cve-2025-8075\/","url":"https:\/\/mallen.com.au\/blog\/smile-youre-being-hacked-nozomi-networks-labs-finds-five-new-flaws-in-hanwha-wisenet-cameras-cve-2025-52598-52601-cve-2025-8075\/","name":"Smile, You're Being Hacked: Nozomi Networks Labs Finds Five New Flaws in Hanwha Wisenet Cameras (CVE-2025-52598\u201352601, CVE-2025-8075) - Mallen Services Blog","isPartOf":{"@id":"https:\/\/mallen.com.au\/blog\/#website"},"datePublished":"2026-05-27T09:31:07+00:00","dateModified":"2026-05-27T09:31:08+00:00","breadcrumb":{"@id":"https:\/\/mallen.com.au\/blog\/smile-youre-being-hacked-nozomi-networks-labs-finds-five-new-flaws-in-hanwha-wisenet-cameras-cve-2025-52598-52601-cve-2025-8075\/#breadcrumb"},"inLanguage":"en-AU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mallen.com.au\/blog\/smile-youre-being-hacked-nozomi-networks-labs-finds-five-new-flaws-in-hanwha-wisenet-cameras-cve-2025-52598-52601-cve-2025-8075\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/mallen.com.au\/blog\/smile-youre-being-hacked-nozomi-networks-labs-finds-five-new-flaws-in-hanwha-wisenet-cameras-cve-2025-52598-52601-cve-2025-8075\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mallen.com.au\/blog\/"},{"@type":"ListItem","position":2,"name":"Smile, You&#8217;re Being Hacked: Nozomi Networks Labs Finds Five New Flaws in Hanwha Wisenet Cameras (CVE-2025-52598\u201352601, CVE-2025-8075)"}]},{"@type":"WebSite","@id":"https:\/\/mallen.com.au\/blog\/#website","url":"https:\/\/mallen.com.au\/blog\/","name":"Mallen Services Blog","description":"","publisher":{"@id":"https:\/\/mallen.com.au\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mallen.com.au\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-AU"},{"@type":"Organization","@id":"https:\/\/mallen.com.au\/blog\/#organization","name":"Mallen Services Blog","url":"https:\/\/mallen.com.au\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-AU","@id":"https:\/\/mallen.com.au\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/mallen.com.au\/blog\/wp-content\/uploads\/2026\/04\/mallen_logo.png","contentUrl":"https:\/\/mallen.com.au\/blog\/wp-content\/uploads\/2026\/04\/mallen_logo.png","width":300,"height":99,"caption":"Mallen Services Blog"},"image":{"@id":"https:\/\/mallen.com.au\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/20317354"]},{"@type":"Person","@id":"https:\/\/mallen.com.au\/blog\/#\/schema\/person\/4d777684cddb8303a581c08d2309f223","name":"Mallen Newsroom","image":{"@type":"ImageObject","inLanguage":"en-AU","@id":"https:\/\/secure.gravatar.com\/avatar\/897ec101e702c9c928945a9febd0c8386517fd1f7722ad5b7460e46e49be291f?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/897ec101e702c9c928945a9febd0c8386517fd1f7722ad5b7460e46e49be291f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/897ec101e702c9c928945a9febd0c8386517fd1f7722ad5b7460e46e49be291f?s=96&d=mm&r=g","caption":"Mallen Newsroom"},"url":"https:\/\/mallen.com.au\/blog\/author\/mallen-newsroom\/"}]}},"_links":{"self":[{"href":"https:\/\/mallen.com.au\/blog\/wp-json\/wp\/v2\/posts\/95","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mallen.com.au\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mallen.com.au\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mallen.com.au\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/mallen.com.au\/blog\/wp-json\/wp\/v2\/comments?post=95"}],"version-history":[{"count":1,"href":"https:\/\/mallen.com.au\/blog\/wp-json\/wp\/v2\/posts\/95\/revisions"}],"predecessor-version":[{"id":101,"href":"https:\/\/mallen.com.au\/blog\/wp-json\/wp\/v2\/posts\/95\/revisions\/101"}],"wp:attachment":[{"href":"https:\/\/mallen.com.au\/blog\/wp-json\/wp\/v2\/media?parent=95"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mallen.com.au\/blog\/wp-json\/wp\/v2\/categories?post=95"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mallen.com.au\/blog\/wp-json\/wp\/v2\/tags?post=95"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}