logoalt Hacker News

andrepdyesterday at 4:57 PM3 repliesview on HN

> Yes, if you overwrite binaries executed by ghidra, you can trigger code execution.

> but it's probably worth noting that "RMI" stands for Remote Method Invocation

This reminds me of someone submitting a (clearly vibecoded) vulnerability report claiming to have found a way to execute arbitrary SQL. The project in question? An SQL server... https://github.com/tursodatabase/turso/pull/4322


Replies

pverheggenyesterday at 9:07 PM

lol, that's great...the "vulnerability" isn't even in turso itself, it's a helper method inside a unit test.

gwerbintoday at 1:43 AM

The Turso example is a little ironic because their homepage brands them as a product intended for use primarily by AI agents.

microgpttoday at 9:30 AM

actually that is a valid vulnerability if it wasn't in test code but the correct fix would be to enclose the table name in "" with escaping