目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2023-49799— nuxt-api-party 代码问题漏洞

一分钟漏洞结论

影响对象
johannschopplich nuxt-api-party
利用判断
存在公开或 AI PoC,应优先验证
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

nuxt-api-party是Johann Schopplich个人开发者的一个开源模块,用于代理API请求。 nuxt-api-party 0.21.3版本存在代码问题漏洞,该漏洞源于对URL 检测不严格,带有前导空格的绝对 URL 可以绕过此正则表达式,允许开发人员通过代理对 API 进行请求,而无需向客户端公开凭据。

CVSS 7.5 · High EPSS 0.82% · P54
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2023-49799 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Server-Side Request Forgery in nuxt-api-party
来源: CVE Program / CVE List V5
Vulnerability Description
`nuxt-api-party` is an open source module to proxy API requests. nuxt-api-party attempts to check if the user has passed an absolute URL to prevent the aforementioned attack. This has been recently changed to use the regular expression `^https?://`, however this regular expression can be bypassed by an absolute URL with leading whitespace. For example `\nhttps://whatever.com` which has a leading newline. According to the fetch specification, before a fetch is made the URL is normalized. "To normalize a byte sequence potentialValue, remove any leading and trailing HTTP whitespace bytes from potentialValue.". This means the final request will be normalized to `https://whatever.com` bypassing the check and nuxt-api-party will send a request outside of the whitelist. This could allow us to leak credentials or perform Server-Side Request Forgery (SSRF). This vulnerability has been addressed in version 0.22.1. Users are advised to upgrade. Users unable to upgrade should revert to the previous method of detecting absolute URLs.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
服务端请求伪造(SSRF)
来源: CVE Program / CVE List V5
Vulnerability Title
nuxt-api-party 代码问题漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
nuxt-api-party是Johann Schopplich个人开发者的一个开源模块,用于代理API请求。 nuxt-api-party 0.21.3版本存在代码问题漏洞,该漏洞源于对URL 检测不严格,带有前导空格的绝对 URL 可以绕过此正则表达式,允许开发人员通过代理对 API 进行请求,而无需向客户端公开凭据。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
johannschopplich nuxt-api-party < 0.22.1 -

二、漏洞 CVE-2023-49799 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级
Qwen3.6-35B-A3B · 7688 chars
Pro+ 专属包含:
漏洞复现靶场录像(真实沙箱构建 + 触发,独家)
漏洞原理深度分析
触发条件与影响面
完整可执行 POC 代码
利用链与缓解建议
POC 打包下载
每月 100+ 条 AI 生成额度

三、漏洞 CVE-2023-49799 的情报信息

登录查看更多情报信息。

CVE-2023-49799 厂商安全公告 (1)

CVE-2023-49799 其他参考 (4)

IV. Related Vulnerabilities

V. Comments for CVE-2023-49799

暂无评论


发表评论