Exposure of Sensitive Information to an Unauthorized Actor in cjferna/photo-services-mashup
Reported on
Feb 4th 2022
Description
Please enter a description of the vulnerability.
Vulnerable URL: https://github.com/cjferna/Photo-Services-Mashup/blob/fdc12e0671e035bac00cc46ee67d456540444460/src/es/um/taw/rest/imagga/Imagga.java
It contains sensitive API Keys and secret keys.
Proof of Concept
private final String URL = "https://api.imagga.com/v1/tagging";
private final String API_KEY = "acc_d3a72c1921822a1";
private final String API_SECRET = "afeade1da6cb5bd2e762c75369cacdb5";
// PoC.js
var payload = ...
Impact
This vulnerability is capable of...
SECURITY.md
2 years ago
Code has been fixed and the keys published have been withdrawn.