Lucene search
+L

254 matches found

Kitploit
Kitploit
added 2026/09/12 4:43 a.m.8 views

CVE-2025-6554

CVE-2025-6554 root@kitploit: function leakhole let x; delete x?.y?.a; return y; let y; function pwn let hole = leakhole; %DebugPrinthole; pwn; 漏洞 变量 y 在声明之前被访问。正常情况下这会触发 ReferenceError(暂存死区,TDZ),但在旧版 V8 中,当与 delete x?.y 结合使用时,检查失败并返回内部哨兵值 "The Hole"。 补丁前 V8 仅检查了一次 TDZ,然后错误地假设 y 是有效的。这使得 "The Hole...

8.1CVSS7.5AI score0.12723EPSS
SaveExploits5
Kitploit
Kitploit
added 2026/09/07 2:05 a.m.9 views

gitea-CVE-2026-28699

CVE-2026-28699: Gitea OAuth2 作用域绕过(通过 HTTP Basic Auth) 仅具有 read:user 作用域的 Gitea OAuth2 访问令牌,若以 Authorization: Basic base64:x-oauth-basic 格式发送(而非 Bearer 令牌),则可执行完整的写操作。任何通过 Basic 认证提交的令牌都将跳过作用域检查。 受影响版本: HTTP 403 blocked Basic PATCH /api/v1/user/settings - HTTP 200 ALLOWED -- scope BYPASSED...

8.1CVSS7.7AI score0.00551EPSS
SaveExploits1References2
OSV
OSV
added 2026/09/04 11:30 a.m.12 views

CVE-2026-85617 snipe-it before 8.6.3 Authorization Bypass via Bulk Delete

snipe-it versions before 8.6.3 contain an authorization bypass vulnerability in the bulk delete functionality that allows restricted users to soft-delete users outside their authorized scope. Attackers can include unauthorized user IDs in bulk delete requests to bypass instance-level restrictions...

8.7CVSS5.5AI score
SaveExploits0References4
EUVD
EUVD
added 2026/09/03 11:04 p.m.11 views

EUVD-2026-57460

SiYuan: Missing publish-access filter on getAttributeViewKeysByID discloses database column schema, plus two unscoped block-ID enumeration oracles publish mode...

6.9CVSS5.9AI score0.00237EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/02 2:25 p.m.6 views

CVE-2026-79991 Authenticated SQL Injection via nested eager-loading criteria

Craft CMS GraphQL entry mutation resolvers saveEntry, deleteEntry read siteIddirectly from$argumentswithout passing throughArgumentManagerprepareArguments, which is the function that enforces site-scope filtering via arrayintersect against the GraphQL schema’s allowed sites. The query path...

7.1CVSS5.9AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/02 2:25 p.m.35 views

CVE-2026-79991 Authenticated SQL Injection via nested eager-loading criteria

Craft CMS GraphQL entry mutation resolvers saveEntry, deleteEntry read siteIddirectly from$argumentswithout passing throughArgumentManagerprepareArguments, which is the function that enforces site-scope filtering via arrayintersect against the GraphQL schema’s allowed sites. The query path...

7.1CVSS0.00292EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/02 2:25 p.m.7 views

EUVD-2026-70049

Craft CMS GraphQL entry mutation resolvers saveEntry, deleteEntry read siteIddirectly from$argumentswithout passing throughArgumentManagerprepareArguments, which is the function that enforces site-scope filtering via arrayintersect against the GraphQL schema’s allowed sites. The query path...

7.1CVSS5.9AI score0.00292EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/02 2:19 p.m.6 views

CVE-2026-79990 GQL entry mutation `siteId` bypasses schema site scope, enabling cross-site content read/write/delete

Craft CMS GraphQL entry mutation resolvers saveEntry, deleteEntry read siteIddirectly from$argumentswithout passing throughArgumentManagerprepareArguments, which is the function that enforces site-scope filtering via arrayintersect against the GraphQL schema’s allowed sites. The query path...

8.7CVSS5.9AI score0.00261EPSS
SaveExploits0References7
CVE
CVE
added 2026/09/02 2:19 p.m.15 views

CVE-2026-79990

Craft CMS GraphQL entry mutation resolvers (saveEntry, deleteEntry) read siteId directly from $arguments without passing through ArgumentManager::prepareArguments(), which normally enforces site-scope filtering. As a result, an attacker with a GraphQL token scoped to one site can create, modify, ...

