{"id":30335,"date":"2025-12-11T02:43:03","date_gmt":"2025-12-11T02:43:03","guid":{"rendered":"http:\/\/localhost\/?p=30335"},"modified":"2025-12-11T02:43:03","modified_gmt":"2025-12-11T02:43:03","slug":"it-didnt-take-long-cve-2025-55182-is-now-under-active-exploitation","status":"publish","type":"post","link":"https:\/\/zero.redgem.net\/?p=30335","title":{"rendered":"It didn\u2019t take long: CVE-2025-55182 is now under active exploitation_SECURELIST:97FECE316FC7E8D2DA2CD4A5C40DF5A6"},"content":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2025-12-11T08:05:12&#8243;,&#8221;description&#8221;:&#8221;![](https:\/\/media.kasperskycontenthub.com\/wp-content\/uploads\/sites\/43\/2025\/12\/11071506\/SL-cve-2025-55182-exploitation-featured-990&#215;400.jpg)\\n\\nOn December 4, 2025, researchers published details on the critical vulnerability CVE-2025-55182, which received a CVSS score of 10.0. It has been unofficially dubbed React4Shell, as it affects React Server Components (RSC) functionality used in web applications built with the React library. RSC speeds up UI rendering by distributing tasks between the client and the server. The flaw is categorized as CWE-502 (Deserialization of Untrusted Data). It allows an attacker to execute commands, as well as read and write files in directories accessible to the web application, with the server process privileges.\\n\\nAlmost immediately after the exploit was published, our honeypots began registering attempts to leverage CVE-2025-55182. This post analyzes the attack patterns, the malware that threat actors are attempting to deliver to vulnerable devices, and shares recommendations for risk mitigation.\\n\\n## A brief technical analysis of the vulnerability\\n\\nReact applications are built on a component-based model. This means each part of the application or framework should operate independently and offer other components clear, simple methods for interaction. While this approach allows for flexible development and feature addition, it can require users to download large amounts of data, leading to inconsistent performance across devices. This is the challenge React Server Components were designed to address.\\n\\nThe vulnerability was found within the Server Actions component of RSC. To reach the vulnerable function, the attacker just needs to send a POST request to the server containing a serialized data payload for execution. Part of the functionality of the handler that allows for unsafe deserialization is illustrated below:\\n\\n![A comparison of the vulnerable \\\\(left\\\\) and patched \\\\(right\\\\) functions](https:\/\/media.kasperskycontenthub.com\/wp-content\/uploads\/sites\/43\/2025\/12\/11072209\/cve-2025-55182-01.png)\\n\\nA comparison of the vulnerable (left) and patched (right) functions\\n\\n## CVE-2025-55182 on Kaspersky honeypots\\n\\nAs the vulnerability is rather simple to exploit, the attackers quickly added it to their arsenal. The initial exploitation attempts were registered by Kaspersky honeypots on December 5. By Monday, December 8, the number of attempts had increased significantly and continues to rise.\\n\\n_The number of CVE-2025-55182 attacks targeting Kaspersky honeypots, by day (download)_\\n\\nAttackers first probe their target to ensure it is not a honeypot: they run whoami, perform multiplication in bash, or compute MD5 or Base64 hashes of random strings to verify their code can execute on the targeted machine.\\n\\n![](https:\/\/media.kasperskycontenthub.com\/wp-content\/uploads\/sites\/43\/2025\/12\/10213401\/cve-2025-55182-exploitation1.png)\\n\\nIn most cases, they then attempt to download malicious files using command-line web clients like wget or curl. Additionally, some attackers deliver a PowerShell-based Windows payload that installs XMRig, a popular Monero crypto miner.\\n\\nCVE-2025-55182 was quickly weaponized by numerous malware campaigns, ranging from classic Mirai\/Gafgyt variants to crypto miners and the RondoDox botnet. Upon infecting a system, RondoDox wastes no time, its loader script immediately moving to eliminate competitors:\\n\\n![](https:\/\/media.kasperskycontenthub.com\/wp-content\/uploads\/sites\/43\/2025\/12\/10213450\/cve-2025-55182-exploitation2.png)\\n\\nBeyond checking hardcoded paths, RondoDox also neutralizes AppArmor and SELinux security modules and employs more sophisticated methods to find and terminate processes with ELF files removed for disguise.\\n\\n![](https:\/\/media.kasperskycontenthub.com\/wp-content\/uploads\/sites\/43\/2025\/12\/10213518\/cve-2025-55182-exploitation3.png)\\n\\nOnly after completing these steps does the script download and execute the main payload by sequentially trying three different loaders: wget, curl, and wget from BusyBox. It also iterates through 18 different malware builds for various CPU architectures, enabling it to infect both IoT devices and standard x86_64 Linux servers.\\n\\nIn some attacks, instead of deploying malware, the adversary attempted to steal credentials for Git and cloud environments. A successful breach could lead to cloud infrastructure compromise, software supply chain attacks, and other severe consequences.\\n\\n![](https:\/\/media.kasperskycontenthub.com\/wp-content\/uploads\/sites\/43\/2025\/12\/10213548\/cve-2025-55182-exploitation4.png)\\n\\n## Risk mitigation measures\\n\\nWe strongly recommend updating the relevant packages by applying patches released by the developers of the corresponding modules and bundles.  \\nVulnerable versions of React Server Components:\\n\\n  * react-server-dom-webpack (19.0.0, 19.1.0, 19.1.1, 19.2.0)\\n  * react-server-dom-parcel (19.0.0, 19.1.0, 19.1.1, 19.2.0)\\n  * react-server-dom-turbopack (19.0.0, 19.1.0, 19.1.1, 19.2.0)\\n\\n\\n\\nBundles and modules confirmed as using React Server Components:\\n\\n  * next\\n  * react-router\\n  * waku\\n  * @parcel\/rsc\\n  * @vitejs\/plugin-rsc\\n  * rwsdk\\n\\n\\n\\nTo prevent exploitation while patches are being deployed, consider blocking all POST requests containing the following keywords in parameters or the request body:\\n\\n  * #constructor\\n  * #__proto__\\n  * #prototype\\n  * vm#runInThisContext\\n  * vm#runInNewContext\\n  * child_process#execSync\\n  * child_process#execFileSync\\n  * child_process#spawnSync\\n  * module#_load\\n  * module#createRequire\\n  * fs#readFileSync\\n  * fs#writeFileSync\\n  * s#appendFileSync\\n\\n\\n\\n## Conclusion\\n\\nDue to the ease of exploitation and the public availability of a working PoC, threat actors have rapidly adopted CVE-2025-55182. It is highly likely that attacks will continue to grow in the near term.\\n\\nWe recommend immediately updating React to the latest patched version, scanning vulnerable hosts for signs of malware, and changing any credentials stored on them.\\n\\n## Indicators of compromise\\n\\n**Malware URLs**  \\nhxxp:\/\/172.237.55.180\/b  \\nhxxp:\/\/172.237.55.180\/c  \\nhxxp:\/\/176.117.107.154\/bot  \\nhxxp:\/\/193.34.213.150\/nuts\/bolts  \\nhxxp:\/\/193.34.213.150\/nuts\/x86  \\nhxxp:\/\/23.132.164.54\/bot  \\nhxxp:\/\/31.56.27.76\/n2\/x86  \\nhxxp:\/\/31.56.27.97\/scripts\/4thepool_miner[.]sh  \\nhxxp:\/\/41.231.37.153\/rondo[.]aqu[.]sh  \\nhxxp:\/\/41.231.37.153\/rondo[.]arc700  \\nhxxp:\/\/41.231.37.153\/rondo[.]armeb  \\nhxxp:\/\/41.231.37.153\/rondo[.]armebhf  \\nhxxp:\/\/41.231.37.153\/rondo[.]armv4l  \\nhxxp:\/\/41.231.37.153\/rondo[.]armv5l  \\nhxxp:\/\/41.231.37.153\/rondo[.]armv6l  \\nhxxp:\/\/41.231.37.153\/rondo[.]armv7l  \\nhxxp:\/\/41.231.37.153\/rondo[.]i486  \\nhxxp:\/\/41.231.37.153\/rondo[.]i586  \\nhxxp:\/\/41.231.37.153\/rondo[.]i686  \\nhxxp:\/\/41.231.37.153\/rondo[.]m68k  \\nhxxp:\/\/41.231.37.153\/rondo[.]mips  \\nhxxp:\/\/41.231.37.153\/rondo[.]mipsel  \\nhxxp:\/\/41.231.37.153\/rondo[.]powerpc  \\nhxxp:\/\/41.231.37.153\/rondo[.]powerpc-440fp  \\nhxxp:\/\/41.231.37.153\/rondo[.]sh4  \\nhxxp:\/\/41.231.37.153\/rondo[.]sparc  \\nhxxp:\/\/41.231.37.153\/rondo[.]x86_64  \\nhxxp:\/\/51.81.104.115\/nuts\/bolts  \\nhxxp:\/\/51.81.104.115\/nuts\/x86  \\nhxxp:\/\/51.91.77.94:13339\/termite\/51.91.77.94:13337  \\nhxxp:\/\/59.7.217.245:7070\/app2  \\nhxxp:\/\/59.7.217.245:7070\/c[.]sh  \\nhxxp:\/\/68.142.129.4:8277\/download\/c[.]sh  \\nhxxp:\/\/89.144.31.18\/nuts\/bolts  \\nhxxp:\/\/89.144.31.18\/nuts\/x86  \\nhxxp:\/\/gfxnick.emerald.usbx[.]me\/bot  \\nhxxp:\/\/meomeoli.mooo[.]com:8820\/CLoadPXP\/lix.exe?pass=PXPa9682775lckbitXPRopGIXPIL  \\nhxxps:\/\/api.hellknight[.]xyz\/js  \\nhxxps:\/\/gist.githubusercontent[.]com\/demonic-agents\/39e943f4de855e2aef12f34324cbf150\/raw\/e767e1cef1c35738689ba4df9c6f7f29a6afba1a\/setup_c3pool_miner[.]sh\\n\\n**MD5 hashes**  \\n0450fe19cfb91660e9874c0ce7a121e0  \\n3ba4d5e0cf0557f03ee5a97a2de56511  \\n622f904bb82c8118da2966a957526a2b  \\n791f123b3aaff1b92873bd4b7a969387  \\nc6381ebf8f0349b8d47c5e623bbcef6b  \\ne82057e481a2d07b177d9d94463a7441&#8243;,&#8221;published&#8221;:&#8221;2025-12-11T07:30:41&#8243;,&#8221;modified&#8221;:&#8221;2025-12-11T07:30:41&#8243;,&#8221;type&#8221;:&#8221;securelist&#8221;,&#8221;title&#8221;:&#8221;It didn\u2019t take long: CVE-2025-55182 is now under active exploitation&#8221;,&#8221;source&#8221;:&#8221;&#8221;,&#8221;references&#8221;:&#8221;&#8221;,&#8221;id&#8221;:&#8221;SECURELIST:97FECE316FC7E8D2DA2CD4A5C40DF5A6&#8243;,&#8221;bulletinFamily&#8221;:&#8221;blog&#8221;,&#8221;cwe&#8221;:null,&#8221;cvelist&#8221;:[&#8220;CVE-2025-55182&#8243;],&#8221;sourceData&#8221;:&#8221;&#8221;,&#8221;sourceHref&#8221;:&#8221;&#8221;,&#8221;cvss&#8221;:{&#8220;score&#8221;:10,&#8221;severity&#8221;:&#8221;CRITICAL&#8221;,&#8221;vector&#8221;:&#8221;CVSS:3.1\/AV:N\/AC:L\/PR:N\/UI:N\/S:C\/C:H\/I:H\/A:H&#8221;,&#8221;version&#8221;:&#8221;3.1&#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;&#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;href&#8221;:&#8221;https:\/\/securelist.com\/cve-2025-55182-exploitation\/118331\/&#8221;,&#8221;category_name&#8221;:&#8221;News&#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-11T08:05:12&#8243;,&#8221;description&#8221;:&#8221;![](https:\/\/media.kasperskycontenthub.com\/wp-content\/uploads\/sites\/43\/2025\/12\/11071506\/SL-cve-2025-55182-exploitation-featured-990&#215;400.jpg)\\n\\nOn December 4, 2025, researchers published details on the critical vulnerability CVE-2025-55182, which received a CVSS score of 10.0. It has been unofficially dubbed React4Shell,&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[9,6,8,36,12,13,136,7,11,5],"class_list":["post-30335","post","type-post","status-publish","format-standard","hentry","category-category_news","tag-critical","tag-cve","tag-cvss","tag-cvss-100","tag-exploit","tag-news","tag-securelist","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>It didn\u2019t take long: CVE-2025-55182 is now under active exploitation_SECURELIST:97FECE316FC7E8D2DA2CD4A5C40DF5A6 - 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=30335\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"It didn\u2019t take long: CVE-2025-55182 is now under active exploitation_SECURELIST:97FECE316FC7E8D2DA2CD4A5C40DF5A6 - zero redgem\" \/>\n<meta property=\"og:description\" content=\"{&#8220;lastseen&#8221;:&#8221;2025-12-11T08:05:12&#8243;,&#8221;description&#8221;:&#8221;![](https:\/\/media.kasperskycontenthub.com\/wp-content\/uploads\/sites\/43\/2025\/12\/11071506\/SL-cve-2025-55182-exploitation-featured-990&#215;400.jpg)nnOn December 4, 2025, researchers published details on the critical vulnerability CVE-2025-55182, which received a CVSS score of 10.0. It has been unofficially dubbed React4Shell,...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zero.redgem.net\/?p=30335\" \/>\n<meta property=\"og:site_name\" content=\"zero redgem\" \/>\n<meta property=\"article:published_time\" content=\"2025-12-11T02:43:03+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=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=30335#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=30335\"},\"author\":{\"name\":\"invoker\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\"},\"headline\":\"It didn\u2019t take long: CVE-2025-55182 is now under active exploitation_SECURELIST:97FECE316FC7E8D2DA2CD4A5C40DF5A6\",\"datePublished\":\"2025-12-11T02:43:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=30335\"},\"wordCount\":1222,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"keywords\":[\"CRITICAL\",\"CVE\",\"CVSS\",\"CVSS-10.0\",\"exploit\",\"news\",\"securelist\",\"Security\",\"tapic\",\"Vulnerability\"],\"articleSection\":[\"category_news\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=30335#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=30335\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?p=30335\",\"name\":\"It didn\u2019t take long: CVE-2025-55182 is now under active exploitation_SECURELIST:97FECE316FC7E8D2DA2CD4A5C40DF5A6 - zero redgem\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\"},\"datePublished\":\"2025-12-11T02:43:03+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=30335#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=30335\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=30335#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zero.redgem.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"It didn\u2019t take long: CVE-2025-55182 is now under active exploitation_SECURELIST:97FECE316FC7E8D2DA2CD4A5C40DF5A6\"}]},{\"@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":"It didn\u2019t take long: CVE-2025-55182 is now under active exploitation_SECURELIST:97FECE316FC7E8D2DA2CD4A5C40DF5A6 - 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=30335","og_locale":"en_US","og_type":"article","og_title":"It didn\u2019t take long: CVE-2025-55182 is now under active exploitation_SECURELIST:97FECE316FC7E8D2DA2CD4A5C40DF5A6 - zero redgem","og_description":"{&#8220;lastseen&#8221;:&#8221;2025-12-11T08:05:12&#8243;,&#8221;description&#8221;:&#8221;![](https:\/\/media.kasperskycontenthub.com\/wp-content\/uploads\/sites\/43\/2025\/12\/11071506\/SL-cve-2025-55182-exploitation-featured-990&#215;400.jpg)nnOn December 4, 2025, researchers published details on the critical vulnerability CVE-2025-55182, which received a CVSS score of 10.0. It has been unofficially dubbed React4Shell,...","og_url":"https:\/\/zero.redgem.net\/?p=30335","og_site_name":"zero redgem","article_published_time":"2025-12-11T02:43:03+00:00","author":"invoker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"invoker","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zero.redgem.net\/?p=30335#article","isPartOf":{"@id":"https:\/\/zero.redgem.net\/?p=30335"},"author":{"name":"invoker","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca"},"headline":"It didn\u2019t take long: CVE-2025-55182 is now under active exploitation_SECURELIST:97FECE316FC7E8D2DA2CD4A5C40DF5A6","datePublished":"2025-12-11T02:43:03+00:00","mainEntityOfPage":{"@id":"https:\/\/zero.redgem.net\/?p=30335"},"wordCount":1222,"commentCount":0,"publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"keywords":["CRITICAL","CVE","CVSS","CVSS-10.0","exploit","news","securelist","Security","tapic","Vulnerability"],"articleSection":["category_news"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/zero.redgem.net\/?p=30335#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zero.redgem.net\/?p=30335","url":"https:\/\/zero.redgem.net\/?p=30335","name":"It didn\u2019t take long: CVE-2025-55182 is now under active exploitation_SECURELIST:97FECE316FC7E8D2DA2CD4A5C40DF5A6 - zero redgem","isPartOf":{"@id":"https:\/\/zero.redgem.net\/#website"},"datePublished":"2025-12-11T02:43:03+00:00","breadcrumb":{"@id":"https:\/\/zero.redgem.net\/?p=30335#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zero.redgem.net\/?p=30335"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zero.redgem.net\/?p=30335#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zero.redgem.net\/"},{"@type":"ListItem","position":2,"name":"It didn\u2019t take long: CVE-2025-55182 is now under active exploitation_SECURELIST:97FECE316FC7E8D2DA2CD4A5C40DF5A6"}]},{"@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\/30335","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=30335"}],"version-history":[{"count":0,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/30335\/revisions"}],"wp:attachment":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=30335"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=30335"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=30335"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}