Lucene search
+L

8920 matches found

exploitpack
exploitpack
added 2015/01/20 12:0 a.m.23 views

vBulletin vBSSO Single Sign-On 1.4.14 - SQL Injection

vBulletin vBSSO Single Sign-On 1.4.14 - SQL Injection Exploit Title: vBulletin vBSSO Single Sign-On – = 1.4.15 This plugin is vulnerable to SQL injection at the /vbsso/avatar.php file in the fetchUserinfo function. It requires a big UNION ALL SELECT query and commenting out the LIMIT function of...

0.2AI score
SaveExploits0
Mageia
Mageia
added 2015/01/19 4:47 p.m.58 views

Updated file packages fix security vulnerabilities

Updated file packages fix security vulnerabilities: Alexander Cherepanov reported that using the file command on a specially-crafted ELF binary could lead to a denial of service due to uncontrolled resource consumption while processing ELF section headers CVE-2014-9620, CVE-2014-9621. As part of...

5CVSS7.5AI score0.04683EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2015/01/19 12:0 a.m.27 views

Oracle Solaris Third-Party Patch Update : nova (multiple_vulnerabilities_in_nova)

The remote Solaris system is missing necessary patches to address security updates : - The VMWare driver in OpenStack Compute Nova 2013.2 through 2013.2.2 does not properly put VMs into RESCUE status, which allows remote authenticated users to bypass the quota limit and cause a denial of service...

2.7CVSS5.5AI score0.01725EPSS
SaveExploits2References4
Tenable Nessus
Tenable Nessus
added 2015/01/07 12:0 a.m.19 views

OracleVM 3.2 : ntp (OVMSA-2015-0001)

The remote OracleVM system is missing necessary patches to address critical security updates : - Remove default ntp servers in ntp.conf bug 14342986 - don't generate weak control key for resolver CVE-2014-9293 - don't generate weak MD5 keys in ntp-keygen CVE-2014-9294 - fix buffer overflows via...

7.5CVSS7.1AI score0.7809EPSS
SaveExploits8References8
seebug.org
seebug.org
added 2015/01/07 12:0 a.m.23 views

PHPB2B某处sql注入#5

简要描述: PHPB2B某处sql注入5 详细说明: 官网下载的最新版本 PHPB2B某处sql注入 virtual-office/favor.php 25-45行 ifisset$POST'do' && isset$POST'id' //check limit $typeid = 1; $flimit = $pdb-GetOne$sql = "SELECT countid FROM $tbprefixfavorites WHERE typeid='".$typeid."' AND memberid=".$thememberid; if...

7.1AI score
SaveExploits0
zdt
zdt
added 2015/01/07 12:0 a.m.70 views

McAfee ePolicy Orchestrator Authenticated XXE Credential Exposure Exploit

This Metasploit module will exploit an authenticated XXE vulnerability to read the keystore.properties off of the filesystem. This properties file contains an encrypted password that is set during installation. What is interesting about this password is that it is set as the same password as the...

6.8AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2015/01/07 12:0 a.m.30 views

OracleVM 2.2 : ntp (OVMSA-2015-0002)

The remote OracleVM system is missing necessary patches to address critical security updates : - don't generate weak control key for resolver CVE-2014-9293 - don't generate weak MD5 keys in ntp-keygen CVE-2014-9294 - fix buffer overflows via specially-crafted packets CVE-2014-9295 - increase...

7.5CVSS7.1AI score0.7809EPSS
SaveExploits8References8
Tenable Nessus
Tenable Nessus
added 2015/01/06 12:0 a.m.29 views

SuSE 11.3 Security Update : bind (SAT Patch Number 10100)

bind has been updated to version 9.9.6P1, fixing the following security issue : - A flaw in delegation handling could be exploited to put named into an infinite loop. This has been addressed by placing limits on the number of levels of recursion named will allow default 7, and the number of...

7.8CVSS6.6AI score0.57794EPSS
SaveExploits0References5
Mageia
Mageia
added 2015/01/05 4:30 p.m.21 views

Updated privoxy package fixes security vulnerabilities

Updated privoxy packages fix security issues: A memory leak occurred in privoxy 3.0.21 compiled with IPv6 support when rejecting client connections due to the socket limit being reached. CID 66382 A use-after-free bug was found in privoxy 3.0.21 and two additional potential use-after-free issues...

1AI score
SaveExploits0References2
CVE
CVE
added 2014/12/31 9:0 p.m.45 views

CVE-2014-9401

