Grafana plugin SDK Information Leakage
Critical severity
GitHub Reviewed
Published
Sep 19, 2024
to the GitHub Advisory Database
•
Updated Sep 19, 2024
Package
Affected versions
<= 0.249.0
Patched versions
0.250.0
Description
Published by the National Vulnerability Database
Sep 19, 2024
Published to the GitHub Advisory Database
Sep 19, 2024
Reviewed
Sep 19, 2024
Last updated
Sep 19, 2024
The grafana plugin SDK bundles build metadata into the binaries it compiles; this metadata includes the repository URI for the plugin being built, as retrieved by running
git remote get-url origin
.If credentials are included in the repository URI (for instance, to allow for fetching of private dependencies), the final binary will contain the full URI, including said credentials.
References