Broken Access Control Vulnerabilities | FirstBlood v1 | Bug Bounty Service

Поделиться
HTML-код
  • Опубликовано: 21 ноя 2024

Комментарии • 16

  • @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.

  • @TheDeluxesam
    @TheDeluxesam 4 дня назад

    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  4 дня назад

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

  • @Pecinta_wanita11
    @Pecinta_wanita11 Месяц назад

    Can it be implementing to sensitive data exposure?

    • @martinvoelk
      @martinvoelk  Месяц назад

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

  • @hunterone7072
    @hunterone7072 Год назад

    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 3 месяца назад

    Informative one ❤

  • @ThrowGames
    @ThrowGames 7 месяцев назад

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

    • @martinvoelk
      @martinvoelk  7 месяцев назад

      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 7 месяцев назад

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

    • @ThrowGames
      @ThrowGames 7 месяцев назад

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

  • @haanrey
    @haanrey 10 месяцев назад

    thnk youf ro mqking video