Lucene search
+L

54713 matches found

Vulnrichment
Vulnrichment
added 2026/07/02 7:43 p.m.12 views

CVE-2026-59100 LobeChat 2.2.9 - Broken Object Level Authorization via Chat-Group Agent Operations

LobeChat through 2.2.9 contains a broken object level authorization vulnerability that allows authenticated attackers to access and modify other users' chat-group agent data by supplying arbitrary group identifiers. Attackers can invoke the getGroupAgents, updateAgentInGroup, and...

5CVSS6.1AI score0.00291EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/02 7:42 p.m.31 views

CVE-2026-59097

Taiga (software) prior to version 6.10.2 contains a missing authorization vulnerability that lets unauthenticated remote attackers create default due-date records in any project by abusing unprotected POST endpoints on the user-story, task, and issue due-date API viewsets. An arbitrary project id...

6.9CVSS6AI score0.00539EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/02 7:42 p.m.11 views

CVE-2026-59097 Taiga < 6.10.2 - Unauthorized Due-Date Creation via API Viewsets

Taiga before 6.10.2 contains a missing authorization vulnerability that allows unauthenticated remote attackers to create default due-date records in any project by exploiting unprotected POST endpoints on the user-story, task, and issue due-date API viewsets. Attackers can supply an arbitrary...

6.9CVSS6.2AI score
SaveExploits0References8
OSV
OSV
added 2026/07/02 7:40 p.m.12 views

CVE-2026-59093 Weaviate < 1.38.0 - Privilege Escalation via Unchecked Permissions in RBAC Role Assignment

Weaviate before 1.38.0 does not verify that a principal performing an RBAC role assignment holds the permissions granted by the assigned role. The assignRoleToUser and assignRoleToGroup handlers POST /authz/users/id/assign and /authz/groups/id/assign authorize only that the caller may assign role...

8.7CVSS6AI score
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2026/07/02 7:40 p.m.13 views

CVE-2026-59093 Weaviate < 1.38.0 - Privilege Escalation via Unchecked Permissions in RBAC Role Assignment

Weaviate before 1.38.0 does not verify that a principal performing an RBAC role assignment holds the permissions granted by the assigned role. The assignRoleToUser and assignRoleToGroup handlers POST /authz/users/id/assign and /authz/groups/id/assign authorize only that the caller may assign role...

8.8CVSS6AI score0.00711EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/02 7:40 p.m.16 views

EUVD-2026-41424

Weaviate before 1.38.0 does not verify that a principal performing an RBAC role assignment holds the permissions granted by the assigned role. The assignRoleToUser and assignRoleToGroup handlers POST /authz/users/id/assign and /authz/groups/id/assign authorize only that the caller may assign role...

8.8CVSS5.8AI score0.00711EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/02 7:40 p.m.48 views

CVE-2026-59093 Weaviate < 1.38.0 - Privilege Escalation via Unchecked Permissions in RBAC Role Assignment

Weaviate before 1.38.0 does not verify that a principal performing an RBAC role assignment holds the permissions granted by the assigned role. The assignRoleToUser and assignRoleToGroup handlers POST /authz/users/id/assign and /authz/groups/id/assign authorize only that the caller may assign role...

8.8CVSS0.00711EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/02 7:40 p.m.44 views

CVE-2026-59093

Weaviate prior to 1.38.0 fails to verify that a principal granting RBAC roles actually has permissions within those roles. The assignRoleToUser and assignRoleToGroup endpoints (POST /authz/users/{id}/assign, /authz/groups/{id}/assign) only check that the caller may assign roles, not the permissio...

8.8CVSS5.8AI score0.00711EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/07/02 6:49 p.m.23 views

EUVD-2026-41208

Craft CMS: Missing peer-permission check in AssetsController::actionDeleteFolder allows deletion of other users' assets...

7.1CVSS5.8AI score0.00387EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/02 6:49 p.m.14 views

GHSA-7H62-6V23-V8FM Craft CMS: Missing peer-permission check in `AssetsController::actionDeleteFolder` allows deletion of other users' assets

Summary AssetsController::actionDeleteFolder only requires the deleteAssets: permission for the target folder. It never enforces deletePeerAssets:, even though Assets::deleteFoldersByIds cascades deletion to every descendant folder and every asset inside, regardless of who uploaded them. A...

