-- Leo's gemini proxy

-- Connecting to lyk.so:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;

use csrf tokens


If you're going to implement a service on Gemini, you should probably use CSRF tokens for paths that produce writes. A user on Geddit suggests requiring client certificates:


gemini://geddit.glv.one/s/375


This does not solve the problem. A user's browser may be set up to use a client certificate for all requests to a given server or URL (and all its sub-URLs). The way this problem was solved on the Web, and the way which likewise makes the most sense on Gemini, is to generate a random, single-use, time-limited string which must be submitted with any request to any URL which mutates state on the server.


Station is the only service I've seen so far on Gemini that does something like this, though the implementation isn't exactly correct. The "CSRF string" is just the first four letters of the user's client certificate, which is better than nothing, though it does leave open the possibility of CSRF attacks delivered via spear-phishing if the client certificate fingerprint gets leaked anywhere (e.g., if the attacker happens to run a Gemini service as well). (There's also the risk of an attacker succeeding with a blind guess, but they'd be expected to succeed in only 1 in 65,536 clicks.) Gemini is likely not yet at a stage where this sort of spear-phishing attack is likely to take place, let alone be of any consequence, but the security implications of design choices should be noted, in my opinion.


gemini://station.martinrue.com/

-- Response ended

-- Page fetched on Tue May 7 18:18:52 2024