5608 matches found
Code injection
The kernel in Apple Mac OS X before 10.9 allows local users to cause a denial of service panic via an invalid iovec structure...
CVE-2013-5177
The kernel in Apple Mac OS X before 10.9 allows local users to cause a denial of service panic via an invalid iovec structure...
CVE-2013-1739
Mozilla Network Security Services NSS before 3.15.2 does not ensure that data structures are initialized before read operations, which allows remote attackers to cause a denial of service or possibly have unspecified other impact via vectors that trigger a decryption failure...
shopex the latest version front an unexpected SQL injection vulnerability-vulnerability warning-the black bar safety net
shopex code The core of the place to do the encryption process, to find loopholes just need a little imagination, such as thisSQL injection... Exists in the user registrycan't think of the location? /core/shop/controller/ctl.passport.php 2 6 7 row if !$ info = $account-create$POST,$message ... 2...
Kernel: net: af_key: initialize satype in key_notify_policy_flush
The keynotifypolicyflush function in net/key/afkey.c in the Linux kernel before 3.9 does not initialize a certain structure member, which allows local users to obtain sensitive information from kernel heap memory by reading a broadcast message from the notifypolicy interface of an IPSec keysocket...
SA-CONTRIB-2013-066 - Monster Menus - Multiple Vulnerabilities
Monster Menus enables you to create granular page permissions, and apply them to a hierarchical page structure. The mmwebform submodule enables you to assign permissions derived from Monster Menus to webform forms. The module doesn't sufficiently filter titles entered into page settings and echoe...
Updated file-roller package fixes CVE-2013-4668
Updated file-roller package fixes security vulnerability: Directory traversal vulnerability in File Roller 3.6.x before 3.6.4 when libarchive is used, allows remote attackers to create arbitrary files via a crafted archive that is not properly handled in a "Keep directory structure" action, relat...
Fedora 18 : file-roller-3.6.4-1.fc18 (2013-12653)
This update fixes CVE-2013-4668 : The File Roller archive manager for the GNOME desktop suffers from a path traversal vulnerability caused by insufficient path sanitization. A specially crafted archive file can be used to trigger creation of arbitrary files in any location, writable by the user...
[SECURITY] Fedora 18 Update: nodejs-read-installed-0.2.2-1.fc18
Reads all the installed packages in a folder, and returns a tree structure with all the data...
DEBIAN-CVE-2013-4668
Directory traversal vulnerability in File Roller 3.6.x before 3.6.4, 3.8.x before 3.8.3, and 3.9.x before 3.9.3, when libarchive is used, allows remote attackers to create arbitrary files via a crafted archive that is not properly handled in a "Keep directory structure" action, related to...
CVE-2013-4668
Directory traversal vulnerability in File Roller 3.6.x before 3.6.4, 3.8.x before 3.8.3, and 3.9.x before 3.9.3, when libarchive is used, allows remote attackers to create arbitrary files via a crafted archive that is not properly handled in a "Keep directory structure" action, related to...
File vulnerability analysis in the locate the file field method-vulnerability warning-the black bar safety net
Today looking at the snow on the to see someone ask how to control the file format documentation, and debugging the analysis program being parsed is what structure? Here summarizes a few methods, welcome to Supplement, but sometimes still need to rely on experience. a taint tracking analysis: the...
Fedora 19 : file-roller-3.8.3-1.fc19 (2013-12667)
This update fixes CVE-2013-4668 : The File Roller archive manager for the GNOME desktop suffers from a path traversal vulnerability caused by insufficient path sanitization. A specially crafted archive file can be used to trigger creation of arbitrary files in any location, writable by the user...
CVE-2013-4668
Directory traversal vulnerability in File Roller 3.6.x before 3.6.4, 3.8.x before 3.8.3, and 3.9.x before 3.9.3, when libarchive is used, allows remote attackers to create arbitrary files via a crafted archive that is not properly handled in a "Keep directory structure" action, related to...
Low: Red Hat Security Advisory: kernel security and bug fix update
Updated kernel packages that fix multiple security issues and various bugs are now available for Red Hat Enterprise Linux 5. The Red Hat Security Response Team has rated this update as having low security impact. Common Vulnerability Scoring System CVSS base scores, which give detailed severity...
MGASA-2013-0189 Updated Firefox and Thunderbird packages fix multiple vulnerabilities
Updated firefox packages fix security vulnerabilities.. Several flaws were found in the processing of malformed web content. A web page containing malicious content could cause Firefox to crash or, potentially, execute arbitrary code with the privileges of the user running Firefox CVE-2013-1682,...
shopex最新版前台一处想不到的SQL注入
简要描述: shopex代码核心的地方都做了加密处理,找漏洞就需要一点想象空间了,比如这个SQL注入... 详细说明: 存在于用户注册想不到的位置吧? 1. /core/shop/controller/ctl.passport.php 267行 if !$info = $account-create$POST,$message ... 2.看到1,想到有没有可能$account-create是foreach $POST构造sql语句的呐? 3.看数据表结构: 果断提交时$POST里加入memberid测试其实测试时我还试了mobile等,嘿,只捡有用的字段说,然后就有了下图: 漏洞证明:...
Fedora Update for libkipi FEDORA-2013-10182
Check for the Version of libkipi OpenVAS Vulnerability Test Fedora Update for libkipi FEDORA-2013-10182 Authors: System Generated Check Copyright: Copyright c 2013 Greenbone Networks GmbH, http://www.greenbone.net This program is free software; you can redistribute it and/or modify it under the...
Fedora Update for libkipi FEDORA-2013-10130
Check for the Version of libkipi OpenVAS Vulnerability Test Fedora Update for libkipi FEDORA-2013-10130 Authors: System Generated Check Copyright: Copyright c 2013 Greenbone Networks GmbH, http://www.greenbone.net This program is free software; you can redistribute it and/or modify it under the...
EcShop冒充任意用户发商品评论,合理利用可操纵网店舆论
简要描述: 登录用户可以冒充任意其他注册用户对任意商品发表评论,合理利用可操纵网店舆论 详细说明: 漏洞代码在comment.php的287行处: $username = empty$cmt-username ? $SESSION'username' : trim$cmt-username; $cmt是一个json数据结构,在comment.php的37行处赋值: $cmt = $json-decode$REQUEST'cmt'; 由此可见,这里只要用户提交了"username":"any user account"的json code,就能冒充任意用户发表对指定商品的评论! 漏洞证明:...