Lucene search
+L

2431 matches found

Prion
Prion
added 2015/11/06 9:59 p.m.11 views

Authentication flaw

The Login Disable module 6.x-1.x before 6.x-1.1 and 7.x-1.x before 7.x-1.2 for Drupal does not properly load the userlogout function, which allows remote attackers to bypass the logout protection mechanism by leveraging a contributed user authentication module, as demonstrated by the CAS and URL...

7.5CVSS7.5AI score0.01645EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2015/11/06 9:0 p.m.49 views

CVE-2015-8082

The CVE-2015-8082 issue affects Drupal’s Login Disable module (versions 6.x-1.x before 6.x-1.1 and 7.x-1.x before 7.x-1.2). The root cause is improper loading of the user_logout function, allowing remote attackers to bypass the module’s logout protection when a contributed authentication module (...

7.5CVSS7.2AI score0.01645EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2015/11/06 9:0 p.m.31 views

CVE-2015-8082

The Login Disable module 6.x-1.x before 6.x-1.1 and 7.x-1.x before 7.x-1.2 for Drupal does not properly load the userlogout function, which allows remote attackers to bypass the logout protection mechanism by leveraging a contributed user authentication module, as demonstrated by the CAS and URL...

7AI score0.01645EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2015/10/15 12:29 p.m.7 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.04928EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2015/10/15 12:29 p.m.4 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.05163EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2015/10/08 12:11 p.m.7 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.05163EPSS
SaveExploits0References4
NVD
NVD
added 2015/10/04 2:59 a.m.19 views

CVE-2015-2027

IBM WebSphere eXtreme Scale 7.1.0 before 7.1.0.3 and 7.1.1 before 7.1.1.1 improperly performs logout actions, which allows remote attackers to bypass intended access restrictions by leveraging an unattended workstation...

2.1CVSS6.5AI score0.00497EPSS
SaveExploits0References3
CVE
CVE
added 2015/10/04 1:0 a.m.48 views

CVE-2015-2027

IBM WebSphere eXtreme Scale 7.1.0 (before 7.1.0.3) and 7.1.1 (before 7.1.1.1) is affected by a logout handling flaw that permits a local attacker to bypass access controls by leveraging an unattended workstation. The issue stems from improper logout actions within the eXtreme Scale component, ena...

2.1CVSS6.7AI score0.00497EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2015/10/04 1:0 a.m.21 views

CVE-2015-2027

IBM WebSphere eXtreme Scale 7.1.0 before 7.1.0.3 and 7.1.1 before 7.1.1.1 improperly performs logout actions, which allows remote attackers to bypass intended access restrictions by leveraging an unattended workstation...

6.5AI score0.00497EPSS
SaveExploits0References3
CNVD
CNVD
added 2015/09/27 12:0 a.m.5 views

IBM WebSphere eXtreme Scale Security Bypass Vulnerability

IBM WebSphere eXtreme Scale is a distributed caching solution. IBM WebSphere Extreme Scale failed to properly handle logout operations, allowing an attacker to exploit a vulnerability to bypass security restrictions on other user sessions...

2.1CVSS6.8AI score0.00497EPSS
SaveExploits0References1
CNVD
CNVD
added 2015/09/27 12:0 a.m.3 views

IBM WebSphere eXtreme Scale Certificate Brute Force Breach Vulnerability

IBM WebSphere eXtreme Scale is a distributed caching solution. IBM WebSphere Extreme Scale failed to properly set up user logout functionality, allowing remote attackers to exploit a vulnerability to brute-force account credentials...

5CVSS6.8AI score0.01398EPSS
SaveExploits0References1
CNVD
CNVD
added 2015/09/20 12:0 a.m.4 views

Apple iOS keychain information disclosure vulnerability

Apple iOS is the latest operating system that runs on Apple's iPhone and iPod touch devices. A vulnerability exists in Apple iOS keychain removal that allows an attacker to exploit a vulnerability to obtain Apple ID verification credentials after logging out of the iTunes Store...

2.1CVSS6.6AI score0.00375EPSS
SaveExploits0References1
The Hacker News
The Hacker News
added 2015/09/19 2:15 a.m.17 views

When a 'Hacker News' Reader Tricked Me into visiting this Amazing Site (Don't Click at Work)

My usual bed routine is to check comments under my articles before I go to sleep. The same I was doing last night, but something weird happened to me. Someone posted a mysterious short link without any text below one of my articles on our official 'The Hacker News' Facebook Page, and with the...

6.9AI score
SaveExploits0
seebug.org
seebug.org
added 2015/09/17 12:0 a.m.22 views

Django logout function Denial-of-service

Security releases issued: 1.8.4, 1.7.10, 1.4.22CVE: 2015-5963Fix: Update/1.8.4/1.7.10/1.4.22/Add @loginrequiredDjango 官方在八月十八号发布多个版本更新,修复几个安全问题,其中便包括一个由编码不当导致的 DoS 漏洞,测试一些网站均存在此问题。Detaildjango.contrib.auth.views.logout 视图用于开发者实现用户注销退出功能,正常情况下对于 logout 视图应使用官方提供的...

7AI score
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2015/09/15 12:0 a.m.11 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.middleware.SessionMiddleware component in the Django web framework is related to a resource management error. Exploiting this vulnerability allows an attacker to cause service failures by sending a large number of requests to contrib.auth.views.logout,...

5CVSS6.4AI score0.05163EPSS
SaveExploits0References4Affected Software2
RedHat Linux
RedHat Linux
added 2015/09/10 12:5 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.04928EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2015/09/10 12:5 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.05163EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2015/09/10 11:44 a.m.5 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.04928EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2015/09/10 11:44 a.m.7 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.05163EPSS
SaveExploits0References4
zdt
zdt
added 2015/09/07 12:0 a.m.48 views

HooToo Tripmate HT-TM01 2.000.022 - CSRF Vulnerabilities

Exploit for php platform in category web applications Exploit Title: HooToo Tripmate HT-TM01 Cross Site Request Forgery Date: 03Sep15 Exploit Author: Ken Smith Contact: https://twitter.com/P4tchw0rk Vendor Homepage: http://www.hootoo.com Version: HT-TM01, version 2.000.022 1. Description Various...

7.1AI score
SaveExploits0
Rows per page
Query Builder