Lucene search
+L

2815 matches found

NVD
NVD
added 2026/09/04 3:17 p.m.5 views

CVE-2026-85619

AppFlowy-Cloud 0.9.64 fails to verify that requested collab objects belong to the workspace in authorization checks, allowing attackers to access documents and database rows across workspaces. Attackers can supply a victim's object ID with their own workspace ID to bypass access controls and read...

7.7CVSS0.0054EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/04 2:32 p.m.7 views

CVE-2026-85619 AppFlowy-Cloud 0.9.64 Cross-Workspace Collab Access via HTTP API

AppFlowy-Cloud 0.9.64 fails to verify that requested collab objects belong to the workspace in authorization checks, allowing attackers to access documents and database rows across workspaces. Attackers can supply a victim's object ID with their own workspace ID to bypass access controls and read...

7.7CVSS5.5AI score
SaveExploits0References6
NVD
NVD
added 2026/09/04 10:17 a.m.8 views

CVE-2026-85184

@fastify/middie versions = 9.1.0 and before 9.3.4 decide whether to run path-scoped middleware by matching against the raw request target, while the Fastify router resolves an absolute-form request target to its path before dispatching. Because the two layers evaluate different strings, a request...

9.1CVSS0.00332EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/04 9:15 a.m.4 views

CVE-2026-85184 @fastify/middie vulnerable to path-scoped middleware bypass via absolute-form request target

@fastify/middie versions = 9.1.0 and before 9.3.4 decide whether to run path-scoped middleware by matching against the raw request target, while the Fastify router resolves an absolute-form request target to its path before dispatching. Because the two layers evaluate different strings, a request...

9.1CVSS5.9AI score
SaveExploits0References4
CVE
CVE
added 2026/09/04 9:15 a.m.24 views

CVE-2026-85184

@fastify/middie (a Fastify plugin for HTTP middleware) versions 9.1.0 through 9.3.3 are affected by a path-scoped middleware bypass. The root cause is a mismatch: middie evaluates the raw request target to decide whether to run path-scoped middleware, while the Fastify router resolves an absolute...

9.1CVSS5.4AI score0.00332EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/04 8:02 a.m.9 views

CVE-2026-32480

CVE-2026-32480 affects the WCFM Membership WordPress plugin (by WC Lovers) in versions up to and including 2.11.11 . The vulnerability is a missing authorization (broken access control) flaw that allows exploitation of incorrectly configured access control security levels. The CVSS v3.1 score is ...

5.3CVSS5.2AI score0.00176EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/09/03 10:19 p.m.7 views

libevent: Libevent: HTTP header handling bugs create risk of access control bypass.

A flaw was found in libevent. The evhttpdecodeuriinternal function in http.c decodes percent-encoded %00 bytes into literal NUL characters without rejecting them, allowing an attacker to craft a URI such as /admin/secret%00.jpg where extension-based access checks see .jpg but the server processes...

9.2CVSS8.3AI score0.00403EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/09/03 6:54 p.m.10 views

EUVD-2026-70672

UnoPim before 2.1.3 fails to include integration store, update, and key-generation routes in its ACL map, allowing any admin user to bypass permission checks. Attackers with minimal admin privileges can create OAuth API integrations, mint client credentials, and escalate permissions by exploiting...

7.1CVSS5.9AI score0.00239EPSS
SaveExploits0References6
NVD
NVD
added 2026/09/03 3:17 p.m.9 views

CVE-2026-85226

MISP contains an authorization flaw in the OnDemand correlation engine where correlations were calculated solely from matching attribute values without applying the distribution, sharing group, organization, or other access-control restrictions associated with the correlated attributes and events...

5.3CVSS0.00152EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/09/03 9:43 a.m.10 views

tomcat: Apache Tomcat: Access control bypass due to off-by-one error in RewriteValve [N] flag processing

A flaw was found in Apache Tomcat. An off-by-one error in the RewriteValve's N flag processing causes rewrite rules to restart at the second rule instead of the first. This vulnerability may allow an attacker to bypass intended access controls...

