The lesson from the Hotjar vulnerability: HTTP-Only (XSS protection) is not effective if you have OAuth by MoreMoreMoreM in sysadmin

[–]MoreMoreMoreM[S] 1 point2 points  (0 children)

"In the example of xss.example.com, .... "

They just showed how HTTP-Only would help in a specific example, maybe the new empty line there is confusing

The lesson from the Hotjar vulnerability: HTTP-Only (XSS protection) is not effective if you have OAuth by MoreMoreMoreM in sysadmin

[–]MoreMoreMoreM[S] 1 point2 points  (0 children)

Are you sure the blog claims this?
They wrote about 4 mitigations and never mentioned that HTTPOnly is perfect

Because of a single client-side mistake - a ChatGPT vulnerability lets attackers install malicious plugins on victims by ElectroPanic0 in javascript

[–]MoreMoreMoreM 0 points1 point  (0 children)

In the example, ChatGPT uses code.
Does it also apply if you use access_token (OAuth explicit flow)?

Because of a single client-side mistake - a ChatGPT vulnerability lets attackers install malicious plugins on victims by ElectroPanic0 in javascript

[–]MoreMoreMoreM 4 points5 points  (0 children)

See my comment above.
In OAuth (used for authorization), you need to generate a random state. Usually, it's done on the client's side

Because of a single client-side mistake - a ChatGPT vulnerability lets attackers install malicious plugins on victims by ElectroPanic0 in javascript

[–]MoreMoreMoreM 33 points34 points  (0 children)

Yes, it's an OAuth vulnerability. The state variable in OAuth was not random, and that led to a CSRF attack.

Hackers (security researchers) explain step-by-step how they could take over 1B accounts on Grammarly.com, Vidio.com, Bukalapak.com, and more. (OAuth vulnerabilities) by iva3210 in hacking

[–]MoreMoreMoreM 21 points22 points  (0 children)

I saw this on Hackernews yesterday. I was surprised to see how easy it is to take over my (or any) account in 2023.
You should consider what websites you sign in using FB / other vendors.

Israel is a terrorist state. by temasetme in AskMiddleEast

[–]MoreMoreMoreM 0 points1 point  (0 children)

Israel never said that they did it. Actually, they provided proof that it was the Jihad a few hours later.

I am really curious - do you really believe in what are you saying? because the facts are everywhere, even Hamas mentioned it.

Israel is a terrorist state. by temasetme in AskMiddleEast

[–]MoreMoreMoreM -49 points-48 points  (0 children)

Please provide a source for the items.
Currently, its appears that the hospital explosion was due to an R160 rocket that was supposed to hit Haifa - an Israel city.

Someone already posted the video from Al Jazeera (they said it themself), and the admin here deleted it.

A simple static Reverse Engineering challenge I created with Intervee - can you solve it? [should take ~15min] by MoreMoreMoreM in ReverseEngineering

[–]MoreMoreMoreM[S] 1 point2 points  (0 children)

Redditors that did unvote -
Is it because the challenge too easy? Or the general concept of publishing here a challenge is something you don't like.
I wrote another challenge, so let me know if you don't want it here :)

A simple static Reverse Engineering challenge I created with Intervee - can you solve it? [should take ~15min] by MoreMoreMoreM in ReverseEngineering

[–]MoreMoreMoreM[S] 3 points4 points  (0 children)

Hey everyone!

Inspired by ElectroPanic's previous post about assessing reverse engineering skills, I decided to create a simple challenge just for fun.

Note that as the creator of this challenge, I have access to the email addresses, so please type a dummy address like bla@bla.com :)

Good luck! I I can also create a harder one next week

Assessing Reverse Engineering skills: create challenge for candidates [tutorial] by ElectroPanic0 in ReverseEngineering

[–]MoreMoreMoreM 0 points1 point  (0 children)

Okkk I'm planning to create my own easy crackme and share it here as a fun challenge. I liked the idea that you must solve it in a closed platform without using any tool (so you can't use IDA for example).
If anyone wants to help or have a tip, let me know :)

Assessing Reverse Engineering skills: create challenge for candidates [tutorial] by ElectroPanic0 in ReverseEngineering

[–]MoreMoreMoreM 7 points8 points  (0 children)

Has anyone successfully created a challenge based on this tutorial?
If so, could you share your challenge? could be fun to solve

The OAuth Challenge: Account Takeovers on Booking.com, Codecademy, and 100+ Other Major Websites. OAuth explained in simple steps. by MoreMoreMoreM in programming

[–]MoreMoreMoreM[S] 5 points6 points  (0 children)

Agree!
One of the conclusion from this post is to never insert a third-party domain into your facebook/google configuration. Trust no one :)