Lucene search
+L

4018 matches found

Github Security Blog
Github Security Blog
added 2022/05/14 1:10 a.m.34 views

Improper Authentication in Apache Tomcat

java/org/apache/catalina/authenticator/FormAuthenticator.java in the form authentication feature in Apache Tomcat 6.0.21 through 6.0.36 and 7.x before 7.0.33 does not properly handle the relationships between authentication requirements and sessions, which allows remote attackers to inject a...

6.8CVSS5.5AI score0.07147EPSS
SaveExploits2References25Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/14 1:10 a.m.35 views

Improper Input Validation in Apache Tomcat

org/apache/catalina/connector/CoyoteAdapter.java in Apache Tomcat 6.0.33 through 6.0.37 does not consider the disableURLRewriting setting when handling a session ID in a URL, which allows remote attackers to conduct session fixation attacks via a crafted URL...

4.3CVSS7.6AI score0.09895EPSS
SaveExploits1References20Affected Software1
OSV
OSV
added 2022/05/14 1:10 a.m.31 views

GHSA-6M48-JXWX-76Q7 Improper Authentication in Apache Tomcat

java/org/apache/catalina/authenticator/FormAuthenticator.java in the form authentication feature in Apache Tomcat 6.0.21 through 6.0.36 and 7.x before 7.0.33 does not properly handle the relationships between authentication requirements and sessions, which allows remote attackers to inject a...

6.8CVSS6AI score0.07147EPSS
SaveExploits2References24
Github Security Blog
Github Security Blog
added 2022/05/14 1:4 a.m.23 views

Session Fixation in Jenkins

A session fixation vulnerability exists in Jenkins 2.145 and earlier, LTS 2.138.1 and earlier in core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java that prevented Jenkins from invalidating the existing session and creating a new one when a user signed up for a new user account...

5.8CVSS1.9AI score0.01217EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2022/05/14 1:4 a.m.11 views

GHSA-RR6R-P7RW-369C Session Fixation in Jenkins

A session fixation vulnerability exists in Jenkins 2.145 and earlier, LTS 2.138.1 and earlier in core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java that prevented Jenkins from invalidating the existing session and creating a new one when a user signed up for a new user account...

5.4CVSS6.6AI score0.01217EPSS
SaveExploits0References5
OSV
OSV
added 2022/05/13 1:31 a.m.18 views

GHSA-MCQX-WC2J-QX9V GitHub Authentication Plugin session fixation vulnerability

An session fixation vulnerability exists in Jenkins GitHub Authentication Plugin 0.29 and earlier in GithubSecurityRealm.java that allows unauthorized attackers to impersonate another user if they can control the pre-authentication session...

5.9CVSS5.6AI score0.00852EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2022/05/13 1:31 a.m.17 views

GitHub Authentication Plugin session fixation vulnerability

An session fixation vulnerability exists in Jenkins GitHub Authentication Plugin 0.29 and earlier in GithubSecurityRealm.java that allows unauthorized attackers to impersonate another user if they can control the pre-authentication session...

5.9CVSS6.7AI score0.00852EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2022/05/13 1:13 a.m.3 views

GHSA-J5RC-CR5W-VFG6 Moodle Session Fixation vulnerability

Moodle 1.8.x and 1.9.x before 1.9.8 does not enable the "Regenerate session id during login" setting by default, which makes it easier for remote attackers to conduct session fixation attacks...

8.7CVSS6.4AI score0.0181EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2022/05/13 1:13 a.m.11 views

Moodle Session Fixation vulnerability

Moodle 1.8.x and 1.9.x before 1.9.8 does not enable the "Regenerate session id during login" setting by default, which makes it easier for remote attackers to conduct session fixation attacks...

6.8CVSS6.7AI score0.0181EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/13 1:11 a.m.27 views

Python Requests Session Fixation

The resolveredirects function in sessions.py in requests 2.1.0 through 2.5.3 allows remote attackers to conduct session fixation attacks via a cookie without a host value in a redirect...

6.8CVSS5.5AI score0.03408EPSS
SaveExploits0References12Affected Software1
OSV
OSV
added 2022/05/13 1:11 a.m.23 views

