CVE-2007-2708
published 2007-05-16CVE-2007-2708: PHP remote file inclusion vulnerability in newsadmin.php in Feindt Computerservice News (News-Script) 2.0 allows remote attackers to execute arbitrary PHP code…
PriorityP356high7.5CVSS 2.0
AVNACLAuNCPIPAP
EXPLOIT
EPSS
61.73%
99.1th percentile
PHP remote file inclusion vulnerability in newsadmin.php in Feindt Computerservice News (News-Script) 2.0 allows remote attackers to execute arbitrary PHP code via a URL in the action parameter.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| feindt_computerservice | news-script | — | — |
Detection & IOCsextracted from sources · hover to see the quote
- →The vulnerable parameter is `action` in newsadmin.php; monitor HTTP requests where the `action` parameter contains a URL (http:// or https://) or a remote shell path, as the value is passed directly to include() as `$action.".inc.php"`. ↗
- →Alert on GET requests to newsadmin.php with an `action` parameter value that does not match an expected local filename (e.g., contains slashes, dots indicating a remote host, or shell-like strings). ↗
- ·The RFI payload appends `.inc.php` to the supplied `action` value before inclusion; any remote shell URL used as a payload must account for this suffix (e.g., by using a null-byte or by serving a file whose name ends in `.inc.php`). ↗
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.
No detection rules found.
No writeups or analysis indexed.
http://www.securityfocus.com/bid/23970http://www.vupen.com/english/advisories/2007/1801https://exchange.xforce.ibmcloud.com/vulnerabilities/34276https://www.exploit-db.com/exploits/3920http://www.securityfocus.com/bid/23970http://www.vupen.com/english/advisories/2007/1801https://exchange.xforce.ibmcloud.com/vulnerabilities/34276https://www.exploit-db.com/exploits/3920
2007-05-16
Published