Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
Vulnerability Title
Gotenberg: Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
Vulnerability Description
Gotenberg is a Docker-powered stateless API for PDF files. From 8.10.0 until 8.33.0, the newContext function in pkg/modules/api/context.go starts one errgroup.Go goroutine for each multipart downloadFrom entry and allows those goroutines to concurrently write to the shared ctx.files, ctx.diskToOriginal, and ctx.filesByField maps and slices. Go maps and slices are not safe for concurrent mutation, so a crafted multipart request containing many downloadFrom entries can trigger a data race and terminate the process with a fatal concurrent map writes runtime error. The default configuration enables downloadFrom and disables authentication, allowing an unauthenticated remote attacker to crash an exposed conversion service and cause a denial of service. This issue is fixed in version 8.33.0.
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Vulnerability Type
使用共享资源的并发执行不恰当同步问题(竞争条件)
Vulnerability Title
Gotenberg 竞争条件问题漏洞
Vulnerability Description
Gotenberg是Gotenberg团队开源的一个文档转换应用服务器。 Gotenberg 8.10.0版本至8.33.0之前版本存在竞争条件问题漏洞,该漏洞源于newContext函数中多个goroutine并发写入共享map和slice导致数据竞争,可能允许未经身份验证的远程攻击者通过特制multipart请求使转换服务崩溃,造成拒绝服务。
CVSS Information
N/A
Vulnerability Type
N/A