Lucene search
+L

43 matches found

Kitploit
Kitploit
added 2026/08/26 7:35 a.m.1 views

CVE-2017-11427-DEMO

CVE-2017-11427-DEMO Grundlegende Umgebung root@kitploit: $ sudo apt-get install libxml2-dev libxslt1-dev $ sudo apt-get install libxml2-dev libxmlsec1-dev libxmlsec1-openssl DEMO: root@kitploit: $ git clone https://github.com/CHYbeta/CVE-2017-11427-DEMO.git $ cd CVE-2017-11427-DEMO $ source...

9.8CVSS8.3AI score0.04697EPSS
SaveExploits1
CVE
CVE
added 2026/08/25 12:50 p.m.28 views

CVE-2026-77998

This CVSS 10.0 (Critical) vulnerability affects three miniOrange Joomla SAML SSO extensions: miniOrange SAML SSO (< 11.0.2), SAML SP Single Sign On – Login with ADFS (< 6.4), and SAML SP Single Sign On – SAML SSO login with Google Apps (

10CVSS5.5AI score
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/25 12:50 p.m.7 views

CVE-2026-77998 Joomla Extension - miniorange.com - Unauthenticated Authentication Bypass via SAMLResponse Parameter in miniOrange SAML SSO < 11.0.2, SAML SP Single Sign On – Login with ADFS < 6.4, SAML SP Single Sign On – SAML SSO login with Google Apps < 6.4

Joomla Extension - miniorange.com - Unauthenticated Authentication Bypass via SAMLResponse Parameter in miniOrange SAML SSO 11.0.2, SAML SP Single Sign On – Login with ADFS 6.4, SAML SP Single Sign On – SAML SSO login with Google Apps 6.4 - This is due to the mosamlvalidatesignature function...

10CVSS5.4AI score
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/25 12:50 p.m.31 views

CVE-2026-77998 Joomla Extension - miniorange.com - Unauthenticated Authentication Bypass via SAMLResponse Parameter in miniOrange SAML SSO < 11.0.2, SAML SP Single Sign On – Login with ADFS < 6.4, SAML SP Single Sign On – SAML SSO login with Google Apps < 6.4

Joomla Extension - miniorange.com - Unauthenticated Authentication Bypass via SAMLResponse Parameter in miniOrange SAML SSO 11.0.2, SAML SP Single Sign On – Login with ADFS 6.4, SAML SP Single Sign On – SAML SSO login with Google Apps 6.4 - This is due to the mosamlvalidatesignature function...

10CVSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/25 12:50 p.m.5 views

EUVD-2026-65476

Joomla Extension - miniorange.com - Unauthenticated Authentication Bypass via SAMLResponse Parameter in miniOrange SAML SSO 11.0.2, SAML SP Single Sign On – Login with ADFS 6.4, SAML SP Single Sign On – SAML SSO login with Google Apps 6.4 - This is due to the mosamlvalidatesignature function...

10CVSS5.4AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/24 10:19 p.m.27 views

shimit

shimit shimit is a python tool that implements the Golden SAML attack. More informations on this can be found in the following article on our blog. root@kitploit: python .\shimit.py -h usage: shimit.py -h -pk KEY -c CERT -sp SP -idp IDP -u USER -reg REGION --SessionValidity SESSIONVALIDITY...

5.6AI score
SaveExploits0
NVD
NVD
added 2026/07/16 5:16 a.m.39 views

CVE-2026-15013

The SAML Single Sign On – SSO Login plugin for WordPress is vulnerable to Authentication Bypass via SAML Signature Algorithm Confusion in all versions up to, and including, 5.4.3. The vulnerability exists because MoSAMLUtilities::mosamlcastkey reads the SignatureMethod Algorithm attribute directl...

9.8CVSS0.00788EPSS
SaveExploits1References8
RedhatCVE
RedhatCVE
added 2026/01/09 10:42 a.m.9 views

CVE-2022-26155

An issue was discovered in the web application in Cherwell Service Management CSM 10.2.3. XSS can occur via a payload in the SAMLResponse parameter of the HTTP request body...

6.1CVSS6AI score0.00678EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/07 12:30 a.m.14 views

EUVD-2019-13486

Malware in sbrugna...

9CVSS7.7AI score0.00927EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/10/03 8:07 p.m.7 views

EUVD-2022-30721

Malicious code in bioql PyPI...

6.1CVSS6.4AI score0.00678EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/03 8:07 p.m.9 views

EUVD-2024-3414

Malicious code in bioql PyPI...

8.8CVSS6.3AI score0.00985EPSS
SaveExploits1References5
Veracode
Veracode
added 2025/03/17 4:59 a.m.11 views

Signature Confusion Attack

simplesamlphp/saml2 is vulnerable to a Signature Confusion Attack. The vulnerability is due to improper validation in the HTTP-Redirect binding, which allows an attacker with any signed SAMLResponse to trick the application into accepting an unsigned message...

8.6CVSS6.5AI score0.00381EPSS
SaveExploits0References7Affected Software2
OSV
OSV
added 2025/03/11 7:23 p.m.15 views

GHSA-46R4-F8GJ-XG56 The SimpleSAMLphp SAML2 library incorrectly verifies signatures for HTTP-Redirect binding

Summary There's a signature confusion attack in the HTTPRedirect binding. An attacker with any signed SAMLResponse via the HTTP-Redirect binding can cause the application to accept an unsigned message. I believe that it exists for v4 only. I have not yet developed a PoC. V5 is well designed and...

8.6CVSS8.5AI score0.00381EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2024/12/02 5:25 p.m.38 views

SimpleSAMLphp SAML2 has an XXE in parsing SAML messages

Summary When loading an untrusted XML document, for example the SAMLResponse, it's possible to induce an XXE. $options is defined as: https://github.com/simplesamlphp/saml2/blob/717c0adc4877ebd58428637e5626345e59fa0109/src/SAML2/DOMDocumentFactory.phpL41 including the DTDLoad option, which allows...

8.3CVSS8AI score0.00414EPSS
SaveExploits1References4Affected Software2
NVD
NVD
added 2024/12/02 5:15 p.m.25 views

CVE-2024-52806

SimpleSAMLphp SAML2 library is a PHP library for SAML2 related functionality. When loading an untrusted XML document, for example the SAMLResponse, it's possible to induce an XXE. This vulnerability is fixed in 4.6.14 and 5.0.0-alpha.18...

8.3CVSS0.00414EPSS
SaveExploits1References2
NVD
NVD
added 2024/12/02 5:15 p.m.17 views

CVE-2024-52596

SimpleSAMLphp xml-common is a common classes for handling XML-structures. When loading an untrusted XML document, for example the SAMLResponse, it's possible to induce an XXE. This vulnerability is fixed in 1.19.0...

8.8CVSS0.00985EPSS
SaveExploits1References3
OSV
OSV
added 2024/12/02 5:15 p.m.7 views

UBUNTU-CVE-2024-52806

SimpleSAMLphp SAML2 library is a PHP library for SAML2 related functionality. When loading an untrusted XML document, for example the SAMLResponse, it's possible to induce an XXE. This vulnerability is fixed in 4.6.14 and 5.0.0-alpha.18...

8.3CVSS5.8AI score0.00414EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2024/12/02 5:14 p.m.31 views

SimpleSAMLphp xml-common XXE vulnerability

Summary When loading an untrusted XML document, for example the SAMLResponse, it's possible to induce an XXE. $options is defined as: https://github.com/simplesamlphp/xml-common/blob/v1.19.0/src/DOMDocumentFactory.phpL39 including the DTDLoad option, which allows an attacker to read file contents...

8.8CVSS5.9AI score0.00985EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2024/12/02 5:14 p.m.19 views

GHSA-2X65-FPCH-2FCM SimpleSAMLphp xml-common XXE vulnerability

Summary When loading an untrusted XML document, for example the SAMLResponse, it's possible to induce an XXE. $options is defined as: https://github.com/simplesamlphp/xml-common/blob/v1.19.0/src/DOMDocumentFactory.phpL39 including the DTDLoad option, which allows an attacker to read file contents...

8.8CVSS7.9AI score0.00985EPSS
SaveExploits1References5
CVE
CVE
added 2024/12/02 4:24 p.m.94 views

CVE-2024-52596

The CVE-2024-52596 entry concerns SimpleSAMLphp xml-common, where loading an untrusted XML document (e.g., a SAMLResponse) can trigger an XXE. Root cause: parsing with LIBXML_DTDLOAD/LIBXML_DTDATTR enabled allows reading local files or internal resources. The vulnerability affects SimpleSAMLphp x...

8.8CVSS6.4AI score0.00985EPSS
SaveExploits1References3
Rows per page
Query Builder