Lucene search
+L

3919 matches found

CVE
CVE
added 2024/05/22 4:54 p.m.96 views

CVE-2024-20355

CVE-2024-20355 affects Cisco ASA/FTD SAML SSO. The issue stems from improper separation of authorization domains, allowing an authenticated remote user to reuse a SAML token to access a tunnel group they are not authorized for, enabling a remote VPN session to secured networks behind the device. ...

5CVSS6.8AI score0.00333EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2024/05/22 4:54 p.m.39 views

CVE-2024-20355

A vulnerability in the implementation of SAML 2.0 single sign-on SSO for remote access VPN services in Cisco Adaptive Security Appliance ASA Software and Cisco Firepower Threat Defense FTD Software could allow an authenticated, remote attacker to successfully establish a VPN session on an affecte...

5CVSS5.1AI score0.00333EPSS
SaveExploits0References1
Cisco
Cisco
added 2024/05/22 4:0 p.m.37 views

Cisco Adaptive Security Appliance and Firepower Threat Defense Software Authorization Bypass Vulnerability

A vulnerability in the implementation of SAML 2.0 single sign-on SSO for remote access VPN services in Cisco Adaptive Security Appliance ASA Software and Cisco Firepower Threat Defense FTD Software could allow an authenticated, remote attacker to successfully establish a VPN session on an affecte...

5CVSS5.1AI score0.00333EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/05/22 12:0 a.m.36 views

Cisco 多款产品安全漏洞

Cisco Firepower Threat Defense FTD and Cisco Adaptive Security Appliances Software ASA Software are both products of Cisco Corporation.Cisco Firepower Threat Defense is a set of unified software to provide next-generation firewall services. Cisco Adaptive Security Appliances Software is a set of...

5CVSS6.5AI score0.00333EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/05/22 12:0 a.m.13 views

PT-2024-4160

Name of the Vulnerable Software and Affected Versions Cisco Adaptive Security Appliance ASA Software affected versions not specified Cisco Firepower Threat Defense FTD Software affected versions not specified Description A vulnerability in the implementation of SAML 2.0 single sign-on SSO for...

5CVSS5.8AI score0.00333EPSS
SaveExploits0References9
The Hacker News
The Hacker News
added 2024/05/21 4:16 p.m.30 views

Critical GitHub Enterprise Server Flaw Allows Authentication Bypass

GitHub has rolled out fixes to address a maximum severity flaw in the GitHub Enterprise Server GHES that could allow an attacker to bypass authentication protections. Tracked as CVE-2024-4985 CVSS score: 10.0, the issue could permit unauthorized access to an instance without requiring prior...

10CVSS7.5AI score0.02573EPSS
SaveExploits0
Veracode
Veracode
added 2024/05/21 10:6 a.m.11 views

Authentication Bypass Via Signature Wrapping

onelogin/php-saml is vulnerable to Authentication Bypass. The vulnerability is due to improper signature validation, which allows a malicious user to bypass authentication through signature wrapping...

7AI score0.00262EPSS
SaveExploits0
NVD
NVD
added 2024/05/20 10:15 p.m.41 views

CVE-2024-4985

An authentication bypass vulnerability was present in the GitHub Enterprise Server GHES when utilizing SAML single sign-on authentication with the optional encrypted assertions feature. This vulnerability allowed an attacker to forge a SAML response to provision and/or gain access to a user with...

10CVSS6.7AI score0.02573EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/20 10:15 p.m.13 views

CVE-2024-4985

An authentication bypass vulnerability was present in the GitHub Enterprise Server GHES when utilizing SAML single sign-on authentication with the optional encrypted assertions feature. This vulnerability allowed an attacker to forge a SAML response to provision and/or gain access to a user with...

9.8CVSS5.7AI score0.02573EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/20 9:17 p.m.9019 views

CVE-2024-4985

The CVE-2024-4985 issue affects GitHub Enterprise Server (GHES) where SAML SSO with optional encrypted assertions can be abused to forge a SAML response, enabling provisioning or access to a site administrator account without prior authentication. The vulnerability impacts all GHES versions prior...

