漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
graphql-php: Denial of Service via quadratic complexity in OverlappingFieldsCanBeMerged validation
Vulnerability Description
graphql-go is a Go implementation of GraphQL. In versions 15.31.4 and below, the OverlappingFieldsCanBeMerged validation rule performs O(n²) pairwise comparisons of fields sharing the same response name. An attacker can send a query with thousands of repeated identical fields, causing excessive CPU usage during validation before execution begins. This is not mitigated by existing QueryDepth or QueryComplexity rules. This issue has been fixed in version 15.31.5.
CVSS Information
N/A
Vulnerability Type
算法复杂性
Vulnerability Title
graphql-go 安全漏洞
Vulnerability Description
graphql-go是Webonyx开源的一款专注于易用性的 GraphQL 服务器。 graphql-go 15.31.5之前版本存在安全漏洞,该漏洞源于OverlappingFieldsCanBeMerged验证规则对共享相同响应名称的字段执行O(n²)成对比较,可能导致攻击者发送包含数千个重复相同字段的查询,在验证期间消耗过多CPU。
CVSS Information
N/A
Vulnerability Type
N/A