Threat level definition
Search:
Home
Bugtraq
Vulnerabilities
Mailing Lists
Jobs
Tools
Beta Programs
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
BugTraq
Back to list
|
Post reply
Re: XSS vulnerability in phpBB (an other ;-)
Sep 09 2003 06:47PM
keupon_ps2 yahoo fr
In-Reply-To: <20030909171006.23428.qmail (at) sf-www1-symnsj.securityfocus (dot) com [email concealed]>
Excuse me, i've made a little error in my example.
This will not work:
[url=www.google.fr" onclick="alert('Hello')]text[/url]
but this will work (on phbb 2.0.6):
[url=http://www.google.fr" onclick="alert('Hello')]text[/url]
I don't remeber who has said that it will work on every version of phpBB
but i've tested it on phpBB 2.0.4 and it doesn't work.
An other person has said that it only works with this code:
[url=http://www.google.fr" onclick="alert('Hello');"]text[/url]
I've tested it on 2.0.6 and it works but the code without the ;" works
also.
If you make over tests, please, indicate which version of phpBB you are
using.
[ reply ]
Privacy Statement
Copyright 2009, SecurityFocus
Excuse me, i've made a little error in my example.
This will not work:
[url=www.google.fr" onclick="alert('Hello')]text[/url]
but this will work (on phbb 2.0.6):
[url=http://www.google.fr" onclick="alert('Hello')]text[/url]
I don't remeber who has said that it will work on every version of phpBB
but i've tested it on phpBB 2.0.4 and it doesn't work.
An other person has said that it only works with this code:
[url=http://www.google.fr" onclick="alert('Hello');"]text[/url]
I've tested it on 2.0.6 and it works but the code without the ;" works
also.
If you make over tests, please, indicate which version of phpBB you are
using.
[ reply ]