3797 matches found
EUVD-2026-84990
Photoview through 2.4.0 contains an authorization bypass vulnerability in the shareAlbum GraphQL mutation that allows authenticated users to create share links for albums owned by other users. Attackers can supply arbitrary album IDs to generate working share tokens for victim albums, exposing...
CVE-2026-96271
Photoview through version 2.4.0 is affected by an authorization bypass vulnerability within the shareAlbum GraphQL mutation . This flaw allows authenticated users to generate functional share tokens for albums owned by other users by supplying arbitrary album IDs. Consequently, attackers can expo...
GraphQLer
The only dependency-aware GraphQL API testing tool! GraphQLer is a cutting-edge tool designed to dynamically test GraphQL APIs with a focus on adaptability. It offers a range of sophisticated features that streamline the testing process and ensure robust analysis of GraphQL APIs. GraphQLer...
CVE-2026-85055
Twenty is an open-source CRM customer relationship management platform. Prior to 2.22.0, field-level read permission is enforced on selected output fields but not on GraphQL or REST filter predicates. A workspace member or API key with permission to read an object but not a particular field can...
CVE-2026-85055 Twenty: Field-level read bypass
Twenty is an open-source CRM customer relationship management platform. Prior to 2.22.0, field-level read permission is enforced on selected output fields but not on GraphQL or REST filter predicates. A workspace member or API key with permission to read an object but not a particular field can...
CVE-2026-85055 Twenty: Field-level read bypass
Twenty is an open-source CRM customer relationship management platform. Prior to 2.22.0, field-level read permission is enforced on selected output fields but not on GraphQL or REST filter predicates. A workspace member or API key with permission to read an object but not a particular field can...
CVE-2022-35500
CVE-2022-35500 Amasty Blog Pro for Magento 2 的留言功能中存在存储型跨站脚本(XSS)漏洞 描述 Amasty Blog Pro 2.10.3 及 2.10.4 插件中,针对 Magento 2 的留言功能允许通过 GraphQL 端点在 AmBlogLeaveComment 变更的 name 参数中注入 JavaScript 代码。当受害者(管理员)尝试从管理面板删除该评论时,JavaScript 代码会被执行。 受影响版本 2.10.5 安全建议 将 Amasty Blog Pro for Magento 2 更新至 2.10.5 或更新版...
CVE-2026-19478-PoC
CVE-2026-19478 PoC Inyección remota de código no autenticada en la capa GraphQL de GitLab que permite a un atacante modificar o eliminar proyectos públicos y datos de usuario con una única consulta manipulada. Sin autenticación, sin interacción del usuario, sin privilegios especiales...
CVE-2026-5432-GraphQL-Batching-Alias-Confusion-SQL-Injection
7. CVE-2026-5432 – Inyección SQL por Confusión de Alias y Batching en GraphQL Resumen Un resolver de GraphQL construye consultas SQL dinámicamente a partir de los alias de campo. Mediante el uso de batching y alias, un atacante omite una lista de permitidos e inyecta SQL. Gravedad: Crítica Toma d...
gitlab-cve-2026-19478-lab
CVE-2026-19478 — Invocación arbitraria de métodos sin autenticación mediante @glintroduced de GitLab GraphQL laboratorio de validación + PoC Laboratorio A/B reproducible y PoC seguro para CVE-2026-19478 GitLab CE/EE, CVSS 9.4, Crítico. Un atacante no autenticado puede invocar métodos Ruby...
CVE-2021-4191-EXPLOIT
CVE-2021-4191 - GitLab User Enumeration GitLab is a widely-used web-based DevOps lifecycle tool that offers a Git-repository manager with integrated features for continuous integration, issue tracking, code reviews, and more. The GraphQL API is a powerful interface that enables users to interact...
Gitlab-CVE-2026-19478
CVE-2026-19478 — Inyección de directiva @glintroduced en GraphQL de GitLab Inyección remota de código sin autenticación mediante directiva GraphQL en GitLab CE/EE — Eliminar cualquier proyecto público con una sola petición HTTP Un laboratorio práctico de pruebas de penetración que reproduce...
CVE-2026-24136-Lab
CVE-2026-24136 - Saleor GraphQL IDOR / Unauthenticated PII Exfiltration Overview...
cve-2026-19478
CVE-2026-19478 — Vulnerabilidades del filtro de versiones @glintroduced de GitLab GraphQL Un laboratorio de reproducción para dos errores relacionados en la funcionalidad de filtro de versiones de GraphQL de GitLab la directiva @glintroduced. Ambos residen en la misma área funcional, se corrigen...
CVE-2021-4191_Exploits
CVE-2021-4191Exploits pip install python-graphql-client Usage: python3 gitlabenum.py --rurl http://10.0.0.6/api/graphql Copyrights: https://www.rapid7.com/blog/post/2022/03/03/cve-2021-4191-gitlab-graphql-api-user-enumeration-fixed/...
CVE-2025-27407
CVE-2025-27407 GitLab Podman Lab Laboratorio mínimo solo local para demostrar que la ruta HTTP de Direct Transfer de GitLab alcanza el cargador de esquemas de introspección vulnerable de graphql-ruby. El laboratorio ejecuta un contenedor GitLab CE vulnerable; el script del PoC inicia su servidor...
CVE-2025-56643
CVE-2025-56643 Public reference for CVE-2025-56643 – Wiki.js 2.5.307 JWT Session Vulnerability Description: Requarks Wiki.js 2.5.307 does not properly revoke or invalidate active JWT tokens when a user logs out. As a result, previously issued tokens remain valid and can be reused to access the...
CVE-2026-11103-GraphQL-Batching-Alias-Rate-Limit-Bypass
3. CVE-2026-11103 – Bypass del límite de tasa por alias en GraphQL Batching Código del programa exploit en Node.js + Python root@kitploit: // graphqlratelimitserver.js - GraphQL with naive rate limiter const express = require'express'; const graphqlHTTP = require'express-graphql'; const...
GraphCrawler
GraphCrawler THE GraphQL automated testing tookit Graph Crawler is the most powerful automated testing toolkit for any GraphQL endpoint. Version 1.2 is out!! NEW: Can search for endpoints for you using Escape Technology's powerful Graphinder tool. Just point it towards a domain and add the '-e'...
poc-graphql
目录 目录 关于GraphQL的研究 目标 实验室 在Docker上部署 安全弱点 授权 问题 建议 注入 问题 建议 资源耗尽 问题 建议 私有数据暴露 问题 建议 意外错误时技术信息泄露 问题 建议 不安全的直接对象引用 问题 API暴露给错误的客户端范围 问题 订阅WebSocket端点默认启用 跨源资源共享默认启用 建议 发现查询 使用的参考资料 GraphQL 实验室 关于GraphQL的研究 目标 1. 研究什么是GraphQL。 2. 从应用安全角度分析GraphQL的使用(攻击与防御)。 3. 识别可能被利用的潜在弱点。 实验室...