Earlier quoted context omitted.
Nope https://www.heise.de/en/news/Modern-Solution-Court-of-Appeal...
AFAIK felonies in Germany require "intent", not "criminal intent". The guy could have stopped earlier, right after testing the password. But he decided to use it to view data which didn't belong to him. I realize I'm going against the general public opinion, but he didn't have to do that, and I can see why the court didn't accept "but I only did it to take screenshots" as a valid defense, because that's clearly inten…
AI agent hacks gym to get its user a spot in pilates class
61–70 of 75 posts
Re: AI agent hacks gym to get its user a spot in pilates class
#62Re: AI agent hacks gym to get its user a spot in pilates class
#63Earlier quoted context omitted.
In a legal sense any unwanted intrusion can be considered hacking - i.e. a 'hack' is not contingent on penetrating authorization. In practice most APIs are secured by obscurity rather than any high quality rigorous authorization. The only thing it would make absolutely clear at a legal level is that you do not want the API to be publicly used, but for a jury/judge accessing an unadvertised API via browser tools is ha…
And to be clear, this isn't an "I just walked through an open door" situation. This is getting in the house through a 2nd floor open window, destroying some items and putting some of your own in their place. > the bot explained that it had manipulated the system to book him onto classes months in advance - against the normal rules of the system. > The agent replied saying it had succeeded by cancelling another gym-go…
Re: AI agent hacks gym to get its user a spot in pilates class
#64Is it even possible to "hack" an API that has no authorisation for any of its methods?
Yes, the Computer Fraud and Abuse Act is widely criticised for making almost any act a violation ( https://www.law.cornell.edu/uscode/text/18/1030 ) including many things that many people do on a routine basis, such as accessing a non-public API. If it was not intended to be accessed and is accessed, then the perpetrator of the crime has met the "exceeds authorized access" clause. > (a) Whoever > (2) intentionally ac…
Re: AI agent hacks gym to get its user a spot in pilates class
#65Earlier quoted context omitted.
AFAIK felonies in Germany require "intent", not "criminal intent". The guy could have stopped earlier, right after testing the password. But he decided to use it to view data which didn't belong to him. I realize I'm going against the general public opinion, but he didn't have to do that, and I can see why the court didn't accept "but I only did it to take screenshots" as a valid defense, because that's clearly inten…
Modern Solution would have claimed that the password wouldn‘t have allowed access to important data.
Re: AI agent hacks gym to get its user a spot in pilates class
#66Earlier quoted context omitted.
I do think one day that LLMs may be so 'aligned' that hacking culture will have a resurgence in some way. In the sense that the only way to do anything a bit below board will be done manually.
Nah, local models with abliterated layers and uncensoring will be sold on the deepweb
Re: AI agent hacks gym to get its user a spot in pilates class
#67Earlier quoted context omitted.
Modern Solution would have claimed that the password wouldn‘t have allowed access to important data.
So be it. Publicly disclose the vulnerability and stop doing business with them.
And publicly disclose that the publicly available software contains the password in plain text could have been construed as aiding a criminal offense.
He was ordered by his customer to look into logging problems.
He found the password in plain text, looked into a database he thought contains only data of his customer and found it‘s data of other customers too.
Re: AI agent hacks gym to get its user a spot in pilates class
#68Earlier quoted context omitted.
If you talking about Britain, it depends on why you walked through the door
I am, and yes, its not a crime in itself though, unlike picking the lock to get in.
"But officer, I only walked into that woman's house as an act in itself"
Re: AI agent hacks gym to get its user a spot in pilates class
#69Earlier quoted context omitted.
Practically speaking, discovering that fact and taking advantage of it, is already "hacking".
We are used the interfaces being web interfaces. But say that the underlying api exposes some endpoint discoverability capabilities (eg. Exposing an openAPI spec), then arguably the action was invited: the actions was documented along with the auth model.
Re: AI agent hacks gym to get its user a spot in pilates class
#70Earlier quoted context omitted.
In a legal sense any unwanted intrusion can be considered hacking - i.e. a 'hack' is not contingent on penetrating authorization. In practice most APIs are secured by obscurity rather than any high quality rigorous authorization. The only thing it would make absolutely clear at a legal level is that you do not want the API to be publicly used, but for a jury/judge accessing an unadvertised API via browser tools is ha…
And to be clear, this isn't an "I just walked through an open door" situation. This is getting in the house through a 2nd floor open window, destroying some items and putting some of your own in their place. > the bot explained that it had manipulated the system to book him onto classes months in advance - against the normal rules of the system. > The agent replied saying it had succeeded by cancelling another gym-go…
I disagree. If an endpoint is open, my assumption is that it's free for me to call, the same way I expect to be able to purchase items on the shelf at the store. If you fail to clearly label or separate them, that's on you.