CVE-2008-2689
published 2008-06-13CVE-2008-2689: PHP remote file inclusion vulnerability in pub/clients.php in BrowserCRM 5.002.00 allows remote attackers to execute arbitrary PHP code via a URL in the…
PriorityP261critical10CVSS 2.0
AVNACLAuNCCICAC
EXPLOIT
EPSS
46.19%
98.7th percentile
PHP remote file inclusion vulnerability in pub/clients.php in BrowserCRM 5.002.00 allows remote attackers to execute arbitrary PHP code via a URL in the bcrm_pub_root parameter.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| browsercrm | browsercrm | — | — |
Detection & IOCsextracted from sources · hover to see the quote
- →Detect HTTP requests to clients.php containing a URL-valued bcrm_pub_root parameter, indicating remote file inclusion attempt. ↗
- →Flag any GET/POST request where the bcrm_pub_root parameter value begins with http:// or https://, as this is the injectable parameter used to load a remote PHP shell. ↗
- →The vulnerable code path is require_once($bcrm_pub_root . "/public_prepend.inc.php"); — monitor for inclusion of remote URLs via this construct in PHP logs or WAF telemetry. ↗
- →Search engine dork can be used to identify exposed BrowserCRM instances: Copyright © 2007 BrowserCRM Ltd ↗
- ·The RFI payload URL uses a trailing '?' to nullify the appended path suffix (/public_prepend.inc.php), a common RFI bypass technique that must be accounted for in detection signatures. ↗
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.
GHSA
GHSA-9cg2-j36g-w4x9: PHP remote file inclusion vulnerability in pub/clients
ghsa_unreviewed·2022-05-01
CVE-2008-2689 [HIGH] CWE-94 GHSA-9cg2-j36g-w4x9: PHP remote file inclusion vulnerability in pub/clients
PHP remote file inclusion vulnerability in pub/clients.php in BrowserCRM 5.002.00 allows remote attackers to execute arbitrary PHP code via a URL in the bcrm_pub_root parameter.
GHSA
GHSA-3ff9-cqqx-jh3q: Multiple PHP remote file inclusion vulnerabilities in BrowserCRM 5
ghsa_unreviewed·2022-05-01·CVSS 10.0
CVE-2008-2690 [CRITICAL] CWE-94 GHSA-3ff9-cqqx-jh3q: Multiple PHP remote file inclusion vulnerabilities in BrowserCRM 5
Multiple PHP remote file inclusion vulnerabilities in BrowserCRM 5.002.00, when register_globals is enabled, allow remote attackers to execute arbitrary PHP code via a URL in the bcrm_pub_root parameter to (1) kb.php, (2) login.php, (3) index.php, (4) contact_view.php, and (5) contact.php in pub/, different vectors than CVE-2008-2689. NOTE: the provenance of this information is unknown; the details are obtained solely from third party information.
No detection rules found.
No writeups or analysis indexed.
http://secunia.com/advisories/30290http://www.securityfocus.com/bid/29598https://exchange.xforce.ibmcloud.com/vulnerabilities/42922https://www.exploit-db.com/exploits/5757http://secunia.com/advisories/30290http://www.securityfocus.com/bid/29598https://exchange.xforce.ibmcloud.com/vulnerabilities/42922https://www.exploit-db.com/exploits/5757
2008-06-13
Published