Lucene search
+L

152 matches found

CVE
CVE
added 2026/06/10 8:28 p.m.52 views

CVE-2026-46689

Kanidm vuln CVE-2026-46689: An unauthenticated GET to any /scim/v1/... endpoint with a crafted ?filter= (thousands of nested parentheses, ~4–12 KB) can exhaust the parser’s stack due to an unbounded depth in the SCIM filter grammar. This causes a stack overflow and std::process::abort(), terminat...

8.7CVSS5.4AI score0.00317EPSS
SaveExploits0References2
NVD
NVD
added 2026/05/27 6:16 p.m.19 views

CVE-2026-46425

Budibase is an open-source low-code platform. Prior to 3.38.2, packages/worker/src/api/routes/global/scim.ts attaches only two middlewares to the SCIM router: requireSCIM checks the Enterprise feature flag and SCIM config and doInScimContext sets the SCIM request context. There is no role check...

9.9CVSS0.00286EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/05/27 5:6 p.m.16 views

EUVD-2026-32598

Budibase is an open-source low-code platform. Prior to 3.38.2, packages/worker/src/api/routes/global/scim.ts attaches only two middlewares to the SCIM router: requireSCIM checks the Enterprise feature flag and SCIM config and doInScimContext sets the SCIM request context. There is no role check...

9.9CVSS5.8AI score0.00286EPSS
SaveExploits0References2
OSV
OSV
added 2026/05/27 5:6 p.m.6 views

CVE-2026-46425 Budibase: SCIM endpoints lack role-based authorization, BASIC users CRUD tenant users

Budibase is an open-source low-code platform. Prior to 3.38.2, packages/worker/src/api/routes/global/scim.ts attaches only two middlewares to the SCIM router: requireSCIM checks the Enterprise feature flag and SCIM config and doInScimContext sets the SCIM request context. There is no role check...

9.9CVSS5.9AI score
SaveExploits0References4
CNNVD
CNNVD
added 2026/05/27 12:0 a.m.11 views

Budibase 安全漏洞

Budibase is an open-source low-code platform developed by Budibase in the UK. It allows for the creation of internal applications, workflows, and management panels within minutes. Versions of Budibase prior to 3.38.2 contained security vulnerabilities. These vulnerabilities stemmed from a lack of...

9.9CVSS5.9AI score0.00286EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/05/20 12:0 a.m.25 views

PT-2026-42120

Name of the Vulnerable Software and Affected Versions Budibase versions prior to 3.38.2 Description An authorization bypass exists in the SCIM router within packages/worker/src/api/routes/global/scim.ts. The router only utilizes the requireSCIM and doInScimContext middlewares, failing to implemen...

9.9CVSS5.8AI score0.00286EPSS
SaveExploits0References4
NVD
NVD
added 2026/05/11 6:16 p.m.27 views

CVE-2026-43640

Bitwarden Server prior to v2026.4.1 does not require master-password re-authentication when retrieving or rotating an organization's SCIM API key, allowing an authenticated user with SCIM management privileges to obtain the key using only a valid session...

8.6CVSS0.00504EPSS
SaveExploits1References5
Vulnrichment
Vulnrichment
added 2026/05/11 5:14 p.m.8 views

CVE-2026-43640 Bitwarden Server < 2026.4.1 Authentication Bypass via SCIM API Key

Bitwarden Server prior to v2026.4.1 does not require master-password re-authentication when retrieving or rotating an organization's SCIM API key, allowing an authenticated user with SCIM management privileges to obtain the key using only a valid session...

8.6CVSS5.8AI score0.00504EPSS
SaveExploits1References5
CVE
CVE
added 2026/05/11 5:14 p.m.37 views

CVE-2026-43640

Bitwarden Server (affected: v2026.4.1 and earlier) contains an authentication bypass for SCIM API key retrieval/rotation. A logged-in user with SCIM management privileges can obtain the organization's SCIM API key without re-authenticating the master password, exposing sensitive credentials. Root...

8.6CVSS5.8AI score0.00504EPSS
SaveExploits1References5Affected Software1
Cvelist
Cvelist
added 2026/05/11 5:14 p.m.41 views

CVE-2026-43640 Bitwarden Server < 2026.4.1 Authentication Bypass via SCIM API Key

Bitwarden Server prior to v2026.4.1 does not require master-password re-authentication when retrieving or rotating an organization's SCIM API key, allowing an authenticated user with SCIM management privileges to obtain the key using only a valid session...

