2073 matches found
CiviCRM 3.1 < Beta 5 Multiple XSS Vulnerabilities
No description provided by source. Author: h00die [email protected] & Ch3nz [email protected] Software Link: http://sourceforge.net/projects/civicrm/files/civicrm-latest/3.1.beta1/civicrm-3.1.beta1-standalone.tar.gz/download Version: 3.1 Beta 5, Tested on 3.1 Beta 1 Tested on: BT4 pre-final Greetz ...
MS Virtual Machine 2000/3100/3200/3300 Series com.ms.activeX.ActiveXComponent Arbitrary Program Execution
No description provided by source. source: http://www.securityfocus.com/bid/1754/info If a malicious website operator were to embed a specially crafted java object into a HTML document, it would be possible to execute arbitrary programs on a target host viewing the webpage through either Microsof...
GlobalSunTech Access Point GL2422AP-0T Information Disclosure Vulnerability
No description provided by source. source: http://www.securityfocus.com/bid/6100/info An information disclosure vulnerability has been discovered in GlobalSunTech access points. It has been reported that a remote attacker is able to retrieve sensitive information from vulnerable access points,...
openSUSE Security Update : fuse (openSUSE-SU-2011:0264-1)
Race conditions in fuse allowed unprivileged users to umount arbitrary mount points CVE-2011-0541,CVE-2010-3879,CVE-2011-0543. %NASLMINLEVEL 70300 C Tenable Network Security, Inc. The descriptive text and package checks in this plugin were extracted from openSUSE Security Update fuse-4184. The te...
IPSwitch IMail Server WEB client 12.4 persistent XSS
Exploit for windows platform in category web applications Exploit Title: IPSwitch IMail Server WEB client 12.4 persistent XSS Google Dork: Date: 3 june 2014 Exploit Author: Peru GoSecure! Vendor Homepage: www.ipswitch.com Software Link: http://www.imailserver.com/try/ Version: Tested on 12.3 and...
IPSwitch IMail Server WEB client 12.4 - Persistent Cross-Site Scripting
IPSwitch IMail Server WEB client 12.4 - Persistent Cross-Site Scripting Exploit Title: IPSwitch IMail Server WEB client 12.4 persistent XSS Google Dork: Date: 3 june 2014 Exploit Author: Peru GoSecure! Vendor Homepage: www.ipswitch.com Software Link: http://www.imailserver.com/try/ Version: Teste...
IPSwitch IMail Server WEB client 12.4 - Persistent Cross-Site Scripting
Exploit Title: IPSwitch IMail Server WEB client 12.4 persistent XSS Google Dork: Date: 3 june 2014 Exploit Author: Peru GoSecure! Vendor Homepage: www.ipswitch.com Software Link: http://www.imailserver.com/try/ Version: Tested on 12.3 and 12.4 before 12.4.1.15 Tested on: WindowsServer2008R2 STD S...
Acrylic WiFi Free - Real-time WLAN information and network analysis
Acrylic WiFi enables identificating WiFi access points , obtaining information of the security mechanisms and obtaining generic WiFi passwords thanks to a plugins system. Access points : WLAN network information SSID and BSSID and clients connected to the network. Signal level : Signal quality...
Sendy 1.1.9.1 - SQL Injection Vulnerability
Sendy contains a flaw that may allow carrying out an SQL injection attack. The issue is due to the /send-to script not properly sanitizing user-supplied input to the "c" parameter. This may allow a remote attacker to inject or manipulate SQL queries in the back-end database, allowing for the...
Cannot find VM in the backup file specified for seeding
Challenge A replication job with seeding enabled fails with any of the following errors: Failed to create processing task for VM Error: VM VM not found in backup for initial sync !Screenshot of Failed to create processing task for VM VM Error: VM \VM\ not found in backup for initial sync...
udisks2: stack-based buffer overflow when handling long path names
Stack-based buffer overflow in udisks before 1.0.5 and 2.x before 2.1.3 allows local users to cause a denial of service crash and possibly execute arbitrary code via a long mount point...
Discuz! X3.1 刷积分漏洞
简要描述: X3.1 利用特殊主题进行刷分 详细说明: 首先论坛需开启悬赏贴,如不开启,则无任何的影响。 具体步骤: 1,使用主号发布悬赏贴,其他号进行回帖。 2,主号打开2个窗口,1个窗口为采纳最佳答案的帖子,另1个窗口打开帖子的编辑。 然后,先采纳答案,然后把编辑的窗口,保存。 此处会发现帖子会变成未采纳,还可以继续采纳,但是主号的金币并没有在扣除。 漏洞证明:...
Cisco Wireless LAN Controller远程未授权访问漏洞(CVE-2014-0703)
BUGTRAQ ID: 65983 CVECAN ID: CVE-2014-0703 Cisco WLC 负责全系统的无线LAN功能,例如安全策略、入侵保护、RF管理,服务质量和移动性。 Cisco Wireless LAN Controller推送到Cisco Aironet 1260, 2600, 3500, 3600系列接入点的IOS代码存在安全漏洞,未经身份验证的远程攻击者可利用此漏洞未授权访问受影响设备。该漏洞源于竞争条件错误,虽然受影响接入点的管理HTTP服务器即使已经由管理员禁用,也会依然启用。 0 Cisco Wireless LAN Controller 厂商补丁:...
Chameleon Virus that Spreads Across WiFi Access Points like Common Cold
Do you know, A Computer viruses could go Airborne over WiFi networks? Security researchers at the University of Liverpool in Britain have demonstrated a WiFi virus that can spread between computer networks just like the 'common cold' spreads between Humans. They have created a proof-of-concept...
XDcms Sql Injection 51-54
简要描述: Sql Injection 详细说明: 注入在XDCMS企业管理系统后台的关键词管理处,\system\modules\xdcms\keywords.php文件: 当我们添加或者编辑关键词时会调用addsave和editsave函数,4个注入点就出现在这两个函数里: addsave函数: public function addsave $title=safehtml$POST'title';//注入点1,可大写绕过 $url=$POST'url';//注入点2,没过滤 ifempty$title||empty$url...
XDcms Sql Injection 11-17
简要描述: Sql Injection 详细说明: 注入在XDCMS企业管理系统后台的板块发布处,\system\modules\xdcms\language.php文件: 管理员在发布板块的时候会调用addsave函数,七个注入点就出现在该函数里: public function addsave $title=safehtml$POST'title';//title中safehtml的规则可被大写字母绕过 $sitename=safehtml$POST'sitename';//同上 $dir=safehtml$POST'dir';//同上...
Accept Answer URL should be idempotent and accept PUT or POST requests only
panel:bgColor=e7f4fa NOTE: This bug report is for Confluence Cloud. Using Confluence Server? See the corresponding bug report|http://jira.atlassian.com/browse/CONFSERVER-46610. panel Answers currently users a single URL to both accept and un-accept answers: noformat $baseurl/acceptanswer/$answeri...
phpyun any file deleted resulting in injection+getshell-a vulnerability warning-the black bar safety net
Could have been just sent in the Law of the passenger interior, but today saw the official has been fixed, so nothing to hide, just issued. Hope you all learned knowledge, but also want a great God let me write this code, would have been hard to force, require no Agency. phpyun cloud talent syste...
PHPYUN逻辑错误无限刷积分
简要描述: PHPYUN逻辑错误无限积分所以标题党了一下! 详细说明: 逻辑错误 未对用户输入严格过滤! 问题发生在 member/model/com.class.php 1158行 $integral=$this-config"integralcomcomments"$POST'time'; ..... if$statis"integral"obj-ACTmsg"index.php?C=pay","你的".$this-config"integralpricename"."不足,请先充值";...
[CommView for WiFi 7.0] Wireless Network Monitor and Analyzer
CommView for WiFi is a powerful wireless network monitor and analyzer for 802.11 a/b/g/n/ac networks. Loaded with many user-friendly features, CommView for WiFi combines performance and flexibility with an ease of use unmatched in the industry. CommView for WiFi captures every packet on the air t...