cbcvebase.
CVE-2014-1632
published 2018-01-31

CVE-2014-1632: htdocs/setup/index.php in Eventum before 2.3.5 allows remote attackers to inject and execute arbitrary PHP code via the hostname parameter.

PriorityP262high8.1CVSS 3.0
AVNACHPRNUINSUCHIHAH
EXPLOIT
EPSS
10.68%
95.3th percentile
htdocs/setup/index.php in Eventum before 2.3.5 allows remote attackers to inject and execute arbitrary PHP code via the hostname parameter.

Affected

1 ranges
VendorProductVersion rangeFixed in
eventum_projecteventum< 2.3.52.3.5

Detection & IOCsextracted from sources · hover to see the quote

path/setup/index.php
path/config/config.php
urlhttp://[host]/setup/index.php
urlhttp://[host]/index.php?cmd=phpinfo%28%29;
  • Monitor HTTP POST requests to /setup/index.php containing a 'hostname' parameter, especially with PHP code payloads — this is the injection vector for CVE-2014-1632.
  • Alert on unauthenticated GET/POST requests to /setup/index.php from external sources; the setup script should not be publicly accessible post-installation.
  • Detect exploitation attempts via query string pattern '?cmd=' on index.php, which is the backdoor execution pattern injected into /config/config.php.
  • ·The vulnerable code path (htdocs/setup/index.php) is only reachable if the setup script was not removed or access-restricted after initial installation — confirm whether the file exists and is web-accessible before treating as exploitable.

CVSS provenance

nvdv3.08.1HIGHCVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
nvdv2.09.3CRITICALAV:N/AC:M/Au:N/C:C/I:C/A:C
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.