Lucene search
+L

85 matches found

CNNVD
CNNVD
added 2021/03/05 12:0 a.m.22 views

Rafael França activerecord-session_store 安全漏洞

Rafael França activerecord-sessionstore is an open source application by Rafael França. A default class is provided, but any object with a textual sessionid and data attribute duck-typed into the Active Record Session class is sufficient. A security vulnerability exists in all versions of...

5.3CVSS6.8AI score0.01835EPSS
SaveExploits0References5
NVD
NVD
added 2020/01/09 2:15 a.m.31 views

CVE-2020-5205

In Pow Hex package before 1.0.16, the use of Plug.Session in Pow.Plug.Session is susceptible to session fixation attacks if a persistent session store is used for Plug.Session, such as Redis or a database. Cookie store, which is used in most Phoenix apps, doesn't have this vulnerability...

6.5CVSS6.4AI score0.0077EPSS
SaveExploits0References3
Prion
Prion
added 2020/01/09 2:15 a.m.18 views

Session fixation

In Pow Hex package before 1.0.16, the use of Plug.Session in Pow.Plug.Session is susceptible to session fixation attacks if a persistent session store is used for Plug.Session, such as Redis or a database. Cookie store, which is used in most Phoenix apps, doesn't have this vulnerability...

5.5CVSS5.4AI score0.0077EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2020/01/09 2:5 a.m.104 views

CVE-2020-5205