8.6CVSS0.00504EPSS
SaveExploits1References5
OSV
OSV
added 2026/05/11 5:14 p.m.8 views

CVE-2026-43640 Bitwarden Server < 2026.4.1 Authentication Bypass via SCIM API Key

Bitwarden Server prior to v2026.4.1 does not require master-password re-authentication when retrieving or rotating an organization's SCIM API key, allowing an authenticated user with SCIM management privileges to obtain the key using only a valid session...

8.6CVSS6AI score
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/05/11 12:0 a.m.28 views

PT-2026-39717

Name of the Vulnerable Software and Affected Versions Bitwarden Server versions prior to 2026.4.1 Description An issue exists where master-password re-authentication is not required when retrieving or rotating an organization's SCIM API key. This allows an authenticated user with SCIM management...

8.6CVSS5.8AI score0.00504EPSS
SaveExploits1References10
OSV
OSV
added 2026/05/06 11:38 p.m.10 views

GHSA-R5FR-9GMV-JGGH scim_proto and kanidm_proto have an authenticated process abort via SCIM filter stack exhaustion

Summary A single unauthenticated GET to any /scim/v1/... endpoint with a ?filter= query string of a few thousand nested parentheses ≈ 4–12 KB drives the recursive-descent PEG parser past the worker thread's stack guard page. Rust responds to stack overflow with std::process::abort — the entire...

8.7CVSS5.9AI score0.00317EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/05/06 11:38 p.m.12 views

scim_proto and kanidm_proto have an authenticated process abort via SCIM filter stack exhaustion

Summary A single unauthenticated GET to any /scim/v1/... endpoint with a ?filter= query string of a few thousand nested parentheses ≈ 4–12 KB drives the recursive-descent PEG parser past the worker thread's stack guard page. Rust responds to stack overflow with std::process::abort — the entire...

8.7CVSS5.9AI score0.00317EPSS
SaveExploits0References4Affected Software2
Positive Technologies
Positive Technologies
added 2026/05/06 12:0 a.m.21 views

PT-2026-41980

Name of the Vulnerable Software and Affected Versions Kanidm versions prior to 1.9.3 Description An unauthenticated GET request to any /scim/v1/... endpoint using a ?filter= query string containing several thousand nested parentheses approximately 4–12 KB can cause a stack overflow. This occurs...

8.7CVSS5.6AI score0.00317EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/03/27 3:30 p.m.6 views

EUVD-2024-55508

Insertion of Sensitive Information into Log File vulnerability in the SCIM Driver module in OpenText IDM Driver and Extensions on Windows, Linux, 64 bit allows authenticated local users to obtain sensitive information via access to log files. This issue affects IDM SCIM Driver: 1.0.0.0000 through...

7.3CVSS5.9AI score0.00109EPSS
SaveExploits0References3
NVD
NVD
added 2026/03/27 3:16 p.m.8 views

CVE-2024-11604

Insertion of Sensitive Information into Log File vulnerability in the SCIM Driver module in OpenText IDM Driver and Extensions on Windows, Linux, 64 bit allows authenticated local users to obtain sensitive information via access to log files. This issue affects IDM SCIM Driver: 1.0.0.0000 through...

7.3CVSS0.00109EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/03/27 2:8 p.m.4 views

CVE-2024-11604 Insertion of Sensitive Information into Log File

Insertion of Sensitive Information into Log File vulnerability in the SCIM Driver module in OpenText IDM Driver and Extensions on Windows, Linux, 64 bit allows authenticated local users to obtain sensitive information via access to log files. This issue affects IDM SCIM Driver: 1.0.0.0000 through...

7.3CVSS5.9AI score0.00109EPSS
SaveExploits0References2
CVE
CVE
added 2026/03/27 2:8 p.m.12 views

CVE-2024-11604

CVE-2024-11604 concerns an issue in the OpenText IDM Driver and Extensions SCIM Driver module (Windows, Linux, 64-bit). The vulnerability arises from the insertion of sensitive information into log files, allowing authenticated local users to access sensitive data via log file contents. Affected ...

7.3CVSS5.9AI score0.00109EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/03/27 12:0 a.m.18 views

PT-2026-28268

Insertion of Sensitive Information into Log File vulnerability in the SCIM Driver module in OpenText IDM Driver and Extensions on Windows, Linux, 64 bit allows authenticated local users to obtain sensitive information via access to log files. This issue affects IDM SCIM Driver: 1.0.0.0000 through...

7.3CVSS5.9AI score0.00109EPSS
SaveExploits0References3
Rows per page
Query Builder