Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

bitbucket parser is missing HMAC signature verification #209

Open
@voqum

Description

Unlike for github and gitlab, this repository does not validate signatures for bitbucket webhooks. This is a major security issue.

For bitbucket webhooks, there are two pieces of information:

  • UUID
  • HMAC secret

They cannot be the same, as the HMAC secret must not appear in the message itself.

The HMAC signing was added in 2023: https://www.atlassian.com/blog/bitbucket/enhanced-webhook-security

Currently this repository check the UUID but it does not check the HMAC signature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /