{"id":31883,"date":"2025-12-18T11:45:20","date_gmt":"2025-12-18T11:45:20","guid":{"rendered":"http:\/\/localhost\/?p=31883"},"modified":"2025-12-18T11:45:20","modified_gmt":"2025-12-18T11:45:20","slug":"xiongmai-xm530-ip-camera-onvif-complete-authentication-bypass","status":"publish","type":"post","link":"https:\/\/zero.redgem.net\/?p=31883","title":{"rendered":"\ud83d\udcc4 Xiongmai XM530 IP Camera ONVIF Complete Authentication Bypass_PACKETSTORM:213044"},"content":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2025-12-18T16:34:58&#8243;,&#8221;description&#8221;:&#8221;There is a complete authentication bypass in the ONVIF implementation of Xiongmai XM530-series IP cameras that allows unauthenticated remote access to sensitive device information, configuration, and video streams&#8230;&#8221;,&#8221;published&#8221;:&#8221;2025-12-18T00:00:00&#8243;,&#8221;modified&#8221;:&#8221;2025-12-18T00:00:00&#8243;,&#8221;type&#8221;:&#8221;packetstorm&#8221;,&#8221;title&#8221;:&#8221;\ud83d\udcc4 Xiongmai XM530 IP Camera ONVIF Complete Authentication Bypass&#8221;,&#8221;source&#8221;:&#8221;&#8221;,&#8221;references&#8221;:&#8221;&#8221;,&#8221;id&#8221;:&#8221;PACKETSTORM:213044&#8243;,&#8221;bulletinFamily&#8221;:&#8221;exploit&#8221;,&#8221;cwe&#8221;:null,&#8221;cvelist&#8221;:[&#8220;CVE-2017-16725&#8243;,&#8221;CVE-2018-10088&#8243;,&#8221;CVE-2018-17915&#8243;,&#8221;CVE-2025-65856&#8243;,&#8221;CVE-2025-65857&#8243;],&#8221;sourceData&#8221;:&#8221;# CVE-2025-65856\\n    \\n    **Xiongmai XM530 IP Camera ONVIF Complete Authentication Bypass**\\n    \\n    &#8212;\\n    \\n    ## Summary\\n    \\n    Complete authentication bypass in the ONVIF implementation of Xiongmai XM530-series IP cameras allows unauthenticated remote access to sensitive device information, configuration, and video streams.\\n    \\n    **CVE ID:** CVE-2025-65856  \\n    **Severity:** CRITICAL  \\n    **CVSS v3.1 Score:** 9.8  \\n    **CVSS Vector:** `CVSS:3.1\/AV:N\/AC:L\/PR:N\/UI:N\/S:U\/C:H\/I:H\/A:H`\\n    \\n    ### CVSS Breakdown\\n    \\n    * **Attack Vector (AV):** Network &#8211; Remotely exploitable\\n    * **Attack Complexity (AC):** Low &#8211; No special conditions required\\n    * **Privileges Required (PR):** None &#8211; No authentication needed\\n    * **User Interaction (UI):** None &#8211; Zero-click exploitation\\n    * **Confidentiality\/Integrity\/Availability:** High &#8211; Complete device compromise\\n    \\n    &#8212;\\n    \\n    ## Affected Products\\n    \\n    **Vendor:** Hangzhou Xiongmai Technology Co., Ltd.  \\n    **Product:** IP Camera XM530V200_X6-WEQ_8M  \\n    **Commercial Brand:** ANBIUX (and hundreds of OEM rebrands)  \\n    **Firmware:** V5.00.R02.000807D8.10010.346624.S.ONVIF 21.06 and likely all V5.00.R02.* versions  \\n    **Component:** ONVIF Web Service Implementation\\n    \\n    **Device Context:**  \\n    Xiongmai is a major OEM supplier of IP cameras sold under hundreds of brand names globally. These cameras are widely deployed in residential, commercial, and industrial surveillance systems.\\n    \\n    &#8212;\\n    \\n    ## Vulnerability Details\\n    \\n    The ONVIF web service implementation fails to enforce authentication on 31 critical endpoints that should require credentials per ONVIF specifications.\\n    \\n    **Technical Details:**\\n    \\n    1. **Missing WS-Security Authentication (CWE-306)**\\n       * ONVIF endpoints accept unauthenticated SOAP requests\\n       * No validation of Security headers\\n       * Standard ONVIF authentication completely bypassed\\n    \\n    2. **Affected Endpoints (partial list):**\\n       * `GetDeviceInformation` &#8211; Hardware\/firmware details\\n       * `GetUsers` &#8211; User account information\\n       * `GetStreamUri` &#8211; RTSP stream URIs with credentials\\n       * `GetSnapshotUri` &#8211; Still image URIs\\n       * `GetNetworkInterfaces` &#8211; Network configuration\\n       * `GetNetworkProtocols` &#8211; Enabled services\/ports\\n       * `GetDNS` \/ `GetNTP` &#8211; DNS and NTP configuration\\n       * `GetPresets` \/ `GetNodes` &#8211; PTZ configuration\\n       * `SetRelayOutputState` &#8211; Control relay outputs (alarms)\\n       * &#8230; and 22 additional critical endpoints\\n    \\n    3. **Attack Surface:**\\n       * Common ports: 80, 8000, 8080, 8899\\n       * No rate limiting observed\\n       * Thousands of devices exposed to internet (Shodan: `port:80 \\&#8221;Server: uc-httpd\\&#8221;` or `port:8899 \\&#8221;XM\\&#8221;`)\\n    \\n    &#8212;\\n    \\n    ## Impact\\n    \\n    An unauthenticated remote attacker can:\\n    \\n    * Access live video and audio streams\\n    * Obtain complete device configuration\\n    * Enumerate user accounts and credentials\\n    * Control PTZ (Pan-Tilt-Zoom) functions\\n    * Manipulate relay outputs (alarm systems)\\n    * Perform network reconnaissance\\n    * Extract RTSP credentials (see CVE-2025-65857)\\n    \\n    **Privacy Impact:** Direct violation of GDPR and privacy regulations. Enables mass surveillance operations.\\n    \\n    **Combined with CVE-2025-65857:** Complete zero-authentication access to live video streams.\\n    \\n    &#8212;\\n    \\n    ## Proof of Concept\\n    \\n    **Basic ONVIF Request (No Authentication):**\\n    \\n    &#8220;`bash\\n    curl -X POST http:\/\/[CAMERA_IP]:8899\/onvif\/device_service \\\\\\n      -H \\&#8221;Content-Type: application\/soap+xml\\&#8221; \\\\\\n      -d &#8216;\\u003c?xml version=\\&#8221;1.0\\&#8221; encoding=\\&#8221;UTF-8\\&#8221;?\\u003e\\n    \\u003cs:Envelope xmlns:s=\\&#8221;http:\/\/www.w3.org\/2003\/05\/soap-envelope\\&#8221;\\u003e\\n      \\u003cs:Body xmlns:tds=\\&#8221;http:\/\/www.onvif.org\/ver10\/device\/wsdl\\&#8221;\\u003e\\n        \\u003ctds:GetDeviceInformation\/\\u003e\\n      \\u003c\/s:Body\\u003e\\n    \\u003c\/s:Envelope\\u003e&#8217;\\n    &#8220;`\\n    \\n    **Expected:** Authentication required  \\n    **Actual:** Full device information returned without credentials\\n    \\n    Complete PoC testing all 31 vulnerable endpoints available to security researchers upon request.\\n    \\n    &#8212;\\n    \\n    ## Mitigation\\n    \\n    ### For Users (Immediate):\\n    \\n    * **Network Isolation:** Place cameras on isolated VLAN with no internet access\\n    * **Firewall Rules:** Block inbound connections to ports 80, 8000, 8080, 8899, 554\\n    * **Disable ONVIF:** Check camera settings for option to disable ONVIF protocol\\n    * **VPN-Only Access:** Never expose cameras directly to internet\\n    * **Consider Replacement:** Given vendor&#8217;s security history, replacement recommended\\n    \\n    ### For Vendor:\\n    \\n    * Implement proper WS-Security authentication on all ONVIF endpoints\\n    * Follow ONVIF Core Specification security requirements\\n    * Add rate limiting and brute force protection\\n    * Enable security logging and alerts\\n    \\n    **No patch currently available.**\\n    \\n    &#8212;\\n    \\n    ## Timeline\\n    \\n    * **November 2025:** Vulnerability discovered during security assessment\\n    * **December 16, 2025:** CVE-2025-65856 assigned by MITRE (Service Request: 1954988)\\n    * **December 17, 2025:** Vendor contact attempted via XMSRC@xiongmaitech.com (email delivery failed &#8211; server misconfigured)\\n    * **December 17, 2025:** Alternative contact attempted via oversea_sales@xiongmaitech.com (email delivery failed)\\n    * **December 17, 2025:** Public disclosure\\n    \\n    **Vendor Response:** No response received. Official security contact infrastructure non-functional.\\n    \\n    &#8212;\\n    \\n    ## Credits\\n    \\n    **Discovered by:** Luis Miranda Acebedo  \\n    **Location:** Vigo, Galicia, Spain  \\n    **Contact:** luis.miranda.acebedo@gmail.com\\n    \\n    &#8212;\\n    \\n    ## References\\n    \\n    * **CVE:** https:\/\/cve.mitre.org\/cgi-bin\/cvename.cgi?name=CVE-2025-65856\\n    * **Related:** CVE-2025-65857 (Hardcoded RTSP Credentials)\\n    * **CWE-306:** https:\/\/cwe.mitre.org\/data\/definitions\/306.html\\n    * **ONVIF Spec:** https:\/\/www.onvif.org\/specs\/core\/ONVIF-Core-Specification.pdf\\n    * **Vendor History:**\\n      * CVE-2017-16725 (Directory traversal, unpatched)\\n      * CVE-2018-10088 (Authentication bypass, unpatched)\\n      * CVE-2018-17915, 17917, 17919 (XMEye P2P vulnerabilities)\\n      * Mirai botnet contributor (2016)\\n      * SEC Consult Advisory (2018): \\&#8221;Recommend discontinuing Xiongmai products\\&#8221;\\n    \\n    This site is open source. [Improve this page](https:\/\/github.com\/LuisMirandaAcebedo\/CVE-2025-65856\/edit\/main\/README.md).&#8221;,&#8221;sourceHref&#8221;:&#8221;https:\/\/packetstorm.news\/download\/213044&#8243;,&#8221;cvss&#8221;:{&#8220;score&#8221;:10,&#8221;severity&#8221;:&#8221;HIGH&#8221;,&#8221;vector&#8221;:&#8221;AV:N\/AC:L\/Au:N\/C:C\/I:C\/A:C&#8221;,&#8221;version&#8221;:&#8221;2.0&#8243;},&#8221;cvss2&#8243;:{},&#8221;cvss3&#8243;:{&#8220;version&#8221;:&#8221;&#8221;,&#8221;vectorString&#8221;:&#8221;&#8221;,&#8221;baseScore&#8221;:0,&#8221;baseSeverity&#8221;:&#8221;&#8221;,&#8221;attackVector&#8221;:&#8221;&#8221;,&#8221;attackComplexity&#8221;:&#8221;&#8221;,&#8221;privilegesRequired&#8221;:&#8221;&#8221;,&#8221;userInteraction&#8221;:&#8221;&#8221;,&#8221;scope&#8221;:&#8221;&#8221;,&#8221;confidentialityImpact&#8221;:&#8221;&#8221;,&#8221;integrityImpact&#8221;:&#8221;&#8221;,&#8221;availabilityImpact&#8221;:&#8221;&#8221;,&#8221;cvssV3&#8243;:{&#8220;version&#8221;:&#8221;3.0&#8243;,&#8221;vectorString&#8221;:&#8221;CVSS:3.0\/AV:N\/AC:L\/PR:N\/UI:N\/S:U\/C:H\/I:H\/A:H&#8221;,&#8221;baseScore&#8221;:9.8,&#8221;baseSeverity&#8221;:&#8221;CRITICAL&#8221;,&#8221;attackVector&#8221;:&#8221;NETWORK&#8221;,&#8221;attackComplexity&#8221;:&#8221;LOW&#8221;,&#8221;privilegesRequired&#8221;:&#8221;NONE&#8221;,&#8221;userInteraction&#8221;:&#8221;NONE&#8221;,&#8221;scope&#8221;:&#8221;UNCHANGED&#8221;,&#8221;confidentialityImpact&#8221;:&#8221;HIGH&#8221;,&#8221;integrityImpact&#8221;:&#8221;HIGH&#8221;,&#8221;availabilityImpact&#8221;:&#8221;HIGH&#8221;}},&#8221;href&#8221;:&#8221;https:\/\/packetstorm.news\/files\/id\/213044\/&#8221;,&#8221;category_name&#8221;:&#8221;Exploit&#8221;,&#8221;post_link&#8221;:&#8221;&#8221;,&#8221;product&#8221;:&#8221;&#8221;,&#8221;version&#8221;:&#8221;&#8221;,&#8221;vendor&#8221;:&#8221;&#8221;,&#8221;ai_description&#8221;:&#8221;&#8221;,&#8221;ai_severity&#8221;:&#8221;&#8221;,&#8221;ai_vendor&#8221;:&#8221;&#8221;,&#8221;ai_product&#8221;:&#8221;&#8221;,&#8221;ai_version&#8221;:&#8221;&#8221;,&#8221;ai_score&#8221;:0}<\/p>\n","protected":false},"excerpt":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2025-12-18T16:34:58&#8243;,&#8221;description&#8221;:&#8221;There is a complete authentication bypass in the ONVIF implementation of Xiongmai XM530-series IP cameras that allows unauthenticated remote access to sensitive device information, configuration,&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[6,8,36,12,15,13,53,7,11,5],"class_list":["post-31883","post","type-post","status-publish","format-standard","hentry","category-category_exploit","tag-cve","tag-cvss","tag-cvss-100","tag-exploit","tag-high","tag-news","tag-packetstorm","tag-security","tag-tapic","tag-vulnerability"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\ud83d\udcc4 Xiongmai XM530 IP Camera ONVIF Complete Authentication Bypass_PACKETSTORM:213044 - zero redgem<\/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:\/\/zero.redgem.net\/?p=31883\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ud83d\udcc4 Xiongmai XM530 IP Camera ONVIF Complete Authentication Bypass_PACKETSTORM:213044 - zero redgem\" \/>\n<meta property=\"og:description\" content=\"{&#8220;lastseen&#8221;:&#8221;2025-12-18T16:34:58&#8243;,&#8221;description&#8221;:&#8221;There is a complete authentication bypass in the ONVIF implementation of Xiongmai XM530-series IP cameras that allows unauthenticated remote access to sensitive device information, configuration,...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zero.redgem.net\/?p=31883\" \/>\n<meta property=\"og:site_name\" content=\"zero redgem\" \/>\n<meta property=\"article:published_time\" content=\"2025-12-18T11:45:20+00:00\" \/>\n<meta name=\"author\" content=\"invoker\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"invoker\" \/>\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:\\\/\\\/zero.redgem.net\\\/?p=31883#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=31883\"},\"author\":{\"name\":\"invoker\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\"},\"headline\":\"\ud83d\udcc4 Xiongmai XM530 IP Camera ONVIF Complete Authentication Bypass_PACKETSTORM:213044\",\"datePublished\":\"2025-12-18T11:45:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=31883\"},\"wordCount\":1046,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"keywords\":[\"CVE\",\"CVSS\",\"CVSS-10.0\",\"exploit\",\"HIGH\",\"news\",\"packetstorm\",\"Security\",\"tapic\",\"Vulnerability\"],\"articleSection\":[\"category_exploit\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=31883#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=31883\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?p=31883\",\"name\":\"\ud83d\udcc4 Xiongmai XM530 IP Camera ONVIF Complete Authentication Bypass_PACKETSTORM:213044 - zero redgem\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\"},\"datePublished\":\"2025-12-18T11:45:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=31883#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=31883\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=31883#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zero.redgem.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ud83d\udcc4 Xiongmai XM530 IP Camera ONVIF Complete Authentication Bypass_PACKETSTORM:213044\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/\",\"name\":\"zero redgem\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/zero.redgem.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\",\"name\":\"zero redgem\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"\",\"contentUrl\":\"\",\"width\":191,\"height\":188,\"caption\":\"zero redgem\"},\"image\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\",\"name\":\"invoker\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"caption\":\"invoker\"},\"sameAs\":[\"https:\\\/\\\/zero.redgem.net\"],\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\ud83d\udcc4 Xiongmai XM530 IP Camera ONVIF Complete Authentication Bypass_PACKETSTORM:213044 - zero redgem","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:\/\/zero.redgem.net\/?p=31883","og_locale":"en_US","og_type":"article","og_title":"\ud83d\udcc4 Xiongmai XM530 IP Camera ONVIF Complete Authentication Bypass_PACKETSTORM:213044 - zero redgem","og_description":"{&#8220;lastseen&#8221;:&#8221;2025-12-18T16:34:58&#8243;,&#8221;description&#8221;:&#8221;There is a complete authentication bypass in the ONVIF implementation of Xiongmai XM530-series IP cameras that allows unauthenticated remote access to sensitive device information, configuration,...","og_url":"https:\/\/zero.redgem.net\/?p=31883","og_site_name":"zero redgem","article_published_time":"2025-12-18T11:45:20+00:00","author":"invoker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"invoker","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zero.redgem.net\/?p=31883#article","isPartOf":{"@id":"https:\/\/zero.redgem.net\/?p=31883"},"author":{"name":"invoker","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca"},"headline":"\ud83d\udcc4 Xiongmai XM530 IP Camera ONVIF Complete Authentication Bypass_PACKETSTORM:213044","datePublished":"2025-12-18T11:45:20+00:00","mainEntityOfPage":{"@id":"https:\/\/zero.redgem.net\/?p=31883"},"wordCount":1046,"commentCount":0,"publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"keywords":["CVE","CVSS","CVSS-10.0","exploit","HIGH","news","packetstorm","Security","tapic","Vulnerability"],"articleSection":["category_exploit"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/zero.redgem.net\/?p=31883#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zero.redgem.net\/?p=31883","url":"https:\/\/zero.redgem.net\/?p=31883","name":"\ud83d\udcc4 Xiongmai XM530 IP Camera ONVIF Complete Authentication Bypass_PACKETSTORM:213044 - zero redgem","isPartOf":{"@id":"https:\/\/zero.redgem.net\/#website"},"datePublished":"2025-12-18T11:45:20+00:00","breadcrumb":{"@id":"https:\/\/zero.redgem.net\/?p=31883#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zero.redgem.net\/?p=31883"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zero.redgem.net\/?p=31883#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zero.redgem.net\/"},{"@type":"ListItem","position":2,"name":"\ud83d\udcc4 Xiongmai XM530 IP Camera ONVIF Complete Authentication Bypass_PACKETSTORM:213044"}]},{"@type":"WebSite","@id":"https:\/\/zero.redgem.net\/#website","url":"https:\/\/zero.redgem.net\/","name":"zero redgem","description":"","publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zero.redgem.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/zero.redgem.net\/#organization","name":"zero redgem","url":"https:\/\/zero.redgem.net\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zero.redgem.net\/#\/schema\/logo\/image\/","url":"","contentUrl":"","width":191,"height":188,"caption":"zero redgem"},"image":{"@id":"https:\/\/zero.redgem.net\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca","name":"invoker","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","caption":"invoker"},"sameAs":["https:\/\/zero.redgem.net"],"url":"https:\/\/zero.redgem.net\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/31883","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=31883"}],"version-history":[{"count":0,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/31883\/revisions"}],"wp:attachment":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=31883"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=31883"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=31883"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}