Broken Access Control Vulnerabilities | FirstBlood v1 | Bug Bounty Service

Поділитися
Вставка
  • Опубліковано 3 лют 2025

КОМЕНТАРІ • 17

  • @aDeveloper-c9o
    @aDeveloper-c9o Рік тому +2

    Thank you so much for making these videos. I recently finished reading a few books on web app security and these videos are helping me ease my way into bug bounty.

  • @FuentesVivian-i8k
    @FuentesVivian-i8k 3 дні тому

    Need a Job doing Research on this

  • @TheDeluxesam
    @TheDeluxesam 2 місяці тому

    Hi Martin, thank you so much for these videos. They help me a lot more than the usual ones because you explain them so simply! Is there any way i could get in contact with you?

    • @martinvoelk
      @martinvoelk  2 місяці тому

      you can use the contact form on martinvoelk.com Don't wanna post contact email here.

  • @hunterone7072
    @hunterone7072 Рік тому +1

    I have question?
    How attacker find victim cookies? Which u use this video.
    Administration how can find Normal user cookies? Can u clear me please?

    • @martinvoelk
      @martinvoelk  Рік тому

      XSS when the cookies are not httpOnly protected for example

  • @gulfamalij3205
    @gulfamalij3205 5 місяців тому

    Informative one ❤

  • @Pecinta_wanita11
    @Pecinta_wanita11 4 місяці тому

    Can it be implementing to sensitive data exposure?

    • @martinvoelk
      @martinvoelk  4 місяці тому

      Yes. Broken access control is the vulnerability class and sensitive information disclosure is often the result.

  • @ThrowGames
    @ThrowGames 9 місяців тому

    How can we avoid this issue? Can be implementing Access-Control-Origin headers?

    • @martinvoelk
      @martinvoelk  9 місяців тому

      No, what you are referring to is CORS (cross site origin resource sharing). That would allow you to losen the Same Origin Policy for cross site interaction. In this case here, authorization checks need to be implemented so that it's verified that the asset belongs to the authenticated user.

    • @ThrowGames
      @ThrowGames 9 місяців тому

      @@martinvoelk so the way to fix it is comproving if user is logged in?

    • @ThrowGames
      @ThrowGames 9 місяців тому

      And... Maybe if has the needed permissions to update the record or something like that?

  • @haanrey
    @haanrey Рік тому

    thnk youf ro mqking video