cbcvebase.
CVE-2016-4337
published 2017-04-12

CVE-2016-4337: SQL injection vulnerability in the mgr.login.php file in Ktools.net Photostore before 4.7.5 allows remote attackers to execute arbitrary SQL commands via the…

PriorityP261critical9.8CVSS 3.0
AVNACLPRNUINSUCHIHAH
EXPLOIT
EPSS
2.32%
81.3th percentile
SQL injection vulnerability in the mgr.login.php file in Ktools.net Photostore before 4.7.5 allows remote attackers to execute arbitrary SQL commands via the email parameter in a recover_login action.

Affected

1 ranges
VendorProductVersion rangeFixed in
ktoolsphotostore<= 4.7.4

Detection & IOCsextracted from sources · hover to see the quote

url/photostore/manager/mgr.login.php?pmode=recover_login
path/photostore/manager/mgr.login.php
commandemail=%27%20[SQL PAYLOAD];#
  • Monitor for POST requests to mgr.login.php with the pmode=recover_login parameter, particularly where the email body parameter contains SQL metacharacters such as single quotes or comment sequences (e.g., %27, ;#).
  • No authentication is required to trigger the vulnerability; alert on unauthenticated POST requests to the password recovery endpoint.
  • The injection point is the email POST parameter in the recover_login action; inspect raw POST body for SQL injection patterns (quotes, boolean/time-based blind payloads, comment terminators).
  • Use the Google dork 'inurl:mgr.login.php' to identify exposed Photostore manager login pages that may be targeted.
  • ·The vulnerability exists only in Photostore versions prior to 4.7.5; patched installations (4.7.5+) are not affected.
  • ·The exploit is a blind (boolean/time-based) SQL injection, meaning no direct error output is returned; detection rules should account for time-delay or differential response patterns rather than relying on visible SQL error messages.

CVSS provenance

nvdv3.09.8CRITICALCVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
nvdv2.07.5HIGHAV:N/AC:L/Au:N/C:P/I:P/A:P
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.