cbcvebase.
CVE-2018-12908
published 2018-06-27

CVE-2018-12908: Brynamics "Online Trade - Online trading and cryptocurrency investment system" allows remote attackers to obtain sensitive information via a direct request for…

PriorityP263critical9.8CVSS 3.0
AVNACLPRNUINSUCHIHAH
EXPLOIT
EPSS
10.66%
95.2th percentile
Brynamics "Online Trade - Online trading and cryptocurrency investment system" allows remote attackers to obtain sensitive information via a direct request for the /dashboard/deposit URI, as demonstrated by discovering database credentials.

Detection & IOCsextracted from sources · hover to see the quote

url/dashboard/deposit
path/dashboard/addplan
path/dashboard/paywithcard/charge
path/dashboard/withdrawal
domaintrade.brynamics.xyz
commandGET /dashboard/deposit HTTP/1.1
  • Detect unauthenticated GET requests to sensitive dashboard paths that trigger information disclosure of environment/database credentials in the HTTP response body.
  • Alert on HTTP responses containing the string 'DB_CONNECTION' or 'DB_PASSWORD' or 'APP_KEY' in the response body, which indicates leaked Laravel .env configuration data.
  • Monitor for HTTP 405 Method Not Allowed responses to GET requests on /dashboard/* paths, which may indicate exploitation attempts against this vulnerability (server expects POST but attacker probes with GET to trigger error page leaking env data).
  • Flag responses disclosing fields: database username, database password, database_name, and IP address from the Online Trade application.
  • ·The leaked APP_KEY is a Laravel application encryption key; its exposure allows potential cookie forgery and remote code execution beyond simple information disclosure.
  • ·The vulnerability affects version 1 of the Online Trade application; the exploit was tested on Win 10 with PHP/7.0.30 and Apache.

CVSS provenance

nvdv3.09.8CRITICALCVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
nvdv2.05.0MEDIUMAV:N/AC:L/Au:N/C:P/I:N/A:N
CVEs like this are exactly what “Exploited This Week” covers.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.