CVE-2020-5205 affects Pow (Hex package) prior to 1.0.16 in Pow.Plug.Session when a persistent session store (e.g., Redis or database) is used. The vulnerability enables session fixation attacks due to how Plug.Session handles the session across persistent stores; cookie store usage (common in Pho...

6.5CVSS5.5AI score0.0077EPSS
SaveExploits0References3Affected Software1
BDU FSTEC
BDU FSTEC
added 2019/12/03 12:0 a.m.10 views

The vulnerability in the implementation of the FileSessionDataStore class for the Jetty HTTP server allows a perpetrator to gain unauthorized access to protected information.

The vulnerability of the FileSessionDataStore class implementation in the Jetty HTTP server is related to a configuration error in J2EE. Exploiting this vulnerability allows an attacker, operating remotely, to gain unauthorized access to protected information by managing sessions using the...

8.8CVSS7.6AI score0.02689EPSS
SaveExploits0References5Affected Software2
Github Security Blog
Github Security Blog
added 2019/07/05 9:10 p.m.48 views

Django Denial-of-service by filling session store

The session backends in Django before 1.4.21, 1.5.x through 1.6.x, 1.7.x before 1.7.9, and 1.8.x before 1.8.3 allows remote attackers to cause a denial of service session store consumption via multiple requests with unique session keys...

7.8CVSS6.1AI score0.07266EPSS
SaveExploits0References16Affected Software1
OSV
OSV
added 2019/07/05 9:10 p.m.4 views

GHSA-H582-2PCH-3XV3 Django Denial-of-service by filling session store

The session backends in Django before 1.4.21, 1.5.x through 1.6.x, 1.7.x before 1.7.9, and 1.8.x before 1.8.3 allows remote attackers to cause a denial of service session store consumption via multiple requests with unique session keys...

8.7CVSS7.1AI score0.07266EPSS
SaveExploits0References17
Cvelist
Cvelist
added 2019/03/07 7:0 p.m.31 views

CVE-2019-3783 Cloud Foundry Stratos Deploys With Public Default Session Store Secret

Cloud Foundry Stratos, versions prior to 2.3.0, deploys with a public default session store secret. A malicious user with default session store secret can brute force another user's current Stratos session, and act on behalf of that user...

8.7CVSS8.6AI score0.00899EPSS
SaveExploits0References1
CVE
CVE
added 2019/03/07 7:0 p.m.53 views

CVE-2019-3783

The CVE-2019-3783 entry affects Cloud Foundry Stratos prior to 2.3.0, where a public default session store secret can be brute-forced to hijack another user’s Stratos session and act on their behalf. Root cause: use of a public default session secret in deployed Stratos instances. Impact: attacke...

8.8CVSS8.7AI score0.00899EPSS
SaveExploits0References1Affected Software1
OSV
OSV
added 2019/03/07 6:29 p.m.27 views

CVE-2019-3783

Cloud Foundry Stratos, versions prior to 2.3.0, deploys with a public default session store secret. A malicious user with default session store secret can brute force another user's current Stratos session, and act on behalf of that user...

8.8CVSS6.7AI score
SaveExploits0References1
NVD
NVD
added 2019/03/07 6:29 p.m.24 views

CVE-2019-3783

Cloud Foundry Stratos, versions prior to 2.3.0, deploys with a public default session store secret. A malicious user with default session store secret can brute force another user's current Stratos session, and act on behalf of that user...

8.8CVSS8.6AI score0.00899EPSS
SaveExploits0References1
Prion
Prion
added 2019/03/07 6:29 p.m.20 views

Default configuration

Cloud Foundry Stratos, versions prior to 2.3.0, deploys with a public default session store secret. A malicious user with default session store secret can brute force another user's current Stratos session, and act on behalf of that user...

4CVSS8.5AI score0.00899EPSS
SaveExploits0References1Affected Software1
Veracode
Veracode
added 2019/01/15 9:7 a.m.33 views

Denial Of Service (DoS) Session Store Consumption Or Session Record Removal

Django is vulnerable to denial of service through session store consumption or session record removal. This is caused in contrib.sessions.middleware.SessionMiddleware when a large number of requests are made to contrib.auth.views.logout, triggering the creation of empty session records, using up...

5CVSS5.7AI score0.05206EPSS
SaveExploits0References15Affected Software1
Veracode
Veracode
added 2019/01/15 9:7 a.m.30 views

Denial Of Service (DoS) Session Store Consumption

Django is vulnerable to denial of service through session store consumption. This vulnerable is caused by sessions backends creating new empty records in the session storage when request.session is accessed when a session key provided didn't match a current session record. This allows malicious...

7.8CVSS5.7AI score0.07266EPSS
SaveExploits0References14Affected Software1
RedHat Linux
RedHat Linux
added 2015/10/15 12:29 p.m.9 views

python-django: Denial-of-service possibility in logout() view by filling session store

It was found that certain Django functions would, in certain circumstances, create empty sessions. A remote attacker could use this flaw to fill up the session store or cause other users' session records to be evicted by requesting a large number of new sessions...

5CVSS7.1AI score0.04969EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2015/10/15 12:29 p.m.6 views

python-django: Denial-of-service possibility in logout() view by filling session store

It was found that Django incorrectly handled the session store. A session could be created by anonymously accessing the django.contrib.auth.views.logout view if it was not decorated correctly with django.contrib.auth.decorators.loginrequired. A remote attacker could use this flaw to fill up the...

5CVSS7.1AI score0.05206EPSS
SaveExploits0References4
OpenVAS
OpenVAS
added 2015/10/15 12:0 a.m.25 views

Mageia: Security Advisory (MGASA-2015-0327)

The remote host is missing an update for the SPDX-FileCopyrightText: 2015 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

5CVSS9.6AI score0.05206EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2015/10/08 12:11 p.m.8 views

python-django: Denial-of-service possibility in logout() view by filling session store

It was found that Django incorrectly handled the session store. A session could be created by anonymously accessing the django.contrib.auth.views.logout view if it was not decorated correctly with django.contrib.auth.decorators.loginrequired. A remote attacker could use this flaw to fill up the...

5CVSS7.1AI score0.05206EPSS
SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2015/09/15 12:0 a.m.12 views

The vulnerability of the Django web application framework, which allows a hacker to trigger a denial-of-service attack

The vulnerability of the contrib.sessions.backends.base.SessionBase.flush and cachedb.SessionStore.flush functions in the Django web framework is related to resource management errors. Exploiting this vulnerability may allow a malicious actor, operating remotely, to cause service interruptions...

5CVSS7.1AI score0.04969EPSS
SaveExploits0References4Affected Software2
RedHat Linux
RedHat Linux
added 2015/09/10 12:5 p.m.11 views

python-django: Denial-of-service possibility in logout() view by filling session store

It was found that certain Django functions would, in certain circumstances, create empty sessions. A remote attacker could use this flaw to fill up the session store or cause other users' session records to be evicted by requesting a large number of new sessions...

5CVSS7.1AI score0.04969EPSS
SaveExploits0References4
Rows per page
Query Builder