cbcvebase.
CVE-2013-2474
published 2020-01-27

CVE-2013-2474: Directory traversal vulnerability in AWS XMS 2.5 allows remote attackers to view arbitrary files via the 'what' parameter.

PriorityP261high7.5CVSS 3.1
AVNACLPRNUINSUCHINAN
EXPLOIT
EPSS
10.01%
95.0th percentile
Directory traversal vulnerability in AWS XMS 2.5 allows remote attackers to view arbitrary files via the 'what' parameter.

Affected

1 ranges
VendorProductVersion rangeFixed in
aws-dmsaws_xms

Detection & IOCsextracted from sources · hover to see the quote

urlhttp://[host]/importer.php?what=defaults.php%00.js
urlhttp://[host]/importer.php?what=defaults.php///////...//////.js
path/importer.php
  • Monitor HTTP GET requests to /importer.php containing a 'what' parameter with path traversal patterns, including null-byte injection (%00) or excessive forward slashes (4096+) used to bypass extension restrictions.
  • Detect null-byte injection attempts in the 'what' parameter: look for '%00' in requests to /importer.php (effective against PHP versions prior to 5.3.4).
  • Detect path normalization bypass attempts: look for requests to /importer.php where the 'what' parameter contains a large sequence of '/' characters (4096 is sufficient for the majority of platforms) followed by a .js extension.
  • Responses from /importer.php will carry a 'text/javascript' Content-Type header even when serving arbitrary file contents — correlate this with anomalous request patterns to identify exploitation.
  • ·Null-byte injection (%00) bypass is only effective against PHP versions prior to 5.3.4 or when 'magic_quotes_gpc' is enabled; path normalization/length restriction bypass (excessive '/' characters) is the alternative technique for patched PHP versions.

CVSS provenance

nvdv3.17.5HIGHCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
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.