golang / vulndb

[mirror] The Go Vulnerability Database
Other
565 stars 62 forks source link

x/vulndb: potential Go vuln in github.com/pomerium/pomerium: CVE-2024-47616 #3180

Closed GoVulnBot closed 1 month ago

GoVulnBot commented 2 months ago

Advisory CVE-2024-47616 references a vulnerability in the following Go modules:

Module
github.com/pomerium/pomerium

Description: Pomerium is an identity and context-aware access proxy. The Pomerium databroker service is responsible for managing all persistent Pomerium application state. Requests to the databroker service API are authorized by the presence of a JSON Web Token (JWT) signed by a key known by all Pomerium services in the same deployment. However, incomplete validation of this JWT meant that some service account access tokens would incorrectly be treated as valid for the purpose of databroker API authorization. Improper access to the databroker API could allow exfiltration of user info, spoofing of user sess...

References:

Cross references:

See doc/quickstart.md for instructions on how to triage this report.

id: GO-ID-PENDING
modules:
    - module: github.com/pomerium/pomerium
      vulnerable_at: 0.27.1
summary: CVE-2024-47616 in github.com/pomerium/pomerium
cves:
    - CVE-2024-47616
references:
    - advisory: https://nvd.nist.gov/vuln/detail/CVE-2024-47616
    - fix: https://github.com/pomerium/pomerium/commit/e018cf0fc0979d2abe25ff705db019feb7523444
    - web: https://github.com/pomerium/pomerium/releases/tag/v0.27.1
    - web: https://github.com/pomerium/pomerium/security/advisories/GHSA-r7rh-jww5-5fjr
source:
    id: CVE-2024-47616
    created: 2024-10-02T23:01:17.171794863Z
review_status: UNREVIEWED
maceonthompson commented 1 month ago

Duplicate of #3179