cbcvebase.
CVE-2019-14974
published 2019-08-14

CVE-2019-14974: SugarCRM Enterprise 9.0.0 allows mobile/error-not-supported-platform.html?desktop_url= XSS.

PriorityP347medium6.1CVSS 3.0
AVNACLPRNUIRSCCLILAN
EXPLOIT
EPSS
31.04%
98.0th percentile
SugarCRM Enterprise 9.0.0 allows mobile/error-not-supported-platform.html?desktop_url= XSS.

Affected

1 ranges
VendorProductVersion rangeFixed in
sugarcrmsugarcrm

Detection & IOCsextracted from sources · hover to see the quote

url/mobile/error-not-supported-platform.html?desktop_url=javascript:alert(document.cookie);//itms://
path/mobile/error-not-supported-platform.html
url/mobile/error-not-supported-platform.html?desktop_url=javascript:alert(1337);//itms://
  • Look for HTTP GET requests to /mobile/error-not-supported-platform.html with a 'desktop_url' parameter containing a javascript: URI scheme, optionally followed by ;//itms:// to bypass filters.
  • Detect the vulnerable SugarCRM page by matching the response body for the string: url = window.location.search.split("?desktop_url=")[1] — presence of this string confirms the unpatched endpoint is live.
  • Use Shodan/FOFA to identify exposed SugarCRM instances as potential targets: search for http.html:"sugarcrm inc. all rights reserved" or http.title:sugarcrm.
  • ·Exploitation requires user interaction — the victim must click the crafted link and then click 'FULL VERSION OF WEBSITE' on the resulting page to trigger the XSS payload.
  • ·The vulnerability is unauthenticated (no login required), meaning any unauthenticated attacker can craft and distribute the malicious link.

CVSS provenance

nvdv3.06.1MEDIUMCVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
nvdv2.04.3MEDIUMAV:N/AC:M/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.