10CVSS7AI score0.02573EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2024/05/20 9:17 p.m.48 views

CVE-2024-4985

An authentication bypass vulnerability was present in the GitHub Enterprise Server GHES when utilizing SAML single sign-on authentication with the optional encrypted assertions feature. This vulnerability allowed an attacker to forge a SAML response to provision and/or gain access to a user with...

10CVSS6.7AI score0.02573EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/05/20 9:17 p.m.20 views

CVE-2024-4985

An authentication bypass vulnerability was present in the GitHub Enterprise Server GHES when utilizing SAML single sign-on authentication with the optional encrypted assertions feature. This vulnerability allowed an attacker to forge a SAML response to provision and/or gain access to a user with...

10CVSS7.1AI score0.02573EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/17 11:6 p.m.16 views

GHSA-G48F-PGWH-WWXX onelogin/php-saml signature wrapping attacks

Vulnerability in onelogin/php-saml versions prior to 2.10.0 allows signature Wrapping attacks which may result in a malicious user gaining unauthorized access to a system...

6.3AI score0.00262EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2024/05/17 11:6 p.m.35 views

onelogin/php-saml signature wrapping attacks

Vulnerability in onelogin/php-saml versions prior to 2.10.0 allows signature Wrapping attacks which may result in a malicious user gaining unauthorized access to a system...

6.3AI score0.00262EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2024/05/17 11:6 p.m.25 views

onelogin/php-saml Improper signature validation on LogoutRequest/LogoutResponse.

In order to verify Signatures on Logoutrequests and LogoutResponses we use the verifySignature of the class XMLSecurityKey from the xmlseclibs library. That method end up calling opensslverify depending on the signature algorithm used. The opensslverify function returns 1 when the signature was...

7AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/05/17 11:6 p.m.17 views

GHSA-9WRW-P9RM-R782 onelogin/php-saml Improper signature validation on LogoutRequest/LogoutResponse.

In order to verify Signatures on Logoutrequests and LogoutResponses we use the verifySignature of the class XMLSecurityKey from the xmlseclibs library. That method end up calling opensslverify depending on the signature algorithm used. The opensslverify function returns 1 when the signature was...

7AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/05/17 12:0 a.m.7 views

PT-2024-40229 · Unknown · Php-Saml Toolkit

Name of the Vulnerable Software and Affected Versions: php-saml toolkit affected versions not specified Description: The issue arises from the implicit conversion of numerical values to boolean in PHP, which can lead to an error state being treated as a successful signature verification...

6.9AI score
SaveExploits0References4
NVD
NVD
added 2024/05/14 3:44 p.m.26 views

CVE-2024-4597

An issue has been discovered in GitLab EE affecting all versions from 16.7 before 16.9.7, all versions starting from 16.10 before 16.10.5, all versions starting from 16.11 before 16.11.2. An attacker could force a user with an active SAML session to approve an MR via CSRF...

6.5CVSS5.3AI score0.00282EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/05/14 12:0 a.m.10 views

GitLab Enterprise Edition 跨站请求伪造漏洞

GitLab Enterprise Edition EE is a content management system from GitLab Corporation. A cross-site request forgery vulnerability exists in GitLab Enterprise Edition, which allows an attacker to force a user with an active SAML session to approve MR via CSRF.The affected versions are as follows: 16...

6.5CVSS6.4AI score0.00282EPSS
SaveExploits0References4
Japan Vulnerability Notes
Japan Vulnerability Notes
added 2024/05/13 8:27 a.m.6 views

Central Dogma vulnerable to cross-site scripting

Overview Central Dogma provided by LY Corporation contains a cross-site scripting vulnerability CWE-79, CVE-2024-1143 because RelayState data is not properly treated when Central Dogma processes SAML messages. LY Corporation reported this vulnerability to JPCERT/CC to notify users of its solution...

9.3CVSS6.2AI score0.00491EPSS
SaveExploits0References7
Rows per page
Query Builder