Lucene search
+L

318088 matches found

OSV
OSV
added 2026/08/25 3:00 p.m.6 views

GO-2026-6275 kin-openapi has uncontrolled resource consumption in openapi3filter deepObject query parameter decoding in github.com/getkin/kin-openapi

kin-openapi has uncontrolled resource consumption in openapi3filter deepObject query parameter decoding in github.com/getkin/kin-openapi...

8.7CVSS5.2AI score0.00302EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/25 2:59 p.m.5 views

GHSA-RG5Q-PP8P-F7JM PraisonAI: Webhook SSRF via DNS fail-open in `JobSubmitRequest.validate_webhook_url()` — bypass of CVE-2026-40114

Summary praisonai/jobs/models.py::JobSubmitRequest.validatewebhookurl validates webhook URLs by resolving the hostname and checking whether the IP is private. When DNS resolution fails socket.gaierror, the validator silently passes the URL via except socket.gaierror: pass. Additionally, even when...

7.1CVSS6.3AI score0.00179EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/25 2:59 p.m.6 views

PraisonAI: Webhook SSRF via DNS fail-open in `JobSubmitRequest.validate_webhook_url()` — bypass of CVE-2026-40114

Summary praisonai/jobs/models.py::JobSubmitRequest.validatewebhookurl validates webhook URLs by resolving the hostname and checking whether the IP is private. When DNS resolution fails socket.gaierror, the validator silently passes the URL via except socket.gaierror: pass. Additionally, even when...

10CVSS6.1AI score0.0028EPSS
SaveExploits1References4Affected Software1
Snyk
Snyk
added 2026/08/25 2:39 p.m.12 views

NULL Pointer Dereference

Overview Affected versions of this package are vulnerable to NULL Pointer Dereference due to insufficient type checking in osslcmpcalcprotection in crypto/cmp/cmpprotect.c. An attacker can crash a CMP server or client by sending a crafted PBM-protected message whose protectionAlg parameter uses t...

8.7CVSS6AI score0.0133EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/25 1:19 p.m.10 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 - This is due to the mosamlvalidatesignature function...

10CVSS0.0034EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/25 1:19 p.m.8 views

AZL-97674 CVE-2026-63076 affecting package openssl-fips-provider 3.1.2-2

Issue summary: OpenSSL CMP password based protection verification only checks whether the protectionAlg parameter was not NULL and not its ASN.1 type, before treating it as a PBMParameter. A crafted message can contain a parameter of a different type, which is then dereferenced as an invalid...

7.5CVSS6AI score0.0133EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/25 1:19 p.m.9 views

CVE-2026-63076

Issue summary: OpenSSL CMP password based protection verification only checks whether the protectionAlg parameter was not NULL and not its ASN.1 type, before treating it as a PBMParameter. A crafted message can contain a parameter of a different type, which is then dereferenced as an invalid...

7.5CVSS0.0133EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/25 1:19 p.m.12 views

AZL-97941 CVE-2026-63076 affecting package openssl 3.3.7-4

Issue summary: OpenSSL CMP password based protection verification only checks whether the protectionAlg parameter was not NULL and not its ASN.1 type, before treating it as a PBMParameter. A crafted message can contain a parameter of a different type, which is then dereferenced as an invalid...

7.5CVSS6AI score0.0133EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/25 1:19 p.m.12 views

DEBIAN-CVE-2026-63076

Issue summary: OpenSSL CMP password based protection verification only checks whether the protectionAlg parameter was not NULL and not its ASN.1 type, before treating it as a PBMParameter. A crafted message can contain a parameter of a different type, which is then dereferenced as an invalid...

7.5CVSS5.8AI score0.0133EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/25 1:19 p.m.3 views

ALPINE-CVE-2026-63076

Issue summary: OpenSSL CMP password based protection verification only checks whether the protectionAlg parameter was not NULL and not its ASN.1 type, before treating it as a PBMParameter. A crafted message can contain a parameter of a different type, which is then dereferenced as an invalid...

7.5CVSS5.8AI score0.0133EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/25 1:19 p.m.5 views

AZL-97887 CVE-2026-63076 affecting package edk2 20240524git3e722403cd16-18

Issue summary: OpenSSL CMP password based protection verification only checks whether the protectionAlg parameter was not NULL and not its ASN.1 type, before treating it as a PBMParameter. A crafted message can contain a parameter of a different type, which is then dereferenced as an invalid...

7.5CVSS6AI score0.0133EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2026/08/25 1:00 p.m.7 views

CVE-2026-63076

Issue summary: OpenSSL CMP password based protection verification only checks whether the protectionAlg parameter was not NULL and not its ASN.1 type, before treating it as a PBMParameter. A crafted message can contain a parameter of a different type, which is then dereferenced as an invalid...

7.5CVSS5.8AI score0.0133EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/25 1:00 p.m.46 views

CVE-2026-63076 Invalid Pointer Dereference in CMP Server via Crafted protectionAlg

Issue summary: OpenSSL CMP password based protection verification only checks whether the protectionAlg parameter was not NULL and not its ASN.1 type, before treating it as a PBMParameter. A crafted message can contain a parameter of a different type, which is then dereferenced as an invalid...

0.0133EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/25 1:00 p.m.73 views

CVE-2026-63076

OpenSSL's CMP module contains a type-confusion flaw in password-based MAC (PBM) protection verification. When processing the protectionAlg parameter via X509_ALGOR_get0(), the library checks only that the value pointer is non-NULL but never validates the ASN.1 type, then casts it to ASN1_STRING a...

7.5CVSS5.7AI score0.0133EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/08/25 1:00 p.m.6 views

CVE-2026-63076 Invalid Pointer Dereference in CMP Server via Crafted protectionAlg

Issue summary: OpenSSL CMP password based protection verification only checks whether the protectionAlg parameter was not NULL and not its ASN.1 type, before treating it as a PBMParameter. A crafted message can contain a parameter of a different type, which is then dereferenced as an invalid...

5.7AI score0.0133EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/25 1:00 p.m.6 views

EUVD-2026-65487

Issue summary: OpenSSL CMP password based protection verification only checks whether the protectionAlg parameter was not NULL and not its ASN.1 type, before treating it as a PBMParameter. A crafted message can contain a parameter of a different type, which is then dereferenced as an invalid...

7.5CVSS5.7AI score0.0133EPSS
SaveExploits0References6
AlpineLinux
AlpineLinux
added 2026/08/25 1:00 p.m.9 views

CVE-2026-63076

Issue summary: OpenSSL CMP password based protection verification only checks whether the protectionAlg parameter was not NULL and not its ASN.1 type, before treating it as a PBMParameter. A crafted message can contain a parameter of a different type, which is then dereferenced as an invalid...

7.5CVSS5.8AI score0.0133EPSS
SaveExploits0
OSV
OSV
added 2026/08/25 1:00 p.m.3 views

CVE-2026-63076 Invalid Pointer Dereference in CMP Server via Crafted protectionAlg

Issue summary: OpenSSL CMP password based protection verification only checks whether the protectionAlg parameter was not NULL and not its ASN.1 type, before treating it as a PBMParameter. A crafted message can contain a parameter of a different type, which is then dereferenced as an invalid...

7.5CVSS5.8AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/25 12:50 p.m.37 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...

10CVSS0.0034EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/25 12:50 p.m.47 views

CVE-2026-77998

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

10CVSS5.5AI score0.0034EPSS
SaveExploits0References1
Rows per page
Query Builder