Lucene search
+L

523 matches found

OSV
OSV
added 2014/12/12 3:59 p.m.4 views

DEBIAN-CVE-2014-8124

OpenStack Dashboard Horizon before 2014.1.3 and 2014.2.x before 2014.2.1 does not properly handle session records when using a db or memcached session engine, which allows remote attackers to cause a denial of service via a large number of requests to the login page...

5CVSS6.9AI score0.02864EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2014/12/12 3:59 p.m.32 views

CVE-2014-8124

OpenStack Dashboard Horizon before 2014.1.3 and 2014.2.x before 2014.2.1 does not properly handle session records when using a db or memcached session engine, which allows remote attackers to cause a denial of service via a large number of requests to the login page...

5CVSS5.9AI score0.02864EPSS
SaveExploits0References2
Prion
Prion
added 2014/12/12 3:59 p.m.19 views

Design/Logic Flaw

OpenStack Dashboard Horizon before 2014.1.3 and 2014.2.x before 2014.2.1 does not properly handle session records when using a db or memcached session engine, which allows remote attackers to cause a denial of service via a large number of requests to the login page...

5CVSS7AI score0.02864EPSS
SaveExploits0References8Affected Software4
Debian CVE
Debian CVE
added 2014/12/12 3:0 p.m.65 views

CVE-2014-8124

OpenStack Dashboard Horizon before 2014.1.3 and 2014.2.x before 2014.2.1 does not properly handle session records when using a db or memcached session engine, which allows remote attackers to cause a denial of service via a large number of requests to the login page...

5CVSS6.5AI score0.02864EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2014/12/12 12:0 a.m.5 views

PT-2014-8417

Name of the Vulnerable Software and Affected Versions OpenStack Dashboard Horizon versions prior to 2014.1.3 OpenStack Dashboard Horizon versions 2014.2.x prior to 2014.2.1 Description The issue arises from improper handling of session records when using a db or memcached session engine. This...

5CVSS5.8AI score0.02864EPSS
SaveExploits0References16
NVD
NVD
added 2014/11/06 3:55 p.m.12 views

CVE-2014-8662

Unspecified vulnerability in SAP Payroll Process allows remote attackers to cause a denial of service via vectors related to session handling...

7.8CVSS6.5AI score0.01333EPSS
SaveExploits0References2
Prion
Prion
added 2014/11/06 3:55 p.m.18 views

Design/Logic Flaw

Unspecified vulnerability in SAP Payroll Process allows remote attackers to cause a denial of service via vectors related to session handling...

7.8CVSS7.1AI score0.01333EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2014/11/06 3:0 p.m.18 views

CVE-2014-8662

Unspecified vulnerability in SAP Payroll Process allows remote attackers to cause a denial of service via vectors related to session handling...

6.5AI score0.01333EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2014/11/06 12:0 a.m.44 views

CentOS 6 : mod_auth_mellon (CESA-2014:1803)

An updated modauthmellon package that fixes two security issues is now available for Red Hat Enterprise Linux 6. Red Hat Product Security has rated this update as having Important security impact. Common Vulnerability Scoring System CVSS base scores, which give detailed severity ratings, are...

9.4CVSS5.4AI score0.03588EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2014/11/06 12:0 a.m.37 views

RHEL 6 : mod_auth_mellon (RHSA-2014:1803)

An updated modauthmellon package that fixes two security issues is now available for Red Hat Enterprise Linux 6. Red Hat Product Security has rated this update as having Important security impact. Common Vulnerability Scoring System CVSS base scores, which give detailed severity ratings, are...

9.4CVSS5.4AI score0.03588EPSS
SaveExploits0References5
Cent OS
Cent OS
added 2014/11/05 12:6 p.m.67 views

mod_auth_mellon security update

CentOS Errata and Security Advisory CESA-2014:1803 An updated modauthmellon package that fixes two security issues is now available for Red Hat Enterprise Linux 6. Red Hat Product Security has rated this update as having Important security impact. Common Vulnerability Scoring System CVSS base...

9.4CVSS5.8AI score0.03588EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2014/11/05 9:51 a.m.7 views