7.5CVSS5.8AI score0.00779EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/09/03 5:20 a.m.7 views

CVE-2026-73812

A flaw was found in the inets httpd server, part of Erlang/OTP. The server incorrectly processes HTTP requests that contain both Transfer-Encoding: chunked and Content-Length headers, failing to reject them or close the connection as required by RFC 9112 §6.1. When inets is deployed behind a...

8.3CVSS5.9AI score0.00301EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/09/02 9:36 p.m.9 views

CVE-2026-63385

A flaw was found in libevent. The evhttpdecodeuriinternal function in http.c decodes percent-encoded %00 bytes into literal NUL characters without rejecting them, allowing an attacker to craft a URI such as /admin/secret%00.jpg where extension-based access checks see .jpg but the server processes...

9.2CVSS7.1AI score0.00403EPSS
SaveExploits0References8
Github Security Blog
Github Security Blog
added 2026/09/02 2:39 p.m.8 views

EasyAdmin custom-action dispatcher bypasses access_control on other routes

Summary EasyAdmin serves all backend requests through a single dashboard route and, for custom actions Action::linkToRoute / MenuItem::linkToRoute, swaps the executed controller based on the routeName query parameter on the kernel.controller event. That swap happens after Symfony's security...

8.1CVSS5.9AI score0.0025EPSS
SaveExploits0References8Affected Software1
EUVD
EUVD
added 2026/09/02 2:39 p.m.10 views

EUVD-2026-68802

EasyAdmin custom-action dispatcher bypasses accesscontrol on other routes...

8.1CVSS5.9AI score0.0025EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/09/02 8:07 a.m.7 views

OTP: inets: inets: HTTP Request Smuggling allows bypassing security controls

A flaw was found in the inets httpd server, part of Erlang/OTP. The server incorrectly processes HTTP requests that contain both Transfer-Encoding: chunked and Content-Length headers, failing to reject them or close the connection as required by RFC 9112 §6.1. When inets is deployed behind a...

8.3CVSS5.8AI score0.00301EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/09/02 12:00 a.m.12 views

PT-2026-84779

A missing permission check in Jenkins 2.579 and earlier, LTS 2.568.2 and earlier allows attackers with Item/Read permission on at least one job to read build parameter names and values of jobs they have no access to...

4.3CVSS5.9AI score0.00178EPSS
SaveExploits0References3
NVD
NVD
added 2026/09/01 9:18 p.m.9 views

CVE-2026-73762

A vulnerability has been identified in the API endpoint of AOS-CX that could allow a remote actor to circumvent existing access controls. In some cases this could enable unauthorized access to management functionality that should be restricted by the configured access control policy...

6.6CVSS0.00219EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/01 8:28 p.m.14 views

EUVD-2026-69626

A vulnerability has been identified in the API endpoint of AOS-CX that could allow a remote actor to circumvent existing access controls. In some cases this could enable unauthorized access to management functionality that should be restricted by the configured access control policy...

6.6CVSS5.9AI score0.00219EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/01 8:17 p.m.6 views

CVE-2026-78603

Missing Authorization CWE-862 in Kibana can lead to information disclosure via Exploiting Incorrectly Configured Access Control Security Levels CAPEC-180. An authenticated user holding minimal Elasticsearch privileges could bypass Kibana feature authorization and space access controls, resulting ...

4.3CVSS0.00171EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/01 7:20 p.m.34 views

CVE-2026-78603 Missing Authorization in Kibana Leading to Unauthorized Disclosure of Fleet Deployment Metadata

Missing Authorization CWE-862 in Kibana can lead to information disclosure via Exploiting Incorrectly Configured Access Control Security Levels CAPEC-180. An authenticated user holding minimal Elasticsearch privileges could bypass Kibana feature authorization and space access controls, resulting ...

4.3CVSS0.00171EPSS
SaveExploits0References1
Rows per page
Query Builder