<feed xmlns="http://www.w3.org/2005/Atom"> <id>https://danusminimus.github.io/</id><title>danusminimus</title><subtitle>A blog dedicated to reverse engineering, malware analysis, and security research.</subtitle> <updated>2026-07-09T01:22:44-04:00</updated> <author> <name>Dan</name> <uri>https://danusminimus.github.io/</uri> </author><link rel="self" type="application/atom+xml" href="https://danusminimus.github.io/feed.xml"/><link rel="alternate" type="text/html" hreflang="en" href="https://danusminimus.github.io/"/> <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator> <rights> © 2026 Dan </rights> <icon>/assets/img/favicons/favicon.ico</icon> <logo>/assets/img/favicons/favicon-96x96.png</logo> <entry><title>My Agentic Trust Issues: From Prompt Injection to Supply-Chain Compromise on gemini-cli</title><link href="https://danusminimus.github.io/posts/My-Agentic-Trust-Issues-From-Prompt-Injection-To-Supply-Chain-Compromise-On-gemini-cli/" rel="alternate" type="text/html" title="My Agentic Trust Issues: From Prompt Injection to Supply-Chain Compromise on gemini-cli" /><published>2026-07-08T00:00:00-04:00</published> <updated>2026-07-09T01:22:07-04:00</updated> <id>https://danusminimus.github.io/posts/My-Agentic-Trust-Issues-From-Prompt-Injection-To-Supply-Chain-Compromise-On-gemini-cli/</id> <content type="text/html" src="https://danusminimus.github.io/posts/My-Agentic-Trust-Issues-From-Prompt-Injection-To-Supply-Chain-Compromise-On-gemini-cli/" /> <author> <name>Dan</name> </author> <category term="AI Security Research" /> <category term="Supply Chain" /> <summary>Executive Summary I identified a CVSS 10 critical vulnerability (dubbed TrustIssues) in Google’s AI powered GitHub workflows that allowed any external attacker, with nothing more than a public GitHub issue, to a full supply chain compromise of the gemini-cli repository, Google’s AI coding agent with 101,000+ stars. The critical severity rating reflects a specific bypass I identified inside Ge...</summary> </entry> <entry><title>Prompt Injection leads to RCE and Sandbox Escape in Antigravity</title><link href="https://danusminimus.github.io/posts/Prompt-Injection-Leads-To-RCE-And-Sandbox-Escape-In-Antigravity/" rel="alternate" type="text/html" title="Prompt Injection leads to RCE and Sandbox Escape in Antigravity" /><published>2026-04-26T00:00:00-04:00</published> <updated>2026-07-09T01:22:07-04:00</updated> <id>https://danusminimus.github.io/posts/Prompt-Injection-Leads-To-RCE-And-Sandbox-Escape-In-Antigravity/</id> <content type="text/html" src="https://danusminimus.github.io/posts/Prompt-Injection-Leads-To-RCE-And-Sandbox-Escape-In-Antigravity/" /> <author> <name>Dan</name> </author> <category term="AI Security Research" /> <category term="Agentic IDEs" /> <summary>Executive Summary I discovered a vulnerability in Antigravity, Google’s agentic IDE. This technique exploits insufficient input sanitization of the find_by_name tool’s Pattern parameter, allowing attackers to inject command-line flags into the underlying fd utility, converting a file search operation into arbitrary code execution. Critically, this vulnerability bypasses Antigravity’s Secure M...</summary> </entry> <entry><title>Cursor Allowlist Bypass (CVE-2026-22708)</title><link href="https://danusminimus.github.io/posts/The-Agent-Security-Paradox-When-Trusted-Commands-In-Cursor-Become-Attack-Vectors/" rel="alternate" type="text/html" title="Cursor Allowlist Bypass (CVE-2026-22708)" /><published>2026-01-14T00:00:00-05:00</published> <updated>2026-07-09T01:22:07-04:00</updated> <id>https://danusminimus.github.io/posts/The-Agent-Security-Paradox-When-Trusted-Commands-In-Cursor-Become-Attack-Vectors/</id> <content type="text/html" src="https://danusminimus.github.io/posts/The-Agent-Security-Paradox-When-Trusted-Commands-In-Cursor-Become-Attack-Vectors/" /> <author> <name>Dan</name> </author> <category term="AI Security Research" /> <category term="Agentic IDEs" /> <summary>Executive Summary I discovered a critical vulnerability in Cursor (CVE-2026-22708) that exploits how agentic IDEs handle shell built-in commands. The flaw enables sandbox bypass and remote code execution even with an empty command allowlist. The vulnerability allows attackers to manipulate environment variables through implicitly trusted shell built-ins like export, typeset, and declare. This...</summary> </entry> <entry><title>The short guide for the Freeloader Researcher</title><link href="https://danusminimus.github.io/posts/The-Short-Guide-For-The-Freeloader-Researcher/" rel="alternate" type="text/html" title="The short guide for the Freeloader Researcher" /><published>2022-08-27T00:00:00-04:00</published> <updated>2022-08-27T00:00:00-04:00</updated> <id>https://danusminimus.github.io/posts/The-Short-Guide-For-The-Freeloader-Researcher/</id> <content type="text/html" src="https://danusminimus.github.io/posts/The-Short-Guide-For-The-Freeloader-Researcher/" /> <author> <name>Dan</name> </author> <category term="Security Research" /> <summary>The guide for a freeloader Threat Intelligence Analyst and Malware Researcher Chapter Zero – Prologue Recently I saw a blog post by Trend Micro being posted in the Curated Intelligence Discord group. The blog post describes a rather interesting ransomware incident discovered by Trend Micro where (yet again) a legitimate driver was being utilized to terminate security related processes from th...</summary> </entry> <entry><title>Understanding OLE Objects and Microsoft Magic to mess with with CVE-2022-30190(Follina)</title><link href="https://danusminimus.github.io/posts/Understanding-OLE-Objects-and-Microsoft-Magic-to-mess-with-with-CVE-2022-30190(Follina)/" rel="alternate" type="text/html" title="Understanding OLE Objects and Microsoft Magic to mess with with CVE-2022-30190(Follina)" /><published>2022-06-18T00:00:00-04:00</published> <updated>2026-02-04T16:26:17-05:00</updated> <id>https://danusminimus.github.io/posts/Understanding-OLE-Objects-and-Microsoft-Magic-to-mess-with-with-CVE-2022-30190(Follina)/</id> <content type="text/html" src="https://danusminimus.github.io/posts/Understanding-OLE-Objects-and-Microsoft-Magic-to-mess-with-with-CVE-2022-30190(Follina)/" /> <author> <name>Dan</name> </author> <category term="Security Research" /> <summary>Understanding the Compound File Binary format and OLE structures to mess with CVE-2022-30190 Initially I began this research to generate weaponized RTF files delivering the CVE-2022-30190(Follina) exploit. Why RTF files? Because the payload with RTF files will deliver on (probably) all Windows versions (to the date of writing this report) and can execute by just enabling the preview pane and v...</summary> </entry> </feed>