mod_auth_mellon: remote memory disclosure flaw

An information disclosure flaw was found in modauthmellon's session handling that could lead to session overlapping in memory. A remote attacker could potentially use this flaw to obtain data from another user's session...

6.4CVSS5.8AI score0.02731EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2014/11/05 9:51 a.m.31 views

Important: Red Hat Security Advisory: mod_auth_mellon security update

An updated modauthmellon package that fixes two security issues is now available for Red Hat Enterprise Linux 6. Red Hat Product Security has rated this update as having Important security impact. Common Vulnerability Scoring System CVSS base scores, which give detailed severity ratings, are...

9.4CVSS5.8AI score0.03588EPSS
SaveExploits0References3
seebug.org
seebug.org
added 2014/10/29 12:0 a.m.37 views

cmseasy的SQL注射漏洞(附分析和exp)

简要描述: cmseasy sql注射漏洞 详细说明: 先看 manageact.php 174行 if!session::get'from' session::set'from',front::$from; 如果 session中没有 from这个的话就设置front类中$from这个为值,我们追追他的$from怎么产生的。 在 frontclass.php 312-313 if isset$SERVER'HTTPREFERER' self::$from=$SERVER'HTTPREFERER'; 看了下,好像没有对...

7AI score
SaveExploits0
seebug.org
seebug.org
added 2014/09/19 12:0 a.m.23 views

cmseasy 的一个高危漏洞(设计缺陷)

简要描述: 这个可以做比较多的事。 详细说明: 因为他的session的机制是从 【数据库中取出 存入的】,所以有个注入点就可以操控他的session了。 在 frontclass.php 1509 - 1522行中 class session static function get$key if isset$SESSION$key return $SESSION$key; else return false; static function set$key,$var $SESSION$key=$var; static function del$key unset$SESSION$key...

7AI score
SaveExploits0
Cvelist
Cvelist
added 2014/08/30 10:0 a.m.25 views

CVE-2014-3352

Cisco Intelligent Automation for Cloud aka Cisco Cloud Portal 2008.3SP9 and earlier does not properly consider whether a session is a problematic NULL session, which allows remote attackers to obtain sensitive information via crafted packets, related to an "iFrame vulnerability," aka Bug ID...

6.3AI score0.02824EPSS
SaveExploits0References6
Prion
Prion
added 2014/08/07 11:13 a.m.17 views

Design/Logic Flaw

TeamPass before 2.1.20 allows remote attackers to bypass access restrictions via a request to index.php followed by a direct request to a file that calls the sessionstart function before checking the CPM key, as demonstrated by a request to sources/upload/upload.files.php...

7.5CVSS7.2AI score0.02646EPSS
SaveExploits1References4Affected Software1
seebug.org
seebug.org
added 2014/07/01 12:0 a.m.16 views

phpBB <= 2.0.12 Session Handling Authentication Bypass (tutorial 2)

No description provided by source. phpBB 2.0.12 Session Handling Authentication Bypass .. easy to use exploit .. YOU DON'T HAVE TO REGISTER AT THE VICTIM'S FORUM.. 1- Simply VISIT the forum using Mozilla Firefox.. and be sure that the cookie is made : 3- Close the Browser .. 2- Open the cookies.t...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2014/07/01 12:0 a.m.20 views

phpBB <= 2.0.12 Session Handling Authentication Bypass (tutorial)

No description provided by source. 1. Register at forum? 2. Log in with account + UNCHECK Log in automatically 3. Close browser to be sure a cookie is made. 4. Locate cookie firefox: X:\Documents and Settings\Name\Application Data\Mozilla\Firefox\Profiles\profile.default\cookies.txt -- search the...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2014/07/01 12:0 a.m.21 views

FreeWebshop 2.2.9 R2 Multiple Remote Vulnerabilities

No description provided by source. source: http://www.securityfocus.com/bid/37513/info FreeWebshop is prone to multiple remote vulnerabilities: 1. A security vulnerability that may allow attackers to spoof HTTP headers. 2. A security vulnerability involving the handling of sessions. 3. A security...

7.1AI score
SaveExploits0
Rows per page
Query Builder