GHSA-PG2W-X9WP-VW92 Python Requests Session Fixation

The resolveredirects function in sessions.py in requests 2.1.0 through 2.5.3 allows remote attackers to conduct session fixation attacks via a cookie without a host value in a redirect...

6.8CVSS6.2AI score0.03408EPSS
SaveExploits0References12
OSV
OSV
added 2022/05/13 1:9 a.m.4 views

GHSA-V936-X3J5-C76J Session Fixation in Apache CXF

Apache CXF's STSClient before 3.1.11 and 3.0.13 uses a flawed way of caching tokens that are associated with delegation tokens, which means that an attacker could craft a token which would return an identifer corresponding to a cached token for another user...

7.5CVSS7.1AI score0.06827EPSS
SaveExploits0References14
Github Security Blog
Github Security Blog
added 2022/05/13 1:9 a.m.37 views

Session Fixation in Apache CXF

Apache CXF's STSClient before 3.1.11 and 3.0.13 uses a flawed way of caching tokens that are associated with delegation tokens, which means that an attacker could craft a token which would return an identifer corresponding to a cached token for another user...

7.5CVSS7.4AI score0.06827EPSS
SaveExploits0References14Affected Software1
Hacker One
Hacker One
added 2022/05/11 7:2 a.m.107 views

Internet Bug Bounty: CVE-2022-27779: cookie for trailing dot TLD

Published Advisory: https://curl.se/docs/CVE-2022-27779.html Original Report: https://hackerone.com/reports/1553301 Impact This can allow arbitrary sites to set cookies that then would get sent to a different and unrelated site or domain. ie. conduct session fixation attacks...

5CVSS6.6AI score0.02575EPSS
SaveExploits1
Hacker One
Hacker One
added 2022/05/05 5:48 p.m.38 views

curl: Cookie injection from non-secure context

Summary: Curl allows injecting cookies over insecure HTTP connection that will then be sent to the target site when connecting over HTTPS. As documented in lib/cookie.c https://github.com/curl/curl/blob/a04f0b961333e1a19848d073d8c7db9c20b2a371/lib/cookie.cL1039 this should not be possible: / A...

0.5AI score
SaveExploits0
Prion
Prion
added 2022/05/03 9:15 a.m.11 views

Session fixation

In Shopizer versions 2.3.0 to 3.0.1 are vulnerable to Insufficient Session Expiration. When a password has been changed by the user or by an administrator, a user that was already logged in, will still have access to the application even after the password was changed...

6.5CVSS8.7AI score0.01213EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2022/05/02 3:13 a.m.17 views

GHSA-Q45Q-5233-229P Authentication library in TYPO3 vulnerable to session fixation

Session fixation vulnerability in the authentication library in TYPO3 4.0.0 through 4.0.9, 4.1.0 through 4.1.7, and 4.2.0 through 4.2.3 allows remote attackers to hijack web sessions via unspecified vectors related to 1 frontend and 2 backend authentication...

7.5CVSS7.4AI score0.01793EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2022/05/02 3:13 a.m.28 views

Authentication library in TYPO3 vulnerable to session fixation

Session fixation vulnerability in the authentication library in TYPO3 4.0.0 through 4.0.9, 4.1.0 through 4.1.7, and 4.2.0 through 4.2.3 allows remote attackers to hijack web sessions via unspecified vectors related to 1 frontend and 2 backend authentication...

7.5CVSS7.4AI score0.01793EPSS
SaveExploits0References6Affected Software1
GithubExploit
GithubExploit
added 2022/04/26 7:52 a.m.732 views

Exploit for Code Injection in Moodle

CVE-2021-36394-Pre-Auth-RCE-in-Moodle Vulnerability Introd...

9.8CVSS9.8AI score0.07034EPSS
SaveExploits2
Prion
Prion
added 2022/04/25 10:15 p.m.18 views

Session fixation

flask-session-captcha is a package which allows users to extend Flask by adding an image based captcha stored in a server side session. In versions prior to 1.2.1, he captcha.validate function would return None if passed no value e.g. by submitting an having an empty form. If implementing users...

5CVSS5.1AI score0.01159EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder