VDB
GCVE-110-OSM-2026-11260
GCVE-110-OSM-2026-11260
Advisory PublishedCVSS 8.8/10
This is an infostealer targeting a victim machine: the entrypoint `decoris/main.py` reads Roblox cookie data from `AppData\Local\Roblox\LocalStorage\robloxcookies.dat`, decrypts it with `CryptUnprotectData`, and posts the result to a Discord webhook and a Google Script endpoint. It also harvests Discord tokens from `Local Storage\leveldb`, kills `Discord.exe` with `os.system("taskkill /f /im Discord.exe")`, and sends token/user data to `https://discordapp.com/api/v6/users/@me` and the same webhook. The attacker model is straightforward credential theft and exfiltration via a hardcoded Discord webhook (`discord.com/api/webhooks/...`) with no plausible legitimate package behavior explaining these actions. The MAL-2026-14554 advisory is corroborated by the actual code rather than serving as the sole basis for judgment.
ENTRY
decoris/main.py (console-script: spaysdata-run=decoris.main:main_entry)
LOOT
- Discord Token Theft in decoris/main.py: "discord\\Local Storage"
DESTINATION
- 3 exfil (discord-webhook, custom-c2)
(values recorded in verified_iocs)
EXFIL
- Webhook Data Exfiltration in decoris/main.py: "discord.com/api/webhooks/1542244779985735730/wMFwSDiezSzn5KtqInetmtFj9TFdVNWTLgt..."
- Data Encoding for Exfiltration in decoris/main.py: "base64.b64encode("
- Network Request in decoris/main.py: "requests.post("
ADDITIONAL FINDINGS
- Shell Command Execution in decoris/main.py: "os.system("
PAYLOAD FILES
decoris/main.py
Weaknesses (CWE)
CWE-506Embedded Malicious Code
Risk Scores
CVSS 3.1
8.8/10
High · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Affected Products
| Vendor | Product | Versions | Platforms |
|---|---|---|---|
| unknown | decoris | all (affected) | — |
Aliases
Browse GCVE Records
831 records in the GCVE database · Updated September 3, 2026
No matching records found.
Explore Further
Investigate this vulnerability in the interactive console or download the raw GCVE record.