Not logged in. · Lost password · Register
Forum: Support Bug reports and troubleshooting RSS
xss-verwundbarkeit
heeen (Guest) #1
No profile available.
Link to this post
Subject: xss-verwundbarkeit
http://newsboard.unclassified.de/forum/post/6750;nocount
funktioniert allerdings nur mit internet explorer
heeen (Guest) #2
No profile available.
Link to this post
http://ha.ckers.org/xss.html
die sollte man sich mal genau anschauen, besonders die mit bildern funktionieren
Avatar
Yves (Administrator) #3
User title: UNB developer & webmaster
Member since Jan 2004 · 3814 posts · Location: Erlangen, Germany
Group memberships: Administrators, Members
Show profile · Link to this post
Problem behoben, neue Version steht in wenigen Sekunden zum Download bereit.

Problem resolved, the new version is available for download in a few seconds.
♪ ...nanananah, all in all we’re just brilliant thieves, nanananah... ♪♬
Avatar
Yves (Administrator) #4
User title: UNB developer & webmaster
Member since Jan 2004 · 3814 posts · Location: Erlangen, Germany
Group memberships: Administrators, Members
Show profile · Link to this post
de:
Okay, dieser Fix wird nur teilweise funktionieren. Da wird einem ja übel, beim Durchlesen der ganzen Fehler im Internet Explorer. Ich habe keine Zeit oder Lust, alle 5000 möglichen Kombinationen ungültigen HTMLs zu erkennen, nur damit an dieser Stelle kein JavaScript ausgeführt werden kann. Dann ist der Internet Explorer eben unsicher, das war er sowieso schon, ich werd's nicht ändern.

en:
This fix will only partially cover the symptoms. There are still remaining situations in which JavaScript can be executed in Internet Explorer. It would take me ages to detect them all, and so Internet Explorer remains highly insecure, just as before. And increasingly unsupported. Should I block out all IE users from the forum, anyone? Hey, it's for your own good!
♪ ...nanananah, all in all we’re just brilliant thieves, nanananah... ♪♬
Avatar
Yves (Administrator) #5
User title: UNB developer & webmaster
Member since Jan 2004 · 3814 posts · Location: Erlangen, Germany
Group memberships: Administrators, Members
Show profile · Link to this post
To be more precise: Internet Explorer 6 SP2 and Opera 9.0 are vulnerable in this, previous versions probably also, Firefox 1.5.0.4 and Internet Explorer 7 beta 2 are not.
♪ ...nanananah, all in all we’re just brilliant thieves, nanananah... ♪♬
heeen (Guest) #6
No profile available.
Link to this post
das sollte doch relativ einfach sein, wenn man aus den image links zuerst alle nicht-printable zeichen rausfiltert, inklusive html-entity codierte, und dann "javascript" rausfiltert?
Avatar
Yves (Administrator) #7
User title: UNB developer & webmaster
Member since Jan 2004 · 3814 posts · Location: Erlangen, Germany
Group memberships: Administrators, Members
Show profile · Link to this post
Falls es jemand ausführlich testen möchte, funktioniert diese Funktion besser als die in 1.6.3?

Proposed improvement of filter function in 1.6.3:

common.lib.php:
  1. function nojs($str)
  2. {
  3.     $a = $str;
  4.     $a = preg_replace('/(?:&#0*([0-9]+);)/e', 'chr($1)', $a);
  5.     $a = preg_replace('/(?:&#x([0-9A-Fa-f]+);)/e', 'chr(hexdec(\'$1\'))', $a);
  6.     $a = preg_replace('/[\x00-\x20]/', '', $a);
  7.     if (preg_match('/^javascript:/i', $a)) return '';
  8.     return $str;
  9. }
♪ ...nanananah, all in all we’re just brilliant thieves, nanananah... ♪♬
FrogDog (Guest) #8
No profile available.
Link to this post
InternetExplorer einfach ausschliessen, und gut ist.
tuzhak #9
Member since Apr 2007 · 3 posts
Group memberships: Members
Show profile · Link to this post
more explain in English language.
Css Page | Daily Css | zonenoktaorg ödüllü seo yarışması | Kuzey Ruzgari | Fesupanallah | Pusat | Kurtlar Vadisi Pusu | Suleyman | Pars Narko Terör | Ölüm Çiçekleri
Close Smaller – Larger + Reply to this post:
Verification code: VeriCode Please enter the word from the image into the text field below. (Type the letters only, lower case is okay.)
Smileys: :-) ;-) :-D :-p :blush: :cool: :rolleyes: :huh: :-/ <_< :-( :'( :#: :scared: 8-( :nuts: :-O
Special characters:
Go to forum
This board is powered by the Unclassified NewsBoard software, 20110527-dev, © 2003-2011 by Yves Goergen
Page created in 216.4 ms (122.7 ms) · 78 database queries in 144.3 ms
Current time: 2012-02-07, 19:33:05 (UTC +01:00)