Lucene search
+L

225 matches found

CVE
CVE
added yesterday14 views

CVE-2026-10700

Langflow OSS versions 1.0.0–1.8.4 are affected by broken access control in the file handling API, allowing unauthorized access to user files via /api/v1/files/images/{flow_id}/{file_name} (no auth/authorization) and IDOR in /api/v1/files/download/{flow_id}/{file_name} (ownership not validated). I...

6.5CVSS6AI score
SaveExploits0References1
NVD
NVD
added yesterday5 views

CVE-2026-15658

A vulnerability in the foreUP customer REST API allows any authenticated, low-privilege customer to access an endpoint that returns the records of other users without checking that the caller owns the data associated with that record...

SaveExploits0References1
EUVD
EUVD
added yesterday7 views

EUVD-2026-51159

A vulnerability in the foreUP customer REST API allows any authenticated, low-privilege customer to access an endpoint that returns the records of other users without checking that the caller owns the data associated with that record...

5.9AI score
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2 days ago4 views

CVE-2026-64294

A flaw was found in the Linux kernel's memory management subsystem. This vulnerability arises from incorrect handling of file ownership checks within idmapped mounts, a feature that allows remapping user and group IDs. When certain memory operations are performed on files in an idmapped mount, th...

5.5CVSS5.8AI score0.002EPSS
SaveExploits0References4
CVE
CVE
added 3 days ago26 views

CVE-2026-49258

Nebula Mesh Web UI contains ownership checks gaps in versions ≤ 0.3.5, allowing authenticated non-admin operators to access, block, or delete resources across operators via endpoints such as /ui/hosts/{id}/block, /ui/hosts/{id}, /ui/hosts, /ui/networks, and /ui/events. The root cause is improper ...

8.8CVSS5.8AI score0.00283EPSS
SaveExploits0References2
OSV
OSV
added 3 days ago2 views

CVE-2026-49258 Nebula Mesh: Web UI lacks ownership checks, enabling cross-operator access to hosts and networks (read, block, delete)

Nebula Mesh is a self-hosted control plane for the Slack Nebula mesh VPN. In versions 0.3.5 and below, the web UI /ui/ does not apply the per-operator CA scoping employed by the JSON API. This was partially addressed by GHSA-598g-h2vc-h5vg, but the changes were not implemented in the web...

8.8CVSS5.8AI score0.00283EPSS
SaveExploits0References4
Cvelist
Cvelist
added 3 days ago32 views

CVE-2026-49258 Nebula Mesh: Web UI lacks ownership checks, enabling cross-operator access to hosts and networks (read, block, delete)

Nebula Mesh is a self-hosted control plane for the Slack Nebula mesh VPN. In versions 0.3.5 and below, the web UI /ui/ does not apply the per-operator CA scoping employed by the JSON API. This was partially addressed by GHSA-598g-h2vc-h5vg, but the changes were not implemented in the web...

8.8CVSS0.00283EPSS
SaveExploits0References2
NVD
NVD
added 6 days ago9 views

CVE-2026-64294

In the Linux kernel, the following vulnerability has been resolved: mm: do file ownership checks with the proper mount idmap Ever since idmapped mounts were introduced, inode ownership checks for side-channel protection in mincore and madviseMADVPAGEOUT were done against the nopmntidmap, which...

0.002EPSS
SaveExploits0References5
EUVD
EUVD
added 6 days ago5 views

EUVD-2026-49006

In the Linux kernel, the following vulnerability has been resolved: mm: do file ownership checks with the proper mount idmap Ever since idmapped mounts were introduced, inode ownership checks for side-channel protection in mincore and madviseMADVPAGEOUT were done against the nopmntidmap, which...

5.8AI score0.002EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 6 days ago8 views

CVE-2026-64294

In the Linux kernel, the following vulnerability has been resolved: mm: do file ownership checks with the proper mount idmap Ever since idmapped mounts were introduced, inode ownership checks for side-channel protection in mincore and madviseMADVPAGEOUT were done against the nopmntidmap, which...

5.7AI score0.002EPSS
SaveExploits0
OSV
OSV
added 6 days ago6 views

CVE-2026-64294 mm: do file ownership checks with the proper mount idmap

In the Linux kernel, the following vulnerability has been resolved: mm: do file ownership checks with the proper mount idmap Ever since idmapped mounts were introduced, inode ownership checks for side-channel protection in mincore and madviseMADVPAGEOUT were done against the nopmntidmap, which...

5.8AI score0.002EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/23 8:20 p.m.36 views

CVE-2026-47724 nebula-mesh: API endpoints lack ownership checks, enabling cross-operator privilege escalation

nebula-mesh is a self-hosted control plane for Slack Nebula mesh virtual private network. Prior to version 0.3.4, the /api/v1/ route surface trusts the bearer token alone for authorisation on most endpoints. The codebase itself admits this at internal/api/hosts.go:384: "API trusts the bearer toke...

9.9CVSS0.0035EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/23 8:20 p.m.6 views

CVE-2026-47724 nebula-mesh: API endpoints lack ownership checks, enabling cross-operator privilege escalation

nebula-mesh is a self-hosted control plane for Slack Nebula mesh virtual private network. Prior to version 0.3.4, the /api/v1/ route surface trusts the bearer token alone for authorisation on most endpoints. The codebase itself admits this at internal/api/hosts.go:384: "API trusts the bearer toke...

9.9CVSS5.4AI score0.0035EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/21 5:26 p.m.27 views

CVE-2026-47418 praisonai-platform: Project endpoints accept any project_id without workspace ownership check, cross-workspace read/update/delete IDOR

PraisonAI Platform is the platform layer for the PraisonAI multi-agent teams system. Versions prior to 0.1.4 have an Insecure Direct Object Reference. The project CRUD endpoints GET / PATCH / DELETE /workspaces/workspaceid/projects/projectid and GET .../projectid/stats gate access on...

8.1CVSS0.00289EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/21 4:37 p.m.23 views

CVE-2026-47406 praisonai-platform: Dependency endpoints accept any issue_id and dep_id without workspace ownership check, cross-workspace issue linking + read + delete IDOR

PraisonAI Platform is the platform layer for the PraisonAI multi-agent teams system. Versions prior to 0.1.4 have an Insecure Direct Object Reference. The dependency endpoints POST/GET /workspaces/workspaceid/issues/issueid/dependencies and DELETE .../dependencies/depid gate access on...

8.1CVSS0.00231EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/21 4:37 p.m.4 views

CVE-2026-47406 praisonai-platform: Dependency endpoints accept any issue_id and dep_id without workspace ownership check, cross-workspace issue linking + read + delete IDOR

PraisonAI Platform is the platform layer for the PraisonAI multi-agent teams system. Versions prior to 0.1.4 have an Insecure Direct Object Reference. The dependency endpoints POST/GET /workspaces/workspaceid/issues/issueid/dependencies and DELETE .../dependencies/depid gate access on...

8.1CVSS5.4AI score0.00231EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/20 12:4 p.m.13 views

CVE-2026-63757

CVE-2026-63757 affects SurrealDB versions before 3.1.0. The HTTP /rpc sessions method returns attached session UUIDs without authentication and accepts arbitrary session fields with no ownership verification, enabling unauthenticated attackers to enumerate session UUIDs and impersonate authentica...

8.8CVSS5.6AI score0.00354EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2026/07/20 6:0 a.m.9 views

CVE-2026-11868

CVE-2026-11868 concerns the WordPress plugin WP Travel (before version 11.7.1). The issue is that the plugin does not perform capability or ownership checks on its booking cancellation action, which is exposed to unauthenticated users, allowing them to cancel arbitrary bookings on affected sites....

5.3CVSS5.5AI score0.00182EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/07/20 6:0 a.m.7 views

EUVD-2026-45880

The WP Travel WordPress plugin before 11.7.1 does not perform capability or ownership checks on its booking cancellation action, which is also exposed to unauthenticated users, allowing them to cancel arbitrary bookings on the site...

5.3CVSS5.5AI score0.00182EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/17 5:17 p.m.7 views

CVE-2026-63307

Chat2DB before 5.3.0 contains an insecure direct object reference vulnerability in the GET /api/connection/datasource/id endpoint. The handler calls dataSourceService.queryExistentid, ... without an ownership check and returns the decrypted password field, allowing any authenticated non-admin use...

7.1CVSS0.00231EPSS
SaveExploits0References3
Rows per page
Query Builder