CVE-2014-9401 affects the WordPress plugin “WP Limit Posts Automatically” (versions

6.8CVSS6.6AI score0.01015EPSS
SaveExploits2References2Affected Software1
Tenable Nessus
Tenable Nessus
added 2014/12/26 12:0 a.m.48 views

OracleVM 3.3 : bind (OVMSA-2014-0084)

The remote OracleVM system is missing necessary patches to address critical security updates : - Fix CVE-2014-8500 1171973 - Use /dev/urandom when generating rndc.key file 951255 - Remove bogus file from /usr/share/doc, introduced by fix for bug 1092035 - Add support for TLSA resource records...

7.8CVSS6.9AI score0.57794EPSS
SaveExploits4References6
Packet Storm
Packet Storm
added 2014/12/18 12:0 a.m.46 views

WordPress WP Limit Posts Automatically 0.7 CSRF / XSS

Title: CSRF / Stored XSS Vulnerability in WP Limit Posts Automatically Wordpress Plugin Author: Manideep K cve-id: CVE-2014-9401 Plugin Homepage: https://wordpress.org/plugins/wp-limit-posts-automatically/ Version Affected: 0.7 probably lower versions Severity: High Description: Vulnerable...

6.8CVSS0.1AI score0.01015EPSS
SaveExploits2
seebug.org
seebug.org
added 2014/12/18 12:0 a.m.31 views

齐博地方门户系统sql注入

简要描述: 变量未初始化导致注入 详细说明: 齐博地方门户系统 齐博的全局过滤系统中由于存在如下代码,导致传入的参数可以成为全局变量 foreach$COOKIE AS $key=$value unset$$key; foreach$POST AS $key=$value !ereg"^\A-Z+",$key && $$key=$POST$key; foreach$GET AS $key=$value !ereg"^\A-Z+",$key && $$key=$GET$key; 所以系统中如果存在未初始化的变量,容易导致注入 2shou/post.php中 180行...

7AI score
SaveExploits0
CVE
CVE
added 2014/12/17 7:0 p.m.129 views

CVE-2014-8117

CVE-2014-8117 affects the file utility; the softmagic.c code path in file before 5.21 does not properly limit recursion, enabling a remote attacker to trigger a denial of service (CPU consumption or crash) via unspecified vectors. Connected advisories confirm this issue alongside CVE-2014-8116 an...

5CVSS7.1AI score0.05926EPSS
SaveExploits0References14Affected Software2
Tenable Nessus
Tenable Nessus
added 2014/12/15 12:0 a.m.40 views

FreeBSD : bind -- denial of service vulnerability (ab3e98d9-8175-11e4-907d-d050992ecde8)

ISC reports : We have today posted updated versions of 9.9.6 and 9.10.1 to address a significant security vulnerability in DNS resolution. The flaw was discovered by Florian Maury of ANSSI, and applies to any recursive resolver that does not support a limit on the number of recursions...

7.8CVSS6.7AI score0.57794EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2014/12/15 12:0 a.m.36 views

Fedora 20 : curl-7.32.0-17.fc20 (2014-16538)

make CURLOPTLOWSPEEDLIMIT work again with threaded resolver 1172572 - allow to use TLS 1.1 and TLS 1.2 1153814 - disable libcurl-level downgrade to SSLv3 1166567 - low-speed-limit: avoid timeout flood 1166239 - fix handling of CURLOPTCOPYPOSTFIELDS in curleasyduphandle CVE-2014-3707 Note that...

4.3CVSS7.5AI score0.05121EPSS
SaveExploits0References3
securityvulns
securityvulns
added 2014/12/11 12:0 a.m.65 views

[oss-security] PowerDNS Security Advisory 2014-02

Hi everybody, Please be aware of PowerDNS Security Advisory 2014-02 http://doc.powerdns.com/md/security/powerdns-advisory-2014-02/, which you can also find below. The good news is that the currently released version of the PowerDNS Recursor is safe. The bad news is that users of older versions wi...

5CVSS0.8AI score0.68875EPSS
SaveExploits0
F5 Networks
F5 Networks
added 2014/11/27 12:0 a.m.35 views

SOL15880 - Libpng vulnerability CVE-2008-6218

Recommended action ARX If the previous table lists a version in the Versions known to be not vulnerable column, you can eliminate this vulnerability by upgrading to the listed version. If the table does not list any version in the column, then no upgrade candidate currently exists. To mitigate th...

7.1CVSS1.4AI score0.02313EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2014/11/26 12:0 a.m.34 views

OracleVM 3.1 : xen (OVMSA-2012-0046)

The remote OracleVM system is missing necessary patches to address critical security updates : - Xen Security Advisory CVE-2012-4411 / XSA-19 version 2 guest administrator can access qemu monitor console Disable qemu monitor by default. The qemu monitor is an overly powerful feature which must be...

7.2CVSS7.6AI score0.00528EPSS
SaveExploits0References3
F5 Networks
F5 Networks
added 2014/11/25 12:0 a.m.49 views

SOL15862 - Multiple cURL and libcurl vulnerabilities CVE-2014-0015, CVE-2014-0138, and CVE-2014-0139

Recommended Action BIG-IP, BIG-IQ, and Enterprise Manager If the previous table lists a version in the Versions known to be not vulnerable column, you can eliminate this vulnerability by upgrading to the listed version. If the table does not list any version in the column, then no upgrade candida...

6.4CVSS1.3AI score0.05599EPSS
SaveExploits1References4
Rows per page
Query Builder