7.1CVSS6AI score0.00387EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/02 6:48 p.m.10 views

GHSA-QH45-9G5P-M2V4 Craft CMS: Unauthorized Deletion of Source Assets During File Replacement

We have identified an authorization issue in Craft CMS AssetsController::actionReplaceFile that can delete a source asset without source delete permission by supplying both assetId and sourceAssetId. Description Craft CMS’s craft\controllers\AssetsController::actionReplaceFile supports replacing...

5.3CVSS5.8AI score0.00364EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/02 6:47 p.m.19 views

EUVD-2026-41215

Craft CMS: Authorization bypass in entries/move-to-section via missing target-section save check...

6CVSS5.8AI score0.00404EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/02 6:47 p.m.19 views

GHSA-43CQ-C2GQ-PFPW Craft CMS: Authorization bypass in `entries/move-to-section` via missing target-section save check

Summary The EntriesController::actionMoveToSection endpoint checks only whether the current user can view the destination section, but it does not require permission to save entries into that section. A low-privileged authenticated control-panel user who can move an entry out of its current secti...

6CVSS5.8AI score0.00404EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/02 6:45 p.m.12 views

GHSA-QQ2C-2Q8J-JH27 Craft CMS: Authorship spoofing in `entries/save-entry` via pre-check/post-mutation authorization gap

Summary EntriesController::actionSaveEntry performs entry-edit permission checks before request-controlled author changes are applied to the model. The subsequent author mutation path accepts attacker-supplied authors / author parameters and allows the change when the current user is one of the o...

7.6CVSS5.8AI score0.00364EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/07/02 2:52 p.m.73 views

kernel: Arm Processors: Privilege escalation or information disclosure via writes to higher exception level resources

A flaw was found in the Linux kernel on ARM processors. A race condition in Translation Lookaside Buffer Invalidation TLBI operations during memory permission changes allows a local attacker to write to memory resources owned by higher privilege levels. This could allow an unprivileged local...

9.1CVSS5.8AI score0.00571EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/07/02 11:33 a.m.13 views

CVE-2026-57760

Missing Authorization vulnerability in Sendcloud Sendcloud Shipping allows Exploiting Incorrectly Configured Access Control Security Levels. This issue affects Sendcloud Shipping: from n/a through 1.0.29...

5.3CVSS5.8AI score0.00294EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/02 12:16 a.m.17 views

CVE-2026-50280

Craft CMS is a content management system CMS. In versions 5.0.0-RC1 and above prior to 5.9.21, the EntriesController::actionMoveToSection endpoint gates the destination section only by viewEntries:$section-uid rather than requiring saveEntries permission the source entry is separately checked via...

6CVSS0.00404EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/07/02 12:00 a.m.31 views

PT-2026-55294

Name of the Vulnerable Software and Affected Versions Weaviate versions prior to 1.38.0 Description An issue exists where the system fails to verify if a principal performing a Role-Based Access Control RBAC role assignment possesses the permissions granted by the role being assigned. While role...

8.8CVSS6.1AI score0.00711EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2026/07/02 12:00 a.m.14 views

SUSE SLED15 / SLES15 Security Update : tar (SUSE-SU-2026:2714-1)

The remote SUSE Linux SLED15 / SLEDSAP15 / SLES15 / SLESSAP15 host has packages installed that are affected by a vulnerability as referenced in the SUSE-SU-2026:2714-1 advisory. This update for tar fixes the following issues Security fixes: - CVE-2026-5704: crafted archives can be used to to hide...

5.5CVSS6.5AI score0.00433EPSS
SaveExploits2References6
CVE
CVE
added 2026/07/01 11:43 p.m.67 views

CVE-2026-50280

Craft CMS contains an authorization bypass in the entries/move-to-section endpoint (EntriesController::actionMoveToSection). In versions 5.0.0-RC1 through below 5.9.21, destination section gate relies only on viewEntries:$section-&gt;uid instead of requiring saveEntries permission; source entry p...

6CVSS5.7AI score0.00404EPSS
SaveExploits0References2
Rows per page
Query Builder