8.7CVSS5.9AI score0.00258EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/02 2:19 p.m.30 views

CVE-2026-79990 GQL entry mutation `siteId` bypasses schema site scope, enabling cross-site content read/write/delete

Craft CMS GraphQL entry mutation resolvers saveEntry, deleteEntry read siteIddirectly from$argumentswithout passing throughArgumentManagerprepareArguments, which is the function that enforces site-scope filtering via arrayintersect against the GraphQL schema’s allowed sites. The query path...

8.7CVSS0.00258EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/02 12:17 p.m.7 views

CVE-2026-84796

Craft CMS versions before 5.10.11 contain a site scope bypass vulnerability in GraphQL entry mutation resolvers that fail to validate siteId through ArgumentManager::prepareArguments. Attackers with tokens scoped to one site can read, modify, or delete entries across unauthorized sites by passing...

8.8CVSS0.00261EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/02 11:11 a.m.37 views

CVE-2026-84799 Craft CMS before 5.11.0 PII Disclosure via GraphQL User Relations

Craft CMS before 5.11.0 fails to enforce user-group scope filters on native GraphQL user relations including author, authors, uploader, draftCreator, and revisionCreator fields. Attackers with a scoped GraphQL token can query these relations to read usernames, email addresses, and full names of a...

5.3CVSS0.00168EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/02 11:11 a.m.8 views

EUVD-2026-69908

Craft CMS versions before 5.10.11 contain a site scope bypass vulnerability in GraphQL entry mutation resolvers that fail to validate siteId through ArgumentManager::prepareArguments. Attackers with tokens scoped to one site can read, modify, or delete entries across unauthorized sites by passing...

8.8CVSS5.8AI score0.00261EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/02 11:11 a.m.31 views

CVE-2026-84796 Craft CMS 5.0.0-RC1 before 5.10.11 GraphQL Entry Mutation Site Scope Bypass

Craft CMS versions before 5.10.11 contain a site scope bypass vulnerability in GraphQL entry mutation resolvers that fail to validate siteId through ArgumentManager::prepareArguments. Attackers with tokens scoped to one site can read, modify, or delete entries across unauthorized sites by passing...

8.8CVSS0.00261EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/02 11:11 a.m.5 views

CVE-2026-84796 Craft CMS 5.0.0-RC1 before 5.10.11 GraphQL Entry Mutation Site Scope Bypass

Craft CMS versions before 5.10.11 contain a site scope bypass vulnerability in GraphQL entry mutation resolvers that fail to validate siteId through ArgumentManager::prepareArguments. Attackers with tokens scoped to one site can read, modify, or delete entries across unauthorized sites by passing...

8.7CVSS5.8AI score0.00258EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/02 11:11 a.m.14 views

CVE-2026-84796

Craft CMS versions from 5.0.0-RC1 through 5.10.10 are affected by a site scope bypass in its GraphQL entry mutation resolvers . The root cause is a failure to validate the siteId argument through ArgumentManager::prepareArguments() , allowing an attacker holding a token scoped to one site to read...

8.8CVSS5.8AI score0.00261EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/09/02 12:00 a.m.10 views

PT-2026-84745

Craft CMS GraphQL entry mutation resolvers saveEntry, deleteEntry read siteIddirectly from$argumentswithout passing throughArgumentManagerprepareArguments, which is the function that enforces site-scope filtering via array intersect against the GraphQL schema’s allowed sites. The query path...

7.1CVSS5.9AI score0.00292EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/31 9:31 p.m.10 views

EUVD-2026-66395

The Grav API plugin getgrav/grav-plugin-api before 1.0.18 does not apply the API-key scope cap in the injectSecurityTab function of BlueprintController when deciding whether a page's security/permissions blueprint section is editable. Because the function performs raw isSuperAdmin/hasPermission...

9.3CVSS5.3AI score0.00153EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/31 4:19 p.m.13 views

CVE-2026-75132

WAPT Server versions 2.6.1.17834 and earlier contains a SQL injection vulnerability in the columns parameter of the GET /api/v3/hosts endpoint. A remote authenticated user with read-only privileges can inject arbitrary PostgreSQL expressions into the SQL query constructed by WAPT. By exploiting t...

7.1CVSS0.00289EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/28 6:06 p.m.20 views

EUVD-2026-42984

Snipe-IT vulnerable to cross-company asset maintenance re-parenting via API update...

7.7CVSS5.9AI score0.00376EPSS
SaveExploits0References4
Rows per page
Query Builder