Can anyone interpret this paragraph from

Can anyone interpret this paragraph from "Connected: An Internet Encyclopedia"?

Secure Home | Search | About
 General Computer Security    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content add this group's latest topics to your Google content
Subject Author Date
Can anyone interpret this paragraph from "Connected: An Internet Encyclopedia"? Reporter 07-01-2007
Posted by Sebastian G. on July 7, 2007, 5:19 am
If you were  Registered and logged in, you could reply and use other advanced thread options
Mark Shroyer wrote:


> Using POST instead of GET won't necessarily stop cross-site request
> forgeries, though, if an attacker can get his victim to execute a
> little bit of JavaScript...


Hm? Even form.submit() causes a warning if the form submission method is POST.

Posted by Mark Shroyer on July 7, 2007, 7:09 am
If you were  Registered and logged in, you could reply and use other advanced thread options
> Mark Shroyer wrote:
>
>> Using POST instead of GET won't necessarily stop cross-site request
>> forgeries, though, if an attacker can get his victim to execute a
>> little bit of JavaScript...
>
> Hm? Even form.submit() causes a warning if the form submission method is POST.

Generally speaking, that isn't true. Which browser are you using?

--
Mark Shroyer
http://markshroyer.com/

Posted by Sebastian G. on July 7, 2007, 2:22 pm
If you were  Registered and logged in, you could reply and use other advanced thread options
Mark Shroyer wrote:

>> Mark Shroyer wrote:
>>
>>> Using POST instead of GET won't necessarily stop cross-site request
>>> forgeries, though, if an attacker can get his victim to execute a
>>> little bit of JavaScript...
>> Hm? Even form.submit() causes a warning if the form submission method is POST.
>
> Generally speaking, that isn't true. Which browser are you using?

Mozilla Seamonkey 1.1.2. Which browser don't have such a general check for POST?

Posted by Mark Shroyer on July 8, 2007, 12:16 am
If you were  Registered and logged in, you could reply and use other advanced thread options
> Mark Shroyer wrote:
>
>>> Mark Shroyer wrote:
>>>
>>>> Using POST instead of GET won't necessarily stop cross-site
>>>> request forgeries, though, if an attacker can get his victim to
>>>> execute a little bit of JavaScript...
>>> Hm? Even form.submit() causes a warning if the form submission
>>> method is POST.
>>
>> Generally speaking, that isn't true. Which browser are you using?
>
> Mozilla Seamonkey 1.1.2. Which browser don't have such a general
> check for POST?

None of the latest versions of Firefox, Safari, and IE 7 (the latter
operating with the default security settings for the Internet Zone)
will prevent scripts from submitting a form by POST or require user
authorization to do so. For example:

#v+
<html>
<head>
<title>JavaScript form submission example</title>
<script type="text/javascript">
submitForm = function()
{
document.forms["form"].submit();
}
</script>
</head>
<body onload="submitForm();">
<h1>JavaScript form submission example</h1>
<p>Test whether the web browser gives a warning on a JavaScript form
submission by POST.</p>
<form id="form" action="http://markshroyer.com/test/vars.php" method="post">
<input type="hidden" name="command" value="beEvil" />
</form>
</body>
</html>
#v-

To try it, visit this URL with JavaScript enabled:
http://plaza.ufl.edu/mshroyer/form.html

--
Mark Shroyer
http://markshroyer.com/

Similar ThreadsPosted
How should I interpret these virus statements by F-Prot April 28, 2007, 8:17 pm
How to Report - Online Frauds, Internet Scams and Phising Emails: -"Web and Internet" - Support & Network Group March 21, 2006, 7:03 pm
Internet Security - Finding Someone On the Internet....How?!? July 26, 2007, 11:54 pm
job on internet April 26, 2005, 9:26 pm
Cant Get on the Internet January 20, 2007, 11:34 am
Millionaire at 31 ... on the Internet March 1, 2005, 10:00 am
internet vulnerabilities June 22, 2007, 12:28 pm
Internet surf restrictions February 2, 2005, 9:58 am
Internet Firewall FAQ in French February 5, 2005, 4:40 pm
Internet Firewall FAQ in German February 5, 2005, 4:47 pm

The site map in XML format XML site map

Contact Us | Privacy Policy