cbcvebase.
CVE-2017-14087
published 2017-10-06

CVE-2017-14087: A Host Header Injection vulnerability in Trend Micro OfficeScan XG (12.0) may allow an attacker to spoof a particular Host header, allowing the attacker to…

PriorityP258high7.5CVSS 3.0
AVNACLPRNUINSUCNIHAN
EXPLOIT
EPSS
8.33%
94.2th percentile
A Host Header Injection vulnerability in Trend Micro OfficeScan XG (12.0) may allow an attacker to spoof a particular Host header, allowing the attacker to render arbitrary links that point to a malicious website with poisoned Host header webpages.

Affected

3 ranges
VendorProductVersion rangeFixed in
trend_microtrend_micro_officescan
trendmicroofficescan
trendmicroofficescan

Detection & IOCsextracted from sources · hover to see the quote

pathdb_controller.php
  • Detect HTTP GET requests to OfficeScan endpoints where the Host header value does not match the server's actual hostname/IP (SERVER_NAME mismatch), indicating potential Host header injection/poisoning.
  • Monitor HTTP GET requests targeting db_controller.php with anomalous or external Host header values that differ from the legitimate OfficeScan server address.
  • ·Exploitation is most impactful in environments where HTTP caching is in place, as cached poisoned responses can serve malicious links to multiple users.
  • ·The vulnerability exists because db_controller.php uses $_SERVER['HTTP_HOST'] (attacker-controlled) instead of the safer $_SERVER['SERVER_NAME'] for constructing links; detection/mitigation should focus on enforcing SERVER_NAME usage or validating the Host header server-side.

CVSS provenance

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