Free Republic
Browse · Search
News/Activism
Topics · Post Article

Skip to comments.

IE, Firefox Spoofable, Again
Yahoo News ^ | 21 June 2005 | Unknown

Posted on 06/22/2005 10:44:40 AM PDT by ShadowAce

Internet Explorer and Firefox -- even the newest edition that's getting ready for release -- can be spoofed by hackers intent on stealing passwords or other confidential information, a security firm said Tuesday.

According to Danish vulnerability tracker Secunia, Microsoft's Internet Explorer, Mozilla's Firefox, and virtually every other popular browser could be used by malicious Web site to display bogus Java dialog boxes atop legitimate sites.

"The problem is that JavaScript dialog boxes do not display or include their origin, which allows a new window to open -- a prompt dialog box -- which appears to be from a trusted site," read the alert that Secunia posted.

An exploit requires that the user first visit a malicious site -- perhaps enticed there via e-mail or instant message -- that includes a link to a legit, trusted site, say an online banking portal. By leveraging the JavaScript bug, the attacker could display a fake password dialog, and trick the user into entering her account information.

Secunia has created a vulnerability test that users can quickly run to see if their browser is open to such a spoof.

Not only does the vulnerability exist in up-to-date editions of Internet Explorer, Firefox, Mozilla, Camino, Opera, and Safari, but it also affects the not-yet-released Firefox 1.0.5, which is in the last stages of testing.

"We expect a Firefox 1.0.5 release in the not too distant future," the quality control blog for Firefox read Tuesday. "We'd appreciate any help you all can offer by downloading and testing out these new bits."

It was expected that Firefox 1.0.5 would fix the frame insertion bug that crept back into the open-source browser's code, a gaffe that made news earlier in June.

Would 1.0.5 also fix this news flaw?

"We'll be taking a look at the vulnerability, and deciding whether it makes sense to put [a fix] in 1.0.5," said a Mozilla spokesman. "Firefox security is an ongoing process."

The spokesman wouldn't comment on whether any inclusion of a fix for the new vulnerability -- which Secunia rates as only a "less critical" threat -- would delay the appearance of 1.0.5, but said that the builds now available "were mostly for the development community. The release of 1.0.5 is a ways off."

Firefox 1.0.5 can be downloaded in its not-finished Windows, Mac, and Linux editions from the Mozilla Web site.


TOPICS: Technical
KEYWORDS: browser; firefox; ie; spoof
Navigation: use the links below to view more comments.
first 1-2021-4041-52 next last

1 posted on 06/22/2005 10:44:41 AM PDT by ShadowAce
[ Post Reply | Private Reply | View Replies]

To: rdb3; chance33_98; Calvinist_Dark_Lord; Bush2000; PenguinWry; GodGunsandGuts; CyberCowboy777; ...

2 posted on 06/22/2005 10:45:41 AM PDT by ShadowAce (Linux -- The Ultimate Windows Service Pack)
[ Post Reply | Private Reply | To 1 | View Replies]

To: ShadowAce

D'oh.


3 posted on 06/22/2005 10:46:09 AM PDT by martin_fierro (< |:)~)
[ Post Reply | Private Reply | To 1 | View Replies]

To: USF

read later...


4 posted on 06/22/2005 10:49:39 AM PDT by USF (I see your Jihad and raise you a Crusade ™ © ®)
[ Post Reply | Private Reply | To 1 | View Replies]

tagging


5 posted on 06/22/2005 10:51:43 AM PDT by flashbunny
[ Post Reply | Private Reply | To 1 | View Replies]

To: ShadowAce
Here is the bit of JavaScript that they are using to do this

<script language="JavaScript" type="text/javascript">
var o_height = 768;
var o_width = 1024;

if ( screen.width > 100 )
{
o_width = screen.width;
}

if ( screen.height > 100 )
{
o_height = screen.height;
}

function run()
{
if ( window.opera )
{

window.open('http://www.google.com.secunia.com/tests/origin_spoof.php', '_blank', 'height=1,width=1,left=3000,top=3000,resizable=no,scrollbars=no');
}
else
{
window.open('http://www.google.com.secunia.com/tests/origin_spoof.php', '_blank', 'height=1,width=1,resizable=no,scrollbars=no,left=' + ((o_width / 2) - 50) + ',top=' + ((o_height / 2) - 150) ); }
window.focus();
}
</script>

6 posted on 06/22/2005 10:55:19 AM PDT by N3WBI3 (I musta taken a wrong turn at 198.182.159.17)
[ Post Reply | Private Reply | To 1 | View Replies]

To: N3WBI3
And of course here is how you would call that function

(a href="http://www.google.com/" onclick="run();")

7 posted on 06/22/2005 10:57:53 AM PDT by N3WBI3 (I musta taken a wrong turn at 198.182.159.17)
[ Post Reply | Private Reply | To 6 | View Replies]

To: ShadowAce

How do we turn off Java in Firefox? Anyone know?


8 posted on 06/22/2005 11:01:00 AM PDT by Zuben Elgenubi
[ Post Reply | Private Reply | To 1 | View Replies]

To: ShadowAce

Well crap!


9 posted on 06/22/2005 11:01:37 AM PDT by Blood of Tyrants (G-d is not a Republican. But Satan is definitely a Democrat.)
[ Post Reply | Private Reply | To 1 | View Replies]

To: N3WBI3
Here's how you stop it for Firefox.
Firefox NoScript Extension.
10 posted on 06/22/2005 11:02:32 AM PDT by atomic_dog
[ Post Reply | Private Reply | To 6 | View Replies]

To: Zuben Elgenubi

Go to Options --> Web Features --> Enable Java and click off the check box


11 posted on 06/22/2005 11:02:42 AM PDT by ShadowAce (Linux -- The Ultimate Windows Service Pack)
[ Post Reply | Private Reply | To 8 | View Replies]

To: Zuben Elgenubi

Click Tools, then Options, then Web Features and deselect it.


12 posted on 06/22/2005 11:03:44 AM PDT by Blood of Tyrants (G-d is not a Republican. But Satan is definitely a Democrat.)
[ Post Reply | Private Reply | To 8 | View Replies]

To: Blood of Tyrants
Thanks.

Deselect JavaSript also?

13 posted on 06/22/2005 11:04:44 AM PDT by Zuben Elgenubi
[ Post Reply | Private Reply | To 12 | View Replies]

To: atomic_dog

Too many bad reviews.


14 posted on 06/22/2005 11:05:10 AM PDT by Blood of Tyrants (G-d is not a Republican. But Satan is definitely a Democrat.)
[ Post Reply | Private Reply | To 10 | View Replies]

To: ShadowAce

Thanks


15 posted on 06/22/2005 11:05:18 AM PDT by Zuben Elgenubi
[ Post Reply | Private Reply | To 11 | View Replies]

To: Zuben Elgenubi

Actually I think that JavaScript is the one you are supposed to deselect.


16 posted on 06/22/2005 11:06:05 AM PDT by Blood of Tyrants (G-d is not a Republican. But Satan is definitely a Democrat.)
[ Post Reply | Private Reply | To 13 | View Replies]

To: Blood of Tyrants

Got it, thanks. My bad.


17 posted on 06/22/2005 11:06:50 AM PDT by Zuben Elgenubi
[ Post Reply | Private Reply | To 16 | View Replies]

To: ShadowAce

Doesn't seem to work in Konqueror 3.4.0.


18 posted on 06/22/2005 11:07:08 AM PDT by B Knotts
[ Post Reply | Private Reply | To 1 | View Replies]

To: ShadowAce

Typical shoddy tech reporting... they say it's a Java problem, and then talk about a JavaScript exploit. JavaScript is to Java as Velveeta is to Cheddar.


19 posted on 06/22/2005 11:07:57 AM PDT by kevkrom (“It’s good to remember whom people turn to when they’re desperate — and it ain’t Kofi Annan.”)
[ Post Reply | Private Reply | To 1 | View Replies]

To: B Knotts

That's kewl. I may have to start using that. :)


20 posted on 06/22/2005 11:08:26 AM PDT by ShadowAce (Linux -- The Ultimate Windows Service Pack)
[ Post Reply | Private Reply | To 18 | View Replies]


Navigation: use the links below to view more comments.
first 1-2021-4041-52 next last

Disclaimer: Opinions posted on Free Republic are those of the individual posters and do not necessarily represent the opinion of Free Republic or its management. All materials posted herein are protected by copyright law and the exemption for fair use of copyrighted works.

Free Republic
Browse · Search
News/Activism
Topics · Post Article

FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson