• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

XSS vulnerability

New Here ,
Aug 26, 2008 Aug 26, 2008

Copy link to clipboard

Copied

I able to embed following text successfully even applying scriptProtect=all.

>"'><img%20src%3D%26%23x6a;%26%23x61;%26%23x76;%26%23x61;%26%23x73;%26%23x63;%26%23x72;%26%23x69;%26%23x70;%26%23x74;%26%23x3a;alert(392271)>

Anybody have any cfm script to strip out above character, I have scipt which remove <script> tag but could not detect above tag.

Any help will appreciable

thanks
amar Piwar
TOPICS
Advanced techniques

Views

337

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Aug 26, 2008 Aug 26, 2008

Copy link to clipboard

Copied

Try this code out

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 04, 2008 Sep 04, 2008

Copy link to clipboard

Copied

LATEST
>"><%00script>alert(85472)</script>

How I can detect above string in user input. The code given provided in last reply works well wither other vlunarabilities but not with >"><%00script>alert(85472)</script>

Your help needed. Thanks in advance

~~~ Thanks
the polar express

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 26, 2008 Aug 26, 2008

Copy link to clipboard

Copied

try safetext() at cflib.org.

it may work, it may not.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation