Lucene search
+L

12623 matches found

EUVD
EUVD
added 2026/08/21 12:31 a.m.8 views

EUVD-2026-63730

The customer update route in EverShop is declared with "access": "public" in packages/evershop/src/modules/customer/api/updateCustomer/route.json, which causes the admin authentication middleware to call next without checking the caller, and no customer-session middleware guards the route; the on...

9.8CVSS5.4AI score
SaveExploits0References7
CVE
CVE
added 2026/08/20 9:57 p.m.8 views

CVE-2026-72843

EverShop 's updateCustomer route (packages/evershop/src/modules/customer/api/updateCustomer/route.json) is declared "access": "public", so the admin auth middleware calls next() without verifying the caller and no session guard protects the route. The handler in updateCustomer.js loads a customer...

9.8CVSS5.4AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/20 9:51 p.m.5 views

EUVD-2026-63642

TREK is a collaborative travel planner. Prior to 3.1.3, TREK file upload, update, and link actions accept attacker-controlled reservationid, placeid, and assignmentid values without using findForeignLinkTarget to verify that the referenced object belongs to the file's trip. An authenticated user...

4.3CVSS5.4AI score
SaveExploits0References4
CVE
CVE
added 2026/08/20 9:51 p.m.6 views

CVE-2026-62945

TREK is a collaborative travel planner. Prior to 3.1.3, TREK file upload, update, and link actions accept attacker-controlled reservationid, placeid, and assignmentid values without using findForeignLinkTarget to verify that the referenced object belongs to the file's trip. An authenticated user...

4.3CVSS5.3AI score
SaveExploits0References4
CVE
CVE
added 2026/08/20 9:49 p.m.5 views

CVE-2026-54509

TREK is a collaborative travel planner. From 3.0.0 until 3.1.0, the GET /api/journeys/:id/share-link route in server/src/routes/journey.ts returns the result of getJourneyShareLink from server/src/services/journeyShareService.ts without checking whether the authenticated requester can access the...

6.5CVSS5.3AI score
SaveExploits0References4
EUVD
EUVD
added 2026/08/20 9:36 p.m.6 views

EUVD-2026-63683

BigBlueButton is an open-source virtual classroom. Prior to 3.0.29, BigBlueButton presenters could submit a presentationId through /api/graphql that identified a presentation belonging to another meeting...

4.9CVSS5.3AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/08/20 6:42 p.m.6 views

django CMS: Broken access control in page *Duplicate* allows reading the content of any page (cross-site / restriction bypass)

Impact The only authorization gate on the duplicate flow is PageAdmin.hasaddpermission, which checks usercanaddpageuser, site / usercanaddsubpage... — i.e. “may this user create a page at all”. Nothing checks the user’s relationship to the page being copied: - cms/admin/forms.py —...

6.5CVSS5.5AI score
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/08/20 6:42 p.m.5 views

GHSA-6X92-6VX4-5FWR django CMS: Broken access control in page *Duplicate* allows reading the content of any page (cross-site / restriction bypass)

Impact The only authorization gate on the duplicate flow is PageAdmin.hasaddpermission, which checks usercanaddpageuser, site / usercanaddsubpage... — i.e. “may this user create a page at all”. Nothing checks the user’s relationship to the page being copied: - cms/admin/forms.py —...

6.5CVSS5.6AI score
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/08/20 6:42 p.m.5 views

django CMS: Structure endpoint bypasses page-view permission

Summary The structure-board endpoint renderobjectstructure renders a page's plugin structure without verifying that the requesting user is allowed to view the page. The edit and preview endpoints enforce this via renderpage, but the structure endpoint does not, allowing a low-privileged staff use...

6.5CVSS5.4AI score
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/20 6:40 p.m.6 views

Wagtail: Improper permission handling in image preview

Impact Due to a missing permission check on the image preview endpoint, a user with access to the Wagtail admin can preview any image. The existing data of the image object itself is not exposed. The vulnerability is not exploitable by an ordinary site visitor without access to the Wagtail admin...

6.5CVSS5.6AI score0.00201EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2026/08/20 6:15 p.m.9 views

CVE-2026-53569

In Frappe framework ≤16.31.0, the whitelisted toggle_like and mark_as_seen endpoints in frappe/desk/like.py and frappe/desk/doctype/note/note.py skip read-permission checks before modifying _liked_by metadata or a Note's seen state. An authenticated low-privilege user can thus probe for resource ...

5.3CVSS5.3AI score
SaveExploits0References4
EUVD
EUVD
added 2026/08/20 6:15 p.m.5 views

EUVD-2026-63574

Frappe is a full-stack web application framework. In version 16.31.0 and earlier, the whitelisted togglelike and markasseen endpoints in frappe/desk/like.py and frappe/desk/doctype/note/note.py do not enforce read permission before modifying likedby metadata or a Note seen state. An authenticated...

5.3CVSS5.3AI score
SaveExploits0References4
EUVD
EUVD
added 2026/08/20 6:09 p.m.9 views

EUVD-2026-63570

django CMS is an easy-to-use and developer-friendly enterprise content management system powered by Django. Prior to 5.0.9, page duplication lacks an object-level authorization check on the source page. In cms/admin/forms.py, DuplicatePageForm.source accepts any Page, the AddPageForm constructor...

6.5CVSS5.3AI score
SaveExploits0References4
CVE
CVE
added 2026/08/20 6:09 p.m.14 views

CVE-2026-63003

A staff user with only "add page" permission can POST a crafted source page ID to the duplicate endpoint, copying all placeholders/plugins of an unauthorized page and stripping its view restrictions, exposing restricted or cross-site content. The fix adds an object-level user_can_view_page() chec...

6.5CVSS5.3AI score
SaveExploits0References4
EUVD
EUVD
added 2026/08/20 6:07 p.m.8 views

EUVD-2026-63569

django CMS is an easy-to-use and developer-friendly enterprise content management system powered by Django. Prior to 5.0.9, renderobjectstructure fails to authorize non-PageContent objects that use PlaceholderRelationField. An active staff user without cms.usestructure or model-level view or chan...

4.3CVSS5.3AI score
SaveExploits0References4
EUVD
EUVD
added 2026/08/20 4:47 p.m.6 views

EUVD-2026-63484

Windmill is an open-source developer platform for internal code: APIs, background jobs, workflows and UIs. Prior to 1.715.0, a resource-scoped API token could read script contents outside its allowed path scope through GET /api/w/workspace/scripts/listsearch. The route-level scope middleware...

5.1CVSS5.4AI score0.00022EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/20 4:17 p.m.3 views

CVE-2026-63040

Files or Directories Accessible to External Parties vulnerability in Apache InLong. StreamSource performs no authorization check, any authenticated user can logically delete ALL stream sources. This issue affects Apache InLong: from 2.0.0 before 2.4.0. Users are advised to upgrade to Apache...

SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/20 12:53 p.m.3 views

CVE-2026-76878

A flaw was found in OpenStack Aodh and Watcher. In Aodh, the alarm listing API does not correctly enforce project scope when the allprojects query parameter is present with a false value. A non-admin authenticated user can list alarms belonging to other projects, potentially exposing alarm...

8.4CVSS5.4AI score0.00392EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/20 12:36 p.m.17 views

CVE-2026-28163

The New User Approve WordPress plugin (versions ≤ 3.2.8) has a broken access control vulnerability discovered by Austin Ginder. Unauthenticated remote attackers can exploit incorrectly configured access control security levels, achieving low integrity impact (CVSS 5.3 MEDIUM). No patch version or...

5.3CVSS5.3AI score
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/20 12:36 p.m.18 views

CVE-2026-28163 WordPress New User Approve plugin <= 3.2.8 - Broken Access Control vulnerability

Missing Authorization vulnerability in myCred New User Approve allows Exploiting Incorrectly Configured Access Control Security Levels. This issue affects New User Approve: from n/a through 3.2.8...

5.3CVSS
SaveExploits0References1
Rows per page
Query Builder