Skip to content

PRP: Secret extractor for Heroku #1235

@FUZZYCHICK

Description

@FUZZYCHICK
  • Secret name: Heroku API Key

  • Risk in exposing the secret:
    Attackers can impersonate the account owner, gain full access to Heroku apps, modify deployments, view logs, inject malicious code, or shut down production services. They can also leverage integrations with other platforms (e.g., GitHub, databases, third-party add-ons) leading to a wider compromise.

  • Validation method, if any:

curl -X POST https://api.heroku.com/apps \
-H "Accept: application/vnd.heroku+json; version=3" \
-H "Authorization: Bearer $HEROKU_API_KEY"

Metadata

Metadata

Assignees

No one assigned

    Labels

    PRP:RequestPatch Reward Program: This issue is a PRP contribution request and is being reviewed by the panel.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions